aboutsummaryrefslogtreecommitdiff
path: root/src/csvreader.cpp (follow)
AgeCommit message (Expand)Author
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