| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Keep notes on their own line if parsed that way | John Wiegley | 2012-02-26 | 1 | -0/+2 |
* | Fixed many Clang type conversion warnings with static_cast | John Wiegley | 2012-02-17 | 1 | -11/+12 |
* | Added a missing call to context.close() in the parser | John Wiegley | 2012-02-17 | 1 | -0/+1 |
* | Fixes for variable shadowing (25/28) | John Wiegley | 2012-02-17 | 1 | -3/+4 |
* | Do not evaluate strings as booleans | John Wiegley | 2012-02-11 | 1 | -1/+1 |
* | Cleanup whitespace | John Wiegley | 2011-08-18 | 1 | -5/+5 |
* | Removed unused variables | John Wiegley | 2011-08-18 | 1 | -4/+2 |
* | Rely on a default argument in textual.cc | John Wiegley | 2011-07-17 | 1 | -1/+1 |
* | Fix for Boost 1.46 and the new Filesystem library | John Wiegley | 2011-03-23 | 1 | -1/+1 |
* | Corrections to the regression tests | John Wiegley | 2011-03-03 | 1 | -2/+2 |
* | Support Boost 1.46 and Boost.Filesystem v3 | John Wiegley | 2011-02-28 | 1 | -1/+15 |
* | Added "comment" and "test" directives | John Wiegley | 2011-02-12 | 1 | -1/+20 |
* | Fixes for compilation as C++0x code | John Wiegley | 2011-02-04 | 1 | -1/+1 |
* | Scopes can now provide a description of themselves | John Wiegley | 2010-06-24 | 1 | -0/+4 |
* | Added new "bold" modifier to query expressions | John Wiegley | 2010-06-22 | 1 | -3/+7 |
* | Filename globs now surrounded by ^$ | John Wiegley | 2010-06-18 | 1 | -2/+2 |
* | Changes for building with Visual Studio 2008 | John Wiegley | 2010-06-15 | 1 | -4/+4 |
* | Revised how Ledger handles the "current year" | John Wiegley | 2010-06-14 | 1 | -25/+32 |
* | Fixed several misplaced parentheses | John Wiegley | 2010-06-13 | 1 | -4/+4 |
* | Added support for assert, check and expr directives | John Wiegley | 2010-06-13 | 1 | -18/+134 |
* | Automated xacts may now contain "deferred tags" | John Wiegley | 2010-06-13 | 1 | -3/+3 |
* | Reformatted a comment | John Wiegley | 2010-06-13 | 1 | -3/+3 |
* | Fixed a spelling error | John Wiegley | 2010-06-13 | 1 | -3/+1 |
* | Minor whitespace fix | John Wiegley | 2010-06-13 | 1 | -3/+3 |
* | Add support for typed metadata | John Wiegley | 2010-06-12 | 1 | -6/+8 |
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -290/+290 |
* | Allow fixated costs, as well as prices | John Wiegley | 2010-06-10 | 1 | -0/+11 |
* | Allow opt -NDEBUG build to complete without warnings | John Wiegley | 2010-06-04 | 1 | -0/+10 |
* | Further improved parsing of query expressions | John Wiegley | 2010-06-01 | 1 | -1/+1 |
* | For Boost 1.35 and earlier, use is_regular | John Wiegley | 2010-05-23 | 1 | -1/+6 |
* | Corrected handling of context stack in the parser | John Wiegley | 2010-05-22 | 1 | -23/+8 |
* | Guard against NULL value passed to "end" directive | John Wiegley | 2010-05-22 | 1 | -1/+1 |
* | The include directive now supports file globbing | John Wiegley | 2010-03-17 | 1 | -5/+33 |
* | Tags were not being set properly on postings | John Wiegley | 2010-03-17 | 1 | -4/+4 |
* | Extended regexp syntax for "payee" and "capture" | John Wiegley | 2010-03-10 | 1 | -4/+32 |
* | Rewrite the "print" command as a custom function | John Wiegley | 2010-03-08 | 1 | -0/+1 |
* | Added new "payee" and "capture" directives | John Wiegley | 2010-03-05 | 1 | -1/+51 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | Some minor refactoring of the textual parser | John Wiegley | 2010-02-05 | 1 | -176/+129 |
* | Added a "seq" sequence property for all items | John Wiegley | 2010-02-04 | 1 | -19/+28 |
* | Cost of a post with neg. amount should be negative | John Wiegley | 2009-12-07 | 1 | -0/+3 |
* | Allow relative includes in the current directory | John Wiegley | 2009-12-07 | 1 | -4/+10 |
* | Added support for a "fixed" directive | John Wiegley | 2009-11-25 | 1 | -10/+59 |
* | * and | now comment chars, for the sake of Org-mode | John Wiegley | 2009-11-25 | 1 | -2/+4 |
* | Many improvements to Ledger's Python bindings | John Wiegley | 2009-11-19 | 1 | -3/+3 |
* | Made the account and tag directives more rational | John Wiegley | 2009-11-15 | 1 | -69/+81 |
* | Did away with the "finalizer" abstraction | John Wiegley | 2009-11-11 | 1 | -12/+1 |
* | Automated postings defer amount expression calculation | John Wiegley | 2009-11-11 | 1 | -30/+45 |
* | Timeclock events now record their file position | John Wiegley | 2009-11-11 | 1 | -5/+25 |
* | Timeclock entries can now have notes | John Wiegley | 2009-11-11 | 1 | -4/+18 |