summaryrefslogtreecommitdiff
path: root/src/format.cc
Commit message (Expand)AuthorAgeFilesLines
* Simplified error context handling.John Wiegley2009-02-021-1/+2
* Added a missing throw() in the formatter.John Wiegley2009-02-011-0/+1
* Stopped using the generic "unsigned int" in favor of more specific types.John Wiegley2009-01-291-3/+3
* Revised the way that parsing flags get passed around.John Wiegley2009-01-291-2/+1
* Added support for Unicode text in Ledger files, thanks to 'utfcpp', which canJohn Wiegley2009-01-231-42/+39
* Increased copyright range to include 2009.John Wiegley2009-01-201-1/+1
* Don't use single code format characters anymore. Access to object detailsJohn Wiegley2008-09-181-1/+1
* Fixes to the way that EXPR_PARSE_SINGLE behaves.John Wiegley2008-09-151-8/+16
* Added value expression parsing flag EXPR_PARSE_SINGLE, which means to readJohn Wiegley2008-09-141-1/+1
* format_t now handles escaped characters in input strings.John Wiegley2008-09-141-0/+2
* The register report is now mostly displaying multi-line balances correctly.John Wiegley2008-08-101-9/+17
* Ledger now builds without any significant warnings, except for one file. SomeJohn Wiegley2008-08-101-2/+2
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+391