Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Largely removed all of Ledger's use of global variables, for the REPL's sake. | John Wiegley | 2009-02-04 | 1 | -13/+11 |
| | |||||
* | Simplified error context handling. | John Wiegley | 2009-02-02 | 1 | -1/+2 |
| | |||||
* | Added a missing throw() in the formatter. | John Wiegley | 2009-02-01 | 1 | -0/+1 |
| | |||||
* | Stopped using the generic "unsigned int" in favor of more specific types. | John Wiegley | 2009-01-29 | 1 | -3/+3 |
| | |||||
* | Revised the way that parsing flags get passed around. | John Wiegley | 2009-01-29 | 1 | -2/+1 |
| | |||||
* | Added support for Unicode text in Ledger files, thanks to 'utfcpp', which can | John Wiegley | 2009-01-23 | 1 | -42/+39 |
| | | | | be located at http://utfcpp.sourceforge.net. | ||||
* | Increased copyright range to include 2009. | John Wiegley | 2009-01-20 | 1 | -1/+1 |
| | |||||
* | Don't use single code format characters anymore. Access to object details | John Wiegley | 2008-09-18 | 1 | -1/+1 |
| | | | | will now always be done with "%(identifier)". | ||||
* | Fixes to the way that EXPR_PARSE_SINGLE behaves. | John Wiegley | 2008-09-15 | 1 | -8/+16 |
| | |||||
* | Added value expression parsing flag EXPR_PARSE_SINGLE, which means to read | John Wiegley | 2008-09-14 | 1 | -1/+1 |
| | | | | | | only a single expression and then quit immediately. Useful for parsing expressions that begin with a left parenthesis and are known to end at the right parenthesis. | ||||
* | format_t now handles escaped characters in input strings. | John Wiegley | 2008-09-14 | 1 | -0/+2 |
| | |||||
* | The register report is now mostly displaying multi-line balances correctly. | John Wiegley | 2008-08-10 | 1 | -9/+17 |
| | | | | It still shows lots even when --lots isn't specified, though. | ||||
* | Ledger now builds without any significant warnings, except for one file. Some | John Wiegley | 2008-08-10 | 1 | -2/+2 |
| | | | | | of the warnings had to be temporarily disabled, but will be checked again once the code has moved into master. | ||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+391 |
is in doc/, etc. |