diff --git a/books/bookvol10.3.pamphlet b/books/bookvol10.3.pamphlet index 689dbb9..6e40e02 100644 --- a/books/bookvol10.3.pamphlet +++ b/books/bookvol10.3.pamphlet @@ -101839,7 +101839,7 @@ f2: TextFile := open("MOTD", "output") l := readLine! f1 --R --R ---R (3) "root:x:0:root" +--I (3) "ROOT:x:0:" --R Type: String --E 3 @@ -101847,7 +101847,7 @@ l := readLine! f1 writeLine!(f2, upperCase l) --R --R ---R (4) "ROOT:X:0:ROOT" +--I (4) "ROOT:X:0:" --R Type: String --E 4 diff --git a/changelog b/changelog index 5d8e653..406d22f 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20091019 tpd src/axiom-website/patches.html 20091019.03.tpd.patch +20091019 tpd books/bookvol10.3 fix TextFile regression test 20091019 tpd src/axiom-website/patches.html 20091019.02.tpd.patch 20091019 tpd src/input/gstbl.input ignore gensym 20091019 tpd src/axiom-website/patches.html 20091019.01.tpd.patch diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index a61ced7..1d4df68 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -2157,5 +2157,7 @@ books/bookvol5 merge and remove incl.lisp
src/axiom-website/developers.html add spad84.jpg, rewrite page
20091019.02.tpd.patch src/input/gstbl.input ignore gensym
+20091019.03.tpd.patch +books/bookvol10.3 fix TextFile regression test