summaryrefslogtreecommitdiff
path: root/src/csv.cc
Commit message (Collapse)AuthorAgeFilesLines
* Store metadata values as value_t instead of stringJohn Wiegley2010-06-121-1/+1
|
* Untabified all source filesJohn Wiegley2010-06-111-33/+33
|
* The CSV reader now auto-correlates fields by regexJohn Wiegley2010-03-081-50/+167
|
* Added some preliminary code for convert CSV to LedgerJohn Wiegley2010-03-051-0/+181
|
* More revision to the way options are handled; reworked CSV command.John Wiegley2009-02-071-135/+0
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-18/+5
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+148
is in doc/, etc.