summaryrefslogtreecommitdiff
path: root/src/journal.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Changed a data type to be consistent with its usageJohn Wiegley2009-10-311-1/+1
|
* Create a --cache option, for using a binary cacheJohn Wiegley2009-10-311-7/+51
|
* Moved ownership of master account into journal_tJohn Wiegley2009-10-301-9/+8
| | | | The journal_t now completely represents the data part of a session.
* Added serialization methods for most typeJohn Wiegley2009-10-301-0/+16
| | | | | This allows journal_t objects to be completed serialized to disk and deserialized.
* Reduced the #include dependency tree to a minimumJohn Wiegley2009-03-041-6/+12
|
* The Great Renaming, Part IIJohn Wiegley2009-02-231-11/+11
| | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset.
* Added a --strict session optionJohn Wiegley2009-02-191-2/+3
| | | | | | | When enabled, if any accounts or commodities are seen in an uncleared transaction, which were not seen previously in a cleared or pending transaction or a textual directive dealing with accounts or commodities, a warning is generated about the unknown item.
* Break libledger_data's dependency on session_t.John Wiegley2009-02-091-2/+1
|
* Threw away the "multiple parser" infrastructure.John Wiegley2009-02-071-34/+9
|
* Largely removed all of Ledger's use of global variables, for the REPL's sake.John Wiegley2009-02-041-1/+3
|
* Simplified the textual parser, and improved metadata support.John Wiegley2009-02-041-12/+2
|
* Added documentation stubs for all include files and classes.John Wiegley2009-01-311-0/+19
|
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-10/+10
|
* Update Doxygen documentation. Still much more work to be done.John Wiegley2009-01-291-2/+0
|
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
|
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-4/+3
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+128
is in doc/, etc.