Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | The code is compiling again, but it's far from being able to run yet. | John Wiegley | 2008-05-08 | 1 | -81/+71 |
| | |||||
* | option.cc: Include unistd.h, to pull in the prototype for access(). This was | John Wiegley | 2008-05-07 | 1 | -0/+1 |
| | | | | | | preventing OpenBSD 4 from building. acprep (CXXFLAGS): Don't use the compile flag -Wno-long-double except on OS X. | ||||
* | Reverted the master branch back to the state of v2.6.0.90, because I intend to | John Wiegley | 2008-05-02 | 1 | -3/+3 |
| | | | | | | be much more thorough about what gets commited to the master and why. This will still be the branch where new work will be checked in, but only after thorough review in a development branch. | ||||
* | Fixed #36: -e wasn't parsing the passed in date correctly. | John Wiegley | 2008-04-13 | 1 | -3/+3 |
| | |||||
* | Corrected help documentation for --budget flag. | John Wiegley | 2008-04-13 | 1 | -2/+2 |
| | |||||
* | Made separate modules for the csv command, since the prior method was | John Wiegley | 2008-04-13 | 1 | -25/+29 |
| | | | | not fully correct. | ||||
* | *** empty log message *** | John Wiegley | 2008-04-13 | 1 | -0/+1 |
| | |||||
* | Added elision styles. | John Wiegley | 2008-04-13 | 1 | -5/+23 |
| | |||||
* | Reworked the way date/times are handled. | John Wiegley | 2008-04-13 | 1 | -25/+23 |
| | |||||
* | Several fixes to lot price handling. | John Wiegley | 2008-04-13 | 1 | -0/+874 |
| | |||||
* | Added much better error location. | John Wiegley | 2008-04-13 | 1 | -11/+32 |
| | |||||
* | Began support for improved commodity handling. | John Wiegley | 2008-04-13 | 1 | -7/+7 |
| | |||||
* | Checked in all major updates. | John Wiegley | 2008-04-13 | 1 | -106/+83 |
| | |||||
* | Removed Python integration support. | John Wiegley | 2008-04-13 | 1 | -91/+0 |
| | |||||
* | (process_environment): If the environment tag is NULL (which is really | John Wiegley | 2008-04-13 | 1 | -1/+1 |
| | | | | should never be), then don't use it. | ||||
* | updated to version 2.0 | John Wiegley | 2008-04-13 | 1 | -0/+261 |
| | |||||
* | changes | John Wiegley | 2008-04-13 | 1 | -257/+0 |
| | |||||
* | fixed a serious problem that prevented environment settings from being read | John Wiegley | 2004-09-27 | 1 | -2/+2 |
| | |||||
* | made several of the buffers used non-static | John Wiegley | 2004-09-26 | 1 | -7/+9 |
| | |||||
* | if a commodity price cannot be downloaded, report it as an error | John Wiegley | 2004-09-25 | 1 | -4/+2 |
| | |||||
* | whitespace fix | John Wiegley | 2004-09-23 | 1 | -1/+1 |
| | |||||
* | make config_t visible to Python; almost possible to implement main.cc in main.py | John Wiegley | 2004-09-14 | 1 | -27/+40 |
| | |||||
* | switch from using deque back to list; affects speed by up to 30%! | John Wiegley | 2004-09-06 | 1 | -8/+8 |
| | |||||
* | a bit of a reorg; still much more to go | John Wiegley | 2004-08-29 | 1 | -22/+111 |
| | |||||
* | added (disabled) code for Boost.Python | John Wiegley | 2004-08-27 | 1 | -3/+3 |
| | |||||
* | removed all uses of std::vector; simplified some code | John Wiegley | 2004-08-24 | 1 | -4/+2 |
| | |||||
* | a few fixes | John Wiegley | 2004-08-24 | 1 | -1/+2 |
| | |||||
* | use value_t instead of balance_pair_t; gains for 10% binary, 2% textual | John Wiegley | 2004-08-21 | 1 | -0/+2 |
| | |||||
* | added missing header | John Wiegley | 2004-08-17 | 1 | -0/+1 |
| | |||||
* | several significant speed improvements (removed excessive copying of strings) | John Wiegley | 2004-08-17 | 1 | -6/+15 |
| | |||||
* | slight fixes | John Wiegley | 2004-08-17 | 1 | -5/+4 |
| | |||||
* | performance tweaks | John Wiegley | 2004-08-13 | 1 | -0/+2 |
| | |||||
* | more options fixes | John Wiegley | 2004-08-13 | 1 | -18/+29 |
| | |||||
* | added option.cc and option.h | John Wiegley | 2004-08-13 | 1 | -0/+132 |