summaryrefslogtreecommitdiff
path: root/src/journal.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
* 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
is in doc/, etc.