Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added several missing copyright notices. | John Wiegley | 2008-08-03 | 1 | -0/+31 |
| | |||||
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -10/+10 |
| | | | | the way that value expressions extract information from journal objects. | ||||
* | 'make check' is now working again. Also, conversion from amount_t to/from | John Wiegley | 2008-07-27 | 1 | -1/+1 |
| | | | | | | | double has been disabled, because I am no longer packaging the gdtoa library with Ledger (because double conversion really has nothing to do with what Ledger does). If you wish to use it, you can find gdtoa in cpp-rewrite-2006, under a sub-directory of the same name. | ||||
* | A great deal of reorganization to restore the old parsing code (since the | John Wiegley | 2008-07-22 | 1 | -2/+2 |
| | | | | newer XML stuff was pulled). | ||||
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -14/+14 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -6/+6 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -3/+2 |
| | |||||
* | Made several changes to the parsing infrastructure to allow passing | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file. | ||||
* | (ofx_proc_transaction_cb): Applied patch for a bad reference to | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | | | | entry->date. | ||||
* | Added in.clear() before resetting I/Os streams. Again, thanks to the | John Wiegley | 2008-04-13 | 1 | -0/+4 |
| | | | | list. | ||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -19/+0 |
| | |||||
* | Removed unused code. | John Wiegley | 2008-04-13 | 1 | -6/+0 |
| | |||||
* | minor bit twiddling | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | |||||
* | Added preliminary support for OFX, using libofx. Needs much | John Wiegley | 2008-04-13 | 1 | -0/+247 |
real-world testing. |