Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Switched over to using irrxml for parsing XML, rather than expat. | John Wiegley | 2009-01-24 | 1 | -2/+0 | |
| | ||||||
* | Redid the way command-line arguments are processed. Before, Ledger used - and | John Wiegley | 2009-01-22 | 1 | -20/+5 | |
| | | | | | | | | | | | | | | | -- to mean special things after the command verb was seen. But now, what used to be specified as this: ledger -n reg cash -payable -- shell Is now specified as this: ledger reg -n cash not payable @shell It could also be specified as: ledger -n reg \(cash and not payable\) and @shell | |||||
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -2/+2 | |
| | ||||||
* | Factored common parts of entry_t and xact_t into new item_t | John Wiegley | 2008-09-19 | 1 | -1/+1 | |
| | ||||||
* | Removed some dead code and updated the binary streaming code for op_t and | John Wiegley | 2008-08-17 | 1 | -2/+2 | |
| | | | | value_t. | |||||
* | Added a session_t::clean_all method, for clearing all xdata within a session. | John Wiegley | 2008-08-16 | 1 | -0/+5 | |
| | ||||||
* | Moved a block of code from report to session, though it's still commented out. | John Wiegley | 2008-08-14 | 1 | -0/+14 | |
| | ||||||
* | The -f flag now works again. | John Wiegley | 2008-08-13 | 1 | -2/+7 | |
| | ||||||
* | Removed all use of USE_BOOST_PYTHON from the main Ledger sources. When Python | John Wiegley | 2008-08-08 | 1 | -13/+0 | |
| | | | | | support is enabled for use within Ledger, it will do so through the current scoping mechanism. | |||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+255 | |
is in doc/, etc. |