summaryrefslogtreecommitdiff
path: root/derive.cc
Commit message (Collapse)AuthorAgeFilesLines
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-14/+12
|
* Reworked the way date/times are handled.John Wiegley2008-04-131-4/+2
|
* Tons of corrections and fixes to value expressions and lot figures.John Wiegley2008-04-131-2/+3
|
* Added much better error location.John Wiegley2008-04-131-3/+3
|
* *** empty log message ***John Wiegley2008-04-131-3/+25
|
* Checked in all major updates.John Wiegley2008-04-131-53/+71
|
* (derive_new_entry): Added an error check if only a payee is specifiedJohn Wiegley2008-04-131-0/+3
| | | | | for "entry" but the payee wasn't found. (This came from the mailing list, thanks guys).
* Removed Python integration support.John Wiegley2008-04-131-27/+0
|
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-1/+1
| | | | | The command-line version is still statically bound in the build process by default (for the sake of speed).
* See ChangeLogJohn Wiegley2008-04-131-1/+1
|
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-1/+0
| | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior.
* (derive_new_entry): Backed out a change which caused the "from"John Wiegley2008-04-131-8/+3
| | | | account to be incorrectly determined.
* (derive_new_entry): If the "entry" command can't figure out whichJohn Wiegley2008-04-131-9/+17
| | | | | account to draw from, and if there is a "basket account" (defined with "A" in a textual ledger), use that.
* (derive_new_entry): If no argument were given but the payee, assumeJohn Wiegley2008-04-131-5/+14
| | | | the user wants to see the same transaction as last time.
* added missing headersJohn Wiegley2008-04-131-0/+2
|
* (derive_new_entry): Simplified some code. (derive_new_entry): If noJohn Wiegley2008-04-131-3/+7
| | | | | | commodity was specified for an amount, and none was figured out from previous transactions, then use the default commodity (which is specified using "D <SYMBOL>" in the ledger file).
* updated to version 2.0John Wiegley2008-04-131-0/+144
|
* changesJohn Wiegley2008-04-131-147/+0
|
* fix to entryJohn Wiegley2004-09-241-1/+1
|
* a bit more refactoringJohn Wiegley2004-09-231-0/+147