summaryrefslogtreecommitdiff
path: root/src/textual.cc
Commit message (Collapse)AuthorAgeFilesLines
...
* If an entry is being parsed but yields all null-amount transactions,John Wiegley2008-09-141-4/+10
| | | | | | completely ignore the entry. This is useful for supporting "safety" entries whose only purpose is to assert the balance of account(s) at a certain point in time.
* Transactional assignments (i.e., confirmed balances) are working now.John Wiegley2008-09-141-29/+36
|
* Ledger now builds without any significant warnings, except for one file. SomeJohn Wiegley2008-08-101-41/+43
| | | | | of the warnings had to be temporarily disabled, but will be checked again once the code has moved into master.
* Merge branch 'master' into v2.7aJohn Wiegley2008-08-091-13/+6
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+1131
is in doc/, etc.