r39
Issue 11: changed Subversion eol-style to native.
Issue #55: handle empty value immediately followed by comment
Support for reporting current line
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.