thalassa/lib/inifile/CHANGES
2026-03-19 06:23:52 +05:00

30 lines
852 B
Plaintext

-> 0.3.30
- parameter's value can now be 0 (as opposite to ""), and GetParam may
return 0 as well
- fixed a file descriptor leak in Load
- ctype.h eliminated
- redundant snprintf eliminated
- Set/Save functionality moved int the ini_save module, so if it is
unused, the *printf family is not linked
- bad code style fixed
-> 0.3.24
- got rid of trailing spaces
-> 0.3.23
- fixed memory leak in GetModifiedTextParameter
-> 0.3.22
- no real changes, comments only
-> 0.3.21
- added GetModifiedIntegerParameter
-> 0.3.20
- added the ``inifile'' commandline tool
- fixed a crushing bug in AddDictionaryData
-> 0.3.10
- added partial support for CSV in parameters
-> 0.3.00
- now removing trailing '\n' from the data
-> 0.2.02
- comments with `;' added
- internal release-related fixes
-> 0.2.01
- memory bug fixed