2b09aa9ba0
- Update to version 62 * The C++ wrapper now support getting a human-readable error message via the INIReader::ParseErrorMessage() method.
Matthias Bach
2025-09-12 12:55:43 +00:00
229564ec10
- Update to version 61 * Add ini_parse_string_length() that avoids internal strlen(). * Fix bug where name only options are not processed after an error has occurred.
Matthias Bach
2025-08-15 18:31:35 +00:00
fe1fc4d634
Accepting request 1267386 from devel:libraries:c_c++
Ana Guerrero2025-04-08 15:50:04 +00:00
5eb0eaf869
- Update to version 59 * INIReader: change variable visibility from private to protected * Add preprocessor exclusions when INI_ALLOW_MULTILINE=0 * Add INIReader Sections and Keys methods * If a line is longer than INI_MAX_LINE, consume input up to next newline * Performance improvements - Add service file to download source.
Matthias Bach
2025-04-06 09:02:54 +00:00
f7baa75daa
- Update to version 57 * Added a GetUnsigned function for getting unsigned values. * Added GetInteger64 and GetUnsigned64 to read 64-bit integers.
Matthias Bach
2023-07-07 13:44:09 +00:00
33b902221c
- Update to version 57 * Added a GetUnsigned function for getting unsigned values. * Added GetInteger64 and GetUnsigned64 to read 64-bit integers.
Matthias Bach
2023-07-07 13:44:09 +00:00
a2ea41b9d0
Accepting request 989548 from devel:libraries:c_c++
Richard Brown2022-07-21 09:32:55 +00:00
9c1140a804
Accepting request 989548 from devel:libraries:c_c++
Richard Brown2022-07-21 09:32:55 +00:00
7d9a5b0621
- Update to version 55 * Fix redundant cast-to-int when INI_USE_STACK!=0 * Make inline comments work on subsequent lines of multiline values
Matthias Bach
2022-07-16 08:27:06 +00:00
47dcbb743d
- Update to version 55 * Fix redundant cast-to-int when INI_USE_STACK!=0 * Make inline comments work on subsequent lines of multiline values
Matthias Bach
2022-07-16 08:27:06 +00:00
9d22e904ce
- Update to version 52 * Add INI_CUSTOM_ALLOCATOR to allow using a custom memory allocator. - Drop workaround for library name not matching its soname as this was fixed upstream.
Matthias Bach
2020-10-15 19:37:35 +00:00
0149b95398
- Update to version 52 * Add INI_CUSTOM_ALLOCATOR to allow using a custom memory allocator. - Drop workaround for library name not matching its soname as this was fixed upstream.
Matthias Bach
2020-10-15 19:37:35 +00:00