Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *** 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. | ||||
* | (parse): Allow "-$100.00" as the equivalent of "$-100.00". | John Wiegley | 2008-04-13 | 1 | -2/+12 |
| | |||||
* | (amount_t::parse): Only set the SUFFIXED flag if there is actually a | John Wiegley | 2008-04-13 | 1 | -1/+2 |
| | | | | commodity symbol. | ||||
* | (parse_conversion): When defining a commodity conversion, always mark | John Wiegley | 2008-04-13 | 1 | -1/+2 |
| | | | | | the larger unit as having no market value (the market price is determined by looking up the base commodity and then multiplying). | ||||
* | (value): Use `std::map<>::lower_bound' to search for the nearest price | John Wiegley | 2008-04-13 | 1 | -6/+11 |
| | | | | | item in a commodity's history list. This is much more efficient than doing a reverse linear search. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -4/+4 |
| | |||||
* | (parse): A fix to the way commodity flags are applied to newly parsed | John Wiegley | 2008-04-13 | 1 | -7/+26 |
| | | | | | commodities. This was needing for an edge-case involving commodities that first appears as part of the cost (@ SPEC) of a transaction. | ||||
* | Changes to support building with gcc 2.95. | John Wiegley | 2008-04-13 | 1 | -0/+11 |
| | |||||
* | (AMOUNT_CMP_AMOUNT): Fixed a very serious error in basic amount math, | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | | | | when lhs is zero. | ||||
* | Added preliminary support for OFX, using libofx. Needs much | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | | | | real-world testing. | ||||
* | (operator/): Added a more complete divide-by-zero check. | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | |||||
* | Added commodity_t::default_commodity. Initialize the same. | John Wiegley | 2008-04-13 | 1 | -2/+4 |
| | |||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -12/+10 |
| | |||||
* | updated to 2.02 | John Wiegley | 2008-04-13 | 1 | -0/+3 |
| | |||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -412/+1117 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -915/+417 |
| | |||||
* | fixed several segfaults (using new option-scrambler test harness) | John Wiegley | 2004-09-27 | 1 | -2/+4 |
| | |||||
* | made several of the buffers used non-static | John Wiegley | 2004-09-26 | 1 | -6/+5 |
| | |||||
* | fixed printing of amounts that have a null commodity (was always precision 0) | John Wiegley | 2004-09-24 | 1 | -4/+14 |
| | |||||
* | improved error checking in parser, in case parts of an amount are missing | John Wiegley | 2004-09-24 | 1 | -8/+12 |
| | |||||
* | fixed a rather obscure memory bug, which also simplified some code | John Wiegley | 2004-09-24 | 1 | -29/+8 |
| | |||||
* | fixed several issues in value_t's core | John Wiegley | 2004-09-21 | 1 | -46/+3 |
| | |||||
* | improvements to python exposure of commodity_t | John Wiegley | 2004-09-11 | 1 | -5/+25 |
| | |||||
* | change commodity->symbol to const, and added set_symbol | John Wiegley | 2004-09-10 | 1 | -4/+2 |
| | |||||
* | the amount/balance/value logic is now a library, completely separate from ledger | John Wiegley | 2004-08-29 | 1 | -82/+121 |
| | |||||
* | redid the way amount_t::commodity is handled; no more direct access | John Wiegley | 2004-08-29 | 1 | -102/+65 |
| | |||||
* | a bit of a reorg; still much more to go | John Wiegley | 2004-08-29 | 1 | -1/+1 |
| | |||||
* | ledger.so (the python module) now builds based on autoconf discovery | John Wiegley | 2004-08-28 | 1 | -3/+3 |
| | |||||
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -2/+113 |
| | |||||
* | read all binary data in at one go; gains 33% | John Wiegley | 2004-08-26 | 1 | -2/+34 |
| | |||||
* | don't placement new() amount_t in binary.cc when it isn't necessary | John Wiegley | 2004-08-26 | 1 | -6/+4 |
| | |||||
* | added usual operator | John Wiegley | 2004-08-25 | 1 | -5/+6 |
| | |||||
* | fixed two memory corruption bugs | John Wiegley | 2004-08-25 | 1 | -31/+57 |
| | |||||
* | added asserts to, and proof-read, amount.cc | John Wiegley | 2004-08-25 | 1 | -210/+188 |
| |