summaryrefslogtreecommitdiff
path: root/textual.cc
Commit message (Collapse)AuthorAgeFilesLines
* updated to version 2.0John Wiegley2008-04-131-0/+597
|
* changesJohn Wiegley2008-04-131-550/+0
|
* improved error checking in parser, in case parts of an amount are missingJohn Wiegley2004-09-241-14/+35
|
* finalizer fixes; removed use of timing.h from main.ccJohn Wiegley2004-09-241-4/+3
|
* changed entry_finalizer scheme to use objects, not just function pointersJohn Wiegley2004-09-241-8/+9
|
* changed ledger.h to journal.h; moved adding of autoxact hookJohn Wiegley2004-09-231-1/+6
|
* moved entry hooking mechanism to journal_t; further improvements to "entry"John Wiegley2004-09-231-100/+2
|
* fixed several issues in value_t's coreJohn Wiegley2004-09-211-16/+12
|
* the "bal" command mostly works now in main.py; added a finalize_entry hookJohn Wiegley2004-09-201-11/+16
|
* some changes in the way formatting strings are handled; for simplicityJohn Wiegley2004-09-181-3/+7
|
* make config_t visible to Python; almost possible to implement main.cc in main.pyJohn Wiegley2004-09-141-1/+2
|
* python integrated both ways (see sample.dat), and initialized on-demandJohn Wiegley2004-09-141-3/+15
|
* improvements to python exposure of commodity_tJohn Wiegley2004-09-111-1/+1
|
* optimize python iterations of entries, transactions; use exceptions moreJohn Wiegley2004-09-081-5/+2
|
* small fixesJohn Wiegley2004-08-301-2/+9
|
* redid the way amount_t::commodity is handled; no more direct accessJohn Wiegley2004-08-291-7/+2
|
* ledger.so (the python module) now builds based on autoconf discoveryJohn Wiegley2004-08-281-6/+0
|
* added (disabled) code for Boost.PythonJohn Wiegley2004-08-271-3/+22
|
* escape codes in format strings; can now redefine individual report formatsJohn Wiegley2004-08-221-1/+6
|
* use value_t instead of balance_pair_t; gains for 10% binary, 2% textualJohn Wiegley2004-08-211-10/+15
|
* only compute the cost when it differs from the amountJohn Wiegley2004-08-211-15/+14
|
* removed some redundant codeJohn Wiegley2004-08-211-1/+1
|
* fixes to how commodities are looked up using quotes.ccJohn Wiegley2004-08-211-4/+2
|
* support arbitrary precision after the decimal point; increase speed 0-10%John Wiegley2004-08-211-1/+6
|
* fixesJohn Wiegley2004-08-191-2/+2
|
* several fixesJohn Wiegley2004-08-191-4/+8
|
* added support for parsing QIF filesJohn Wiegley2004-08-191-5/+4
|
* use std::auto_ptr wherever a thrown exception might otherwise leak memoryJohn Wiegley2004-08-191-12/+11
|
* fix to textual parsing, and a bit of reconstruction in main.ccJohn Wiegley2004-08-191-2/+5
|
* more time interval support: last month, last feb, next year, etc.John Wiegley2004-08-181-2/+2
|
* fixesJohn Wiegley2004-08-171-22/+6
|
* several significant speed improvements (removed excessive copying of strings)John Wiegley2004-08-171-3/+2
|
* if NO_CLEANUP is defined in the Makefile (now default), no cleanup is doneJohn Wiegley2004-08-171-2/+2
|
* further restructuringJohn Wiegley2004-08-151-5/+8
|
* cleaned up binary data writing, and file handlingJohn Wiegley2004-08-151-15/+13
|
* added timing debug codeJohn Wiegley2004-08-141-0/+22
|
* added timing codeJohn Wiegley2004-08-131-6/+9
|
* more options fixesJohn Wiegley2004-08-131-1/+2
|
* long options are now supportedJohn Wiegley2004-08-131-0/+11
|
* new debug code; automated transactions now use value expression predicatesJohn Wiegley2004-08-101-21/+8
|
* added back sorting supportJohn Wiegley2004-08-051-5/+4
|
* rewrote the way registers are computed -- againJohn Wiegley2004-08-041-233/+19
|
* brought back the "print" and "equity" reports; this time much better!John Wiegley2004-07-311-122/+5
|
* removed constraints_t entirelyJohn Wiegley2004-07-311-1/+1
|
* two major changesJohn Wiegley2004-07-301-38/+35
| | | | | | | | | | | | | Complete changed the way format strings are handled. They are now compiled first, which is far more efficient than what was being done before. Also, there is now a global ledger::commodity_t::commodities map, which saves me from having to pass the current journal around to a zillion different functions, for the sole purpose of making sure that all commodity symbols that are parsed refer to the same commodity object.
* Exit if parsing errors are encounteredJohn Wiegley2004-07-291-6/+11
|
* further reorganizationJohn Wiegley2004-07-271-195/+190
|
* initial rev of 2.0John Wiegley2004-07-261-0/+902