master
Issue 11: changed Subversion eol-style to native.
Add INI_CUSTOM_ALLOCATOR to allow using a custom memory allocator (#119)
Fix bug when INI_ALLOW_NO_VALUE is set where name only options are not (#197)
If a line is longer than INI_MAX_LINE, consume input up to next newline (#188)
Fix issue 25: Be sure to call isspace() with unsigned char -- nasty things happen when char type is "signed char" like MSVC's default. Add unit tests including some non-ASCII UTF-8 chars to repro with MSVC.
Add option to call handler when a new section is encountered (#79)
test long lines (#190)
Test that long sections are truncated (#180)
meson: fix tests under Windows (#192)
Make inline comments work on subsequent lines of multiline values (#140)
Allow handler to be called on a key without '=' or ':' (#87)
Issue #55: handle empty value immediately followed by comment
Minor tweaks (#204)
tests: define only once the compiler and flag (#179)