Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix account mapping in csv conversion | Johann Klähn | 2012-10-18 | 1 | -1/+1 |
| | | | | | | | By using payees_for_unknown_accounts instead of account_mappings in csv.cc ledger will have the same behaviour as in `ledger -f - print` in that it uses payee fields in account directives to rewrite the account. | ||||
* | Improved detection of iostream's eof() condition | John Wiegley | 2012-05-14 | 1 | -1/+1 |
| | |||||
* | Use unique_ptr instead of std::auto_ptr | John Wiegley | 2012-03-05 | 1 | -2/+2 |
| | |||||
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 1 | -41/+40 |
| | |||||
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
| | |||||
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 1 | -4/+4 |
| | |||||
* | Added --rich-data for 'convert', and SHA1 checksum checking | John Wiegley | 2012-02-26 | 1 | -86/+76 |
| | |||||
* | Make CSV importer more sensitive to errors | John Wiegley | 2012-02-26 | 1 | -63/+63 |
| | |||||
* | Changed a use of int to std::vector<int>::size_type | John Wiegley | 2012-02-17 | 1 | -1/+1 |
| | |||||
* | Fixes for variable shadowing (9/28) | John Wiegley | 2012-02-17 | 1 | -2/+2 |
| | |||||
* | Fixes for variable shadowing (8/28) | John Wiegley | 2012-02-17 | 1 | -5/+5 |
| | |||||
* | Fixes for variable shadowing (7/28) | John Wiegley | 2012-02-17 | 1 | -13/+13 |
| | |||||
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -1/+1 |
| | |||||
* | Store metadata values as value_t instead of string | John Wiegley | 2010-06-12 | 1 | -1/+1 |
| | |||||
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -33/+33 |
| | |||||
* | The CSV reader now auto-correlates fields by regex | John Wiegley | 2010-03-08 | 1 | -50/+167 |
| | |||||
* | Added some preliminary code for convert CSV to Ledger | John Wiegley | 2010-03-05 | 1 | -0/+181 |
| | |||||
* | More revision to the way options are handled; reworked CSV command. | John Wiegley | 2009-02-07 | 1 | -135/+0 |
| | |||||
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | Factored common parts of entry_t and xact_t into new item_t | John Wiegley | 2008-09-19 | 1 | -18/+5 |
| | |||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+148 |
is in doc/, etc. |