Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-20 | Wow, got the Stream changes propegated, all tests build with string instead of | Mike Buland | |
fstring, and updated the copyright notice to extend to 2011 | |||
2011-01-20 | Bu::FString is now String, and there's a shell script to fix any other programs | Mike Buland | |
that were using fstring, I hope. | |||
2010-08-02 | ViewCSV search is now regex based :) | Mike Buland | |
2010-06-23 | find works. | Mike Buland | |
2010-06-23 | Minor visual and usability updates. Search is almost done. | Mike Buland | |
2010-06-21 | Little tweaks to the viewcsv program. I think I want to at least add a search | Mike Buland | |
feature. Then I'm probably good. | |||
2010-06-21 | The basic viewcsv program works, it uses ncurses to display a csv file in a | Mike Buland | |
tabular way, like a spreadsheet, only raw. It displays exactly what libbu++ reads from the csv file. | |||
2010-06-21 | Working on a small program to view CSV files using libbu++'s codecs, not only | Mike Buland | |
will it be a more exact display, but it will let us see exactly what libbu++ thinks the CSV should look like. |