summaryrefslogtreecommitdiff
path: root/ofx.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved around most of the files so that source code is in src/, documentationJohn Wiegley2008-08-051-53/+0
| | | | is in doc/, etc.
* Added several missing copyright notices.John Wiegley2008-08-031-0/+31
|
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-2/+2
| | | | | | | old system (for example, the meaning of 'a') has yet to be restored. In the new scheme, this will be done by definition a function outside of the value expression logic, rather than the tight coupling between journal innards and value expressions that occurred in 2.x.
* --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-1/+1
|
* A great deal of reorganization to restore the old parsing code (since theJohn Wiegley2008-07-221-2/+2
| | | | newer XML stuff was pulled).
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-5/+5
|
* Made several changes to the parsing infrastructure to allow passingJohn Wiegley2008-04-131-0/+1
| | | | | the "config_t" object around. This is needed for parsing option settings in the initialization file.
* Added preliminary support for OFX, using libofx. Needs muchJohn Wiegley2008-04-131-0/+21
real-world testing.