summaryrefslogtreecommitdiff
path: root/src/journal.cc
Commit message (Expand)AuthorAgeFilesLines
* Added a few commentsJohn Wiegley2012-03-071-0/+9
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-77/+62
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Added some missing variable namesJohn Wiegley2012-02-271-1/+2
* OptimizationsJohn Wiegley2012-02-271-52/+58
* Added --check-payees optionJohn Wiegley2012-02-271-17/+19
* Implement the "tag" metadata directiveJohn Wiegley2012-02-271-3/+63
* Enable payee mappingsJohn Wiegley2012-02-271-13/+10
* Move when Unknown accounts are processedJohn Wiegley2012-02-271-10/+9
* Added new account/payee/commodity directivesJohn Wiegley2012-02-271-16/+148
* The "id" of an item now maps to its UUIDJohn Wiegley2012-02-271-0/+17
* Corrected an error messageJohn Wiegley2012-02-261-1/+1
* Added --rich-data for 'convert', and SHA1 checksum checkingJohn Wiegley2012-02-261-0/+11
* Fixes for variable shadowing (18/28)John Wiegley2012-02-171-2/+2
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
* Revised how Ledger handles the "current year"John Wiegley2010-06-141-6/+4
* Automated xacts may now contain "deferred tags"John Wiegley2010-06-131-4/+6
* Untabified all source filesJohn Wiegley2010-06-111-9/+9
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Reformatted a commentJohn Wiegley2010-02-051-3/+2
* Many improvements to Ledger's Python bindingsJohn Wiegley2009-11-191-16/+0
* Added has_xdata() methods for journal_t and xact_tJohn Wiegley2009-11-121-0/+20
* Did away with the "finalizer" abstractionJohn Wiegley2009-11-111-1/+8
* Automated postings defer amount expression calculationJohn Wiegley2009-11-111-3/+1
* Renamed journal_t::basket to bucketJohn Wiegley2009-11-071-1/+1
* The binary cache is working againJohn Wiegley2009-11-061-1/+2
* Moved journal reading code into journal_tJohn Wiegley2009-11-051-13/+84
* Moved xdata clearing code into each type properJohn Wiegley2009-11-051-0/+17
* Initialize journal_t::basket to NULLJohn Wiegley2009-11-031-1/+1
* Create a --cache option, for using a binary cacheJohn Wiegley2009-10-311-1/+1
* Moved ownership of master account into journal_tJohn Wiegley2009-10-301-0/+26
* Enabled use of pre-compiled headers by defaultJohn Wiegley2009-03-101-0/+2
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-2/+1
* The Great Renaming, Part IIJohn Wiegley2009-02-231-23/+23
* Added a now-missing #include of "account.h".John Wiegley2009-02-091-0/+1
* Removed unnecessary #include directives.John Wiegley2009-02-091-1/+0
* Removed all references to the old binary cache.John Wiegley2009-02-041-12/+3
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-10/+4
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* Cleaned up the way that commodity pricing is handled.John Wiegley2008-09-201-8/+0
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-11/+10
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+150