summaryrefslogtreecommitdiff
path: root/format.cc
Commit message (Expand)AuthorAgeFilesLines
* The register report has begun printing real data, although not all the piecesJohn Wiegley2008-07-291-2/+4
* The next value expression scheme is working, but the individual accessorJohn Wiegley2008-07-291-25/+26
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-38/+36
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-5/+23
* A large body of work to get the register report printing again, but stillJohn Wiegley2008-07-271-1/+3
* The --verify option is now working properly again. Use "--verify --verbose"John Wiegley2008-07-261-4/+12
* --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-0/+2
* More work toward getting the textual parser working again. Since this meansJohn Wiegley2008-07-241-18/+18
* The new XPath parser has been integrated, although I have removed theJohn Wiegley2008-07-201-6/+6
* Brought in the final round of 3.0 code, although it does not compile yet:John Wiegley2008-07-201-16/+16
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-73/+92
* Made separate modules for the csv command, since the prior method wasJohn Wiegley2008-04-131-23/+2
* Added elision styles.John Wiegley2008-04-131-17/+65
* Reworked the way date/times are handled.John Wiegley2008-04-131-12/+10
* Tons of corrections and fixes to value expressions and lot figures.John Wiegley2008-04-131-20/+45
* *** empty log message ***John Wiegley2008-04-131-8/+15
* Added --ansi and --ansi-invert options.John Wiegley2008-04-131-1/+60
* Added much better error location.John Wiegley2008-04-131-8/+27
* Added a DATETIME value type.John Wiegley2008-04-131-12/+20
* *** empty log message ***John Wiegley2008-04-131-11/+10
* Began support for improved commodity handling.John Wiegley2008-04-131-3/+3
* Checked in all major updates.John Wiegley2008-04-131-20/+14
* *** empty log message ***John Wiegley2008-04-131-0/+2
* Added a check for null.John Wiegley2008-04-131-1/+1
* Transactions now track their beginning and ending position, as doJohn Wiegley2008-04-131-8/+40
* Removed Python integration support.John Wiegley2008-04-131-117/+0
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-4/+6
* *** empty log message ***John Wiegley2008-04-131-1/+1
* *** empty log message ***John Wiegley2008-04-131-1/+1
* See ChangeLogJohn Wiegley2008-04-131-9/+54
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-4/+64
* (parse_elements): The format codes %b and %e can be used to displayJohn Wiegley2008-04-131-0/+12
* (format): [1178223] Don't truncate to max_width in the case ofJohn Wiegley2008-04-131-1/+4
* Moved `format_xml_entries' to xml.cc.John Wiegley2008-04-131-208/+0
* (truncated): Added "style" argument, so that at least Python users canJohn Wiegley2008-04-131-22/+86
* (truncated): Simplified this method, and added schemes for truncatingJohn Wiegley2008-04-131-28/+63
* (format_equity::flush): If the equity balance uses multipleJohn Wiegley2008-04-131-4/+44
* Changes to support building with gcc 2.95.John Wiegley2008-04-131-0/+1
* (format_transactions::operator): Corrected a bad memory access.John Wiegley2008-04-131-1/+1
* *** empty log message ***John Wiegley2008-04-131-1/+1
* (parse_elements): Added %S, %B and %E elements, for printing theJohn Wiegley2008-04-131-1/+28
* (format_last_entry): Output tr:cost as an amount, not as an amountJohn Wiegley2008-04-131-2/+5
* (format): Pay attention to the max_width setting for each formattingJohn Wiegley2008-04-131-1/+8
* updated to 2.02John Wiegley2008-04-131-2/+1
* updated to version 2.0John Wiegley2008-04-131-0/+842
* changesJohn Wiegley2008-04-131-606/+0
* made several of the buffers used non-staticJohn Wiegley2004-09-261-1/+1
* added pysample.dat, which provides a more realistic example of using PythonJohn Wiegley2004-09-251-2/+14
* added a custom transaction formatter, format_entries, used by "print"John Wiegley2004-09-241-5/+37
* fixed an obscure "print" bugJohn Wiegley2004-09-241-11/+8