log dmres.c @ 613:15cd5b8a29b2

age author description
Fri, 12 Apr 2013 12:34:17 +0300 Matti Hamalainen Add DRF_USE_STDIO flag for resources.
Fri, 12 Apr 2013 11:46:17 +0300 Matti Hamalainen Fix some resource code checks.
Fri, 12 Apr 2013 10:43:18 +0300 Matti Hamalainen Cosmetics.
Fri, 12 Apr 2013 10:43:09 +0300 Matti Hamalainen Fixes in resource management.
Fri, 12 Apr 2013 09:34:21 +0300 Matti Hamalainen Sanitize resource preloading function a bit.
Fri, 23 Nov 2012 15:31:41 +0200 Matti Hamalainen s/Uint8/void/ in dmf_{read,write}_str().
Sun, 04 Nov 2012 03:18:42 +0200 Matti Hamalainen Implement fwrite and fputc in memio resources. They will only operate on pre-allocated memory area, thus not grow-as-write.
Sun, 04 Nov 2012 03:15:35 +0200 Matti Hamalainen Add dmf_{write,read}_byte() convenience functions.
Sat, 03 Nov 2012 01:54:00 +0200 Matti Hamalainen Use fseeko() and ftello() to ensure 64-bit off_t compatibility in stdio backend.
Tue, 16 Oct 2012 21:25:46 +0300 Matti Hamalainen Make resource management re-entrant.
Tue, 09 Oct 2012 04:43:03 +0300 Matti Hamalainen Oops, another silly issue in dmfgets().
Tue, 09 Oct 2012 03:45:52 +0300 Matti Hamalainen Oops, dmfgets() had a nasty think-o and counted the remaining buffer space
Mon, 08 Oct 2012 15:45:38 +0300 Matti Hamalainen Add dmfgets() function.
Sun, 07 Oct 2012 14:54:51 +0300 Matti Hamalainen Make some functions static, some public in the header.
Sat, 06 Oct 2012 08:31:37 +0300 Matti Hamalainen Improve build system granularity.
Thu, 04 Oct 2012 05:37:26 +0300 Matti Hamalainen Rename some conditional compilation directives.
Wed, 03 Oct 2012 13:47:26 +0300 Matti Hamalainen Add functions for converting resource flags to symbolic string form and back.
Wed, 03 Oct 2012 09:29:29 +0300 Matti Hamalainen Cleanups.
Tue, 02 Oct 2012 05:49:50 +0300 Matti Hamalainen Add file mode to dmf_create_stdio().
Mon, 01 Oct 2012 14:17:47 +0300 Matti Hamalainen Improve and finish write functions in resource subsystem.
Mon, 01 Oct 2012 07:51:08 +0300 Matti Hamalainen Add resource writing functions (only work for stdio backend)
Sat, 29 Sep 2012 18:51:09 +0300 Matti Hamalainen Silence a minor warning.
Sat, 29 Sep 2012 07:19:53 +0300 Matti Hamalainen Modularize some more and fix a nasty bug when raw data is not preloaded but
Sat, 29 Sep 2012 06:00:26 +0300 Matti Hamalainen Modularize the resource system a bit.
Sat, 29 Sep 2012 05:29:38 +0300 Matti Hamalainen Implement rudimentary resource system.
Fri, 28 Sep 2012 03:45:02 +0300 Matti Hamalainen Mask out bits from resFlags that should not be there after initialization.
Fri, 28 Sep 2012 01:54:23 +0300 Matti Hamalainen Initial re-import.