log src/dmres.c @ 2261:e286454d305f

age author description
Mon, 17 Jun 2019 00:55:07 +0300 Matti Hamalainen Cosmetics.
Mon, 17 Jun 2019 00:49:21 +0300 Matti Hamalainen Do closedir() in dmResourcesLoadDirectory(), even when under Win32.
Wed, 08 May 2019 13:57:34 +0300 Matti Hamalainen Silence a warning when building without PACKFS support.
Wed, 08 May 2019 13:56:10 +0300 Matti Hamalainen Clean out the resource path handling.
Mon, 25 Feb 2019 12:43:08 +0200 Matti Hamalainen Use helper functions for resource lib mutex locking.
Fri, 29 Jun 2018 01:15:30 +0300 Matti Hamalainen Oooops .. fix a memory leak in dmvfprintf() :S That was a bad one.
Fri, 29 Jun 2018 00:26:13 +0300 Matti Hamalainen Fix a silly memory leak in stdio support of DMResource, also fix a related
Mon, 25 Jun 2018 13:24:50 +0300 Matti Hamalainen Implement resource helper functions dmfprintf() and dmvfprintf().
Mon, 25 Jun 2018 13:22:39 +0300 Matti Hamalainen Fix dmfputs(), it was writing the end NUL byte of given string.
Mon, 14 May 2018 12:40:57 +0300 Matti Hamalainen Implement dmfputs() in DMResource subsystem.
Mon, 14 May 2018 11:45:33 +0300 Matti Hamalainen Cleanups.
Mon, 14 May 2018 11:20:05 +0300 Matti Hamalainen Rename dmf_create_*() functions to dmf_open_*().
Fri, 18 Aug 2017 02:15:51 +0300 Matti Hamalainen Improve fgets() implementation in dmres.
Mon, 03 Oct 2016 09:19:40 +0300 Matti Hamalainen Clarify certain initialization failure situations.
Fri, 06 Mar 2015 13:38:53 +0200 Matti Hamalainen Cosmetics.