summaryrefslogtreecommitdiff
path: root/src/textual.cc
Commit message (Expand)AuthorAgeFilesLines
* Switched over to using irrxml for parsing XML, rather than expat.John Wiegley2009-01-241-7/+3
* Added support for Unicode text in Ledger files, thanks to 'utfcpp', which canJohn Wiegley2009-01-231-8/+20
* Moved the occurance of "Error:" when reporting context.John Wiegley2009-01-221-2/+2
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* Instead of doing price annotations in the textual parser, useJohn Wiegley2009-01-191-3/+2
* Changed COMMODITY_STYLE_NOMARKET TO COMMODITY_NOMARKET.John Wiegley2009-01-191-1/+1
* Whitespace fix.John Wiegley2009-01-141-4/+4
* The cleared or pending flag of a transaction overrides the flag for the entireJohn Wiegley2009-01-141-1/+3
* Changed debug class ledger.textual.parse to just textual.parse.John Wiegley2008-09-191-21/+21
* Removed unneeded NULL argument.John Wiegley2008-09-191-1/+1
* Renamed XACT_BALANCE flag to XACT_MUST_BALANCE.John Wiegley2008-09-191-1/+1
* When automatically associating lot details with a commodity, use only theJohn Wiegley2008-09-191-8/+2
* Factored common parts of entry_t and xact_t into new item_tJohn Wiegley2008-09-191-16/+16
* Fixed the way that nested caught exceptions are rethrown, and how valueJohn Wiegley2008-09-151-4/+4
* If an entry is being parsed but yields all null-amount transactions,John Wiegley2008-09-141-4/+10
* 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
* 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