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