summaryrefslogtreecommitdiff
path: root/src/precmd.cc
Commit message (Expand)AuthorAgeFilesLines
* Add support for typed metadataJohn Wiegley2010-06-121-0/+1
* Untabified all source filesJohn Wiegley2010-06-111-14/+14
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Renamed the "args" command to "query"John Wiegley2010-03-041-1/+1
* It's OK for a report query to be emptyJohn Wiegley2009-11-181-14/+10
* The new period parser is passing all testsJohn Wiegley2009-11-181-1/+1
* The new period parser is implemented, but untestedJohn Wiegley2009-11-181-49/+4
* Renamed date_interval_t::end to finishJohn Wiegley2009-11-171-4/+4
* Redesigned the format_t classJohn Wiegley2009-11-091-1/+1
* Redesigned the expr_t, predicate_t, query_t classesJohn Wiegley2009-11-091-11/+11
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-1/+1
* Added error message if a predicate query is invalidJohn Wiegley2009-11-031-2/+9
* Extended xact example used by some pre-commandsJohn Wiegley2009-11-011-3/+7
* Fixed "show" keywords, and added // syntaxJohn Wiegley2009-10-281-9/+5
* Fixes to the new query expression parserJohn Wiegley2009-10-281-2/+5
* Rewrote the report query parserJohn Wiegley2009-10-281-2/+2
* The new code is working now.John Wiegley2009-03-161-1/+1
* First iteration of the new date_interval_t rewriteJohn Wiegley2009-03-151-12/+41
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-1/+5
* Added a "show" report query termJohn Wiegley2009-03-021-5/+18
* Marked all strings needing internationalizationJohn Wiegley2009-02-251-17/+17
* The Great Renaming, Part IIJohn Wiegley2009-02-231-8/+8
* Create a new interactive_t helper classJohn Wiegley2009-02-211-0/+1
* Added a --strict session optionJohn Wiegley2009-02-191-1/+1
* Strip annotations from the "parse" resultJohn Wiegley2009-02-151-1/+1
* Greatly improved output from the "format" commandJohn Wiegley2009-02-131-21/+43
* 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