341f37b953
- 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.
devel
Matthias Bach
2025-04-06 09:02:54 +00:00
d5d39fd0a4
Accepting request 1141568 from devel:libraries:c_c++
Ana Guerrero2024-01-26 21:46:04 +00:00
4103f75bd7
- Update to version 58 * Add ini_ prefix even to static names so inih can be used as an #include.
Matthias Bach
2024-01-25 20:04:47 +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
a2ea41b9d0
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
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