yaml-cpp/yaml-reader
Jesse Beder 9d0e0c6a48 Fixed several bugs from the new file i/o setup.
In particular:
1. Windows CR/LF weren't read properly (issue #11)
2. Scanning wasn't reading EOF properly
3. Documents may be empty (this was old, I think)
Also fixed some VS2008 warnings on /W4.
2009-02-07 07:57:13 +00:00
..
tests Fixed several bugs from the new file i/o setup. 2009-02-07 07:57:13 +00:00
CMakeLists.txt Added CMake scripts for other platforms\nFixed some bugs that gcc complained about\nFixed CR/LF vs LF bug 2008-08-07 03:30:56 +00:00
main.cpp Switched to reading the entire file into a buffer at the start.\nThis speeds it up a TON (like 100x). 2009-02-01 20:48:43 +00:00
tests.cpp Set the eol style to native for all files. 2008-09-03 22:20:39 +00:00
tests.h Set the eol style to native for all files. 2008-09-03 22:20:39 +00:00