Releases: benhoyt/inih
Releases · benhoyt/inih
inih version r38
Fix issue #55: handle empty value followed immediately by a comment. Thanks @davalv!
inih version r37
inih version r36
Fixed #49 by making C++ INIReader.Get() compatible with pre-C++11 compilers (use map.find instead of new map.at).
inih version r35
Fix so INI_INLINE_COMMENT_PREFIXES
is only defined in ini.h
if user hasn't already defined it
inih version r34
inih version r33
Better MSVC warning
inih version r32
Added ini_parse_stream() function to parse from custom I/O per #38
inih version r31
Prevent silly strncpy security warning in MSVC. https://github.com/benhoyt/inih/issues/34
inih version r30
fix links, fix langs