| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid a race condition when making directories | John Wiegley | 2009-03-08 | 1 | -1/+2 |
* | Several improvements to how directories are chosen | John Wiegley | 2009-03-08 | 5 | -54/+60 |
* | Added support for "today" as a time period | John Wiegley | 2009-03-08 | 1 | -1/+11 |
* | Rewrote the balance report again, to fix --depth | John Wiegley | 2009-03-08 | 7 | -56/+196 |
* | Was missing an argument in RegressTests.py | John Wiegley | 2009-03-08 | 1 | -1/+1 |
* | Fixed a few minor cases of uninitialized variables | John Wiegley | 2009-03-08 | 4 | -6/+7 |
* | Modified the behavior of tools/proof | John Wiegley | 2009-03-08 | 1 | -21/+21 |
* | Changed the handling of some options in myacprep | John Wiegley | 2009-03-08 | 1 | -4/+14 |
* | Enable -g when gcov support is being used | John Wiegley | 2009-03-08 | 1 | -1/+1 |
* | Disabled some tests, which were running too slowly | John Wiegley | 2009-03-08 | 2 | -4/+4 |
* | Don't run 'make fullcheck' for the gcov build | John Wiegley | 2009-03-07 | 1 | -4/+12 |
* | In tools/proof, remove Products directories first | John Wiegley | 2009-03-07 | 1 | -0/+5 |
* | Fixed a reference to uninitialized memory | John Wiegley | 2009-03-07 | 1 | -1/+1 |
* | Doxygen is no longer being used | John Wiegley | 2009-03-07 | 2 | -8/+40 |
* | make release-distcheck works again | John Wiegley | 2009-03-07 | 4 | -6/+12 |
* | Don't remove ABOUT-NLS file during distriution | John Wiegley | 2009-03-06 | 1 | -1/+0 |
* | Removed outdated reference to python/interp.py | John Wiegley | 2009-03-06 | 1 | -1/+0 |
* | Revised the ways statistics are computed | John Wiegley | 2009-03-06 | 8 | -189/+239 |
* | Merge branch 'next' | John Wiegley | 2009-03-06 | 17 | -167/+325 |
|\ |
|
| * | In fullcheck, divide --verify and --gmalloc | John Wiegley | 2009-03-06 | 1 | -4/+8 |
| * | Merge commit from 'master' into next | John Wiegley | 2009-03-06 | 1 | -4/+0 |
| |\
| |/
|/| |
|
* | | Added call to TopGit's pre-commit hook in mine | John Wiegley | 2009-03-06 | 1 | -0/+2 |
| * | Changed the way that account balances are computed | John Wiegley | 2009-03-06 | 8 | -83/+234 |
| * | Implemented --unround using value expressions | John Wiegley | 2009-03-06 | 4 | -29/+14 |
| * | Don't compute running total for balance reports | John Wiegley | 2009-03-05 | 3 | -19/+23 |
| * | Removed the --totals option | John Wiegley | 2009-03-05 | 5 | -12/+3 |
| * | Enriched the behavior of post_t::add_to_value | John Wiegley | 2009-03-05 | 1 | -3/+21 |
| * | Renamed some flags and members in post_t | John Wiegley | 2009-03-05 | 4 | -30/+33 |
| * | pre-commit runs check only on master, and uses tg | John Wiegley | 2009-03-05 | 1 | -0/+6 |
| * | Added a value_t macro: VALUE_OR_VERO | John Wiegley | 2009-03-05 | 1 | -0/+2 |
|/ |
|
* | If Python is not in use, global includes session | John Wiegley | 2009-03-05 | 1 | -0/+2 |
* | Restored Makefile.am ordering to be top-down | John Wiegley | 2009-03-05 | 1 | -38/+38 |
* | Reduced the #include dependency tree to a minimum | John Wiegley | 2009-03-04 | 83 | -191/+244 |
* | Don't run autogen from acprep unless necessary | John Wiegley | 2009-03-04 | 2 | -22/+24 |
* | Don't build a gprof version in tools/proof | John Wiegley | 2009-03-04 | 1 | -4/+3 |
* | In the pre-commit hook, run acprep, not myacprep | John Wiegley | 2009-03-04 | 1 | -14/+13 |
* | Don't warn about old-style casts (e.g., Python.h) | John Wiegley | 2009-03-04 | 1 | -1/+1 |
* | Cured several harmless compiler warnings | John Wiegley | 2009-03-04 | 6 | -4/+12 |
* | Changed many assert() calls to VERIFY() | John Wiegley | 2009-03-04 | 8 | -54/+49 |
* | Corrected a build error if Python support missing | John Wiegley | 2009-03-03 | 1 | -0/+4 |
* | Gather account details in a details_t structure | John Wiegley | 2009-03-03 | 7 | -35/+49 |
* | Normalized how account totals are calculated | John Wiegley | 2009-03-03 | 10 | -129/+69 |
* | Several corrections to the man page | John Wiegley | 2009-03-03 | 1 | -15/+28 |
* | Added a new "account_amount" valexpr function | John Wiegley | 2009-03-03 | 1 | -0/+31 |
* | If a posting has an integer amount, convert it | John Wiegley | 2009-03-03 | 1 | -3/+7 |
* | Added ; as a sequencing operator in valexprs | John Wiegley | 2009-03-03 | 5 | -2/+58 |
* | Fixed parsing of '(1, 2, (3, 4))' | John Wiegley | 2009-03-03 | 3 | -1/+12 |
* | Allow special %{} formatting sequence | John Wiegley | 2009-03-03 | 3 | -32/+122 |
* | Made all the ANSI color names into valexpr names | John Wiegley | 2009-03-03 | 1 | -0/+67 |
* | Using ./acprep now builds statically by default | John Wiegley | 2009-03-03 | 3 | -4/+5 |