summaryrefslogtreecommitdiff
path: root/op.cc
Commit message (Expand)AuthorAgeFilesLines
* Moved xact_xdata_t into xact_t itself, as a set of "extended data" that mightJohn Wiegley2008-08-021-28/+0
* Changed the way that bare masks are parsed. There is still some couplingJohn Wiegley2008-08-021-2/+30
* Formatting now relies exclusively on value expressions.John Wiegley2008-08-021-8/+25
* Journal data structures now use date_t instead of datetime_t.John Wiegley2008-08-011-4/+4
* Improved the output from some debugging commands.John Wiegley2008-08-011-3/+6
* Change many uses of for+iterator to use Boost.Foreach.John Wiegley2008-07-311-4/+2
* Revised the way that exceptions are thrown around. Instead of context being aJohn Wiegley2008-07-311-28/+29
* Enabled a huge number of warning flags for g++ in acprep, and fixed them allJohn Wiegley2008-07-301-3/+3
* The next value expression scheme is working, but the individual accessorJohn Wiegley2008-07-291-5/+7
* Moved around and renamed a very large amount of code in order to rationalizeJohn Wiegley2008-07-291-34/+34
* Move the value expression code into libamounts, since it really belongs withJohn Wiegley2008-07-291-2/+2
* Value expression architecture is now rewritten, but the functionality of theJohn Wiegley2008-07-291-0/+1151