Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleaned up some method names and documentation relating to values. | John Wiegley | 2008-07-31 | 1 | -3/+3 |
| | |||||
* | A new binary_cache_t object has been creating to manage saving and restoring a | John Wiegley | 2008-07-31 | 1 | -15/+8 |
| | | | | | 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 | -13/+14 |
| | | | | | | 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. | ||||
* | Merged over fix to #205 from v2.6.1b, which deals with small commodity | John Wiegley | 2008-07-29 | 1 | -1/+2 |
| | | | | rounding. | ||||
* | The register report has begun printing real data, although not all the pieces | John Wiegley | 2008-07-29 | 1 | -2/+2 |
| | | | | are in place yet and the formatting is still off. | ||||
* | Value expression architecture is now rewritten, but the functionality of the | John Wiegley | 2008-07-29 | 1 | -2/+1 |
| | | | | | | | 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 |
| | |||||
* | 'make check' is now working again. Also, conversion from amount_t to/from | John Wiegley | 2008-07-27 | 1 | -44/+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 | -3/+9 |
| | | | | fails due to the fact that 2.x value expression syntax is not restored. | ||||
* | --verify works again, but the memory totals at the end still need work. | John Wiegley | 2008-07-26 | 1 | -1/+1 |
| | |||||
* | Parsing now works again. And there was much rejoicing. | John Wiegley | 2008-07-24 | 1 | -9/+10 |
| | |||||
* | More work toward getting the textual parser working again. Since this means | John Wiegley | 2008-07-24 | 1 | -0/+52 |
| | | | | that value expressions must work, there are a lot of details involved. | ||||
* | More work toward getting my ledger data to parse. | John Wiegley | 2008-07-22 | 1 | -1/+1 |
| | |||||
* | Re-enabled almost all of the code in main.cc. | John Wiegley | 2008-07-20 | 1 | -0/+1 |
| | |||||
* | Some basic fixes to get things almost running, although we still can't parse | John Wiegley | 2008-07-19 | 1 | -0/+4 |
| | | | | my personal ledger file yet. | ||||
* | Merged in bug fixes from master (done for 2.6.1b) | John Wiegley | 2008-07-19 | 1 | -1/+1 |
|\ | |||||
| * | If AMOUNT_PARSE_NO_MIGRATE is set, do not set a commodity's precision even if | John Wiegley | 2008-07-17 | 1 | -4/+3 |
| | | | | | | | | | | | | this is the first time a commodity is being seen. The reason is that it's quite possible (especially in bug reports) for the cost of a priced transaction to contain the first occurrence of a commodity. | ||||
| * | Removed unnecessary assert. | John Wiegley | 2008-07-17 | 1 | -1/+0 |
| | | |||||
| * | Added #include lines for building on Debian lenny. | John Wiegley | 2008-07-13 | 1 | -1/+0 |
| | | |||||
| * | Fix compile errors with gcc 4.3 | Nathan Jones | 2008-05-20 | 1 | -0/+1 |
| | | |||||
* | | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -1/+11 |
| | | |||||
* | | Migrated over both code and build environment from was-v3.0 branch. | John Wiegley | 2008-05-08 | 1 | -1535/+920 |
|/ | |||||
* | Fixes to the commodity comparison logic. | John Wiegley | 2008-04-13 | 1 | -6/+8 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -25/+26 |
| | |||||
* | Several fixes to lot price handling. | John Wiegley | 2008-04-13 | 1 | -4/+9 |
| | |||||
* | Further refinement of commodity lot information. | John Wiegley | 2008-04-13 | 1 | -7/+71 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+34 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -33/+44 |
| | |||||
* | Tons of corrections and fixes to value expressions and lot figures. | John Wiegley | 2008-04-13 | 1 | -4/+38 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -5/+24 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+23 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -158/+109 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -1/+2 |
| | |||||
* | Added --ansi and --ansi-invert options. | John Wiegley | 2008-04-13 | 1 | -6/+6 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -19/+30 |
| | |||||
* | Added a DATETIME value type. | John Wiegley | 2008-04-13 | 1 | -26/+32 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -16/+23 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -2/+6 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -97/+166 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -16/+45 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -158/+432 |
| | |||||
* | (read_binary_journal): Fixed a tiny memory leak when reading from a | John Wiegley | 2008-04-13 | 1 | -0/+177 |
| | | | | binary cache. | ||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -73/+115 |
| | |||||
* | (amount_t::valid): Don't verify the commodity as being non-null, since | John Wiegley | 2008-04-13 | 1 | -10/+14 |
| | | | | | | NULL is a perfectly valid value for a commodity (it just means null_commodity). Also, never use commodity_->member, but always commodity().member. | ||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -165/+0 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Moved the setting of time quantities to the commodity initialization | John Wiegley | 2008-04-13 | 1 | -0/+20 |
| | | | | section. | ||||
* | (amount_t::value): Corrected a problem with commodity rounding after | John Wiegley | 2008-04-13 | 1 | -8/+23 |
| | | | | | | | | market values are determined (was using the wrong commodity's precision value). (commodity_t::value): Fixed the market value calculation algorithm, which was very broken (but only seemed to show up if the price history was very small). | ||||
* | (find_commodity): Don't copy over the NOMARKET flag from the default | John Wiegley | 2008-04-13 | 1 | -1/+2 |
| | | | | commodity. |