summaryrefslogtreecommitdiff
path: root/textual.cc
Commit message (Expand)AuthorAgeFilesLines
* Rearranged the code a bit, breaking walk.cc into several different files:John Wiegley2008-08-031-1/+1
* Added several missing copyright notices.John Wiegley2008-08-031-0/+31
* Moved xact_xdata_t into xact_t itself, as a set of "extended data" that mightJohn Wiegley2008-08-021-1/+1
* More infrastructure work toward getting journal objects to provide their ownJohn Wiegley2008-08-021-18/+18
* Formatting now relies exclusively on value expressions.John Wiegley2008-08-021-11/+8
* Journal data structures now use date_t instead of datetime_t.John Wiegley2008-08-011-9/+9
* Change many uses of for+iterator to use Boost.Foreach.John Wiegley2008-07-311-30/+19
* Revised the way that exceptions are thrown around. Instead of context being aJohn Wiegley2008-07-311-42/+40
* Cleaned up some method names and documentation relating to values.John Wiegley2008-07-311-6/+8
* Enabled a huge number of warning flags for g++ in acprep, and fixed them allJohn Wiegley2008-07-301-19/+19
* The register report has begun printing real data, although not all the piecesJohn Wiegley2008-07-291-39/+23
* The next value expression scheme is working, but the individual accessorJohn Wiegley2008-07-291-1/+4
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-75/+76
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-20/+20
* Merge branch 'master' into v2.7aJohn Wiegley2008-07-271-2/+93
|\
| * Added the concept of "balance setting transactions".John Wiegley2008-07-271-2/+79
| * Erroneously compared a character position to NUL, rather than setting it.John Wiegley2008-07-191-3/+3
* | 'make check' is now working again. Also, conversion from amount_t to/fromJohn Wiegley2008-07-271-2/+2
* | The --verify option is now working properly again. Use "--verify --verbose"John Wiegley2008-07-261-7/+7
* | --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-24/+22
* | More work toward getting the textual parser working again. Since this meansJohn Wiegley2008-07-241-9/+17
* | More fixes to restore parsing capability.John Wiegley2008-07-231-15/+21
* | More work toward getting my ledger data to parse.John Wiegley2008-07-221-26/+30
* | A great deal of reorganization to restore the old parsing code (since theJohn Wiegley2008-07-221-18/+19
* | The new XPath parser has been integrated, although I have removed theJohn Wiegley2008-07-201-7/+7
* | Everything but main.cc is compiling again (but with much #if 0'd code).John Wiegley2008-07-201-2/+6
* | I have walked further along the road less compiled by...John Wiegley2008-07-201-14/+14
* | Brought in the final round of 3.0 code, although it does not compile yet:John Wiegley2008-07-201-1/+1
* | Added a tracing statement.John Wiegley2008-07-191-3/+5
* | Some basic fixes to get things almost running, although we still can't parseJohn Wiegley2008-07-191-4/+11
* | Merged in bug fixes from master (done for 2.6.1b)John Wiegley2008-07-191-33/+77
|\|
| * Disabled an error check that has no real value in 2.6.John Wiegley2008-07-171-2/+12
| * Protect against a case where xact->entry may legitimately be NULL.John Wiegley2008-07-171-2/+2
| * Strip \r from all lines read.John Wiegley2008-07-171-9/+23
| * Fixed several issues with clocking out in a timelog, which was leading to anJohn Wiegley2008-07-171-15/+32
| * Added several more date/time fixes from Nathan Jones. Fixes #49.John Wiegley2008-07-171-1/+1
| * Patch from Nathan Jones so that trailing whitespace after account names in aJohn Wiegley2008-07-161-1/+2
| * Fix compile errors with gcc 4.3Nathan Jones2008-05-201-0/+1
* | Most things are building, but not the Python codeJohn Wiegley2008-05-121-37/+14
* | The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-133/+120
|/
* 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