r33
Issue 11: changed Subversion eol-style to native.
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 INI_STOP_ON_FIRST_ERROR per Robin Getz (defaults to off). Add unit test baseline with this option on. See also https://github.com/analogdevicesinc/iio-oscilloscope/commit/f4b25de0399fc811cc1bae974909ee4dd2cb50fa
Fixed issue 16: properly handle comments on multi-line values. Added batch file to run unit tests.
Fixed char/unsigned char issue with r20. Added unit test for BOM handling.