summaryrefslogtreecommitdiff
path: root/journal.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* moved entry hooking mechanism to journal_t; further improvements to "entry"John Wiegley2004-09-231-0/+121
|
* more "entry" fixesJohn Wiegley2004-09-231-2/+8
|
* greatly improved the flexibility of the "entry" command; no more bogus 1-linersJohn Wiegley2004-09-231-28/+70
|
* shored up error checking of value expressionsJohn Wiegley2004-09-231-5/+0
|
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-201-10/+14
|
* fixes to main.pyJohn Wiegley2004-09-171-1/+17
|
* changed the management of "xdata" in walk.hJohn Wiegley2004-09-171-26/+97
|
* Python fixes; starting adding support for using item_handlers in pythonJohn Wiegley2004-09-081-1/+8
|
* optimize python iterations of entries, transactions; use exceptions moreJohn Wiegley2004-09-081-43/+64
|
* some python code fixesJohn Wiegley2004-09-071-15/+12
|
* modified entry_t::add_transaction and remove_transaction, since now using listsJohn Wiegley2004-09-061-21/+3
|
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-18/+0
|
* redid the way amount_t::commodity is handled; no more direct accessJohn Wiegley2004-08-291-11/+8
|
* a bit of a reorg; still much more to goJohn Wiegley2004-08-291-1/+5
|
* ledger.so (the python module) now builds based on autoconf discoveryJohn Wiegley2004-08-281-15/+67
|
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-0/+546