summaryrefslogtreecommitdiff
path: root/doc/sample.dat
Commit message (Collapse)AuthorAgeFilesLines
* Several changes to the sample.dat fileAristid Breitkreuz2009-11-201-12/+18
|
* Made the account and tag directives more rationalJohn Wiegley2009-11-151-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/ ICUJohn Wiegley2009-11-071-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 IIJohn Wiegley2009-02-231-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 sortedJohn Wiegley2009-02-191-0/+2
| | | | Comparing integer < amount was doing the reverse comparison.
* Properly handle UTF-8 characters in commodity strings.John Wiegley2009-02-121-23/+23
|
* Fixed the use of --effective and --date-format (-y).John Wiegley2009-02-091-1/+1
|
* An error in sample.dat was mistaken checked in; now fixed.John Wiegley2009-02-021-1/+1
|
* Simplified error context handling.John Wiegley2009-02-021-1/+1
|
* Updated sample.dat with a metadata example.John Wiegley2009-02-011-0/+6
|
* Added support for Unicode text in Ledger files, thanks to 'utfcpp', which canJohn Wiegley2009-01-231-1/+9
| | | | be located at http://utfcpp.sourceforge.net.
* In the Ledger sample data, mark $ as NOMARKET.John Wiegley2009-01-191-0/+2
|
* Updated the sample data file to the new value expression syntax.John Wiegley2008-08-291-1/+1
|
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-0/+26
is in doc/, etc.