| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump copyright notice to 2015 | Alexis Hildebrandt | 2014-12-27 | 1 | -1/+1 |
* | Bump copyright information to 2014 | Alexis Hildebrandt | 2014-02-02 | 1 | -1/+1 |
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
* | Made join_args() a global function | John Wiegley | 2012-03-13 | 1 | -16/+0 |
* | Refactored the notion of "the current parsing context" | John Wiegley | 2012-03-01 | 1 | -2/+8 |
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
* | Removed several unreached return statements | John Wiegley | 2012-02-17 | 1 | -9/+3 |
* | Added report query modifiers: for, since, until | John Wiegley | 2010-06-22 | 1 | -6/+4 |
* | Added new "bold" modifier to query expressions | John Wiegley | 2010-06-22 | 1 | -10/+8 |
* | query command's parsing behavior sensitive to -n | John Wiegley | 2010-06-19 | 1 | -1/+2 |
* | Revised how Ledger handles the "current year" | John Wiegley | 2010-06-14 | 1 | -1/+1 |
* | Moved join_args function to precmd.cc | John Wiegley | 2010-06-13 | 1 | -0/+16 |
* | Add support for typed metadata | John Wiegley | 2010-06-12 | 1 | -0/+1 |
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -14/+14 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | Renamed the "args" command to "query" | John Wiegley | 2010-03-04 | 1 | -1/+1 |
* | It's OK for a report query to be empty | John Wiegley | 2009-11-18 | 1 | -14/+10 |
* | The new period parser is passing all tests | John Wiegley | 2009-11-18 | 1 | -1/+1 |
* | The new period parser is implemented, but untested | John Wiegley | 2009-11-18 | 1 | -49/+4 |
* | Renamed date_interval_t::end to finish | John Wiegley | 2009-11-17 | 1 | -4/+4 |
* | Redesigned the format_t class | John Wiegley | 2009-11-09 | 1 | -1/+1 |
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -11/+11 |
* | Moved xdata clearing code into each type proper | John Wiegley | 2009-11-05 | 1 | -1/+1 |
* | Added error message if a predicate query is invalid | John Wiegley | 2009-11-03 | 1 | -2/+9 |
* | Extended xact example used by some pre-commands | John Wiegley | 2009-11-01 | 1 | -3/+7 |
* | Fixed "show" keywords, and added // syntax | John Wiegley | 2009-10-28 | 1 | -9/+5 |
* | Fixes to the new query expression parser | John Wiegley | 2009-10-28 | 1 | -2/+5 |
* | Rewrote the report query parser | John Wiegley | 2009-10-28 | 1 | -2/+2 |
* | The new code is working now. | John Wiegley | 2009-03-16 | 1 | -1/+1 |
* | First iteration of the new date_interval_t rewrite | John Wiegley | 2009-03-15 | 1 | -12/+41 |
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -1/+5 |
* | Added a "show" report query term | John Wiegley | 2009-03-02 | 1 | -5/+18 |
* | Marked all strings needing internationalization | John Wiegley | 2009-02-25 | 1 | -17/+17 |
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -8/+8 |
* | Create a new interactive_t helper class | John Wiegley | 2009-02-21 | 1 | -0/+1 |
* | Added a --strict session option | John Wiegley | 2009-02-19 | 1 | -1/+1 |
* | Strip annotations from the "parse" result | John Wiegley | 2009-02-15 | 1 | -1/+1 |
* | Greatly improved output from the "format" command | John Wiegley | 2009-02-13 | 1 | -21/+43 |
* | Wired up the "entry" command from 2.x, though it still needs to be ported. | John Wiegley | 2009-02-10 | 1 | -19/+0 |
* | Break libledger_data's dependency on session_t. | John Wiegley | 2009-02-09 | 1 | -0/+1 |
* | For the "parse" pre-command, provide a sample transaction context. | John Wiegley | 2009-02-09 | 1 | -4/+26 |
* | Join command-line arguments before handling pre-commands. | John Wiegley | 2009-02-09 | 1 | -26/+29 |
* | Repaired the output of the "eval" command. | John Wiegley | 2009-02-08 | 1 | -9/+16 |
* | Correction to debug output. | John Wiegley | 2009-02-07 | 1 | -1/+2 |
* | Fixed the debug output of the pre-command "args". | John Wiegley | 2009-02-07 | 1 | -3/+2 |
* | Restored all the option handlers from 2.6.2, but not the options themselves. | John Wiegley | 2009-02-06 | 1 | -1/+1 |
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -3/+4 |
* | Removed the binary caching code, and the XML, QIF and Gnucash parsers. | John Wiegley | 2009-02-03 | 1 | -3/+0 |
* | Moved the pre-commands to their own file, and created new "args" command. | John Wiegley | 2009-02-01 | 1 | -0/+167 |