summaryrefslogtreecommitdiff
path: root/entry.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Merged over fix to #205 from v2.6.1b, which deals with small commodityJohn Wiegley2008-07-291-7/+9
| | | | rounding.
* The next value expression scheme is working, but the individual accessorJohn Wiegley2008-07-291-0/+36
| | | | functions for each of the journal objects has yet to be ported.
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-0/+451
the way that value expressions extract information from journal objects.