aboutsummaryrefslogtreecommitdiff
path: root/src/csvreader.cpp (follow)
AgeCommit message (Expand)Author
2011-01-20Wow, got the Stream changes propegated, all tests build with string instead ofMike Buland
2011-01-20Bu::FString is now String, and there's a shell script to fix any other programsMike Buland
2010-12-03Fixed a bug in the csv reader, it would drop the last field in a line if theMike Buland
2010-06-21The basic viewcsv program works, it uses ncurses to display a csv file in aMike Buland
2010-05-26Fixed most of the compilation warnings, and a valgrind warning in the fstring'sMike Buland
2010-04-07Cache updates, mainly helper typedefs to make it easier to work with a cacheMike Buland
2010-03-31Removed the bool cast operator from FBasicString. It turns out it was causingMike Buland
2010-03-01The CSV Reader now handles multiple comma characters in sequence without spacesMike Buland
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
2010-02-11Started working on a CSV reader, it's pretty much done, the CSV writer is justMike Buland