Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Initialize journal_t::basket to NULL | John Wiegley | 2009-11-03 | 1 | -1/+1 | |
| | ||||||
* | Create a --cache option, for using a binary cache | John Wiegley | 2009-10-31 | 1 | -1/+1 | |
| | ||||||
* | Moved ownership of master account into journal_t | John Wiegley | 2009-10-30 | 1 | -0/+26 | |
| | | | | The journal_t now completely represents the data part of a session. | |||||
* | Enabled use of pre-compiled headers by default | John Wiegley | 2009-03-10 | 1 | -0/+2 | |
| | ||||||
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 1 | -2/+1 | |
| | ||||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -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 Wiegley | 2009-02-09 | 1 | -0/+1 | |
| | ||||||
* | Removed unnecessary #include directives. | John Wiegley | 2009-02-09 | 1 | -1/+0 | |
| | ||||||
* | Removed all references to the old binary cache. | John Wiegley | 2009-02-04 | 1 | -12/+3 | |
| | ||||||
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -10/+4 | |
| | ||||||
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 | |
| | ||||||
* | Cleaned up the way that commodity pricing is handled. | John Wiegley | 2008-09-20 | 1 | -8/+0 | |
| | ||||||
* | Factored common parts of entry_t and xact_t into new item_t | John Wiegley | 2008-09-19 | 1 | -11/+10 | |
| | ||||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+150 | |
is in doc/, etc. |