| Commit message (Expand) | Author | Age | Files | Lines |
* | Regular expressions are working again, such that very basic register reports | John Wiegley | 2008-08-03 | 1 | -405/+8 |
* | Rearranged the code a bit, breaking walk.cc into several different files: | John Wiegley | 2008-08-03 | 1 | -8/+5 |
* | Added several missing copyright notices. | John Wiegley | 2008-08-03 | 1 | -0/+31 |
* | Got date, payee and accounts back into the register report. | John Wiegley | 2008-08-03 | 1 | -11/+2 |
* | More infrastructure work toward getting journal objects to provide their own | John Wiegley | 2008-08-02 | 1 | -5/+18 |
* | Formatting now relies exclusively on value expressions. | John Wiegley | 2008-08-02 | 1 | -10/+24 |
* | Journal data structures now use date_t instead of datetime_t. | John Wiegley | 2008-08-01 | 1 | -3/+3 |
* | Added a new 'format' debugging command, which dissects the formatting | John Wiegley | 2008-08-01 | 1 | -1/+26 |
* | Turned some #if 0'd code into a comment. | John Wiegley | 2008-08-01 | 1 | -43/+32 |
* | Simplified the format_t code so that it no longer references any particulars | John Wiegley | 2008-08-01 | 1 | -411/+115 |
* | Change many uses of for+iterator to use Boost.Foreach. | John Wiegley | 2008-07-31 | 1 | -34/+22 |
* | Revised the way that exceptions are thrown around. Instead of context being a | John Wiegley | 2008-07-31 | 1 | -2/+2 |
* | Enabled a huge number of warning flags for g++ in acprep, and fixed them all | John Wiegley | 2008-07-30 | 1 | -1/+2 |
* | The register report has begun printing real data, although not all the pieces | John Wiegley | 2008-07-29 | 1 | -2/+4 |
* | The next value expression scheme is working, but the individual accessor | John Wiegley | 2008-07-29 | 1 | -25/+26 |
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -38/+36 |
* | Value expression architecture is now rewritten, but the functionality of the | John Wiegley | 2008-07-29 | 1 | -5/+23 |
* | A large body of work to get the register report printing again, but still | John Wiegley | 2008-07-27 | 1 | -1/+3 |
* | The --verify option is now working properly again. Use "--verify --verbose" | John Wiegley | 2008-07-26 | 1 | -4/+12 |
* | --verify works again, but the memory totals at the end still need work. | John Wiegley | 2008-07-26 | 1 | -0/+2 |
* | More work toward getting the textual parser working again. Since this means | John Wiegley | 2008-07-24 | 1 | -18/+18 |
* | The new XPath parser has been integrated, although I have removed the | John Wiegley | 2008-07-20 | 1 | -6/+6 |
* | Brought in the final round of 3.0 code, although it does not compile yet: | John Wiegley | 2008-07-20 | 1 | -16/+16 |
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -73/+92 |
* | Made separate modules for the csv command, since the prior method was | John Wiegley | 2008-04-13 | 1 | -23/+2 |
* | Added elision styles. | John Wiegley | 2008-04-13 | 1 | -17/+65 |
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -12/+10 |
* | Tons of corrections and fixes to value expressions and lot figures. | John Wiegley | 2008-04-13 | 1 | -20/+45 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -8/+15 |
* | Added --ansi and --ansi-invert options. | John Wiegley | 2008-04-13 | 1 | -1/+60 |
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -8/+27 |
* | Added a DATETIME value type. | John Wiegley | 2008-04-13 | 1 | -12/+20 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -11/+10 |
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -3/+3 |
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -20/+14 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+2 |
* | Added a check for null. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | Transactions now track their beginning and ending position, as do | John Wiegley | 2008-04-13 | 1 | -8/+40 |
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -117/+0 |
* | Restructed the code that it can build and be used as a shared library. | John Wiegley | 2008-04-13 | 1 | -4/+6 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
* | See ChangeLog | John Wiegley | 2008-04-13 | 1 | -9/+54 |
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -4/+64 |
* | (parse_elements): The format codes %b and %e can be used to display | John Wiegley | 2008-04-13 | 1 | -0/+12 |
* | (format): [1178223] Don't truncate to max_width in the case of | John Wiegley | 2008-04-13 | 1 | -1/+4 |
* | Moved `format_xml_entries' to xml.cc. | John Wiegley | 2008-04-13 | 1 | -208/+0 |
* | (truncated): Added "style" argument, so that at least Python users can | John Wiegley | 2008-04-13 | 1 | -22/+86 |
* | (truncated): Simplified this method, and added schemes for truncating | John Wiegley | 2008-04-13 | 1 | -28/+63 |
* | (format_equity::flush): If the equity balance uses multiple | John Wiegley | 2008-04-13 | 1 | -4/+44 |