| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Fixed an erroneous use of operator>> in textual.cc | John Wiegley | 2009-11-10 | 1 | -1/+1 |
* | Automated transactions now use report query syntax | John Wiegley | 2009-11-10 | 1 | -2/+3 |
* | Corrected the parsing of data file directives | John Wiegley | 2009-11-10 | 1 | -9/+15 |
* | Added "bucket" directive, as alt for A | John Wiegley | 2009-11-10 | 1 | -6/+13 |
* | Support include-ing of relative pathnames | John Wiegley | 2009-11-10 | 1 | -1/+11 |
* | It's now an error to use "end" without "account" | John Wiegley | 2009-11-10 | 1 | -2/+2 |
* | Directives no longer require @ or ! prefix char | John Wiegley | 2009-11-10 | 1 | -59/+62 |
* | Throw an exception if an include file doesn't exist | John Wiegley | 2009-11-10 | 1 | -0/+4 |
* | Redesigned the expr_t, predicate_t, query_t classes | John Wiegley | 2009-11-09 | 1 | -19/+15 |
* | Throw an error for unrecognized options in data files | John Wiegley | 2009-11-07 | 1 | -11/+2 |
* | Renamed journal_t::basket to bucket | John Wiegley | 2009-11-07 | 1 | -2/+2 |
* | Segregated symbols into 5 separate namespaces | John Wiegley | 2009-11-04 | 1 | -8/+6 |
* | Fix to xact_t::valid() | John Wiegley | 2009-11-01 | 1 | -0/+3 |
* | Commented out dependency on session_t (for now) | John Wiegley | 2009-10-31 | 1 | -0/+4 |
* | Removed most #if 0 blocks and callout comments | John Wiegley | 2009-10-31 | 1 | -18/+1 |
* | Add a position_t object for tracking item positions | John Wiegley | 2009-10-30 | 1 | -25/+29 |
* | Setting --date-format in ~/.ledgerrc works again | John Wiegley | 2009-10-29 | 1 | -15/+23 |
* | Further improvements to handling temporaries | John Wiegley | 2009-10-28 | 1 | -14/+1 |
* | Renamed two methods, for consistency's sake | John Wiegley | 2009-10-27 | 1 | -1/+1 |
* | Redid the way temporaries are handled in filtering | John Wiegley | 2009-10-27 | 1 | -3/+3 |
* | Balance assertions now really assert | John Wiegley | 2009-10-26 | 1 | -17/+25 |
* | If a pricing entry fails to parse, give an error | John Wiegley | 2009-10-26 | 1 | -1/+2 |
* | Removed reliance on strptime/strftime | John Wiegley | 2009-10-11 | 1 | -2/+3 |
* | Split commodity.h/cc into three files | John Wiegley | 2009-06-24 | 1 | -1/+2 |
* | Restored --download, although not done yet | John Wiegley | 2009-06-24 | 1 | -53/+4 |
* | Allow uncommoditized amounts to be used as costs | John Wiegley | 2009-06-18 | 1 | -1/+7 |
* | Fixed a problem with accounts and trailing spaces | John Wiegley | 2009-06-16 | 1 | -0/+3 |
* | Strip annotations before handling bal assignments | John Wiegley | 2009-06-13 | 1 | -1/+2 |
* | Added new debug option --options | John Wiegley | 2009-06-02 | 1 | -1/+1 |
* | The new code is working now. | John Wiegley | 2009-03-16 | 1 | -2/+0 |
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 |
* | Changed the way that account balances are computed | John Wiegley | 2009-03-06 | 1 | -7/+6 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -0/+4 |
* | Changed many assert() calls to VERIFY() | John Wiegley | 2009-03-04 | 1 | -2/+2 |
* | Gather account details in a details_t structure | John Wiegley | 2009-03-03 | 1 | -4/+5 |
* | If a posting has an integer amount, convert it | John Wiegley | 2009-03-03 | 1 | -3/+7 |
* | Fixed parsing of '(1, 2, (3, 4))' | John Wiegley | 2009-03-03 | 1 | -0/+3 |
* | Corrected warnings g++-4.3.3 was complaining about | John Wiegley | 2009-02-28 | 1 | -5/+7 |