Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved around and renamed a very large amount of code in order to rationalize | John Wiegley | 2008-07-29 | 1 | -32/+32 |
| | | | | 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 | -7/+7 |
| | | | | newer XML stuff was pulled). | ||||
* | I have walked further along the road less compiled by... | John Wiegley | 2008-07-20 | 1 | -8/+8 |
| | |||||
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -48/+43 |
| | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -20/+21 |
| | |||||
* | Tons of corrections and fixes to value expressions and lot figures. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -5/+3 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -9/+15 |
| | |||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -15/+42 |
| | |||||
* | (entries::format_last_entry): XML format now always uses the same date | John Wiegley | 2008-04-13 | 1 | -9/+5 |
| | | | | format, and ignores --date-format. | ||||
* | Made several changes to the parsing infrastructure to allow passing | John Wiegley | 2008-04-13 | 1 | -4/+5 |
| | | | | | 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/+3 |
| | | | | list. | ||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -30/+0 |
| | |||||
* | See ChangeLog | John Wiegley | 2008-04-13 | 1 | -2/+22 |
| | |||||
* | Support has been added for clearing of individual transactions. Set | John Wiegley | 2008-04-13 | 1 | -10/+21 |
| | | | | `ledger-clear-whole-entries' in Emacs to revert to the old behavior. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+7 |
| | |||||
* | minor bit twiddling | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | |||||
* | Moved `format_xml_entries' to xml.cc. | John Wiegley | 2008-04-13 | 1 | -1/+209 |
| | |||||
* | (test): Check for <?xml only, not the full version string. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | (endElement): Handle the <tr:virtual> and <tr:generated> tags, which | John Wiegley | 2008-04-13 | 1 | -5/+14 |
| | | | | | were being ignored. (parse): Corrected error reporting when it is a Ledger error. | ||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+220 |