summaryrefslogtreecommitdiff
path: root/format.h
Commit message (Expand)AuthorAgeFilesLines
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-21/+21
* Added elision styles.John Wiegley2008-04-131-0/+13
* Tons of corrections and fixes to value expressions and lot figures.John Wiegley2008-04-131-4/+2
* *** empty log message ***John Wiegley2008-04-131-9/+12
* Added --ansi and --ansi-invert options.John Wiegley2008-04-131-0/+3
* *** empty log message ***John Wiegley2008-04-131-0/+7
* Added much better error location.John Wiegley2008-04-131-1/+2
* Added a DATETIME value type.John Wiegley2008-04-131-6/+0
* *** empty log message ***John Wiegley2008-04-131-0/+4
* (read_binary_journal): Fixed a tiny memory leak when reading from aJohn Wiegley2008-04-131-6/+6
* Checked in all major updates.John Wiegley2008-04-131-1/+1
* Transactions now track their beginning and ending position, as doJohn Wiegley2008-04-131-4/+8
* Removed Python integration support.John Wiegley2008-04-131-39/+2
* See ChangeLogJohn Wiegley2008-04-131-4/+6
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-0/+2
* (class format_account): Fixed initialization orderJohn Wiegley2008-04-131-2/+2
* (struct element_t): Added BEG_LINE and END_LINE.John Wiegley2008-04-131-0/+2
* Moved `format_xml_entries' to xml.cc.John Wiegley2008-04-131-18/+0
* (format_xml_entries): Moved the stream finalization to flush(), whereJohn Wiegley2008-04-131-1/+3
* Added pystream_handler_wrap class, which wraps an item_handler takingJohn Wiegley2008-04-131-1/+38
* (parse_elements): Added %S, %B and %E elements, for printing theJohn Wiegley2008-04-131-0/+3
* updated to version 2.0John Wiegley2008-04-131-0/+198
* changesJohn Wiegley2008-04-131-182/+0
* fixed several segfaults (using new option-scrambler test harness)John Wiegley2004-09-271-3/+4
* added a custom transaction formatter, format_entries, used by "print"John Wiegley2004-09-241-1/+18
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-1/+1
* passing --enable-python to configure is now required for python supportJohn Wiegley2004-09-201-5/+5
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-201-77/+22
* some changes in the way formatting strings are handled; for simplicityJohn Wiegley2004-09-181-13/+20
* changed the management of "xdata" in walk.hJohn Wiegley2004-09-171-20/+12
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-141-0/+2
* added support for ValueExpr objects to python.John Wiegley2004-09-101-1/+1
* added python support for Format() objects. see main.pyJohn Wiegley2004-09-101-7/+7
* the amount/balance/value logic is now a library, completely separate from ledgerJohn Wiegley2004-08-291-26/+26
* a bit of a reorg; still much more to goJohn Wiegley2004-08-291-0/+1
* cleanup; fully switched to autoconf -- use scripts/acprepJohn Wiegley2004-08-241-1/+2
* simplified some codeJohn Wiegley2004-08-221-15/+1
* a little more reorganizing, but only fractionally faster. diminishing returns!John Wiegley2004-08-221-18/+30
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-5/+6
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-211-4/+7
* several fixesJohn Wiegley2004-08-191-1/+0
* added support for parsing QIF filesJohn Wiegley2004-08-191-0/+1
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-191-12/+0
* added --help docs, and fixed some problems with balance reprotingJohn Wiegley2004-08-181-1/+2
* if NO_CLEANUP is defined in the Makefile (now default), no cleanup is doneJohn Wiegley2004-08-171-0/+13
* added support for interval reporting; changed some option flagsJohn Wiegley2004-08-121-7/+10
* more reorgJohn Wiegley2004-08-111-1/+0
* many more formatting changesJohn Wiegley2004-08-111-16/+13
* added several kinds of transaction filtersJohn Wiegley2004-08-111-114/+29
* changed the way changed_value_filter is calledJohn Wiegley2004-08-101-9/+37