summaryrefslogtreecommitdiff
path: root/src/chain.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* Pass amount expression to calc_xacts, to be used for computing the total.John Wiegley2009-02-081-1/+2
|
* Removed --reconcile and --reconcile-date.John Wiegley2009-02-071-14/+0
|
* Removed the nearly unknown --descend and --descend-if options.John Wiegley2009-02-061-32/+4
|
* Restored all the option handlers from 2.6.2, but not the options themselves.John Wiegley2009-02-061-15/+16
|
* Greatly simplified the way option and command handlers are defined.John Wiegley2009-02-051-79/+71
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-5/+13
|
* Moved chain_xact_handlers into its own file, chain.h and chain.cc.John Wiegley2009-02-011-0/+225