| Commit message (Expand) | Author | Age | Files | Lines |
* | Bump copyright information to 2013 | John Wiegley | 2013-02-18 | 1 | -1/+1 |
* | Converted the Ledger build system to use CMake | John Wiegley | 2012-05-20 | 1 | -2/+2 |
* | Switched to Boost.PropertyTree for XML generation | John Wiegley | 2012-05-18 | 1 | -0/+1 |
* | post.x = y defines metadata tag x | John Wiegley | 2012-04-04 | 1 | -0/+2 |
* | Make metadata tags case insensitive | John Wiegley | 2012-04-04 | 1 | -1/+2 |
* | Whitespace fix | John Wiegley | 2012-04-04 | 1 | -2/+1 |
* | Always call TRACE_CTOR at the end of constructors | John Wiegley | 2012-03-20 | 1 | -2/+2 |
* | post_t's copy constructor wasn't copying xdata_ | John Wiegley | 2012-03-13 | 1 | -1/+1 |
* | Increased file copyrights to 2012 | John Wiegley | 2012-02-29 | 1 | -1/+1 |
* | Fixed problem with the Python build | John Wiegley | 2012-02-29 | 1 | -0/+13 |
* | Renamed actual/effective dates to primary/auxiliary | John Wiegley | 2012-02-28 | 1 | -10/+10 |
* | Keep notes on their own line if parsed that way | John Wiegley | 2012-02-26 | 1 | -4/+6 |
* | Added has_date() method to item_t | John Wiegley | 2010-06-22 | 1 | -0/+4 |
* | has_tag and get_tag now take an 'inherit' parameter | John Wiegley | 2010-06-18 | 1 | -7/+11 |
* | Revised how Ledger handles the "current year" | John Wiegley | 2010-06-14 | 1 | -8/+6 |
* | Add support for typed metadata | John Wiegley | 2010-06-12 | 1 | -4/+8 |
* | Store metadata values as value_t instead of string | John Wiegley | 2010-06-12 | 1 | -8/+8 |
* | Untabified all source files | John Wiegley | 2010-06-11 | 1 | -20/+20 |
* | Increase item_t's flags to 16-bit | John Wiegley | 2010-06-10 | 1 | -4/+4 |
* | Tags were not being set properly on postings | John Wiegley | 2010-03-17 | 1 | -4/+6 |
* | Rewrite the "print" command as a custom function | John Wiegley | 2010-03-08 | 1 | -3/+4 |
* | Updated copyrights to 2003-2010 | John Wiegley | 2010-03-05 | 1 | -1/+1 |
* | Added actual_date() methods for items | John Wiegley | 2010-02-05 | 1 | -0/+4 |
* | Added a "seq" sequence property for all items | John Wiegley | 2010-02-04 | 1 | -1/+5 |
* | --data shouldn't modify the underlying item | John Wiegley | 2009-11-12 | 1 | -6/+0 |
* | Added --date, similar to --account and --payee | John Wiegley | 2009-11-11 | 1 | -0/+6 |
* | Removed a bunch of empty comments | John Wiegley | 2009-11-08 | 1 | -9/+0 |
* | Segregated symbols into 5 separate namespaces | John Wiegley | 2009-11-04 | 1 | -1/+2 |
* | Whitespace fix | John Wiegley | 2009-11-04 | 1 | -2/+2 |
* | Stream out item metadata last in item_t::serialize | John Wiegley | 2009-11-01 | 1 | -1/+1 |
* | When copying an item, copy its metadata | John Wiegley | 2009-11-01 | 1 | -0/+1 |
* | Removed most #if 0 blocks and callout comments | John Wiegley | 2009-10-31 | 1 | -1/+0 |
* | Added serialization methods for most type | John Wiegley | 2009-10-30 | 1 | -0/+35 |
* | Add a position_t object for tracking item positions | John Wiegley | 2009-10-30 | 1 | -20/+39 |
* | Fixed a comment, and some whitespace | John Wiegley | 2009-10-30 | 1 | -2/+1 |
* | Added a comment about a confusing bit of code | John Wiegley | 2009-10-27 | 1 | -0/+1 |
* | Removed reliance on strptime/strftime | John Wiegley | 2009-10-11 | 1 | -2/+4 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -1/+0 |
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -7/+7 |
* | Added a new --raw option, for use with print | John Wiegley | 2009-02-21 | 1 | -2/+3 |
* | xact metadata searches get passed up to the entry | John Wiegley | 2009-02-14 | 1 | -0/+7 |
* | Fixed the use of --effective and --date-format (-y). | John Wiegley | 2009-02-09 | 1 | -0/+5 |
* | Improved an error message that was trying to show transaction context. | John Wiegley | 2009-02-08 | 1 | -1/+1 |
* | Greatly simplified the way option and command handlers are defined. | John Wiegley | 2009-02-05 | 1 | -2/+0 |
* | Removed all references to the old binary cache. | John Wiegley | 2009-02-04 | 1 | -3/+2 |
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -5/+5 |
* | Simplified the textual parser, and improved metadata support. | John Wiegley | 2009-02-04 | 1 | -7/+1 |
* | Removed used of src_idx. | John Wiegley | 2009-02-03 | 1 | -12/+6 |
* | Removed some dead code. | John Wiegley | 2009-02-03 | 1 | -8/+0 |
* | Removed the global references to session->report. | John Wiegley | 2009-02-03 | 1 | -0/+2 |