Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved around most of the files so that source code is in src/, documentation | John Wiegley | 2008-08-05 | 1 | -188/+0 |
| | | | | is in doc/, etc. | ||||
* | A new binary_cache_t object has been creating to manage saving and restoring a | John Wiegley | 2008-07-31 | 1 | -979/+0 |
| | | | | | Ledger session from a cache file. It doesn't work at all yet, though at least the major structures are in place now. | ||||
* | Enabled a huge number of warning flags for g++ in acprep, and fixed them all | John Wiegley | 2008-07-30 | 1 | -7/+7 |
| | | | | | | except for several unused parameter warnings (because there is so much code still #if 0'd out), and one implicit conversion from long long to long which still has to be dealt with. | ||||
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -36/+36 |
| | | | | the way that value expressions extract information from journal objects. | ||||
* | Value expression architecture is now rewritten, but the functionality of the | John Wiegley | 2008-07-29 | 1 | -362/+271 |
| | | | | | | | 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. | ||||
* | Updated all copyright messages to 2003-2008. | John Wiegley | 2008-07-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into v2.7a. | John Wiegley | 2008-07-27 | 1 | -2/+2 |
|\ | | | | | | | The only change to come forward was updating the binary version number. | ||||
| * | Increased binary cache file internal version number. | John Wiegley | 2008-07-26 | 1 | -2/+2 |
| | | |||||
* | | 'make check' is now working again. Also, conversion from amount_t to/from | John Wiegley | 2008-07-27 | 1 | -9/+9 |
| | | | | | | | | | | | | | | 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 large body of work to get the register report printing again, but still | John Wiegley | 2008-07-27 | 1 | -2/+0 |
| | | | | | | | | fails due to the fact that 2.x value expression syntax is not restored. | ||||
* | | More work toward getting the textual parser working again. Since this means | John Wiegley | 2008-07-24 | 1 | -4/+4 |
| | | | | | | | | that value expressions must work, there are a lot of details involved. | ||||
* | | A great deal of reorganization to restore the old parsing code (since the | John Wiegley | 2008-07-22 | 1 | -42/+42 |
| | | | | | | | | newer XML stuff was pulled). | ||||
* | | The new XPath parser has been integrated, although I have removed the | John Wiegley | 2008-07-20 | 1 | -6/+6 |
| | | | | | | | | | | | | | | XML-related bits -- I just wanted the better infrastructure that had been created during the rewrite. It doesn't work, but it compiles and links now. This means that all of the previous 3.0 code has been moved over, although there are still snippets of code in pending/old that need to be restored. | ||||
* | | Brought in the final round of 3.0 code, although it does not compile yet: | John Wiegley | 2008-07-20 | 1 | -71/+119 |
| | | | | | | | | report, session, parts of xpath, main, journal, option. | ||||
* | | Commented out code that's not being used yet. | John Wiegley | 2008-07-19 | 1 | -1/+1 |
| | | |||||
* | | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -1/+1056 |
| | | |||||
* | | Migrated over both code and build environment from was-v3.0 branch. | John Wiegley | 2008-05-08 | 1 | -1258/+77 |
|/ | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -127/+192 |
| | |||||
* | Several fixes to lot price handling. | John Wiegley | 2008-04-13 | 1 | -25/+31 |
| | |||||
* | Tons of corrections and fixes to value expressions and lot figures. | John Wiegley | 2008-04-13 | 1 | -36/+94 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -16/+24 |
| | |||||
* | Added --ansi and --ansi-invert options. | John Wiegley | 2008-04-13 | 1 | -7/+7 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -6/+26 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -4/+14 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -19/+5 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -98/+184 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+3 |
| | |||||
* | (read_binary_journal): Fixed a tiny memory leak when reading from a | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | | | | binary cache. | ||||
* | (read_binary_journal): Fixed a tiny memory leak when reading from a | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | binary cache. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -70/+108 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -18/+47 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -18/+133 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -4/+4 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -68/+175 |
| | |||||
* | Transactions now track their beginning and ending position, as do | John Wiegley | 2008-04-13 | 1 | -2/+10 |
| | | | | | | | entries. The new format strings %xB %xE %xb %xe can be used to display those values relative to a transaction. The Emacs module now relies on this support to exactly determine where a transaction is, rather than the Elisp logic it relied on previously. | ||||
* | 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. | ||||
* | Added in.clear() before resetting I/Os streams. Again, thanks to the | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | | | | list. | ||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -27/+0 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+4 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | See ChangeLog | John Wiegley | 2008-04-13 | 1 | -4/+12 |
| | |||||
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -5/+9 |
| | |||||
* | (read_binary_journal, write_binary_journal): The "basket" account | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | | | | pointer was being incorrectly restored from the cache. | ||||
* | Increased binary version number. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Updated binary version number. (read_binary_entry_base): Read in | John Wiegley | 2008-04-13 | 1 | -1/+5 |
| | | | | | | beginning and ending line information for each entry. (write_binary_entry_base): Write out beginning and ending line information for each entry. | ||||
* | Updated binary file version. (read_binary_journal): Read in the | John Wiegley | 2008-04-13 | 1 | -1/+10 |
| | | | | | "basket" account, if used. (write_binary_journal): Write out the "basket" account, if used. | ||||
* | Increased binary file version number. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | updated binary version number | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| |