summaryrefslogtreecommitdiff
path: root/src/precmd.cc
Commit message (Collapse)AuthorAgeFilesLines
* Strip annotations from the "parse" resultJohn Wiegley2009-02-151-1/+1
| | | | This way the value shown follows the current reporting options.
* Greatly improved output from the "format" commandJohn Wiegley2009-02-131-21/+43
| | | | | It now shows the formatted result against a sample entry, similar to what "parse" now does.
* Wired up the "entry" command from 2.x, though it still needs to be ported.John Wiegley2009-02-101-19/+0
|
* Break libledger_data's dependency on session_t.John Wiegley2009-02-091-0/+1
|
* For the "parse" pre-command, provide a sample transaction context.John Wiegley2009-02-091-4/+26
|
* Join command-line arguments before handling pre-commands.John Wiegley2009-02-091-26/+29
|
* Repaired the output of the "eval" command.John Wiegley2009-02-081-9/+16
|
* Correction to debug output.John Wiegley2009-02-071-1/+2
|
* Fixed the debug output of the pre-command "args".John Wiegley2009-02-071-3/+2
|
* Restored all the option handlers from 2.6.2, but not the options themselves.John Wiegley2009-02-061-1/+1
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-3/+4
|
* Removed the binary caching code, and the XML, QIF and Gnucash parsers.John Wiegley2009-02-031-3/+0
|
* Moved the pre-commands to their own file, and created new "args" command.John Wiegley2009-02-011-0/+167