| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fixed bugs relating to sign and rounding of costs | John Wiegley | 2009-02-27 | 1 | -0/+2 |
* | Fixes to entry note parsing | John Wiegley | 2009-02-27 | 1 | -2/+3 |
* | Fixed the way item state is parsed and managed | John Wiegley | 2009-02-27 | 1 | -0/+14 |
* | Added support for tag/pop parsing directives | John Wiegley | 2009-02-26 | 1 | -7/+49 |
* | Fixes to the way textual directives were parsed | John Wiegley | 2009-02-26 | 1 | -20/+24 |
* | Enriched the context report during textual parsing | John Wiegley | 2009-02-26 | 1 | -29/+80 |
* | Added a warning_() macro | John Wiegley | 2009-02-26 | 1 | -14/+6 |
* | Marked all strings needing internationalization | John Wiegley | 2009-02-25 | 1 | -27/+34 |
* | Fixed an issue involving costs and reduced values | John Wiegley | 2009-02-24 | 1 | -1/+2 |
* | Made commodity reduction during parsing consistent | John Wiegley | 2009-02-24 | 1 | -9/+1 |
* | Restored the price conversion text directive (C) | John Wiegley | 2009-02-24 | 1 | -4/+1 |
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -147/+147 |
* | Removed unused member keep_details_t::keep_base | John Wiegley | 2009-02-23 | 1 | -1/+1 |
* | Many fixes to --market and --exchange | John Wiegley | 2009-02-22 | 1 | -9/+1 |
* | Greatly improved the way "weeks" are iterated | John Wiegley | 2009-02-21 | 1 | -1/+1 |
* | Added a --strict session option | John Wiegley | 2009-02-19 | 1 | -9/+39 |
* | Re-enabled parsing of timelog data | John Wiegley | 2009-02-19 | 1 | -7/+11 |
* | Fixed several unused value and param warnings | John Wiegley | 2009-02-16 | 1 | -7/+5 |
* | Abort journal parsing if Control-C is caught | John Wiegley | 2009-02-16 | 1 | -0/+3 |
* | item_predicate now operates on scope_t | John Wiegley | 2009-02-15 | 1 | -4/+3 |
* | Made (un)reduce rvalue methods more consistent | John Wiegley | 2009-02-12 | 1 | -1/+6 |
* | Ignore lines in Ledger files which contain only whitespace. | John Wiegley | 2009-02-12 | 1 | -1/+1 |
* | If a textual directive can't be found, ignore it. | John Wiegley | 2009-02-10 | 1 | -0/+4 |
* | Break libledger_data's dependency on session_t. | John Wiegley | 2009-02-09 | 1 | -29/+30 |
* | Removed the balance_pair_t type, since it's now an unneeded abstraction. | John Wiegley | 2009-02-09 | 1 | -8/+0 |
* | Several fixes to get the state flags to appear right in "print". | John Wiegley | 2009-02-07 | 1 | -5/+4 |