diff --git a/books/bookvol5.pamphlet b/books/bookvol5.pamphlet index 62454e1..fee7f69 100644 --- a/books/bookvol5.pamphlet +++ b/books/bookvol5.pamphlet @@ -548,8 +548,6 @@ information is initialized. #+:akcl (setq compiler::*compile-verbose* nil) #+:akcl (setq compiler::*suppress-compiler-warnings* t) #+:akcl (setq compiler::*suppress-compiler-notes* t) -#+:akcl (setq si::*system-directory* - (concatenate 'string (getenviron "AXIOM") "/bin")) (in-package "BOOT") (initroot) #+:akcl diff --git a/changelog b/changelog index d03b4be..04dc4e8 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20100115 tpd src/axiom-website/patches.html 20100115.03.tpd.patch +20100115 tpd books/bookvol5 do not set si::*system-directory* in restart 20100115 tpd src/axiom-website/patches.html 20100115.02.tpd.patch 20100115 tpd src/input/dop.input rewrite using machineFraction 20100115 tpd src/axiom-website/patches.html 20100115.01.tpd.patch diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index 4731b9e..b3af676 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -2372,5 +2372,7 @@ src/input/numericgamma.input rewrite using machineFraction
src/input/dfloat.input rewrite using machineFraction
20100115.02.tpd.patch src/input/dop.input rewrite using machineFraction
+20100115.03.tpd.patch +books/bookvol5 do not set si::*system-directory* in restart