summaryrefslogtreecommitdiff
path: root/textual.cc
Commit message (Expand)AuthorAgeFilesLines
* Restructed the code that it can build and be used as a shared library.John Wiegley2008-04-131-9/+9
* (parse_amount): Ignore inline math characters that are found quotes.John Wiegley2008-04-131-2/+7
* See ChangeLogJohn Wiegley2008-04-131-3/+29
* Support has been added for clearing of individual transactions. SetJohn Wiegley2008-04-131-32/+55
* *** empty log message ***John Wiegley2008-04-131-1/+1
* (parse_entry): Allow for the possibility that a transaction might endJohn Wiegley2008-04-131-1/+7
* (parse_entry): Removed "single line" transaction parsing and went backJohn Wiegley2008-04-131-10/+1
* (parse): Removed some unnecessary code which was actually causingJohn Wiegley2008-04-131-15/+2
* (parse): Set the beginning and ending line number for each entry as itJohn Wiegley2008-04-131-10/+17
* (parse_inline_math): Parse amounts that use anyJohn Wiegley2008-04-131-5/+95
* (parse): The src_idx field on journal entries was being setJohn Wiegley2008-04-131-5/+7
* (parse): Parse price database entries using the fixed date formatJohn Wiegley2008-04-131-1/+5
* (clock_out_from_timelog): If a timelog file is left "open", clock outJohn Wiegley2008-04-131-22/+32
* (parse_transaction): If an account name matches an alias definition,John Wiegley2008-04-131-1/+27
* (test): Sense of an #ifdef test was reversed somehow.John Wiegley2008-04-131-2/+2
* *** empty log message ***John Wiegley2008-04-131-3/+0
* (test): Added a test for the presence of <?xml... in the input stream;John Wiegley2008-04-131-0/+21
* (parse_entry): Parse the pending flag if a ! is used in place of *.John Wiegley2008-04-131-3/+11
* (parse): Updated the "D" command to take a regular amount, from whichJohn Wiegley2008-04-131-3/+6
* formatting changesJohn Wiegley2008-04-131-2/+2
* Whitespace changes.John Wiegley2008-04-131-2/+2
* (parse): When an entry does not balance, print the entry so the userJohn Wiegley2008-04-131-1/+2
* Changes to support building with gcc 2.95.John Wiegley2008-04-131-5/+14
* *** empty log message ***John Wiegley2008-04-131-0/+1
* *** empty log message ***John Wiegley2008-04-131-3/+4
* Added support for each entry to remember: the file it came from, andJohn Wiegley2008-04-131-2/+103
* (parse): Added "D" directive to ledger files, which allows the user toJohn Wiegley2008-04-131-0/+5
* Fixed a textual parsing bug.John Wiegley2008-04-131-0/+4
* 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