Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added to the docs, now working directly in Texinfo | John Wiegley | 2004-08-20 | 1 | -0/+1885 |
| | |||||
* | updated gnucash support | John Wiegley | 2004-08-20 | 4 | -5/+42 |
| | |||||
* | quick fix | John Wiegley | 2004-08-19 | 1 | -1/+1 |
| | |||||
* | added missing backslash | John Wiegley | 2004-08-19 | 1 | -1/+1 |
| | |||||
* | change some makefile rules | John Wiegley | 2004-08-19 | 1 | -15/+2 |
| | |||||
* | fixes | John Wiegley | 2004-08-19 | 7 | -8/+143 |
| | |||||
* | several fixes | John Wiegley | 2004-08-19 | 10 | -1664/+98 |
| | |||||
* | the QIF parser was too order dependent | John Wiegley | 2004-08-19 | 1 | -4/+8 |
| | |||||
* | bug fix in QIF parsing | John Wiegley | 2004-08-19 | 1 | -1/+1 |
| | |||||
* | added support for parsing QIF files | John Wiegley | 2004-08-19 | 13 | -85/+269 |
| | |||||
* | use std::auto_ptr wherever a thrown exception might otherwise leak memory | John Wiegley | 2004-08-19 | 8 | -141/+143 |
| | |||||
* | always print balance amounts sorted alphabetically by commodity | John Wiegley | 2004-08-19 | 1 | -14/+31 |
| | |||||
* | fixes to quote downloading | John Wiegley | 2004-08-19 | 4 | -41/+48 |
| | |||||
* | fix to textual parsing, and a bit of reconstruction in main.cc | John Wiegley | 2004-08-19 | 10 | -257/+285 |
| | |||||
* | use now from datetime.cc | John Wiegley | 2004-08-18 | 1 | -2/+1 |
| | |||||
* | added --help docs, and fixed some problems with balance reproting | John Wiegley | 2004-08-18 | 6 | -80/+94 |
| | |||||
* | more time interval support: last month, last feb, next year, etc. | John Wiegley | 2004-08-18 | 8 | -54/+101 |
| | |||||
* | added inclusion specifiers: -z june, -z 2004, -z "monthly in 2003", etc. | John Wiegley | 2004-08-18 | 4 | -59/+129 |
| | |||||
* | added a private rule to the Makefile | John Wiegley | 2004-08-17 | 1 | -0/+6 |
| | |||||
* | further performance tweaks | John Wiegley | 2004-08-17 | 2 | -22/+40 |
| | |||||
* | speed improvements; my "bal" script is cut to a third | John Wiegley | 2004-08-17 | 6 | -83/+1206 |
| | |||||
* | removed header inclusion (not ready yet) | John Wiegley | 2004-08-17 | 1 | -1/+0 |
| | |||||
* | small changes | John Wiegley | 2004-08-17 | 3 | -24/+15 |
| | |||||
* | bug fix | John Wiegley | 2004-08-17 | 2 | -3/+3 |
| | |||||
* | changes to value expressions, and to how the display predicate is computed | John Wiegley | 2004-08-17 | 8 | -100/+169 |
| | |||||
* | fixed a memory corruption bug stemming from not using an input iterator | John Wiegley | 2004-08-17 | 1 | -3/+2 |
| | |||||
* | fixes | John Wiegley | 2004-08-17 | 5 | -59/+123 |
| | |||||
* | fixes | John Wiegley | 2004-08-17 | 3 | -43/+7 |
| | |||||
* | added missing header | John Wiegley | 2004-08-17 | 1 | -0/+1 |
| | |||||
* | several significant speed improvements (removed excessive copying of strings) | John Wiegley | 2004-08-17 | 8 | -118/+86 |
| | |||||
* | fixes | John Wiegley | 2004-08-17 | 3 | -3/+7 |
| | |||||
* | misc cleanup | John Wiegley | 2004-08-17 | 7 | -11/+11 |
| | |||||
* | if NO_CLEANUP is defined in the Makefile (now default), no cleanup is done | John Wiegley | 2004-08-17 | 9 | -16/+85 |
| | |||||
* | don't allocate config_t within config.cc | John Wiegley | 2004-08-17 | 3 | -11/+16 |
| | |||||
* | slight fixes | John Wiegley | 2004-08-17 | 8 | -65/+140 |
| | |||||
* | more binary format changes | John Wiegley | 2004-08-16 | 4 | -54/+68 |
| | |||||
* | further restructuring | John Wiegley | 2004-08-15 | 15 | -546/+700 |
| | |||||
* | bug fix | John Wiegley | 2004-08-15 | 1 | -2/+2 |
| | |||||
* | cleaned up binary data writing, and file handling | John Wiegley | 2004-08-15 | 7 | -643/+391 |
| | |||||
* | fix to changed_value_transactions | John Wiegley | 2004-08-14 | 1 | -7/+2 |
| | |||||
* | fixed -G report | John Wiegley | 2004-08-14 | 3 | -4/+10 |
| | |||||
* | fix | John Wiegley | 2004-08-14 | 1 | -1/+2 |
| | |||||
* | fix to amount printing | John Wiegley | 2004-08-14 | 3 | -6/+13 |
| | |||||
* | optimized printing of amounts | John Wiegley | 2004-08-14 | 3 | -43/+27 |
| | |||||
* | added timing debug code | John Wiegley | 2004-08-14 | 3 | -7/+90 |
| | |||||
* | added timing code | John Wiegley | 2004-08-13 | 3 | -11/+54 |
| | |||||
* | performance tweaks | John Wiegley | 2004-08-13 | 2 | -23/+6 |
| | |||||
* | fixed problem with writing binary amounts | John Wiegley | 2004-08-13 | 3 | -85/+69 |
| | |||||
* | more options fixes | John Wiegley | 2004-08-13 | 6 | -89/+93 |
| | |||||
* | fix to gnucash support | John Wiegley | 2004-08-13 | 1 | -2/+1 |
| |