diff --git a/changelog b/changelog index 5afe7ce..20b02f5 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20100629 tpd src/axiom-website/patches.html 20100629.06.tpd.patch +20100629 tpd src/input/monitortest.input fix minor breakage in results 20100629 tpd src/axiom-website/patches.html 20100629.05.tpd.patch 20100629 tpd src/input/Makefile fix environment variables 20100629 tpd Makefile.pamphlet fix environment variables diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index b32b48e..658bf67 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -2948,5 +2948,7 @@ src/input/monitortest.input fix chunk syntax
books/bookvol6 remove AXIOMXLROOT reference
20100629.05.tpd.patch Makefile.pamphlet fix environment variables
+20100629.06.tpd.patch +src/input/monitortest.input fix minor breakage in results
diff --git a/src/input/monitortest.input.pamphlet b/src/input/monitortest.input.pamphlet index 1ac0b1c..015f9b2 100644 --- a/src/input/monitortest.input.pamphlet +++ b/src/input/monitortest.input.pamphlet @@ -347,8 +347,8 @@ Check that monitoring is not occurring --R --R --R#S(MONITOR-DATA NAME FOO1 COUNT 5 MONITORP T SOURCEFILE "testmon.lisp") ---R#S(MONITOR-DATA NAME FOO2 COUNT 2 MONITORP T SOURCEFILE "testmon.lisp") ---R#S(MONITOR-DATA NAME FOO3 COUNT 2 MONITORP T SOURCEFILE "testmon.lisp") +--R#S(MONITOR-DATA NAME FOO2 COUNT 3 MONITORP T SOURCEFILE "testmon.lisp") +--R#S(MONITOR-DATA NAME FOO3 COUNT 3 MONITORP T SOURCEFILE "testmon.lisp") --R#S(MONITOR-DATA NAME FOO4 COUNT 0 MONITORP T SOURCEFILE "testmon.lisp") --RValue = (NIL NIL NIL NIL) --E 26