r38
Issue 11: changed Subversion eol-style to native.
Issue #55: handle empty value immediately followed by comment
Fix \r\n EOLs in baseline_stop_on_first_error.txt
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.
Fixed issue 16: properly handle comments on multi-line values. Added batch file to run unit tests.
Add option to disable inline comments and to specify which inline comment character are allowed: https://github.com/benhoyt/inih/issues/40
Delete unittest binaries after use