Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Several changes to the sample.dat file | Aristid Breitkreuz | 2009-11-20 | 1 | -12/+18 |
| | |||||
* | Made the account and tag directives more rational | John Wiegley | 2009-11-15 | 1 | -0/+4 |
| | | | | | Now you must specify "account / end account", and "tag / end tag". For backwards compatability, plain "end" is the same as "end account". | ||||
* | Added support for Boost.Regex w/ ICU | John Wiegley | 2009-11-07 | 1 | -1/+1 |
| | | | | | This allows for correct searching of UTF-8 encoded strings, such as lower-case versions of Russian words to find mixed-case words. | ||||
* | The Great Renaming, Part II | John Wiegley | 2009-02-23 | 1 | -2/+2 |
| | | | | | The last commit did not contain the majority of changes because of a slight mishap. This contains the real changeset. | ||||
* | A key fix to the ways accounts were sorted | John Wiegley | 2009-02-19 | 1 | -0/+2 |
| | | | | Comparing integer < amount was doing the reverse comparison. | ||||
* | Properly handle UTF-8 characters in commodity strings. | John Wiegley | 2009-02-12 | 1 | -23/+23 |
| | |||||
* | Fixed the use of --effective and --date-format (-y). | John Wiegley | 2009-02-09 | 1 | -1/+1 |
| | |||||
* | An error in sample.dat was mistaken checked in; now fixed. | John Wiegley | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | Simplified error context handling. | John Wiegley | 2009-02-02 | 1 | -1/+1 |
| | |||||
* | Updated sample.dat with a metadata example. | John Wiegley | 2009-02-01 | 1 | -0/+6 |
| | |||||
* | Added support for Unicode text in Ledger files, thanks to 'utfcpp', which can | John Wiegley | 2009-01-23 | 1 | -1/+9 |
| | | | | be located at http://utfcpp.sourceforge.net. | ||||
* | In the Ledger sample data, mark $ as NOMARKET. | John Wiegley | 2009-01-19 | 1 | -0/+2 |
| | |||||
* | Updated the sample data file to the new value expression syntax. | John Wiegley | 2008-08-29 | 1 | -1/+1 |
| | |||||
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -0/+26 |
is in doc/, etc. |