Mon Oct 18 00:35:54 EDT 2010  stevenj@alum.mit.edu
  * updated TODO etc.

    M ./cubature.c -6 +6

Sun Oct 17 22:10:01 EDT 2010  stevenj@alum.mit.edu
  * make sure it compiles in pedantic ANSI mode

    M ./Makefile -1 +1
    M ./cubature.c -6 +10

Sun Oct 17 20:58:49 EDT 2010  stevenj@alum.mit.edu
  * more parallelism in adapt_integrate_v, using an algorithm by Gladstone

    M ./README -1 +19
    M ./cubature.c -88 +152

Sun Oct 17 01:42:50 EDT 2010  stevenj@alum.mit.edu
  * spelling

    M ./cubature.c -1 +1

Sat Oct 16 22:24:45 EDT 2010  stevenj@alum.mit.edu
  * added ChangeLog to dist

    M ./Makefile -2 +7

Sat Oct 16 22:15:22 EDT 2010  stevenj@alum.mit.edu
  * use SUCCESS/FAILURE return codes consistently

    M ./cubature.c -42 +42

Sat Oct 16 21:59:16 EDT 2010  stevenj@alum.mit.edu
  * check for more malloc failures

    M ./cubature.c -19 +22

Sat Oct 16 21:50:10 EDT 2010  stevenj@alum.mit.edu
  * expose a bit more parallelism by evaluating two regions at once (thanks to Alejandro Rodriguez for the suggestion); also, more extensive checking for out-of-memory situations

    M ./cubature.c -177 +261

Tue Oct 12 01:05:33 EDT 2010  stevenj@alum.mit.edu
  * correct error return val for 0-dimensional integral with multiple integrands

    M ./cubature.c -3 +3

Mon Oct 11 22:03:12 EDT 2010  stevenj@alum.mit.edu
  * documentation of new feature, acknowledgements

    M ./README +37
    M ./cubature.c +8

Mon Oct 11 21:50:53 EDT 2010  stevenj@alum.mit.edu
  * whoops, correct error estimation in 1d case; now matches old cod

    M ./cubature.c -5 +15

Mon Oct 11 21:30:07 EDT 2010  stevenj@alum.mit.edu
  * bug fix in new vectorized code; now gives identical results to before

    M ./cubature.c -6 +6

Mon Oct 11 19:02:22 EDT 2010  stevenj@alum.mit.edu
  * clean up where pts/vals are allocated

    M ./cubature.c -49 +57

Mon Oct 11 18:45:36 EDT 2010  stevenj@alum.mit.edu
  * first stab at vectorized version (thanks to Dmitry Turbiner for hacking an initial prototype)

    M ./Makefile -1 +3
    M ./cubature.c -185 +225
    M ./cubature.h +13

Fri Oct  2 19:35:53 EDT 2009  stevenj@alum.mit.edu
  * use .tgz, not .tar.gz

    M ./Makefile -1 +1

Fri Oct  2 19:25:53 EDT 2009  stevenj@alum.mit.edu
  * tweak

    M ./Makefile -1 +1

Fri Oct  2 19:25:26 EDT 2009  stevenj@alum.mit.edu
  * simple Makefile

    A ./Makefile

Fri Oct  2 19:19:35 EDT 2009  stevenj@alum.mit.edu
  * document test program in README

    M ./README +43

Fri Oct  2 19:07:34 EDT 2009  stevenj@alum.mit.edu
  * added web link

    M ./README -4 +9

Fri Oct  2 19:05:01 EDT 2009  stevenj@alum.mit.edu
  * initial darcs import

    A ./COPYING
    A ./README
    A ./cubature.c
    A ./cubature.h
