summaryrefslogtreecommitdiff
path: root/commodity.cc
Commit message (Collapse)AuthorAgeFilesLines
* Journal data structures now use date_t instead of datetime_t.John Wiegley2008-08-011-3/+3
| | | | | | | | This means transactions can only have day-level granularity -- which has always been the case from an data file point of view. The advantage to this restriction is that reports will now be immune from daylight savings related bugs, where a transaction falls to the wrong side of a --monthly report, for example.
* Change many uses of for+iterator to use Boost.Foreach.John Wiegley2008-07-311-2/+2
|
* Cleaned up some method names and documentation relating to values.John Wiegley2008-07-311-1/+1
|
* Enabled a huge number of warning flags for g++ in acprep, and fixed them allJohn Wiegley2008-07-301-1/+1
| | | | | | 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.
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-3/+2
| | | | | | | 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 Wiegley2008-07-271-1/+1
|
* --verify works again, but the memory totals at the end still need work.John Wiegley2008-07-261-0/+1
|
* Parsing now works again. And there was much rejoicing.John Wiegley2008-07-241-0/+69
|
* The code is compiling again, but it's far from being able to run yet.John Wiegley2008-05-081-5/+5
|
* Migrated over both code and build environment from was-v3.0 branch.John Wiegley2008-05-081-0/+598