summaryrefslogtreecommitdiff
path: root/journal.h
Commit message (Expand)AuthorAgeFilesLines
* Added a note field to entry_t objects.John Wiegley2008-04-131-0/+1
* Made separate modules for the csv command, since the prior method wasJohn Wiegley2008-04-131-0/+2
* *** empty log message ***John Wiegley2008-04-131-1/+1
* Reworked the way date/times are handled.John Wiegley2008-04-131-19/+18
* Tons of corrections and fixes to value expressions and lot figures.John Wiegley2008-04-131-22/+22
* *** empty log message ***John Wiegley2008-04-131-0/+28
* Added much better error location.John Wiegley2008-04-131-2/+0
* *** empty log message ***John Wiegley2008-04-131-6/+5
* Began support for improved commodity handling.John Wiegley2008-04-131-4/+0
* (read_binary_journal): Fixed a tiny memory leak when reading from aJohn Wiegley2008-04-131-2/+1
* Checked in all major updates.John Wiegley2008-04-131-28/+4
* *** empty log message ***John Wiegley2008-04-131-2/+11
* *** empty log message ***John Wiegley2008-04-131-6/+10
* *** empty log message ***John Wiegley2008-04-131-3/+16
* Fixed some compiler complaints.John Wiegley2008-04-131-4/+4
* Added a global variable `entry_balance' which contains the balance ofJohn Wiegley2008-04-131-0/+2
* Transactions now track their beginning and ending position, as doJohn Wiegley2008-04-131-13/+18
* (class transaction_t): Initialize _date_eff to zero.John Wiegley2008-04-131-6/+7
* (class entry_base_t): Initialize the `journal' pointer to NULL onJohn Wiegley2008-04-131-2/+2
* See ChangeLogJohn Wiegley2008-04-131-5/+35
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-7/+9
* (class entry_base_t): Added `beg_line' and `end_line' members.John Wiegley2008-04-131-0/+2
* (class journal_t): Added a "basket" account member, which if set isJohn Wiegley2008-04-131-1/+2
* Changes to support building with gcc 2.95.John Wiegley2008-04-131-5/+6
* Added support for each entry to remember: the file it came from, andJohn Wiegley2008-04-131-8/+21
* (class journal_t): Added `price_db' member, which is the priceJohn Wiegley2008-04-131-0/+1
* updated to version 2.0John Wiegley2008-04-131-0/+385
* changesJohn Wiegley2008-04-131-282/+0
* finalizer fixes; removed use of timing.h from main.ccJohn Wiegley2004-09-241-4/+10
* changed entry_finalizer scheme to use objects, not just function pointersJohn Wiegley2004-09-241-11/+26
* a bit more refactoringJohn Wiegley2004-09-231-3/+0
* added filesJohn Wiegley2004-09-231-0/+264