summaryrefslogtreecommitdiff
path: root/textual.cc
Commit message (Expand)AuthorAgeFilesLines
* Improvements to the position calculation logic during parsing.John Wiegley2008-04-131-5/+8
* *** empty log message ***John Wiegley2008-04-131-5/+8
* Reworked the way date/times are handled.John Wiegley2008-04-131-80/+102
* *** empty log message ***John Wiegley2008-04-131-21/+27
* Several fixes to lot price handling.John Wiegley2008-04-131-6/+9
* Further refinement of commodity lot information.John Wiegley2008-04-131-15/+6
* Tons of corrections and fixes to value expressions and lot figures.John Wiegley2008-04-131-53/+63
* *** empty log message ***John Wiegley2008-04-131-11/+27
* *** empty log message ***John Wiegley2008-04-131-10/+13
* *** empty log message ***John Wiegley2008-04-131-5/+8
* *** empty log message ***John Wiegley2008-04-131-1/+1
* Added much better error location.John Wiegley2008-04-131-48/+63
* *** empty log message ***John Wiegley2008-04-131-223/+183
* Began support for improved commodity handling.John Wiegley2008-04-131-56/+36
* *** empty log message ***John Wiegley2008-04-131-4/+1
* Added support for unlimited factoids.John Wiegley2008-04-131-7/+3
* *** empty log message ***John Wiegley2008-04-131-1/+1
* (parse_transaction): Assign the entry to an xact while parsing it soJohn Wiegley2008-04-131-2/+5
* Checked in all major updates.John Wiegley2008-04-131-32/+49
* *** empty log message ***John Wiegley2008-04-131-23/+49
* *** empty log message ***John Wiegley2008-04-131-31/+29
* *** empty log message ***John Wiegley2008-04-131-6/+24
* (parse_transaction): Improved the @ check (scanning for a transactionJohn Wiegley2008-04-131-1/+18
* (parse_amount): Don't interpret an initial opening parenthesis asJohn Wiegley2008-04-131-1/+1
* (parse): Do not balance automated entries: they are now balanced asJohn Wiegley2008-04-131-12/+12
* (write_textual_journal): Corrected an error message.John Wiegley2008-04-131-1/+1
* Transactions now track their beginning and ending position, as doJohn Wiegley2008-04-131-0/+9
* *** empty log message ***John Wiegley2008-04-131-2/+0
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-2/+6
* Relaxed parsing so that tabs are allowed in several places thatJohn Wiegley2008-04-131-28/+28
* Added in.clear() before resetting I/Os streams. Again, thanks to theJohn Wiegley2008-04-131-0/+1
* Removed Python integration support.John Wiegley2008-04-131-27/+0
* 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