\start
Date: 01 May 2003 11:32:24 -0400
From: Camm Maguire
To: Dylan Thurston
Subject: Re: [Gcl-devel] Re: axiom on cmu cl

Greetings!  Please try this (against 2.5.2):
=============================================================================
--- package.d.ori	Fri Feb 14 19:38:28 2003
+++ package.d	Thu May  1 11:28:16 2003
@@ -220,10 +220,13 @@
 
 	x = find_package(n);
 	if (x == Cnil) {
- 	   	FEpackage_error(n,"No such package");  
- 		return Cnil; 
-/*  		x = make_package(n, ns, ul,isize,esize);  */
-/*  		goto L;  */
+	  if (!getenv("OLD_IN_PACKAGE")) {
+	    FEpackage_error(n,"No such package");  
+	    return Cnil; 
+	  } else {
+	    x = make_package(n, ns, ul,isize,esize);  
+	    goto L;  
+	  }
 	}
 	if (isize) rehash_pack(&(x->p.p_internal),
 		&x->p.p_internal_size,isize);
@@ -243,7 +246,7 @@
 	}
 	for (;  !endp(ul);  ul = ul->c.c_cdr)
 		use_package(ul->c.c_car, x);
-/* L:  */
+L:  
 	sLApackageA->s.s_dbind = x;
 	vs_reset;
 	return(x);
=============================================================================
Then set the environment variable OLD_IN_PACKAGE to some non-empty
 	string before running gcl.


Dylan Thurston writes:

> On Tue, Apr 29, 2003 at 09:52:48AM -0400, Camm Maguire wrote:
> > Greetings!  [ Just a reminder, I'm still away on sabbatical until 6/1,
> > so correspondence will be somewhat spotty. ]
> > 
> > I just noticed how cmucl handled the in-package issue:
> > ...
> > It would be rather easy to implement this type of behavior in GCL, at
> > least for your development work locally, ...
> 
> This sounds very easy for you; I for one would be interested in this
> patch, so that I can work on more interesting issues.
> 

\start
Date: 02 May 2003 00:22:18 +0200
From: David Mentre
To: list
Subject: Re: Axiom on gcl 2.5.2 and powerpc: a first attempt

David MENTRE writes:

> object_to_float is undefined

I have finally found that object_to_float code is defined in
gcl-2.5.2/o/cmpaux.c but is commented out. Is it an error in gcl? I have
missed a configure option?

To build gcl, I'm using: ./configure --enable-statsysbfd --enable-dynsysgmp --enable-readline

\start
Date: 01 May 2003 21:26:26 -0400
From: Camm Maguire
To: David Mentre
Subject: Re: Axiom on gcl 2.5.2 and powerpc: a first attempt

Greetings!  In putting together the 2.5.2 release, a first attempt was
made to clear out code which was not accessible from any known point in
GCL and was not part of the exported lisp API.  Feel free to uncomment
the routine if you are building a local copy of gcl and need it for
some reason.  Does axiom access it via the lisp (clines interface
directly?  I'd be interested in knowing how this routine was accessed,
as neither gcl, ansi gcl, acl2, nor maxima use it.  

If you do need it, I'd like to build a standard lisp interface to it
and confine access to this interface, eventually.

> David MENTRE writes:
> 
> > object_to_float is undefined
> 
> I have finally found that object_to_float code is defined in
> gcl-2.5.2/o/cmpaux.c but is commented out. Is it an error in gcl? I have
> missed a configure option?
> 
> To build gcl, I'm using: ./configure --enable-statsysbfd --enable-dynsysgmp --enable-readline
> 

\start
Date: 01 May 2003 23:29:03 +0200
From: David Mentre
To: list
Subject: Axiom on gcl 2.5.2 and powerpc: a first attempt

Hello,

Using Camm's patch, I have continued my port of axiom on (debian) linux
powperpc.

The build starts correctly but fails at one point (when building
intersys).  I don't know if it is a misconfiguration of ./configure in
gcl or an issue within patched gcl.


Please find below a first tentative patch to make axiom work on
gcl-2.5.2 and linux powerpc. You also need to put latest gcl-2.5.2
sources in new/new/zips/gcl-2.5.2.tar.gz before doing a make.

Don't forget also to do an "export OLD_IN_PACKAGE='ritual incantation'"
before doing "make".

Here is the log of the relevant error during compilation of interpsys:
"
[...]
2 building warm.data
5 invoking make in /home/david/pub/axiom-libre/axiom-powerpc/new/new/src/interp with parms:
SYS= linux
LSP= /home/david/pub/axiom-libre/axiom-powerpc/new/new/lsp
PART= cprogs
SPAD= /home/david/pub/axiom-libre/axiom-powerpc/new/new/mnt/linux
SRC= /home/david/pub/axiom-libre/axiom-powerpc/new/new/src
INT= /home/david/pub/axiom-libre/axiom-powerpc/new/new/int
MID= /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp
OUT= /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp
OBJ= /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj
MNT= /home/david/pub/axiom-libre/axiom-powerpc/new/new/mnt
O=o LISP=lsp BYE=bye

>
Loading /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp/makeint.lisp
Loading /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp/sys-pkg.lsp
Finished loading /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp/sys-pkg.lsp
Loading /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp/nocompil.lsp
Finished loading /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp/nocompil.lsp
Loading /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp/util.o
[... other similar entries deleted ...]
Loading /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp/slam.o
start address -T 0x10853a74 Finished loading /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp/slam.o
Loading /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp/sockio.o
object_to_float is undefined

Error: Cannot get relocated section contents

Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by LOAD.
Broken at BUILD-INTERPSYS.  Type :H for Help.
BOOT>>6 /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/bin/interpsys created
[...]
"

I think the issue is related to the addition of libspad.a in the gcl
unixport/makefile patch. As the sources of gcl have changed, I don't
know where to put this library to be included in final binary.

Here is my patch:

--=-=-=

diff -Pru -x *CVS* -x *~ axiom.orig/new/new/Makefile axiom-dm1/new/new/Makefile
--- axiom.orig/new/new/Makefile	Thu Feb 20 19:40:37 2003
+++ axiom-dm1/new/new/Makefile	Thu May  1 21:14:43 2003
@@ -1,9 +1,9 @@
 
-SPD=/home/axiomgnu/new
+SPD=/home/david/pub/axiom-libre/axiom-powerpc/new/new
 SYS=linux
 SPAD=${SPD}/mnt/${SYS}
 LSP=${SPD}/lsp
-AKCLDIR=${LSP}/gcl-2.4.1
+AKCLDIR=${LSP}/gcl-2.5.2
 SRC=${SPD}/src
 INT=${SPD}/int
 OBJ=${SPD}/obj
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/Makefile.linux axiom-dm1/new/new/Makefile.linux
--- axiom.orig/new/new/Makefile.linux	Thu Feb 20 19:49:30 2003
+++ axiom-dm1/new/new/Makefile.linux	Thu May  1 21:14:43 2003
@@ -16,7 +16,7 @@
 O=o
 BYE=bye
 LISP=lsp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/Makefile.pamphlet axiom-dm1/new/new/Makefile.pamphlet
--- axiom.orig/new/new/Makefile.pamphlet	Thu Feb 20 19:41:05 2003
+++ axiom-dm1/new/new/Makefile.pamphlet	Thu May  1 21:14:43 2003
@@ -652,11 +652,11 @@
 code to optimize function calling.
 <<environment>>=
 
-SPD=/home/axiomgnu/new
+SPD=/home/david/pub/axiom-libre/axiom-powerpc/new/new
 SYS=linux
 SPAD=${SPD}/mnt/${SYS}
 LSP=${SPD}/lsp
-AKCLDIR=${LSP}/gcl-2.4.1
+AKCLDIR=${LSP}/gcl-2.5.2
 SRC=${SPD}/src
 INT=${SPD}/int
 OBJ=${SPD}/obj
@@ -918,7 +918,7 @@
 
 \subsubsection{The {\bf GCLVERSION} variable }
 {\bf GCLVERSION} is the name of the GCL version. The one we used to
-build the original version of the system is gcl-2.4.1. The system
+build the original version of the system is gcl-2.5.0.cvs20020625. The system
 will attempt to untar a file in the {\bf zips} directory with the
 name {\bf GCLVERSION.tgz}, cd to the {\bf GCLVERSION} subdirectory and
 do a {\bf configure} followed by a {\bf make}.
@@ -942,7 +942,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -982,7 +982,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1022,7 +1022,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1062,7 +1062,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1102,7 +1102,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1142,7 +1142,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1181,7 +1181,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1227,7 +1227,7 @@
 O=o
 BYE=bye
 LISP=lsp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1268,7 +1268,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1309,7 +1309,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1349,7 +1349,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1389,7 +1389,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1429,7 +1429,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1469,7 +1469,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1510,7 +1510,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1551,7 +1551,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1592,7 +1592,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1632,7 +1632,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/lsp/Makefile axiom-dm1/new/new/lsp/Makefile
--- axiom.orig/new/new/lsp/Makefile	Sun Feb 16 08:19:47 2003
+++ axiom-dm1/new/new/lsp/Makefile	Thu May  1 23:10:04 2003
@@ -7,22 +7,25 @@
 	@echo 2 building ${GCLVERSION}
 	@tar -zxf ${ZIPS}/${GCLVERSION}.tgz
 	@(cd ${GCLVERSION}/h ; \
-	  echo 3 applying EXTRAS patch to h/386-linux.defs ; \
-	  patch <${SPD}/zips/gcl.h.386-linux.defs.patch )
+	  echo 3 applying EXTRAS patch to h/linux.defs ; \
+	  patch <${SPD}/zips/gcl.h.linux.defs.patch )
 	@(echo 4 setup ini files for EXTRAS patch ; \
 	  touch ${OBJ}/${SYS}/lib/cfuns-c.ini ; \
 	  touch ${OBJ}/${SYS}/lib/sockio-c.ini )
 	@(cd ${GCLVERSION}/h ; \
-	  echo 5 applying HAVE_XDR patch to h/386-linux.h ; \
-	  patch <${SPD}/zips/gcl.h.386-linux.h.patch )
+	  echo 5 applying HAVE_XDR patch to h/linux.h ; \
+	  patch <${SPD}/zips/gcl.h.linux.h.patch )
 	@(cd ${GCLVERSION}/unixport ; \
 	  echo 6 applying libspad.a patch to unixport/makefile ; \
 	  patch <${SPD}/zips/gcl.unixport.makefile.patch )
+	@(cd ${GCLVERSION}/o ; \
+	  echo 6bis applying old in-package patch to o/package.d ; \
+	  patch <${SPD}/zips/gcl.package.d.patch )
 	@(cd ${GCLVERSION}/unixport ; \
-	  echo 7 applying toploop patch to unixport/init_gcl.lsp ; \
-	  patch <${SPD}/zips/gcl.init_gcl.lsp.patch )
+	  echo 7 applying toploop patch to unixport/init_gcl.lsp.in ; \
+	  patch <${SPD}/zips/gcl.init_gcl.lsp.in.patch )
 	@(cd ${GCLVERSION} ; \
-	./configure ; \
+	./configure --enable-statsysbfd --enable-dynsysgmp --enable-readline; \
 	${ENV} make ; \
 	cp unixport/saved_gcl ${OUT}/lisp )
 	@echo 8 finished system build on `date` | tee >gcldir
Binary files axiom.orig/new/new/lsp/Makefile.dvi and axiom-dm1/new/new/lsp/Makefile.dvi differ
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/lsp/Makefile.pamphlet axiom-dm1/new/new/lsp/Makefile.pamphlet
--- axiom.orig/new/new/lsp/Makefile.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-dm1/new/new/lsp/Makefile.pamphlet	Thu May  1 23:10:04 2003
@@ -53,22 +53,25 @@
 	@echo 2 building ${GCLVERSION}
 	@tar -zxf ${ZIPS}/${GCLVERSION}.tgz
 	@(cd ${GCLVERSION}/h ; \
-	  echo 3 applying EXTRAS patch to h/386-linux.defs ; \
-	  patch <${SPD}/zips/gcl.h.386-linux.defs.patch )
+	  echo 3 applying EXTRAS patch to h/linux.defs ; \
+	  patch <${SPD}/zips/gcl.h.linux.defs.patch )
 	@(echo 4 setup ini files for EXTRAS patch ; \
 	  touch ${OBJ}/${SYS}/lib/cfuns-c.ini ; \
 	  touch ${OBJ}/${SYS}/lib/sockio-c.ini )
 	@(cd ${GCLVERSION}/h ; \
-	  echo 5 applying HAVE_XDR patch to h/386-linux.h ; \
-	  patch <${SPD}/zips/gcl.h.386-linux.h.patch )
+	  echo 5 applying HAVE_XDR patch to h/linux.h ; \
+	  patch <${SPD}/zips/gcl.h.linux.h.patch )
 	@(cd ${GCLVERSION}/unixport ; \
 	  echo 6 applying libspad.a patch to unixport/makefile ; \
 	  patch <${SPD}/zips/gcl.unixport.makefile.patch )
+	@(cd ${GCLVERSION}/o ; \
+	  echo 6bis applying old in-package patch to o/package.d ; \
+	  patch <${SPD}/zips/gcl.package.d.patch )
 	@(cd ${GCLVERSION}/unixport ; \
-	  echo 7 applying toploop patch to unixport/init_gcl.lsp ; \
-	  patch <${SPD}/zips/gcl.init_gcl.lsp.patch )
+	  echo 7 applying toploop patch to unixport/init_gcl.lsp.in ; \
+	  patch <${SPD}/zips/gcl.init_gcl.lsp.in.patch )
 	@(cd ${GCLVERSION} ; \
-	./configure ; \
+	./configure --enable-statsysbfd --enable-dynsysgmp --enable-readline; \
 	${ENV} make ; \
 	cp unixport/saved_gcl ${OUT}/lisp )
 	@echo 8 finished system build on `date` | tee >gcldir
Binary files axiom.orig/new/new/src/algebra/Makefile.dvi and axiom-dm1/new/new/src/algebra/Makefile.dvi differ
Binary files axiom.orig/new/new/src/boot/Makefile.dvi and axiom-dm1/new/new/src/boot/Makefile.dvi differ
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/src/boot/boothdr.lisp.pamphlet axiom-dm1/new/new/src/boot/boothdr.lisp.pamphlet
--- axiom.orig/new/new/src/boot/boothdr.lisp.pamphlet	Sun Nov 17 17:24:25 2002
+++ axiom-dm1/new/new/src/boot/boothdr.lisp.pamphlet	Wed Mar  5 17:40:49 2003
@@ -16,7 +16,7 @@
 (make-package 'BOOTTRAN)
 
 (PROVIDE 'BOOTTRAN)
-(in-package 'BOOTTRAN :USE '(LISP USER SYSTEM))
+(in-package 'BOOTTRAN :use '(LISP USER SYSTEM))
 
 ;## need the conditional here so it appears in boottran
 #+:ieee-floating-point (setq $ieee t)
Only in axiom.orig/new/new/src/interp: .#Makefile.1.2
Only in axiom.orig/new/new/src/interp: .#Makefile.dvi.1.2
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/src/interp/Makefile axiom-dm1/new/new/src/interp/Makefile
--- axiom.orig/new/new/src/interp/Makefile	Tue Apr 15 21:36:01 2003
+++ axiom-dm1/new/new/src/interp/Makefile	Thu Feb 20 19:57:21 2003
@@ -354,12 +354,18 @@
 	@ echo 614 copying ${SRC}/algebra/INTERP.EXPOSED to ${MNT}/${SYS}/algebra
 	@ cp ${SRC}/algebra/INTERP.EXPOSED ${MNT}/${SYS}/algebra/INTERP.EXPOSED
 
-${MNT}/${SYS}/algebra/exposed.${O} : ${SRC}/algebra/exposed.lsp ${LISPSYS}
-	@ echo 615 making ${MNT}/${SYS}/algebra/exposed.${O} from ${SRC}/algebra/exposed.lsp
-	@ echo '(progn  (compile-file "${SRC}/algebra/exposed.lsp" :output-file "${MNT}/${SYS}/algebra/exposed.${O}") (${BYE}))' | ${LISPSYS} 
+${MID}/exposed.lsp: ${SRC}/algebra/exposed.lsp.pamphlet
+	@ echo 615 making ${MID}/exposed.lsp from ${SRC}/algebra/exposed.lsp.pamphlet
+	@(cd ${MID} ; \
+	${SPADBIN}/notangle ${SRC}/algebra/exposed.lsp.pamphlet >exposed.lsp )
+
+${MNT}/${SYS}/algebra/exposed.${O} : ${MID}/exposed.lsp ${LISPSYS}
+	@ echo 616 making ${MNT}/${SYS}/algebra/exposed.${O} from ${MID}/exposed.lsp
+	@ echo '(progn  (compile-file "${MID}/exposed.lsp" :output-file "${MNT}/${SYS}/algebra/exposed.${O}") (${BYE}))' | ${LISPSYS} 
+
 
 ${OUT}/database.date:
-	@ echo 616 the database was updated...remaking interpsys
+	@ echo 617 the database was updated...remaking interpsys
 	@ touch ${OUT}/database.date
 
 
Binary files axiom.orig/new/new/src/interp/Makefile.dvi and axiom-dm1/new/new/src/interp/Makefile.dvi differ
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/src/interp/debugsys.lisp.pamphlet axiom-dm1/new/new/src/interp/debugsys.lisp.pamphlet
--- axiom.orig/new/new/src/interp/debugsys.lisp.pamphlet	Thu Feb 20 19:42:52 2003
+++ axiom-dm1/new/new/src/interp/debugsys.lisp.pamphlet	Wed Mar  5 17:40:49 2003
@@ -43,194 +43,194 @@
 \section{The debugsys.lisp code}
 <<*>>=
 (si::use-fast-links nil)
-(load "/home/axiomgnu/new/int/interp/sys-pkg.lisp")
-(load "/home/axiomgnu/new/int/interp/nocompil.lisp")
-(load "/home/axiomgnu/new/int/interp/util.lisp")
+(load "/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/sys-pkg.lisp")
+(load "/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nocompil.lisp")
+(load "/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/util.lisp")
 (in-package "BOOT")
-(progn (setq timestamp "/home/axiomgnu/new/src/timestamp") (yearweek))
+(progn (setq timestamp "/home/david/pub/axiom-libre/axiom-powerpc/new/new/src/timestamp") (yearweek))
 (build-interpsys 
  (append 
    (quote 
-     (/home/axiomgnu/new/int/interp/vmlisp.lisp	
-      /home/axiomgnu/new/int/interp/hash.lisp
-      /home/axiomgnu/new/int/interp/bootfuns.lisp
-      /home/axiomgnu/new/int/interp/macros.lisp
-      /home/axiomgnu/new/int/interp/unlisp.lisp
-      /home/axiomgnu/new/int/interp/setq.lisp
-      /home/axiomgnu/new/int/interp/astr.clisp
-      /home/axiomgnu/new/int/interp/bits.lisp
-      /home/axiomgnu/new/int/interp/alql.clisp
-      /home/axiomgnu/new/int/interp/buildom.clisp
-      /home/axiomgnu/new/int/interp/cattable.clisp
-      /home/axiomgnu/new/int/interp/cformat.clisp
-      /home/axiomgnu/new/obj/linux/interp/cfuns.o
-      /home/axiomgnu/new/int/interp/clam.clisp
-      /home/axiomgnu/new/int/interp/clammed.clisp
-      /home/axiomgnu/new/int/interp/comp.lisp
-      /home/axiomgnu/new/int/interp/compat.clisp
-      /home/axiomgnu/new/int/interp/compress.clisp
-      /home/axiomgnu/new/int/interp/cparse.clisp
-      /home/axiomgnu/new/int/interp/cstream.clisp
-      /home/axiomgnu/new/int/interp/database.clisp
-      /home/axiomgnu/new/int/interp/debug.lisp
-      /home/axiomgnu/new/int/interp/dq.clisp
-      /home/axiomgnu/new/int/interp/fname.lisp
-      /home/axiomgnu/new/int/interp/format.clisp
-      /home/axiomgnu/new/int/interp/g-boot.clisp
-      /home/axiomgnu/new/int/interp/g-cndata.clisp
-      /home/axiomgnu/new/int/interp/g-error.clisp
-      /home/axiomgnu/new/int/interp/g-opt.clisp
-      /home/axiomgnu/new/int/interp/g-timer.clisp
-      /home/axiomgnu/new/int/interp/g-util.clisp
-      /home/axiomgnu/new/int/interp/ggreater.lisp
-      /home/axiomgnu/new/int/interp/hypertex.clisp
-      /home/axiomgnu/new/int/interp/i-analy.clisp
-      /home/axiomgnu/new/int/interp/i-code.clisp
-      /home/axiomgnu/new/int/interp/i-coerce.clisp
-      /home/axiomgnu/new/int/interp/i-coerfn.clisp
-      /home/axiomgnu/new/int/interp/i-eval.clisp
-      /home/axiomgnu/new/int/interp/i-funsel.clisp
-      /home/axiomgnu/new/int/interp/i-hist.clisp
-      /home/axiomgnu/new/int/interp/i-intern.clisp
-      /home/axiomgnu/new/int/interp/i-map.clisp
-      /home/axiomgnu/new/int/interp/i-output.clisp
-      /home/axiomgnu/new/int/interp/i-resolv.clisp
-      /home/axiomgnu/new/int/interp/i-spec1.clisp
-      /home/axiomgnu/new/int/interp/i-spec2.clisp
-      /home/axiomgnu/new/int/interp/i-syscmd.clisp
-      /home/axiomgnu/new/int/interp/i-toplev.clisp
-      /home/axiomgnu/new/int/interp/i-util.clisp
-      /home/axiomgnu/new/int/interp/incl.clisp
-      /home/axiomgnu/new/int/interp/int-top.clisp
-      /home/axiomgnu/new/int/interp/intfile.clisp
-      /home/axiomgnu/new/int/interp/lisplib.clisp
-      /home/axiomgnu/new/int/interp/macex.clisp
-      /home/axiomgnu/new/int/interp/match.clisp
-      /home/axiomgnu/new/int/interp/monitor.lisp
-      /home/axiomgnu/new/int/interp/msg.clisp
-      /home/axiomgnu/new/int/interp/msgdb.clisp
-      /home/axiomgnu/new/int/interp/nci.lisp
-      /home/axiomgnu/new/int/interp/newaux.lisp
-      /home/axiomgnu/new/int/interp/newfort.clisp
-      /home/axiomgnu/new/int/interp/nlib.lisp
-      /home/axiomgnu/new/int/interp/nrunfast.clisp
-      /home/axiomgnu/new/int/interp/nrungo.clisp
-      /home/axiomgnu/new/int/interp/nrunopt.clisp
-      /home/axiomgnu/new/int/interp/nruntime.clisp
-      /home/axiomgnu/new/int/interp/osyscmd.clisp
-      /home/axiomgnu/new/int/interp/packtran.clisp
-      /home/axiomgnu/new/int/interp/pathname.clisp
-      /home/axiomgnu/new/int/interp/pf2sex.clisp
-      /home/axiomgnu/new/int/interp/pile.clisp
-      /home/axiomgnu/new/int/interp/posit.clisp
-      /home/axiomgnu/new/int/interp/property.lisp
-      /home/axiomgnu/new/int/interp/ptrees.clisp
-      /home/axiomgnu/new/int/interp/ptrop.clisp
-      /home/axiomgnu/new/int/interp/record.clisp
-      /home/axiomgnu/new/int/interp/rulesets.clisp
-      /home/axiomgnu/new/int/interp/scan.clisp
-      /home/axiomgnu/new/int/interp/serror.clisp
-      /home/axiomgnu/new/int/interp/server.clisp
-      /home/axiomgnu/new/int/interp/setvars.clisp
-      /home/axiomgnu/new/int/interp/sfsfun-l.lisp
-      /home/axiomgnu/new/int/interp/sfsfun.clisp
-      /home/axiomgnu/new/int/interp/simpbool.clisp
-      /home/axiomgnu/new/int/interp/slam.clisp
-      /home/axiomgnu/new/obj/linux/interp/sockio.o
-      /home/axiomgnu/new/int/interp/spad.lisp
-      /home/axiomgnu/new/int/interp/spaderror.lisp
-      /home/axiomgnu/new/int/interp/template.clisp
-      /home/axiomgnu/new/int/interp/termrw.clisp
-      /home/axiomgnu/new/int/interp/trace.clisp
-      /home/axiomgnu/new/int/interp/union.lisp
-      /home/axiomgnu/new/int/interp/daase.lisp
-      /home/axiomgnu/new/int/interp/undo.clisp
-      /home/axiomgnu/new/int/interp/fortcall.clisp)) 
-  (quote 
-   (/home/axiomgnu/new/int/interp/hashcode.clisp
-    /home/axiomgnu/new/int/interp/as.clisp
-    /home/axiomgnu/new/int/interp/foam_l.lisp
-    /home/axiomgnu/new/int/interp/axext_l.lisp)) 
-  (quote 
-   (/home/axiomgnu/new/int/interp/varini.clisp
-    /home/axiomgnu/new/int/interp/parini.clisp
-    /home/axiomgnu/new/int/interp/setvart.clisp
-    /home/axiomgnu/new/int/interp/intint.lisp
-    /home/axiomgnu/new/int/interp/xrun.clisp
-    /home/axiomgnu/new/int/interp/interop.clisp
-    /home/axiomgnu/new/int/interp/patches.lisp))) 
-  (quote 
-   (/home/axiomgnu/new/int/interp/bootlex.lisp
-    /home/axiomgnu/new/int/interp/def.lisp
-    /home/axiomgnu/new/int/interp/fnewmeta.lisp
-    /home/axiomgnu/new/int/interp/metalex.lisp
-    /home/axiomgnu/new/int/interp/metameta.lisp
-    /home/axiomgnu/new/int/interp/parsing.lisp
-    /home/axiomgnu/new/int/interp/parse.clisp
-    /home/axiomgnu/new/int/interp/postpar.clisp
-    /home/axiomgnu/new/int/interp/postprop.lisp
-    /home/axiomgnu/new/int/interp/preparse.lisp)) 
-  (quote 
-   (/home/axiomgnu/new/int/interp/apply.clisp
-    /home/axiomgnu/new/int/interp/c-doc.clisp
-    /home/axiomgnu/new/int/interp/c-util.clisp
-    /home/axiomgnu/new/int/interp/profile.clisp
-    /home/axiomgnu/new/int/interp/category.clisp
-    /home/axiomgnu/new/int/interp/compiler.clisp
-    /home/axiomgnu/new/int/interp/define.clisp
-    /home/axiomgnu/new/int/interp/functor.clisp
-    /home/axiomgnu/new/int/interp/info.clisp
-    /home/axiomgnu/new/int/interp/iterator.clisp
-    /home/axiomgnu/new/int/interp/modemap.clisp
-    /home/axiomgnu/new/int/interp/nruncomp.clisp
-    /home/axiomgnu/new/int/interp/package.clisp
-    /home/axiomgnu/new/int/interp/htcheck.clisp
-    /home/axiomgnu/new/int/interp/xruncomp.clisp)) 
-  (quote 
-   (/home/axiomgnu/new/int/interp/bc-matrix.clisp
-    /home/axiomgnu/new/int/interp/bc-misc.clisp
-    /home/axiomgnu/new/int/interp/bc-solve.clisp
-    /home/axiomgnu/new/int/interp/bc-util.clisp
-    /home/axiomgnu/new/int/interp/ht-util.clisp
-    /home/axiomgnu/new/int/interp/htsetvar.clisp
-    /home/axiomgnu/new/int/interp/ht-root.clisp
-    /home/axiomgnu/new/int/interp/br-con.clisp
-    /home/axiomgnu/new/int/interp/br-data.clisp
-    /home/axiomgnu/new/int/interp/showimp.clisp
-    /home/axiomgnu/new/int/interp/br-op1.clisp
-    /home/axiomgnu/new/int/interp/br-op2.clisp
-    /home/axiomgnu/new/int/interp/br-search.clisp
-    /home/axiomgnu/new/int/interp/br-util.clisp
-    /home/axiomgnu/new/int/interp/topics.clisp
-    /home/axiomgnu/new/int/interp/br-prof.clisp
-    /home/axiomgnu/new/int/interp/br-saturn.clisp)) 
-  (quote 
-   (/home/axiomgnu/new/int/interp/wi1.clisp
-    /home/axiomgnu/new/int/interp/wi2.clisp
-    /home/axiomgnu/new/int/interp/pspad1.clisp
-    /home/axiomgnu/new/int/interp/pspad2.clisp
-    /home/axiomgnu/new/int/interp/mark.clisp
-    /home/axiomgnu/new/int/interp/nspadaux.lisp
-    /home/axiomgnu/new/int/interp/def.lisp)) 
+     (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/vmlisp.lisp	
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/hash.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bootfuns.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/macros.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/unlisp.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/setq.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/astr.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bits.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/alql.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/buildom.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/cattable.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/cformat.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp/cfuns.o
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/clam.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/clammed.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/comp.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/compat.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/compress.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/cparse.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/cstream.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/database.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/debug.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/dq.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/fname.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/format.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/g-boot.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/g-cndata.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/g-error.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/g-opt.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/g-timer.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/g-util.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/ggreater.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/hypertex.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-analy.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-code.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-coerce.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-coerfn.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-eval.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-funsel.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-hist.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-intern.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-map.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-output.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-resolv.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-spec1.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-spec2.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-syscmd.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-toplev.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-util.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/incl.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/int-top.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/intfile.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/lisplib.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/macex.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/match.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/monitor.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/msg.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/msgdb.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nci.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/newaux.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/newfort.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nlib.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nrunfast.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nrungo.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nrunopt.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nruntime.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/osyscmd.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/packtran.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/pathname.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/pf2sex.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/pile.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/posit.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/property.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/ptrees.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/ptrop.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/record.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/rulesets.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/scan.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/serror.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/server.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/setvars.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/sfsfun-l.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/sfsfun.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/simpbool.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/slam.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp/sockio.o
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/spad.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/spaderror.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/template.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/termrw.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/trace.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/union.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/daase.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/undo.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/fortcall.clisp)) 
+  (quote 
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/hashcode.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/as.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/foam_l.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/axext_l.lisp)) 
+  (quote 
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/varini.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/parini.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/setvart.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/intint.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/xrun.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/interop.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/patches.lisp))) 
+  (quote 
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bootlex.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/def.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/fnewmeta.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/metalex.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/metameta.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/parsing.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/parse.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/postpar.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/postprop.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/preparse.lisp)) 
+  (quote 
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/apply.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/c-doc.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/c-util.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/profile.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/category.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/compiler.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/define.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/functor.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/info.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/iterator.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/modemap.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nruncomp.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/package.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/htcheck.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/xruncomp.clisp)) 
+  (quote 
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bc-matrix.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bc-misc.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bc-solve.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bc-util.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/ht-util.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/htsetvar.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/ht-root.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-con.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-data.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/showimp.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-op1.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-op2.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-search.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-util.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/topics.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-prof.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-saturn.clisp)) 
+  (quote 
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/wi1.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/wi2.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/pspad1.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/pspad2.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/mark.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nspadaux.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/def.lisp)) 
   (quote 
    ())
   (quote 
-   (/home/axiomgnu/new/int/interp/ax.clisp))  
-  "/home/axiomgnu/new/mnt/linux"  
-  "/home/axiomgnu/new/lsp" 
-  "/home/axiomgnu/new/src" 
-  "/home/axiomgnu/new/int" 
-  "/home/axiomgnu/new/obj" 
-  "/home/axiomgnu/new/mnt" "linux")
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/ax.clisp))  
+  "/home/david/pub/axiom-libre/axiom-powerpc/new/new/mnt/linux"  
+  "/home/david/pub/axiom-libre/axiom-powerpc/new/new/lsp" 
+  "/home/david/pub/axiom-libre/axiom-powerpc/new/new/src" 
+  "/home/david/pub/axiom-libre/axiom-powerpc/new/new/int" 
+  "/home/david/pub/axiom-libre/axiom-powerpc/new/new/obj" 
+  "/home/david/pub/axiom-libre/axiom-powerpc/new/new/mnt" "linux")
 (in-package "SCRATCHPAD-COMPILER")
 (boot::set-restart-hook)
 (in-package "BOOT")
-(load "/home/axiomgnu/new/int/algebra/warm.data")
+(load "/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/algebra/warm.data")
 (|clearClams|)
-(load "/home/axiomgnu/new/int/interp/obey.lsp")
+(load "/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/obey.lsp")
 (si::multiply-bignum-stack 10)
 (si::gbc-time 0)
-(setq si::*system-directory* "/home/axiomgnu/new/mnt/linux/bin/")
+(setq si::*system-directory* "/home/david/pub/axiom-libre/axiom-powerpc/new/new/mnt/linux/bin/")
 (gbc t)
 
 @
Only in axiom.orig/new/new/src/lib: .#Makefile.dvi.1.2
Binary files axiom.orig/new/new/src/lib/Makefile.dvi and axiom-dm1/new/new/src/lib/Makefile.dvi differ
Only in axiom.orig/new/new/zips: gcl-2.4.1.tgz
Binary files axiom.orig/new/new/zips/gcl-2.5.2.tgz and axiom-dm1/new/new/zips/gcl-2.5.2.tgz differ
Only in axiom.orig/new/new/zips: gcl.h.386-linux.defs.patch
Only in axiom.orig/new/new/zips: gcl.h.386-linux.h.patch
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/zips/gcl.h.linux.defs.patch axiom-dm1/new/new/zips/gcl.h.linux.defs.patch
--- axiom.orig/new/new/zips/gcl.h.linux.defs.patch	Thu Jan  1 01:00:00 1970
+++ axiom-dm1/new/new/zips/gcl.h.linux.defs.patch	Sun Feb 23 19:03:45 2003
@@ -0,0 +1,11 @@
+--- linux.defs	Mon Jan  7 12:02:38 2002
++++ linux.defs.tpd	Mon Dec 23 22:33:44 2002
+@@ -8,6 +8,8 @@
+ 
+ # Machine dependent makefile definitions for intel 386,486 running linux
+ 
++EXTRAS = ${OBJ}/${SYS}/lib/cfuns-c.o ${OBJ}/${SYS}/lib/sockio-c.o
++
+ LBINDIR=/usr/local/bin
+ 
+ OFLAG	=  -O 
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/zips/gcl.h.linux.h.patch axiom-dm1/new/new/zips/gcl.h.linux.h.patch
--- axiom.orig/new/new/zips/gcl.h.linux.h.patch	Thu Jan  1 01:00:00 1970
+++ axiom-dm1/new/new/zips/gcl.h.linux.h.patch	Sun Feb 23 19:24:18 2003
@@ -0,0 +1,11 @@
+--- linux.h             Sun Oct 27 21:23:53 2002
++++ linux.h.patched	Sun Feb 23 19:14:33 2003
+@@ -120,7 +120,7 @@
+ 
+ #define	IEEEFLOAT
+        
+-#undef HAVE_XDR
++#define HAVE_XDR
+ 
+ #define USE_ULONG_
+ 
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/zips/gcl.init_gcl.lsp.in.patch axiom-dm1/new/new/zips/gcl.init_gcl.lsp.in.patch
--- axiom.orig/new/new/zips/gcl.init_gcl.lsp.in.patch	Thu Jan  1 01:00:00 1970
+++ axiom-dm1/new/new/zips/gcl.init_gcl.lsp.in.patch	Wed Mar  5 17:40:49 2003
@@ -0,0 +1,26 @@
+--- init_gcl.lsp.in	Wed Mar  5 13:44:11 2003
++++ init_gcl.lsp.in.patched	Wed Mar  5 13:45:55 2003
+@@ -77,13 +77,16 @@
+    (cond ((si::get-command-arg "-batch")
+ 	  (setq si::*top-level-hook* 'bye))
+ 	 ((si::get-command-arg "-f"))
+-	 (t  ;; if ANY header or license information is printed by the
+-	  ;; program, then the following License and Enhancement notice
+-	  ;; must be printed (see License).
+-	  (format t "GCL (GNU Common Lisp)  ~A~%~a~%~a~%~%~a~%" "@LI-VERS@"
+-		  "Licensed under GNU Library General Public License"
+-		  "Dedicated to the memory of W. Schelter"
+-		  "Use (help) to get some basic information on how to use GCL.")))
++         ((si::get-command-arg "-toploop")
++          (progn (load "toploop" :verbose nil) (toploop)))
++         (t nil))
++;; 	 (t  ;; if ANY header or license information is printed by the
++;; 	  ;; program, then the following License and Enhancement notice
++;; 	  ;; must be printed (see License).
++;; 	  (format t "GCL (GNU Common Lisp)  ~A~%~a~%~a~%~%~a~%" "@LI-VERS@"
++;; 		  "Licensed under GNU Library General Public License"
++;; 		  "Dedicated to the memory of W. Schelter"
++;; 		  "Use (help) to get some basic information on how to use GCL.")))
+    (setq si::*ihs-top* 1)
+    (in-package 'system::user) (incf system::*ihs-top* 2)
+    (funcall system::*old-top-level*))
Only in axiom.orig/new/new/zips: gcl.init_gcl.lsp.patch
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/zips/gcl.package.d.patch axiom-dm1/new/new/zips/gcl.package.d.patch
--- axiom.orig/new/new/zips/gcl.package.d.patch	Thu Jan  1 01:00:00 1970
+++ axiom-dm1/new/new/zips/gcl.package.d.patch	Thu May  1 21:14:43 2003
@@ -0,0 +1,30 @@
+--- package.d.ori	Fri Feb 14 19:38:28 2003
++++ package.d	Thu May  1 11:28:16 2003
+@@ -220,10 +220,13 @@
+ 
+ 	x = find_package(n);
+ 	if (x == Cnil) {
+- 	   	FEpackage_error(n,"No such package");  
+- 		return Cnil; 
+-/*  		x = make_package(n, ns, ul,isize,esize);  */
+-/*  		goto L;  */
++	  if (!getenv("OLD_IN_PACKAGE")) {
++	    FEpackage_error(n,"No such package");  
++	    return Cnil; 
++	  } else {
++	    x = make_package(n, ns, ul,isize,esize);  
++	    goto L;  
++	  }
+ 	}
+ 	if (isize) rehash_pack(&(x->p.p_internal),
+ 		&x->p.p_internal_size,isize);
+@@ -243,7 +246,7 @@
+ 	}
+ 	for (;  !endp(ul);  ul = ul->c.c_cdr)
+ 		use_package(ul->c.c_car, x);
+-/* L:  */
++L:  
+ 	sLApackageA->s.s_dbind = x;
+ 	vs_reset;
+ 	return(x);
+	
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/zips/gcl.unixport.makefile.patch axiom-dm1/new/new/zips/gcl.unixport.makefile.patch
--- axiom.orig/new/new/zips/gcl.unixport.makefile.patch	Mon Feb 17 01:06:19 2003
+++ axiom-dm1/new/new/zips/gcl.unixport.makefile.patch	Wed Mar  5 17:40:49 2003
@@ -1,11 +1,18 @@
---- makefile	Mon Jan  7 11:44:36 2002
-+++ makefile.tpd	Mon Dec 23 22:22:19 2002
-@@ -128,7 +128,7 @@
+--- makefile            Thu Feb 27 19:32:10 2003
++++ makefile.patched	Wed Mar  5 13:32:09 2003
+@@ -13,7 +13,7 @@
+ PORTDIR = .
  
- # end makedefs
+ LD_LIBS_PRE=$(addprefix -u ,$(PATCHED_SYMBOLS))
+-LD_LIBS_POST=$(LIBS) $(LIBC) -lgclp
++LD_LIBS_POST=$(LIBS) $(LIBC) -lgclp ${OBJ}/${SYS}/lib/libspad.a
  
--LIBS1= $(LIBS) $(LIBSYSTEM) $(GCLIB)
-+LIBS1= $(LIBS) $(LIBSYSTEM) $(GCLIB) ${OBJ}/${SYS}/lib/libspad.a
+ libgclp.a: $(ODIR)/gcllib.a
+ 	cp $< $@
+@@ -124,4 +124,4 @@
+ 		$(LSPDIR)/auto_new.lsp foo *maxima* init_*.lsp lib*.a gmp* bfd* *.lsp.tmp
  
- OD=$(ODIR)/
- NEW_INIT=$(OD)new_init.o
+ .INTERMEDIATE: init_ansi_gcl.lsp.tmp init_gcl.lsp.tmp raw_gcl raw_ansi_gcl
+-.PRECIOUS: init_gcl.lsp init_ansi_gcl.lsp
+\ No newline at end of file
++.PRECIOUS: init_gcl.lsp init_ansi_gcl.lsp

--=-=-=


If an axiom-developer guy as any idea, it would be great. :)

\start
Date: Thu, 1 May 2003 22:11:15 -0400
From: Tim Daly
To: Camm Maguire
Subject: Re: Axiom on gcl 2.5.2 and powerpc: a first attempt

Camm,

Axiom uses sock_get_float in the sockio.c code which is our socket
extension to GCL. I don't know how this is related to object_to_float.

\start
Date: 02 May 2003 07:31:41 +0200
From: David Mentre
To: list
Subject: Re: [Gcl-devel]  Issue on in-package from gcl-2.4.4 to gcl-2.5.2, correct fix? where to dig?

Camm Maguire writes:

>  The right thing to do long term is as Paul states -- write a bunch of
> defpackage calls in a separate file, and load at the appropriate time.

For those that would be interested in this in-package issue, here is the
response of Paul F. Dietz on gcl-devel:

http://mail.gnu.org/archive/html/gcl-devel/2003-04/msg00029.html

\start
Date: 02 May 2003 10:48:48 +0200
From: David Mentre
To: list
Subject: Re: Axiom on gcl 2.5.2 and powerpc: a first attempt

David MENTRE writes:

> I have finally found that object_to_float code is defined in
> gcl-2.5.2/o/cmpaux.c but is commented out. Is it an error in gcl? I have
> missed a configure option?

Ok. I have made some progress by uncommenting the object_to_float
function code in gcl-2.5.2/o/cmpaux.c in making it not static (please
find patch below).

The good news is that with this modification Axiom starts to bootstrap
and to compile its libraries.

The bad news is that Yet Another Error(tm) pops up, this time related to
an undefined symbol within the lisp code:
"
Error: The function SYSTEM::MULTIPLY-BIGNUM-STACK is undefined.
"

Any idea how to fix that?

Best regards,
d.

The needed patch:

--=-=-=

--- cmpaux.c.orig	Fri May  2 09:28:42 2003
+++ cmpaux.c	Fri May  2 09:29:25 2003
@@ -199,28 +199,28 @@
 	return(i);
 }
 
-/* static float */
-/* object_to_float(object x) */
-/* { */
-/* 	float f=0.0; */
+float
+object_to_float(object x)
+{
+	float f=0.0;
 
-/* 	switch (type_of(x)) { */
-/* 	case t_character: */
-/* 		f = char_code(x);  break; */
-/* 	case t_fixnum: */
-/* 		f = fix(x);  break; */
-/* 	case t_bignum: */
-/* 	case t_ratio: */
-/* 		f = number_to_double(x);  break; */
-/* 	case t_shortfloat: */
-/* 		f = sf(x);  break; */
-/* 	case t_longfloat: */
-/* 		f = lf(x);  break; */
-/* 	default: */
-/* 		FEerror("~S cannot be coerce to a C float.", 1, x); */
-/* 	} */
-/* 	return(f); */
-/* } */
+	switch (type_of(x)) {
+	case t_character:
+		f = char_code(x);  break;
+	case t_fixnum:
+		f = fix(x);  break;
+	case t_bignum:
+	case t_ratio:
+		f = number_to_double(x);  break;
+	case t_shortfloat:
+		f = sf(x);  break;
+	case t_longfloat:
+		f = lf(x);  break;
+	default:
+		FEerror("~S cannot be coerce to a C float.", 1, x);
+	}
+	return(f);
+}
 
 /* static double */
 /* object_to_double(object x) */

\start
Date: 02 May 2003 11:13:41 -0400
From: Camm Maguire
To: list
Subject: Re: Axiom on gcl 2.5.2 and powerpc: a first attempt

Greetings!  OK, I see the issue now, and it is a GCL bug.  The
compiler can write a call to this and the other compiled out function,
object_to_double.  My preference would be to surface any other issues
if any, and then to put out a 2.5.3.  On my list thus far --

remove multiply-bignum-stack from docs
restore object_to_float and object_to_double

In the meantime, please uncomment these routines in your local copy of
cmpaux.c.

Take care,

Tim Daly writes:

> Camm,
> 
> Axiom uses sock_get_float in the sockio.c code which is our socket
> extension to GCL. I don't know how this is related to object_to_float.

\start
Date: Fri, 2 May 2003 17:27:53 -0400
From: Tim Daly
To: Camm Maguire
Subject: Re: Axiom on gcl 2.5.2 and powerpc: a first attempt

Axiom uses multiply-bignum-stack during the build process.
I believe that Schelter put that in for Axiom but don't remember exactly.

\start
Date: 03 May 2003 16:16:51 +0200
From: David Mentre
To: list
Subject: A tip for Axiom: use ledit to have editable command line

Hello,

Currently, Axiom does not have an editable command line like bash. While
it will be probably fixed in the future, I'm using the ledit program to
had this facility to the current axiom code.

Simply use 'ledit obj/linux/bin/interpsys' to have an editable command
line.

ledit is written in Objective Caml and can be found from
http://cristal.inria.fr/~ddr/

ledit is available in debian woody ('apt-get install ledit') and is
probably available in other linux distributions.

I hope it helps,

\start
Date: 03 May 2003 16:36:01 +0200
From: David Mentre
To: list
Subject: Re: First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture

David Mentre writes:

> 1. Grab latest Axiom original sources on CVS:
>   cvs -d:pserver:anonymous@tenkan.org:/home/cvs co axiom
> 
> 2. apply the below patch:
> cd axiom
> patch -p1 < axiom-dm4.patch
> 
> 3. enter new/new/ directory and define needed environment variables
> cd new/new/
> export OLD_IN_PACKAGE='magic incantation: make Axiom work!!'
> export AXIOM=`pwd`/mnt/linux

Oops, I have forgotten, you also need gcl 2.5.2 sources:

3bis. grap a copy of gcl-2.5.2 sources at ftp://ftp.gnu.org/pub/gnu/gcl
and put it as gcl-2.5.2.tgz in new/new/zips/ directory.

> 4. change some hard coded path in some files
> 
> 4a. in new/new/Makefile and new/new/Makefile.pamphlet:
> change
>   SPD=/home/david/pub/axiom-libre/axiom-powerpc/new/new
> to the corresponding directory in your tree
>   SPD=(pathname)/axiom/new/new
> 
> 4b. in new/new/src/interp/debugsys.lisp.pamphlet:
> change all occurences of:
>   /home/david/pub/axiom-libre/axiom-powerpc/new/new
> to the corresponding directory in your tree
>   (pathname)/axiom/new/new
> 
> 5. type "make" and go outside have a good lunch :)
> 
> 6. hopefully, you'll have a binary obj/linux/bin/interpsys that is your
>    Axiom interpreter. You should be able to compute 1+1.

\start
Date: 03 May 2003 16:07:32 +0200
From: David Mentre
To: list
Subject: First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture

Hello,

Thanks to latest Camm Maguire help[1], I've successfully compiled Axiom
on Linux PowerPC. I've been able to do the fantastic '1+1' on my
iBook. :)

Please find below the needed patch[2]. In order to compile the source
with this patch, you must:

1. Grab latest Axiom original sources on CVS:
  cvs -d:pserver:anonymous@tenkan.org:/home/cvs co axiom

2. apply the below patch:
cd axiom
patch -p1 < axiom-dm4.patch

3. enter new/new/ directory and define needed environment variables
cd new/new/
export OLD_IN_PACKAGE='magic incantation: make Axiom work!!'
export AXIOM=`pwd`/mnt/linux

4. change some hard coded path in some files

4a. in new/new/Makefile and new/new/Makefile.pamphlet:
change
  SPD=/home/david/pub/axiom-libre/axiom-powerpc/new/new
to the corresponding directory in your tree
  SPD=(pathname)/axiom/new/new

4b. in new/new/src/interp/debugsys.lisp.pamphlet:
change all occurences of:
  /home/david/pub/axiom-libre/axiom-powerpc/new/new
to the corresponding directory in your tree
  (pathname)/axiom/new/new

5. type "make" and go outside have a good lunch :)

6. hopefully, you'll have a binary obj/linux/bin/interpsys that is your
   Axiom interpreter. You should be able to compute 1+1.


Note: If the compilation blocks at some point, you may need to kill two
      latex processes. The issue is that latex does not find the
      noweb.sty package:
      http://mail.nongnu.org/archive/html/axiom-developer/2003-02/msg00027.html


This first port is quick and dirty. I intend in the following
weeks/months to document my changes and make a much proper port (like
fixing properly the in-package issue).


You'll find on http://www.linux-france.org/~dmentre/code/axiom/ a tar of
the original Axiom code and my patch.


Best regards,
d.

[1] http://mail.gnu.org/archive/html/gcl-devel/2003-05/msg00003.html

[2]


diff -Pru -x *CVS* -x *~ axiom.orig/new/new/Makefile axiom-dm/new/new/Makefile
--- axiom.orig/new/new/Makefile	Thu Feb 20 19:40:37 2003
+++ axiom-dm/new/new/Makefile	Fri May  2 10:41:54 2003
@@ -1,9 +1,9 @@
 
-SPD=/home/axiomgnu/new
+SPD=/home/david/pub/axiom-libre/axiom-powerpc/new/new
 SYS=linux
 SPAD=${SPD}/mnt/${SYS}
 LSP=${SPD}/lsp
-AKCLDIR=${LSP}/gcl-2.4.1
+AKCLDIR=${LSP}/gcl-2.5.2
 SRC=${SPD}/src
 INT=${SPD}/int
 OBJ=${SPD}/obj
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/Makefile.linux axiom-dm/new/new/Makefile.linux
--- axiom.orig/new/new/Makefile.linux	Thu Feb 20 19:49:30 2003
+++ axiom-dm/new/new/Makefile.linux	Fri May  2 10:41:54 2003
@@ -16,7 +16,7 @@
 O=o
 BYE=bye
 LISP=lsp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/Makefile.pamphlet axiom-dm/new/new/Makefile.pamphlet
--- axiom.orig/new/new/Makefile.pamphlet	Thu Feb 20 19:41:05 2003
+++ axiom-dm/new/new/Makefile.pamphlet	Fri May  2 10:41:54 2003
@@ -652,11 +652,11 @@
 code to optimize function calling.
 <<environment>>=
 
-SPD=/home/axiomgnu/new
+SPD=/home/david/pub/axiom-libre/axiom-powerpc/new/new
 SYS=linux
 SPAD=${SPD}/mnt/${SYS}
 LSP=${SPD}/lsp
-AKCLDIR=${LSP}/gcl-2.4.1
+AKCLDIR=${LSP}/gcl-2.5.2
 SRC=${SPD}/src
 INT=${SPD}/int
 OBJ=${SPD}/obj
@@ -918,7 +918,7 @@
 
 \subsubsection{The {\bf GCLVERSION} variable }
 {\bf GCLVERSION} is the name of the GCL version. The one we used to
-build the original version of the system is gcl-2.4.1. The system
+build the original version of the system is gcl-2.5.0.cvs20020625. The system
 will attempt to untar a file in the {\bf zips} directory with the
 name {\bf GCLVERSION.tgz}, cd to the {\bf GCLVERSION} subdirectory and
 do a {\bf configure} followed by a {\bf make}.
@@ -942,7 +942,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -982,7 +982,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1022,7 +1022,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1062,7 +1062,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1102,7 +1102,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1142,7 +1142,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1181,7 +1181,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1227,7 +1227,7 @@
 O=o
 BYE=bye
 LISP=lsp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1268,7 +1268,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1309,7 +1309,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1349,7 +1349,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1389,7 +1389,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1429,7 +1429,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1469,7 +1469,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1510,7 +1510,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1551,7 +1551,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1592,7 +1592,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
@@ -1632,7 +1632,7 @@
 O=o
 BYE=bye
 LISP=lisp
-GCLVERSION=gcl-2.4.1
+GCLVERSION=gcl-2.5.2
 
 ENV=PLF=${PLF} CCF=${CCF} LDF=${LDF} CC=${CC} AWK=${AWK} RANLIB=${RANLIB} \
     TOUCH=${TOUCH} TAR=${TAR} AXIOMXLROOT=${AXIOMXLROOT} O=${O} BYE=${BYE} \
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/lsp/Makefile axiom-dm/new/new/lsp/Makefile
--- axiom.orig/new/new/lsp/Makefile	Sun Feb 16 08:19:47 2003
+++ axiom-dm/new/new/lsp/Makefile	Fri May  2 10:41:55 2003
@@ -7,22 +7,28 @@
 	@echo 2 building ${GCLVERSION}
 	@tar -zxf ${ZIPS}/${GCLVERSION}.tgz
 	@(cd ${GCLVERSION}/h ; \
-	  echo 3 applying EXTRAS patch to h/386-linux.defs ; \
-	  patch <${SPD}/zips/gcl.h.386-linux.defs.patch )
+	  echo 3 applying EXTRAS patch to h/linux.defs ; \
+	  patch <${SPD}/zips/gcl.h.linux.defs.patch )
 	@(echo 4 setup ini files for EXTRAS patch ; \
 	  touch ${OBJ}/${SYS}/lib/cfuns-c.ini ; \
 	  touch ${OBJ}/${SYS}/lib/sockio-c.ini )
 	@(cd ${GCLVERSION}/h ; \
-	  echo 5 applying HAVE_XDR patch to h/386-linux.h ; \
-	  patch <${SPD}/zips/gcl.h.386-linux.h.patch )
+	  echo 5 applying HAVE_XDR patch to h/linux.h ; \
+	  patch <${SPD}/zips/gcl.h.linux.h.patch )
 	@(cd ${GCLVERSION}/unixport ; \
 	  echo 6 applying libspad.a patch to unixport/makefile ; \
 	  patch <${SPD}/zips/gcl.unixport.makefile.patch )
+	@(cd ${GCLVERSION}/o ; \
+	  echo 6bis applying old in-package patch to o/package.d ; \
+	  patch <${SPD}/zips/gcl.o.package.d.patch )
+	@(cd ${GCLVERSION}/o ; \
+	  echo 6ter applying object_to_float patch to o/cmpaux.c ; \
+	  patch <${SPD}/zips/gcl.o.cmpaux.c.patch )
 	@(cd ${GCLVERSION}/unixport ; \
-	  echo 7 applying toploop patch to unixport/init_gcl.lsp ; \
-	  patch <${SPD}/zips/gcl.init_gcl.lsp.patch )
+	  echo 7 applying toploop patch to unixport/init_gcl.lsp.in ; \
+	  patch <${SPD}/zips/gcl.init_gcl.lsp.in.patch )
 	@(cd ${GCLVERSION} ; \
-	./configure ; \
+	./configure --enable-statsysbfd --enable-readline; \
 	${ENV} make ; \
 	cp unixport/saved_gcl ${OUT}/lisp )
 	@echo 8 finished system build on `date` | tee >gcldir
Binary files axiom.orig/new/new/lsp/Makefile.dvi and axiom-dm/new/new/lsp/Makefile.dvi differ
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/lsp/Makefile.pamphlet axiom-dm/new/new/lsp/Makefile.pamphlet
--- axiom.orig/new/new/lsp/Makefile.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-dm/new/new/lsp/Makefile.pamphlet	Fri May  2 10:41:55 2003
@@ -53,22 +53,28 @@
 	@echo 2 building ${GCLVERSION}
 	@tar -zxf ${ZIPS}/${GCLVERSION}.tgz
 	@(cd ${GCLVERSION}/h ; \
-	  echo 3 applying EXTRAS patch to h/386-linux.defs ; \
-	  patch <${SPD}/zips/gcl.h.386-linux.defs.patch )
+	  echo 3 applying EXTRAS patch to h/linux.defs ; \
+	  patch <${SPD}/zips/gcl.h.linux.defs.patch )
 	@(echo 4 setup ini files for EXTRAS patch ; \
 	  touch ${OBJ}/${SYS}/lib/cfuns-c.ini ; \
 	  touch ${OBJ}/${SYS}/lib/sockio-c.ini )
 	@(cd ${GCLVERSION}/h ; \
-	  echo 5 applying HAVE_XDR patch to h/386-linux.h ; \
-	  patch <${SPD}/zips/gcl.h.386-linux.h.patch )
+	  echo 5 applying HAVE_XDR patch to h/linux.h ; \
+	  patch <${SPD}/zips/gcl.h.linux.h.patch )
 	@(cd ${GCLVERSION}/unixport ; \
 	  echo 6 applying libspad.a patch to unixport/makefile ; \
 	  patch <${SPD}/zips/gcl.unixport.makefile.patch )
+	@(cd ${GCLVERSION}/o ; \
+	  echo 6bis applying old in-package patch to o/package.d ; \
+	  patch <${SPD}/zips/gcl.o.package.d.patch )
+	@(cd ${GCLVERSION}/o ; \
+	  echo 6ter applying object_to_float patch to o/cmpaux.c ; \
+	  patch <${SPD}/zips/gcl.o.cmpaux.c.patch )
 	@(cd ${GCLVERSION}/unixport ; \
-	  echo 7 applying toploop patch to unixport/init_gcl.lsp ; \
-	  patch <${SPD}/zips/gcl.init_gcl.lsp.patch )
+	  echo 7 applying toploop patch to unixport/init_gcl.lsp.in ; \
+	  patch <${SPD}/zips/gcl.init_gcl.lsp.in.patch )
 	@(cd ${GCLVERSION} ; \
-	./configure ; \
+	./configure --enable-statsysbfd --enable-readline; \
 	${ENV} make ; \
 	cp unixport/saved_gcl ${OUT}/lisp )
 	@echo 8 finished system build on `date` | tee >gcldir
Only in axiom.orig/new/new/share/algebra: exposed.o
Binary files axiom.orig/new/new/src/algebra/Makefile.dvi and axiom-dm/new/new/src/algebra/Makefile.dvi differ
Binary files axiom.orig/new/new/src/boot/Makefile.dvi and axiom-dm/new/new/src/boot/Makefile.dvi differ
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/src/boot/boothdr.lisp.pamphlet axiom-dm/new/new/src/boot/boothdr.lisp.pamphlet
--- axiom.orig/new/new/src/boot/boothdr.lisp.pamphlet	Sun Nov 17 17:24:25 2002
+++ axiom-dm/new/new/src/boot/boothdr.lisp.pamphlet	Fri May  2 10:42:03 2003
@@ -16,7 +16,7 @@
 (make-package 'BOOTTRAN)
 
 (PROVIDE 'BOOTTRAN)
-(in-package 'BOOTTRAN :USE '(LISP USER SYSTEM))
+(in-package 'BOOTTRAN :use '(LISP USER SYSTEM))
 
 ;## need the conditional here so it appears in boottran
 #+:ieee-floating-point (setq $ieee t)
Only in axiom.orig/new/new/src/daase: exposed.o
Only in axiom.orig/new/new/src/interp: .#Makefile.1.2
Only in axiom.orig/new/new/src/interp: .#Makefile.dvi.1.2
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/src/interp/Makefile axiom-dm/new/new/src/interp/Makefile
--- axiom.orig/new/new/src/interp/Makefile	Tue Apr 15 21:36:01 2003
+++ axiom-dm/new/new/src/interp/Makefile	Sat May  3 15:34:04 2003
@@ -282,7 +282,7 @@
 	@ echo '(load "${INT}/algebra/warm.data")' >> ${OUT}/makeint.lisp
 	@ echo '(|clearClams|)' >> ${OUT}/makeint.lisp
 	@ echo '(load "${OUT}/obey")' >> ${OUT}/makeint.lisp
-	@ echo '#+:akcl (si::multiply-bignum-stack 10)' >> ${OUT}/makeint.lisp
+#	@ echo '#+:akcl (si::multiply-bignum-stack 10)' >> ${OUT}/makeint.lisp
 	@ echo '#+:akcl (si::gbc-time 0)' >> ${OUT}/makeint.lisp
 	@ echo '#+:akcl (setq si::*system-directory* "${SPAD}/bin/")' >> ${OUT}/makeint.lisp
 	@ (cd ${OBJ}/${SYS}/bin ; \
@@ -354,12 +354,18 @@
 	@ echo 614 copying ${SRC}/algebra/INTERP.EXPOSED to ${MNT}/${SYS}/algebra
 	@ cp ${SRC}/algebra/INTERP.EXPOSED ${MNT}/${SYS}/algebra/INTERP.EXPOSED
 
-${MNT}/${SYS}/algebra/exposed.${O} : ${SRC}/algebra/exposed.lsp ${LISPSYS}
-	@ echo 615 making ${MNT}/${SYS}/algebra/exposed.${O} from ${SRC}/algebra/exposed.lsp
-	@ echo '(progn  (compile-file "${SRC}/algebra/exposed.lsp" :output-file "${MNT}/${SYS}/algebra/exposed.${O}") (${BYE}))' | ${LISPSYS} 
+${MID}/exposed.lsp: ${SRC}/algebra/exposed.lsp.pamphlet
+	@ echo 615 making ${MID}/exposed.lsp from ${SRC}/algebra/exposed.lsp.pamphlet
+	@(cd ${MID} ; \
+	${SPADBIN}/notangle ${SRC}/algebra/exposed.lsp.pamphlet >exposed.lsp )
+
+${MNT}/${SYS}/algebra/exposed.${O} : ${MID}/exposed.lsp ${LISPSYS}
+	@ echo 616 making ${MNT}/${SYS}/algebra/exposed.${O} from ${MID}/exposed.lsp
+	@ echo '(progn  (compile-file "${MID}/exposed.lsp" :output-file "${MNT}/${SYS}/algebra/exposed.${O}") (${BYE}))' | ${LISPSYS} 
+
 
 ${OUT}/database.date:
-	@ echo 616 the database was updated...remaking interpsys
+	@ echo 617 the database was updated...remaking interpsys
 	@ touch ${OUT}/database.date
 
 
Binary files axiom.orig/new/new/src/interp/Makefile.dvi and axiom-dm/new/new/src/interp/Makefile.dvi differ
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/src/interp/Makefile.pamphlet axiom-dm/new/new/src/interp/Makefile.pamphlet
--- axiom.orig/new/new/src/interp/Makefile.pamphlet	Mon Feb 17 01:06:19 2003
+++ axiom-dm/new/new/src/interp/Makefile.pamphlet	Sat May  3 15:34:04 2003
@@ -589,7 +589,7 @@
 	@ echo '(load "${INT}/algebra/warm.data")' >> ${OUT}/makeint.lisp
 	@ echo '(|clearClams|)' >> ${OUT}/makeint.lisp
 	@ echo '(load "${OUT}/obey")' >> ${OUT}/makeint.lisp
-	@ echo '#+:akcl (si::multiply-bignum-stack 10)' >> ${OUT}/makeint.lisp
+#	@ echo '#+:akcl (si::multiply-bignum-stack 10)' >> ${OUT}/makeint.lisp
 	@ echo '#+:akcl (si::gbc-time 0)' >> ${OUT}/makeint.lisp
 	@ echo '#+:akcl (setq si::*system-directory* "${SPAD}/bin/")' >> ${OUT}/makeint.lisp
 	@ (cd ${OBJ}/${SYS}/bin ; \
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/src/interp/debugsys.lisp.pamphlet axiom-dm/new/new/src/interp/debugsys.lisp.pamphlet
--- axiom.orig/new/new/src/interp/debugsys.lisp.pamphlet	Thu Feb 20 19:42:52 2003
+++ axiom-dm/new/new/src/interp/debugsys.lisp.pamphlet	Sat May  3 15:34:04 2003
@@ -43,194 +43,194 @@
 \section{The debugsys.lisp code}
 <<*>>=
 (si::use-fast-links nil)
-(load "/home/axiomgnu/new/int/interp/sys-pkg.lisp")
-(load "/home/axiomgnu/new/int/interp/nocompil.lisp")
-(load "/home/axiomgnu/new/int/interp/util.lisp")
+(load "/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/sys-pkg.lisp")
+(load "/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nocompil.lisp")
+(load "/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/util.lisp")
 (in-package "BOOT")
-(progn (setq timestamp "/home/axiomgnu/new/src/timestamp") (yearweek))
+(progn (setq timestamp "/home/david/pub/axiom-libre/axiom-powerpc/new/new/src/timestamp") (yearweek))
 (build-interpsys 
  (append 
    (quote 
-     (/home/axiomgnu/new/int/interp/vmlisp.lisp	
-      /home/axiomgnu/new/int/interp/hash.lisp
-      /home/axiomgnu/new/int/interp/bootfuns.lisp
-      /home/axiomgnu/new/int/interp/macros.lisp
-      /home/axiomgnu/new/int/interp/unlisp.lisp
-      /home/axiomgnu/new/int/interp/setq.lisp
-      /home/axiomgnu/new/int/interp/astr.clisp
-      /home/axiomgnu/new/int/interp/bits.lisp
-      /home/axiomgnu/new/int/interp/alql.clisp
-      /home/axiomgnu/new/int/interp/buildom.clisp
-      /home/axiomgnu/new/int/interp/cattable.clisp
-      /home/axiomgnu/new/int/interp/cformat.clisp
-      /home/axiomgnu/new/obj/linux/interp/cfuns.o
-      /home/axiomgnu/new/int/interp/clam.clisp
-      /home/axiomgnu/new/int/interp/clammed.clisp
-      /home/axiomgnu/new/int/interp/comp.lisp
-      /home/axiomgnu/new/int/interp/compat.clisp
-      /home/axiomgnu/new/int/interp/compress.clisp
-      /home/axiomgnu/new/int/interp/cparse.clisp
-      /home/axiomgnu/new/int/interp/cstream.clisp
-      /home/axiomgnu/new/int/interp/database.clisp
-      /home/axiomgnu/new/int/interp/debug.lisp
-      /home/axiomgnu/new/int/interp/dq.clisp
-      /home/axiomgnu/new/int/interp/fname.lisp
-      /home/axiomgnu/new/int/interp/format.clisp
-      /home/axiomgnu/new/int/interp/g-boot.clisp
-      /home/axiomgnu/new/int/interp/g-cndata.clisp
-      /home/axiomgnu/new/int/interp/g-error.clisp
-      /home/axiomgnu/new/int/interp/g-opt.clisp
-      /home/axiomgnu/new/int/interp/g-timer.clisp
-      /home/axiomgnu/new/int/interp/g-util.clisp
-      /home/axiomgnu/new/int/interp/ggreater.lisp
-      /home/axiomgnu/new/int/interp/hypertex.clisp
-      /home/axiomgnu/new/int/interp/i-analy.clisp
-      /home/axiomgnu/new/int/interp/i-code.clisp
-      /home/axiomgnu/new/int/interp/i-coerce.clisp
-      /home/axiomgnu/new/int/interp/i-coerfn.clisp
-      /home/axiomgnu/new/int/interp/i-eval.clisp
-      /home/axiomgnu/new/int/interp/i-funsel.clisp
-      /home/axiomgnu/new/int/interp/i-hist.clisp
-      /home/axiomgnu/new/int/interp/i-intern.clisp
-      /home/axiomgnu/new/int/interp/i-map.clisp
-      /home/axiomgnu/new/int/interp/i-output.clisp
-      /home/axiomgnu/new/int/interp/i-resolv.clisp
-      /home/axiomgnu/new/int/interp/i-spec1.clisp
-      /home/axiomgnu/new/int/interp/i-spec2.clisp
-      /home/axiomgnu/new/int/interp/i-syscmd.clisp
-      /home/axiomgnu/new/int/interp/i-toplev.clisp
-      /home/axiomgnu/new/int/interp/i-util.clisp
-      /home/axiomgnu/new/int/interp/incl.clisp
-      /home/axiomgnu/new/int/interp/int-top.clisp
-      /home/axiomgnu/new/int/interp/intfile.clisp
-      /home/axiomgnu/new/int/interp/lisplib.clisp
-      /home/axiomgnu/new/int/interp/macex.clisp
-      /home/axiomgnu/new/int/interp/match.clisp
-      /home/axiomgnu/new/int/interp/monitor.lisp
-      /home/axiomgnu/new/int/interp/msg.clisp
-      /home/axiomgnu/new/int/interp/msgdb.clisp
-      /home/axiomgnu/new/int/interp/nci.lisp
-      /home/axiomgnu/new/int/interp/newaux.lisp
-      /home/axiomgnu/new/int/interp/newfort.clisp
-      /home/axiomgnu/new/int/interp/nlib.lisp
-      /home/axiomgnu/new/int/interp/nrunfast.clisp
-      /home/axiomgnu/new/int/interp/nrungo.clisp
-      /home/axiomgnu/new/int/interp/nrunopt.clisp
-      /home/axiomgnu/new/int/interp/nruntime.clisp
-      /home/axiomgnu/new/int/interp/osyscmd.clisp
-      /home/axiomgnu/new/int/interp/packtran.clisp
-      /home/axiomgnu/new/int/interp/pathname.clisp
-      /home/axiomgnu/new/int/interp/pf2sex.clisp
-      /home/axiomgnu/new/int/interp/pile.clisp
-      /home/axiomgnu/new/int/interp/posit.clisp
-      /home/axiomgnu/new/int/interp/property.lisp
-      /home/axiomgnu/new/int/interp/ptrees.clisp
-      /home/axiomgnu/new/int/interp/ptrop.clisp
-      /home/axiomgnu/new/int/interp/record.clisp
-      /home/axiomgnu/new/int/interp/rulesets.clisp
-      /home/axiomgnu/new/int/interp/scan.clisp
-      /home/axiomgnu/new/int/interp/serror.clisp
-      /home/axiomgnu/new/int/interp/server.clisp
-      /home/axiomgnu/new/int/interp/setvars.clisp
-      /home/axiomgnu/new/int/interp/sfsfun-l.lisp
-      /home/axiomgnu/new/int/interp/sfsfun.clisp
-      /home/axiomgnu/new/int/interp/simpbool.clisp
-      /home/axiomgnu/new/int/interp/slam.clisp
-      /home/axiomgnu/new/obj/linux/interp/sockio.o
-      /home/axiomgnu/new/int/interp/spad.lisp
-      /home/axiomgnu/new/int/interp/spaderror.lisp
-      /home/axiomgnu/new/int/interp/template.clisp
-      /home/axiomgnu/new/int/interp/termrw.clisp
-      /home/axiomgnu/new/int/interp/trace.clisp
-      /home/axiomgnu/new/int/interp/union.lisp
-      /home/axiomgnu/new/int/interp/daase.lisp
-      /home/axiomgnu/new/int/interp/undo.clisp
-      /home/axiomgnu/new/int/interp/fortcall.clisp)) 
-  (quote 
-   (/home/axiomgnu/new/int/interp/hashcode.clisp
-    /home/axiomgnu/new/int/interp/as.clisp
-    /home/axiomgnu/new/int/interp/foam_l.lisp
-    /home/axiomgnu/new/int/interp/axext_l.lisp)) 
-  (quote 
-   (/home/axiomgnu/new/int/interp/varini.clisp
-    /home/axiomgnu/new/int/interp/parini.clisp
-    /home/axiomgnu/new/int/interp/setvart.clisp
-    /home/axiomgnu/new/int/interp/intint.lisp
-    /home/axiomgnu/new/int/interp/xrun.clisp
-    /home/axiomgnu/new/int/interp/interop.clisp
-    /home/axiomgnu/new/int/interp/patches.lisp))) 
-  (quote 
-   (/home/axiomgnu/new/int/interp/bootlex.lisp
-    /home/axiomgnu/new/int/interp/def.lisp
-    /home/axiomgnu/new/int/interp/fnewmeta.lisp
-    /home/axiomgnu/new/int/interp/metalex.lisp
-    /home/axiomgnu/new/int/interp/metameta.lisp
-    /home/axiomgnu/new/int/interp/parsing.lisp
-    /home/axiomgnu/new/int/interp/parse.clisp
-    /home/axiomgnu/new/int/interp/postpar.clisp
-    /home/axiomgnu/new/int/interp/postprop.lisp
-    /home/axiomgnu/new/int/interp/preparse.lisp)) 
-  (quote 
-   (/home/axiomgnu/new/int/interp/apply.clisp
-    /home/axiomgnu/new/int/interp/c-doc.clisp
-    /home/axiomgnu/new/int/interp/c-util.clisp
-    /home/axiomgnu/new/int/interp/profile.clisp
-    /home/axiomgnu/new/int/interp/category.clisp
-    /home/axiomgnu/new/int/interp/compiler.clisp
-    /home/axiomgnu/new/int/interp/define.clisp
-    /home/axiomgnu/new/int/interp/functor.clisp
-    /home/axiomgnu/new/int/interp/info.clisp
-    /home/axiomgnu/new/int/interp/iterator.clisp
-    /home/axiomgnu/new/int/interp/modemap.clisp
-    /home/axiomgnu/new/int/interp/nruncomp.clisp
-    /home/axiomgnu/new/int/interp/package.clisp
-    /home/axiomgnu/new/int/interp/htcheck.clisp
-    /home/axiomgnu/new/int/interp/xruncomp.clisp)) 
-  (quote 
-   (/home/axiomgnu/new/int/interp/bc-matrix.clisp
-    /home/axiomgnu/new/int/interp/bc-misc.clisp
-    /home/axiomgnu/new/int/interp/bc-solve.clisp
-    /home/axiomgnu/new/int/interp/bc-util.clisp
-    /home/axiomgnu/new/int/interp/ht-util.clisp
-    /home/axiomgnu/new/int/interp/htsetvar.clisp
-    /home/axiomgnu/new/int/interp/ht-root.clisp
-    /home/axiomgnu/new/int/interp/br-con.clisp
-    /home/axiomgnu/new/int/interp/br-data.clisp
-    /home/axiomgnu/new/int/interp/showimp.clisp
-    /home/axiomgnu/new/int/interp/br-op1.clisp
-    /home/axiomgnu/new/int/interp/br-op2.clisp
-    /home/axiomgnu/new/int/interp/br-search.clisp
-    /home/axiomgnu/new/int/interp/br-util.clisp
-    /home/axiomgnu/new/int/interp/topics.clisp
-    /home/axiomgnu/new/int/interp/br-prof.clisp
-    /home/axiomgnu/new/int/interp/br-saturn.clisp)) 
-  (quote 
-   (/home/axiomgnu/new/int/interp/wi1.clisp
-    /home/axiomgnu/new/int/interp/wi2.clisp
-    /home/axiomgnu/new/int/interp/pspad1.clisp
-    /home/axiomgnu/new/int/interp/pspad2.clisp
-    /home/axiomgnu/new/int/interp/mark.clisp
-    /home/axiomgnu/new/int/interp/nspadaux.lisp
-    /home/axiomgnu/new/int/interp/def.lisp)) 
+     (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/vmlisp.lisp	
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/hash.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bootfuns.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/macros.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/unlisp.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/setq.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/astr.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bits.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/alql.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/buildom.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/cattable.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/cformat.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp/cfuns.o
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/clam.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/clammed.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/comp.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/compat.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/compress.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/cparse.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/cstream.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/database.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/debug.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/dq.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/fname.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/format.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/g-boot.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/g-cndata.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/g-error.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/g-opt.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/g-timer.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/g-util.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/ggreater.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/hypertex.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-analy.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-code.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-coerce.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-coerfn.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-eval.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-funsel.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-hist.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-intern.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-map.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-output.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-resolv.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-spec1.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-spec2.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-syscmd.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-toplev.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/i-util.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/incl.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/int-top.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/intfile.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/lisplib.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/macex.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/match.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/monitor.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/msg.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/msgdb.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nci.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/newaux.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/newfort.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nlib.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nrunfast.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nrungo.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nrunopt.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nruntime.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/osyscmd.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/packtran.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/pathname.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/pf2sex.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/pile.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/posit.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/property.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/ptrees.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/ptrop.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/record.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/rulesets.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/scan.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/serror.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/server.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/setvars.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/sfsfun-l.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/sfsfun.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/simpbool.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/slam.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/obj/linux/interp/sockio.o
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/spad.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/spaderror.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/template.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/termrw.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/trace.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/union.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/daase.lisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/undo.clisp
+      /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/fortcall.clisp)) 
+  (quote 
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/hashcode.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/as.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/foam_l.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/axext_l.lisp)) 
+  (quote 
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/varini.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/parini.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/setvart.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/intint.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/xrun.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/interop.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/patches.lisp))) 
+  (quote 
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bootlex.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/def.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/fnewmeta.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/metalex.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/metameta.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/parsing.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/parse.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/postpar.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/postprop.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/preparse.lisp)) 
+  (quote 
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/apply.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/c-doc.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/c-util.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/profile.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/category.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/compiler.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/define.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/functor.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/info.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/iterator.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/modemap.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nruncomp.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/package.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/htcheck.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/xruncomp.clisp)) 
+  (quote 
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bc-matrix.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bc-misc.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bc-solve.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/bc-util.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/ht-util.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/htsetvar.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/ht-root.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-con.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-data.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/showimp.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-op1.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-op2.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-search.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-util.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/topics.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-prof.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/br-saturn.clisp)) 
+  (quote 
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/wi1.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/wi2.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/pspad1.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/pspad2.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/mark.clisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/nspadaux.lisp
+    /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/def.lisp)) 
   (quote 
    ())
   (quote 
-   (/home/axiomgnu/new/int/interp/ax.clisp))  
-  "/home/axiomgnu/new/mnt/linux"  
-  "/home/axiomgnu/new/lsp" 
-  "/home/axiomgnu/new/src" 
-  "/home/axiomgnu/new/int" 
-  "/home/axiomgnu/new/obj" 
-  "/home/axiomgnu/new/mnt" "linux")
+   (/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/ax.clisp))  
+  "/home/david/pub/axiom-libre/axiom-powerpc/new/new/mnt/linux"  
+  "/home/david/pub/axiom-libre/axiom-powerpc/new/new/lsp" 
+  "/home/david/pub/axiom-libre/axiom-powerpc/new/new/src" 
+  "/home/david/pub/axiom-libre/axiom-powerpc/new/new/int" 
+  "/home/david/pub/axiom-libre/axiom-powerpc/new/new/obj" 
+  "/home/david/pub/axiom-libre/axiom-powerpc/new/new/mnt" "linux")
 (in-package "SCRATCHPAD-COMPILER")
 (boot::set-restart-hook)
 (in-package "BOOT")
-(load "/home/axiomgnu/new/int/algebra/warm.data")
+(load "/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/algebra/warm.data")
 (|clearClams|)
-(load "/home/axiomgnu/new/int/interp/obey.lsp")
-(si::multiply-bignum-stack 10)
+(load "/home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/obey.lsp")
+;;(si::multiply-bignum-stack 10)
 (si::gbc-time 0)
-(setq si::*system-directory* "/home/axiomgnu/new/mnt/linux/bin/")
+(setq si::*system-directory* "/home/david/pub/axiom-libre/axiom-powerpc/new/new/mnt/linux/bin/")
 (gbc t)
 
 @
Only in axiom.orig/new/new/src/lib: .#Makefile.dvi.1.2
Binary files axiom.orig/new/new/src/lib/Makefile.dvi and axiom-dm/new/new/src/lib/Makefile.dvi differ
Only in axiom.orig/new/new/zips: gcl-2.4.1.tgz
Binary files axiom.orig/new/new/zips/gcl-2.5.2.tgz and axiom-dm/new/new/zips/gcl-2.5.2.tgz differ
Only in axiom.orig/new/new/zips: gcl.h.386-linux.defs.patch
Only in axiom.orig/new/new/zips: gcl.h.386-linux.h.patch
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/zips/gcl.h.linux.defs.patch axiom-dm/new/new/zips/gcl.h.linux.defs.patch
--- axiom.orig/new/new/zips/gcl.h.linux.defs.patch	Thu Jan  1 01:00:00 1970
+++ axiom-dm/new/new/zips/gcl.h.linux.defs.patch	Fri May  2 10:41:55 2003
@@ -0,0 +1,11 @@
+--- linux.defs	Mon Jan  7 12:02:38 2002
++++ linux.defs.tpd	Mon Dec 23 22:33:44 2002
+@@ -8,6 +8,8 @@
+ 
+ # Machine dependent makefile definitions for intel 386,486 running linux
+ 
++EXTRAS = ${OBJ}/${SYS}/lib/cfuns-c.o ${OBJ}/${SYS}/lib/sockio-c.o
++
+ LBINDIR=/usr/local/bin
+ 
+ OFLAG	=  -O 
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/zips/gcl.h.linux.h.patch axiom-dm/new/new/zips/gcl.h.linux.h.patch
--- axiom.orig/new/new/zips/gcl.h.linux.h.patch	Thu Jan  1 01:00:00 1970
+++ axiom-dm/new/new/zips/gcl.h.linux.h.patch	Fri May  2 10:41:55 2003
@@ -0,0 +1,11 @@
+--- linux.h             Sun Oct 27 21:23:53 2002
++++ linux.h.patched	Sun Feb 23 19:14:33 2003
+@@ -120,7 +120,7 @@
+ 
+ #define	IEEEFLOAT
+        
+-#undef HAVE_XDR
++#define HAVE_XDR
+ 
+ #define USE_ULONG_
+ 
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/zips/gcl.init_gcl.lsp.in.patch axiom-dm/new/new/zips/gcl.init_gcl.lsp.in.patch
--- axiom.orig/new/new/zips/gcl.init_gcl.lsp.in.patch	Thu Jan  1 01:00:00 1970
+++ axiom-dm/new/new/zips/gcl.init_gcl.lsp.in.patch	Fri May  2 10:41:55 2003
@@ -0,0 +1,26 @@
+--- init_gcl.lsp.in	Wed Mar  5 13:44:11 2003
++++ init_gcl.lsp.in.patched	Wed Mar  5 13:45:55 2003
+@@ -77,13 +77,16 @@
+    (cond ((si::get-command-arg "-batch")
+ 	  (setq si::*top-level-hook* 'bye))
+ 	 ((si::get-command-arg "-f"))
+-	 (t  ;; if ANY header or license information is printed by the
+-	  ;; program, then the following License and Enhancement notice
+-	  ;; must be printed (see License).
+-	  (format t "GCL (GNU Common Lisp)  ~A~%~a~%~a~%~%~a~%" "@LI-VERS@"
+-		  "Licensed under GNU Library General Public License"
+-		  "Dedicated to the memory of W. Schelter"
+-		  "Use (help) to get some basic information on how to use GCL.")))
++         ((si::get-command-arg "-toploop")
++          (progn (load "toploop" :verbose nil) (toploop)))
++         (t nil))
++;; 	 (t  ;; if ANY header or license information is printed by the
++;; 	  ;; program, then the following License and Enhancement notice
++;; 	  ;; must be printed (see License).
++;; 	  (format t "GCL (GNU Common Lisp)  ~A~%~a~%~a~%~%~a~%" "@LI-VERS@"
++;; 		  "Licensed under GNU Library General Public License"
++;; 		  "Dedicated to the memory of W. Schelter"
++;; 		  "Use (help) to get some basic information on how to use GCL.")))
+    (setq si::*ihs-top* 1)
+    (in-package 'system::user) (incf system::*ihs-top* 2)
+    (funcall system::*old-top-level*))
Only in axiom.orig/new/new/zips: gcl.init_gcl.lsp.patch
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/zips/gcl.o.cmpaux.c.patch axiom-dm/new/new/zips/gcl.o.cmpaux.c.patch
--- axiom.orig/new/new/zips/gcl.o.cmpaux.c.patch	Thu Jan  1 01:00:00 1970
+++ axiom-dm/new/new/zips/gcl.o.cmpaux.c.patch	Fri May  2 10:41:55 2003
@@ -0,0 +1,52 @@
+--- cmpaux.c.orig	Fri May  2 09:28:42 2003
++++ cmpaux.c	Fri May  2 09:29:25 2003
+@@ -199,28 +199,28 @@
+ 	return(i);
+ }
+ 
+-/* static float */
+-/* object_to_float(object x) */
+-/* { */
+-/* 	float f=0.0; */
++float
++object_to_float(object x)
++{
++	float f=0.0;
+ 
+-/* 	switch (type_of(x)) { */
+-/* 	case t_character: */
+-/* 		f = char_code(x);  break; */
+-/* 	case t_fixnum: */
+-/* 		f = fix(x);  break; */
+-/* 	case t_bignum: */
+-/* 	case t_ratio: */
+-/* 		f = number_to_double(x);  break; */
+-/* 	case t_shortfloat: */
+-/* 		f = sf(x);  break; */
+-/* 	case t_longfloat: */
+-/* 		f = lf(x);  break; */
+-/* 	default: */
+-/* 		FEerror("~S cannot be coerce to a C float.", 1, x); */
+-/* 	} */
+-/* 	return(f); */
+-/* } */
++	switch (type_of(x)) {
++	case t_character:
++		f = char_code(x);  break;
++	case t_fixnum:
++		f = fix(x);  break;
++	case t_bignum:
++	case t_ratio:
++		f = number_to_double(x);  break;
++	case t_shortfloat:
++		f = sf(x);  break;
++	case t_longfloat:
++		f = lf(x);  break;
++	default:
++		FEerror("~S cannot be coerce to a C float.", 1, x);
++	}
++	return(f);
++}
+ 
+ /* static double */
+ /* object_to_double(object x) */
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/zips/gcl.o.package.d.patch axiom-dm/new/new/zips/gcl.o.package.d.patch
--- axiom.orig/new/new/zips/gcl.o.package.d.patch	Thu Jan  1 01:00:00 1970
+++ axiom-dm/new/new/zips/gcl.o.package.d.patch	Fri May  2 10:41:55 2003
@@ -0,0 +1,30 @@
+--- package.d.ori	Fri Feb 14 19:38:28 2003
++++ package.d	Thu May  1 11:28:16 2003
+@@ -220,10 +220,13 @@
+ 
+ 	x = find_package(n);
+ 	if (x == Cnil) {
+- 	   	FEpackage_error(n,"No such package");  
+- 		return Cnil; 
+-/*  		x = make_package(n, ns, ul,isize,esize);  */
+-/*  		goto L;  */
++	  if (!getenv("OLD_IN_PACKAGE")) {
++	    FEpackage_error(n,"No such package");  
++	    return Cnil; 
++	  } else {
++	    x = make_package(n, ns, ul,isize,esize);  
++	    goto L;  
++	  }
+ 	}
+ 	if (isize) rehash_pack(&(x->p.p_internal),
+ 		&x->p.p_internal_size,isize);
+@@ -243,7 +246,7 @@
+ 	}
+ 	for (;  !endp(ul);  ul = ul->c.c_cdr)
+ 		use_package(ul->c.c_car, x);
+-/* L:  */
++L:  
+ 	sLApackageA->s.s_dbind = x;
+ 	vs_reset;
+ 	return(x);
+	
diff -Pru -x *CVS* -x *~ axiom.orig/new/new/zips/gcl.unixport.makefile.patch axiom-dm/new/new/zips/gcl.unixport.makefile.patch
--- axiom.orig/new/new/zips/gcl.unixport.makefile.patch	Mon Feb 17 01:06:19 2003
+++ axiom-dm/new/new/zips/gcl.unixport.makefile.patch	Fri May  2 10:41:55 2003
@@ -1,11 +1,18 @@
---- makefile	Mon Jan  7 11:44:36 2002
-+++ makefile.tpd	Mon Dec 23 22:22:19 2002
-@@ -128,7 +128,7 @@
+--- makefile            Thu Feb 27 19:32:10 2003
++++ makefile.patched	Wed Mar  5 13:32:09 2003
+@@ -13,7 +13,7 @@
+ PORTDIR = .
  
- # end makedefs
+ LD_LIBS_PRE=$(addprefix -u ,$(PATCHED_SYMBOLS))
+-LD_LIBS_POST=$(LIBS) $(LIBC) -lgclp
++LD_LIBS_POST=$(LIBS) $(LIBC) -lgclp ${OBJ}/${SYS}/lib/libspad.a
  
--LIBS1= $(LIBS) $(LIBSYSTEM) $(GCLIB)
-+LIBS1= $(LIBS) $(LIBSYSTEM) $(GCLIB) ${OBJ}/${SYS}/lib/libspad.a
+ libgclp.a: $(ODIR)/gcllib.a
+ 	cp $< $@
+@@ -124,4 +124,4 @@
+ 		$(LSPDIR)/auto_new.lsp foo *maxima* init_*.lsp lib*.a gmp* bfd* *.lsp.tmp
  
- OD=$(ODIR)/
- NEW_INIT=$(OD)new_init.o
+ .INTERMEDIATE: init_ansi_gcl.lsp.tmp init_gcl.lsp.tmp raw_gcl raw_ansi_gcl
+-.PRECIOUS: init_gcl.lsp init_ansi_gcl.lsp
+\ No newline at end of file
++.PRECIOUS: init_gcl.lsp init_ansi_gcl.lsp

\start
Date: Sat, 3 May 2003 11:29:26 -0400
From: Tim Daly
To: David Mentre
Subject: Re: A tip for Axiom: use ledit to have editable command line

re: ledit and command line

The full Axiom distribution uses clef which handles the terminal
for Axiom. Clef existed before readline support was generally
available and the whole thing should probably be rewritten.

\start
Date: Sat, 3 May 2003 11:31:54 -0400
From: Tim Daly
To: David Mentre
Subject: Re: First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture

re: GCL 2.5.2

Excellent work. I'll see if I can get your patches to work and, if so,
I'll move the whole project to 2.5.2

\start
Date: Sat, 3 May 2003 11:41:38 -0400
From: Tim Daly
To: David Mentre
Subject: Re: First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture

re: Axiom blockage and Latex process

If one of the pamphlet files has a Latex syntax error the build will
quietly block. There was a (arguably bad) design decision to send all
of the latex output to a temporary file (by default obj/tmp/trace) so
that the latex output would not dominate the screen noise.

You can find this variable in the Makefile.pamphlet file as 

NOISE="-o ${TMP}/trace"

Unfortunately Latex likes to put up a read to the console when it
has a failure. This makes the build appear to hang (you could type
X at it (twice, since the latex is done twice to get cross-references
correct) and it should continue.

If you do 

make NOISE=

you'll override the redirection, the latex output will come to the
console and you will see the TeX output and prompt at the point of
failure.

I'm open to discussion of better ways to handle this.

\start
Date: Sat, 3 May 2003 12:01:16 -0400
From: Tim Daly
To: David Mentre
Subject: Re: First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture

While we're on the subject of possible changes there are a few decisions
that I'm unhappy about and could use some ideas/suggestions....


(A) NOWEB.STY

Currently each pamphlet file names the path to the noweb.sty file.
This is bad. How can we fix this?

(B) SHELL COMMANDS IN MAKEFILES

You should be able to override the SPD variable on the make line with

make SPD=/home/david/pub

Currently the top level Makefile.pamphlet names the location of the
installation and the kind of system to be built. This information 
used to be derived from the $AXIOM variable (which is why it exists
at all). The AXIOM variable was designed to carry two pieces of
information which could be parsed out by the make: (1) the location
of the build and (2) the system to be built.

Generally the location of the build is the same as `pwd`. I've tried
(within the makefile) using 

SPD=`pwd`

but that fails. It used to work years ago but make has changed.
I also used to set the kind of system to build using:

SYS=`basename $AXIOM`

which would result in a way to build other kinds of systems (e.g. if
AXIOM=/spad/bin/power-pc it would generate Makefile-power-pc and
build a power-pc system). This also doesn't work.

The primary failure is that I don't understand a way to get make to
execute shell commands. I tried ($shell basename $AXIOM) but that
also fails. 

Note that the AXIOM variable is used at runtime to find the libraries
so we can't just truncate it to "linux" or "power-pc". We could, of
course, define two variables rather than one.

(C) FILE FORMATS 
Pamphlet files go to dvi files. That's sort of ok as dvi files work
everywhere. However, we need to plan in the long term and think about
a way to automatically organize the information in pamphlet files.
I've been thinking about creating a meta-pamphlet file in each
directory (possibly automatically created by make) from <<meta>>=
tags in the pamphlet files. This would allow pamphlet file writers
to specify how the available information should be used. So the
make walks across all of the pamphlet files, extracts <<meta>> 
chunks, munches them into some organized form, creates a latex 
table of contents, and generates a new dvi file.

Several issues arise including things like the fact that dvi files
don't support hyperlinks so some sort of a viewer needs to exist.
Ideally this would be some standard viewer as we'd have less code
to maintain. 

Ultimately we need to think out how the pamphlet, booklet, and 
other documentation/usage/FAQ/maint information is going to be
structured and viewed.

Suggestions?

\start
Date: Sat, 3 May 2003 12:27:32 -0400
From: Tim Daly
To: David Mentre
Subject: Re: First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture

I noticed your patch includes changes to the Makefile and Makefile.linux
files. You shouldn't need to do this as these are automatically generated
from the Makefile.pamphlet file with the command:

document Makefile

I'm assuming that you were trying to be extra careful about patching
all instances and that's a good thing.

In general it is dangerous to edit the Makefile or the Makefile.linux
files as, if they have later timestamps than the Makefile.pamphlet file
(due to the order you make changes), they will NOT get regenerated
leading to very subtle build errors (or worse, badly built systems).

It should be the case that EVERY file you edit ends in .pamphlet.
(And, of course, you should carefully document the reason the original
was wrong or why you changed it or something useful so others can tell
what is going on. This is the whole reason for pamphlets, after all)
If this is NOT the case let me know. 

\start
Date: Sat, 3 May 2003 12:35:30 -0400
From: Tim Daly
To: David Mentre
Subject: Re: First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture

re: OLD_IN_PACKAGE variable

I'm going to put this into the Makefile.pamphlet

The design philosophy is that the Makefiles should know everything
and encode all of the steps of the make. The end user should not
need to know about setting shell variables. 

The GCLVERSION variable is now a noweb chunk so the change only
needs to happen at one place and is expanded correctly everywhere.

I notice that you changed :USE to :use? Is this required? Common
Lisp isn't case-sensitive (or hasn't been).

\start
Date: Sat, 3 May 2003 12:42:12 -0400
From: Tim Daly
To: list
Subject: current bug

If you have the ability to do 1+1 in an axiom interpreter
built from the current sources then you can also try tracking
the same bug i'm chasing at the moment. It should be the case
that if you try to compile the XPR domain from xpoly.spad thus:

)co xpoly.spad )con XPR

you will see a value stack overflow. 

The nature of the problem is that there is a line of the form:

if R has Field
 then ...

where, in general, Field could be replaced by other categories.
Algebra code that contains "if R has" conditionals will not compile.

This causes an infinite loop in the compiler apparently related
to RING.

You now have all of the basic information I have. If we can solve
this problem it is likely that we can get the rest of the algebra
to compile and we will have a running system.

\start
Date: 03 May 2003 19:43:03 -0400
From: James H. Cloos Jr.
To: list
Subject: Re:  First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture

>>>>> "Tim" == Tim Daly  Tim Daly writes:

Tim> Unfortunately Latex likes to put up a read to the console
Tim> when it has a failure.

That can be worked around by changing the invocation.

Instead of running:

        latex $file

try running:

        latex '\nonstopmode\input{'$file'}'

To get make to Do The Right Thing might require using a helper script
to munge the filename into the \nonstopmode\input{} commands.

\start
Date: Sat, 3 May 2003 19:57:00 -0400
From: Tim Daly
To: James H. Cloos Jr.
Subject: Re:  First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture

Jim,

re: latex hack. great. I can automate that.  In fact, given the clue I
now see that tex accepts an interaction mode flag, one valid value
being "nonstopmode".  It would be nice to get an error return code so
I can clue the developer into the fact that something bad happened.
I'll play with this a bit.

Thanks for the pointer.

\start
Date: 04 May 2003 10:21:49 +0200
From: David Mentre
To: list
Subject: About Makfile and Makefile.pamphlet (was: Re: First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture)

Hello tim,

Tim Daly writes:

> I'm assuming that you were trying to be extra careful about patching
> all instances and that's a good thing.
> 
> In general it is dangerous to edit the Makefile or the Makefile.linux
> files as, if they have later timestamps than the Makefile.pamphlet file
> (due to the order you make changes), they will NOT get regenerated
> leading to very subtle build errors (or worse, badly built systems).

For this one, I knew about that. However we have a bootstrap issue: how
to make the first Makefile from the corresponding Makefile.pamphlet
while noweb and document are made by this missing Makefile?

I think that in the long term we should have a ./configure shell script
that creates the initial Makefile and creates needed environment
variables.

Using or not GNU Autoconf and related programs (Automake, ...) remains
an open issue.

\start
Date: 04 May 2003 10:26:26 +0200
From: David Mentre
To: list
Subject: About Axiom paths within Axiom code

Hello,

Tim, is all the compiled code relative to the AXIOM environment variable
or contains some absolute path once compiled?

In other words, would a system administrator be able to move a compiled
Axiom into another directory (in /usr/local for instance) for its users?

In the long term, maybe we should have a 'configure && make && make
install' procedure like all others GNU programs?

\start
Date: 04 May 2003 10:30:06 +0200
From: David Mentre
To: list
Subject: Re:  First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture

Hello tim,

Tim Daly writes:

> The GCLVERSION variable is now a noweb chunk so the change only
> needs to happen at one place and is expanded correctly everywhere.

This is a Good Think(tm). :)

> I notice that you changed :USE to :use? Is this required? Common
> Lisp isn't case-sensitive (or hasn't been).

No. It's not necessary at all. It is a glitch remaining from my attempts
to solve the in-package issue.

Let us know when the CVS is updated on tenkan.

\start
Date: 04 May 2003 10:43:07 +0200
From: David Mentre
To: list
Subject: About shell commands in Makefile (was Re:  First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture)

Hello tim,

Tim Daly writes:

> (B) SHELL COMMANDS IN MAKEFILES
> 
> You should be able to override the SPD variable on the make line with
> 
> make SPD=/home/david/pub
[...] 
> The primary failure is that I don't understand a way to get make to
> execute shell commands. I tried ($shell basename $AXIOM) but that
> also fails. 

You should use the "VAR := $(shell command)" syntax, like in the following
example:

VAR := $(shell pwd)

default:
	@echo $(VAR)


By the way, it is better to use the ":=" assignement in make rather than
"=" assignement. ":=" is evaluated only one, while with the other
assignement, "=", the variable is recursively expanded which can create
slow makefile and unpredicatable results with shell expansion. Look at
make documentation for more precise info (The Two Flavors of Variable
chapter).

> Note that the AXIOM variable is used at runtime to find the libraries
> so we can't just truncate it to "linux" or "power-pc". We could, of
> course, define two variables rather than one.

Maybe we should stick to the GNU way of naming systems like
'powerpc-linux' or 'i386-bsd'?

\start
Date: 04 May 2003 10:56:14 +0200
From: David Mentre
To: list
Subject: About file formats (was Re:  First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture)

Hello tim, ;)

Tim Daly writes:

> (C) FILE FORMATS 
> Pamphlet files go to dvi files. That's sort of ok as dvi files work
> everywhere. However, we need to plan in the long term and think about
> a way to automatically organize the information in pamphlet files.
> I've been thinking about creating a meta-pamphlet file in each
> directory (possibly automatically created by make) from <<meta>>=
> tags in the pamphlet files. This would allow pamphlet file writers
> to specify how the available information should be used. So the
> make walks across all of the pamphlet files, extracts <<meta>> 
> chunks, munches them into some organized form, creates a latex 
> table of contents, and generates a new dvi file.

Why not use noweb facility to standardize some predefined noweb chunks,
like:

<<user documentation>>=

<<Makefile>>=

<<programmer documentation>>=



> Several issues arise including things like the fact that dvi files
> don't support hyperlinks so some sort of a viewer needs to exist.

DVI files does support hyperlinks. Just include the 'hyperref' (or
'hyperef'?) package at the beginning of the latex file.

> Ideally this would be some standard viewer as we'd have less code
> to maintain. 

Why not use the PDF file format. Substitute pdflatex instead of latex
and bingo, you have a pdf output (of course, you must have installed
necessary packages from your linux distro).

And, as a bonus, using noweb and hyperref, you have cross references
between code chunks. I tested it on C code with noweb facilites to index
C code. Of course, we should do that for Axiom programming language.

> Ultimately we need to think out how the pamphlet, booklet, and 
> other documentation/usage/FAQ/maint information is going to be
> structured and viewed.

Yes. For example, should we produce one big book (like Knuth TeX Book)
or several small books?

But probably usage will tell us some insights. Why not choose an easy
approach and correct it if it is the wrong path?

\start
Date: 04 May 2003 11:12:01 +0200
From: David Mentre
To: list
Subject: Version number on Axiom code

Hellot Tim,

It would be very nice to have a version number on axiom code. Therefore,
when reporting an issue or a bug, we could know to which version it
refers. In the same way, a patch could be given for a specific version
number.

You could probably follow Linux kernel use of putting version number in
the main Makefile.

AXIOM_VERSION := 0.1.45

You would update it each time you upgrade the CVS.

\start
Date: Sun, 4 May 2003 09:55:31 -0400
From: Tim Daly
To: David Mentre
Subject: Re: About Makfile and Makefile.pamphlet (was: Re: architecture)

> > In general it is dangerous to edit the Makefile or the Makefile.linux
> > files as, if they have later timestamps than the Makefile.pamphlet file
> > (due to the order you make changes), they will NOT get regenerated
> > leading to very subtle build errors (or worse, badly built systems).
> 
> For this one, I knew about that. However we have a bootstrap issue: how
> to make the first Makefile from the corresponding Makefile.pamphlet
> while noweb and document are made by this missing Makefile?
> 
> I think that in the long term we should have a ./configure shell script
> that creates the initial Makefile and creates needed environment
> variables.
> 
> Using or not GNU Autoconf and related programs (Automake, ...) remains
> an open issue.

Actually you need to type

make start

which will create the noweb and supporting files sufficient to 
bootstrap the document command.

I've thought about autoconf and read the book. Ideally we don't
need autoconf because we live on top of common lisp. I've long
held the philosophy that it is best to write code that is as
simple as possible in any language so the common lisp i've
written (albeit not all the common lisp in the system) is dirt
simple and uses few features so it should work on every implementation.

Autoconf is useful for generating C[++] style makefiles but it seems
too specific to that language. It might be useful for parts of Axiom
which we'll need to port later such as the graphics. We'll certainly
end up debating its use in more detail as we progress.

I've also considered using lisp's defpackage system for parts of the
build but, again, it runs into problems of being very language specific.

A more general mechanism is Ant. I've used Ant for other projects and
I like its ability to extend. Unfortunately that drags Java into the
distribution which can only complicate things further.

I'm open to suggestions about where autoconf might be a useful approach
to some parts of the system.

\start
Date: Sun, 4 May 2003 10:13:35 -0400
From: Tim Daly
To: David Mentre
Subject: Re: About Axiom paths within Axiom code

> Tim, is all the compiled code relative to the AXIOM environment variable
> or contains some absolute path once compiled?
> 
> In other words, would a system administrator be able to move a compiled
> Axiom into another directory (in /usr/local for instance) for its users?

Virtually everything is relative to the AXIOM variable. It is the only
"external" piece of the system. Axiom builds never write outside its
own subtree (using ${OBJ} as tmp space) and there are no other shell
variables referenced.

Once a system is built the ${MNT} subtree can be moved anywhere, pointed
at by a $AXIOM shell variable, and the rest of the code should "do the
right thing".

In particular, it is entirely possible to build several copies of Axiom
using several lisps (or the same lisp) with possibly different build
features that run on the same system. You need only 

set the AXIOM variable to the new system type (e.g. (path)/mnt/linux-cmucl)
type make
copy ${MNT} somewhere (e.g. /usr/local/axiom1), 
rm the ${OBJ} and ${MNT} subtree
reset the AXIOM variable to the new system type (e.g. (path)/mnt/linux-gcl)
type make
...

(driving the makefile off the shell variable used to work but is currently
broken. we need to be able to do `pwd` and `basename ...` to get it working
correctly. For the moment you must edit the toplevel Makefile.pamphlet).

after the first build the ${SRC} and ${INT} subtrees are never modified.
${SRC} is never changed by the build anyway. ${INT} is machine-independent
code that is used to cache work so the second and subsequent builds don't
take forever. ${OBJ} is a machine-specific cache / tmp directory so that
machine specific code (e.g. .o files) can be cached. ${MNT} is intended
to be a complete distribution that can be moved anywhere. It contains
no references outside the ${MNT} subtree.

In the ideal case you should be able to NFS mount the remote CVS directory
onto your subtree, set the AXIOM variable, type make, and get a working
system. (I should think about uploading the INT directory....). If this
model works correctly there would be no need to do a cvs checkout in
order to do a system build. Or Axiom could be distributed with SRC and
INT on CD and built directly.

At least that is the design. Violations of these goals can be considered
a bug.

\start
Date: Sun, 4 May 2003 10:20:59 -0400
From: Tim Daly
To: David Mentre
Subject: Re: About shell commands in Makefile (was Re: First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture)

> You should use the "VAR := $(shell command)" syntax, like in the following
> example:
> 
> VAR := $(shell pwd)
> 
> default:
> 	@echo $(VAR)
> 

I believe I tried this but perchance I muffed it up somehow.
I'll try it again. We really need to get it working so there
is no need to modify Makefile.pamphlet.

> 
> By the way, it is better to use the ":=" assignement in make rather than
> "=" assignement. ":=" is evaluated only one, while with the other
> assignement, "=", the variable is recursively expanded which can create
> slow makefile and unpredicatable results with shell expansion. Look at
> make documentation for more precise info (The Two Flavors of Variable
> chapter).

The variable in the Makefile are written in a certain way so they
can be overridden from the command line (e.g. make NOISE=). I'm 
not sure if the := form allows that. I'll reread the section you
mentioned and try some experiments. The time spent executing makefiles
clearly isn't the domination factor of the builds :-)

> 
> > Note that the AXIOM variable is used at runtime to find the libraries
> > so we can't just truncate it to "linux" or "power-pc". We could, of
> > course, define two variables rather than one.
> 
> Maybe we should stick to the GNU way of naming systems like
> 'powerpc-linux' or 'i386-bsd'?

Any name or convention can be used since, at the moment, the unparsed
"basename" is used as a switch to select the chunk used to expand into
the Makefile.(system). I'm happy to follow the GNU standard (or 
convention). Is there a note about this convention somewhere?

\start
Date: Sun, 4 May 2003 11:11:48 -0400
From: Tim Daly
To: David Mentre
Subject: Re: About file formats (was Re:  First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture)

> Why not use noweb facility to standardize some predefined noweb chunks,
> like:
> 
> <<user documentation>>=
> 
> <<Makefile>>=
> 
> <<programmer documentation>>=
> 

There are several "uses" for noweb files that are in the goals list
on savannah. They all stem from the idea that we need to create good
documentation if Axiom is going to survive the next 30 years. More
to the point, we need to change Axiom so it is driven from the noweb
files (documentation is a word that fails to cover the ideas and is
so emotionally overloaded as to be an impediment to clear thinking)

Let me talk about the ideas "from the top down" (sorry, old coding
ideas never die :-) )

Use 1: An Axiom Journal

Ideally people would publish research papers with new mathematics in
them using an extended, stylized noweb format that is standardized
for the Axiom Journal (similar to other Journal "standard latex" ideas).

The research paper would contain the research work, the code, the
documentation, and test cases (and possibly more). A referree could
get the paper, fire up Axiom, "drag and drop the paper onto Axiom"
and have a running system extended with the new mathematics so they
can test the new research ideas.

So assuming that "drag and drop" (D&D) works what machinery must 
exist so that the new research paper is seamlessly available. Clearly
the math must exist. But it will reference other math research papers
(that contain math) in the bibliography. These need to be fetched and
automatically added (D&D'ed). Axiom sort-of does this already as you
can see from the various loading messages. However it does not do it
thru the bibliography.

Ok, so the algebra gets loaded from the paper. That clearly can happen
because we can write the paper to "chunk" the code. I've already done
this with one domain (see src/algebra/dhmatrix.spad.pamphlet which is
the first part of Richard Paul's Ph.D thesis (with permission)). And
the paper gets formatted properly for review into a .dvi file. Clearly
this mechanism can be recursively expanded thru the bibligraphy.

But the rest of the system parts need to know about the new research
so there needs to be some user documentation, unit test cases, sample
input files, etc.

I know the complaint will be leveled that this stuff should not be
in a research paper but I disagree. If the system supported "extracting"
the parts automatically (D&D again) and composing them into a research
paper it would be painless on both ends. (I've already begun experimenting
with this. I have Barry Trager's Ph.D thesis (with permission) which is
the basis for the integration routines in the system. I'm experimenting
with the methods mentioned using this as a test case.

So the Axiom Journal mechanism will end up connecting the algebra you
run with the research behind it and the rest of the research literature.

Use 2: Books based on Axiom's algebra

Suppose you wanted to write a book on linear algebra. You'd like to
be able to use Axiom's pamphlet files to include examples about the
subject from the highest concepts to the lowest details. Ideally you'd
be able to take a "vertical slice" thru Axiom pamphlets so that you
can pick out the chunks that you find most useful and include them.

The vertical slice requires a way of cross-referencing the system
beyond the traditional bibligraphy mentioned above. In particular,
it is very similar to the notion of hyperlinks. But it is a funny
sort of hyperlink because you want to extract "tex sections" (or
even subsections) and "noweb chunks" as well as any cited references.

Use 3: Booklets within Axiom, horizontal and vertical

A subset of the above Books use is the notion that you'd like to be
able to document a "horizontal slice" of Axiom which would be all of
the matrix facilities, for instance. This booklet form would allow
users to understand various kinds of matricies Axiom knows.

Another slice direction, the "vertical slice", would explain Axiom's
integration mathematics from the highest to the lowest levels.

So you can form a "slice matrix" and categorize the position of a
pamphlet by the position that its chunks occupy in the slice matrix.

Use 4: Pamphlets within Axiom

Of course, as you mentioned above, pamphlet files need some basic
required structure so they can be decomposed into a running system.
In order to seamlessly drag and drop a pamphlet it needs to have
parts that update the documentation, the algebra, the cross-references,
etc.

In 30 years we will have won the game if researchers assume these
facilities are used by research papers as a matter of course rather
than as magic. After all, symbolic mathematics is only a method of
doing more mathematics rather than an end in itself and Axiom needs
to support that to survive.

> 
> 
> > Several issues arise including things like the fact that dvi files
> > don't support hyperlinks so some sort of a viewer needs to exist.
> 
> DVI files does support hyperlinks. Just include the 'hyperref' (or
> 'hyperef'?) package at the beginning of the latex file.

Cool. I didn't know that. I'll check it out. Thanks.

noweb needs to be extended with a hyperref syntax in the chunk names.
At the moment the name is uninterpreted but there is no reason why
it couldn't have <<ftp://ftp.tenkan.org/....>> or 
<<pamphlet://src/algebra/foo.pamphlet#chunkname>> or
some further syntax and protocols.

> 
> > Ideally this would be some standard viewer as we'd have less code
> > to maintain. 
> 
> Why not use the PDF file format. Substitute pdflatex instead of latex
> and bingo, you have a pdf output (of course, you must have installed
> necessary packages from your linux distro).

I tried PDF files initially and got feedback that the display resolution
of the files was lousy. It was likely a problem with the dvips program
as other PDF files work fine. This is certainly a viable path for 
viewing one file. But how do we solve the organizational problem if
there are several thousand pamphlet files?

> 
> And, as a bonus, using noweb and hyperref, you have cross references
> between code chunks. I tested it on C code with noweb facilites to index
> C code. Of course, we should do that for Axiom programming language.
> 
> > Ultimately we need to think out how the pamphlet, booklet, and 
> > other documentation/usage/FAQ/maint information is going to be
> > structured and viewed.
> 
> Yes. For example, should we produce one big book (like Knuth TeX Book)
> or several small books?
> 
> But probably usage will tell us some insights. Why not choose an easy
> approach and correct it if it is the wrong path?

\start
Date: Sun, 4 May 2003 11:19:18 -0400
From: Tim Daly
To: David Mentre
Subject: Re: Version number on Axiom code

> It would be very nice to have a version number on axiom code. Therefore,
> when reporting an issue or a bug, we could know to which version it
> refers. In the same way, a patch could be given for a specific version
> number.
> 
> You could probably follow Linux kernel use of putting version number in
> the main Makefile.
> 
> AXIOM_VERSION := 0.1.45
> 
> You would update it each time you upgrade the CVS.
> 

There is code (called yearweek) in src/interp/util.lisp.pamphlet
that "timestamps" Axiom during the build process. The format of
Axiom's version number (badly) documented in the file. It is also
documented in src/interp/Makefile.pamphlet. It is a variable of
the form:

  YYYYMMDDxxx where YYYY is the year, MM is the month, DD is the day
  and xxx is a unique number identifying a build.

Every interpsys image should have a *yearweek* variable, thus:

interpsys
> )lisp *yearweek*

but I see it is broken (sigh). It gets set automatically at system 
build time, uniquely identifying the build.

I'll fix this.

\start
Date: Sun, 4 May 2003 11:22:11 -0400
From: Tim Daly
To: David Mentre 
Subject: Re:  First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture

David,

I've merged all of your changes and the system now builds on GCL 2.5.2
Of course, it uncovered a couple bugs which I'll have to chase but I'll
upload the new version to CVS sometime today. 

\start
Date: 04 May 2003 19:00:31 +0200
From: David Mentre
To: Tim Daly
Subject: system naming (was: Re: About shell commands in Makefile)

Tim Daly writes:

> > Maybe we should stick to the GNU way of naming systems like
> > 'powerpc-linux' or 'i386-bsd'?
> 
> Any name or convention can be used since, at the moment, the unparsed
> "basename" is used as a switch to select the chunk used to expand into
> the Makefile.(system). I'm happy to follow the GNU standard (or 
> convention). Is there a note about this convention somewhere?

A short note, yes, in the GNU doc of Autoconf:
http://www.gnu.org/manual/autoconf-2.57/html_chapter/autoconf_13.html#SEC145

 13.6 Specifying the System Type

 There may be some features configure cannot figure out automatically,
 but needs to determine by the type of machine the package will run
 on. Usually, assuming the package is built to be run on the same
 architectures, configure can figure that out, but if it prints a
 message saying it cannot guess the machine type, give it the
 `--build=type' option. type can either be a short name for the system
 type, such as `sun4', or a canonical name which has the form:

 cpu-company-system

 where system can have one of these forms:

 os kernel-os

\start
Date: 05 May 2003 09:48:19 -0400
From: Camm Maguire
To: list
Subject: re: Axiom on gcl 2.5.2 and powerpc: a first attempt

Greetings!  Yes, originally, gcl used pari for bignum support, and
this command was added to expand GCL's internal stack for this
interface.  I don't know exactly when GCL started using GMP instead --
I think it was toward the end of Dr. Shelter's life, as there were a
few unresolved issues left when we started work on 2.4, and which were
addressed in the patches 2.4.0 -> 2.4.4.  For a while the two options
appeared to coexist.  In fact, the hooks still exist in the code and
could probably be made to work without much fuss.  It just seems that
gmp is better in this regard, so we haven't worked on pari at all.  In
any case, the bignum memory allocation is now handled automatically.
Please let me know if this change causes any difficulty.

BTW, I tried briefly to look into your ring problem.  But, following
David's instructions, my build stops at INTERP.EXPOSED.  Any idea?

13 making /fix/s/camm/axiom/axiom/new/new/src/interp
make[3]: Entering directory `/fix/s/camm/axiom/axiom/new/new/src/interp'
make[3]: *** No rule to make target `/fix/s/camm/axiom/axiom/new/new/src/algebra/INTERP.EXPOSED', needed by `/fix/s/camm/axiom/axiom/new/new/mnt/linux/algebra/INTERP.EXPOSED'.  Stop.
make[3]: Leaving directory `/fix/s/camm/axiom/axiom/new/new/src/interp'


Take care,

Tim Daly writes:

> Axiom uses multiply-bignum-stack during the build process.
> I believe that Schelter put that in for Axiom but don't remember exactly.
> 

\start
Date: 05 May 2003 18:53:51 +0200
From: David Mentre
To: Tim Daly
Subject: Re: Version number on Axiom code

Hello Tim,

Tim Daly writes:

> There is code (called yearweek) in src/interp/util.lisp.pamphlet
> that "timestamps" Axiom during the build process. The format of

It timestamps the *build*, but not the *original source* where the build
comes from. In my opinion, for free software, the source is more
important that the final binary.

For example, for linux, you have patches like linux-2.4.19-ac5: Linux
(linux), original version 2.4.19 of Linus Torvalds (-2.4.19), modified
by Alan Cox (-ac5). The version number (2.4.19-ac5) is set in the top
Makefile.

When several developers propose several concurrent modifications, it is
important to determine uniquely how to apply those patches.

Anyway, I can live with the current (un)numbering scheme. :)

\start
Date: 05 May 2003 19:16:53 +0200
From: David Mentre
To: Camm Maguire
Subject: re: Axiom on gcl 2.5.2 and powerpc: a first attempt

Hello Camm,

Camm Maguire writes:

> BTW, I tried briefly to look into your ring problem.  But, following
> David's instructions, my build stops at INTERP.EXPOSED.  Any idea?
> 
> 13 making /fix/s/camm/axiom/axiom/new/new/src/interp
> make[3]: Entering directory `/fix/s/camm/axiom/axiom/new/new/src/interp'
> make[3]: *** No rule to make target `/fix/s/camm/axiom/axiom/new/new/src/algebra/INTERP.EXPOSED', needed by `/fix/s/camm/axiom/axiom/new/new/mnt/linux/algebra/INTERP.EXPOSED'.  Stop.
> make[3]: Leaving directory `/fix/s/camm/axiom/axiom/new/new/src/interp'

Are you sure you have the latest CVS for Axiom? 

>From my make log, I have:

614 copying /home/david/pub/axiom-libre/axiom-powerpc/new/new/src/algebra/INTERP.EXPOSED to /home/david/pub/axiom-libre/axiom-powerpc/new/new/mnt/linux/algebra
615 making /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/exposed.lsp from /home/david/pub/axiom-libre/axiom-powerpc/new/new/src/algebra/exposed.lsp.pamphlet
616 making /home/david/pub/axiom-libre/axiom-powerpc/new/new/mnt/linux/algebra/exposed.o from /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/interp/exposed.lsp

and

0 making /home/david/pub/axiom-libre/axiom-powerpc/new/new/int/algebra/INTERP.EXPOSED from /home/david/pub/axiom-libre/axiom-powerpc/new/new/src/algebra/INTERP.EXPOSED.pamphlet

So nothing with a 13 in from of the making command for INTERP.EXPOSED.

By the way, I would advise you to build Axiom in a clean directory.
Personnally, I make a forest of symlinks towards the orginal axiom
sources. I'm using the following shell script:

--begin--
#!/bin/sh
echo Erase axiom-i386/
rm -rf axiom-i386

echo make links
cp -rs ${HOME}/pub/axiom-libre/axiom ${HOME}/pub/axiom-libre/axiom-i386

echo done.
--end--

\start
Date: Mon, 5 May 2003 20:30:29 +0200
From: Michel Lavaud
To: David Mentre
Subject: Re: About file formats (was Re:  First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture)

Hello David,

> > Several issues arise including things like the fact that dvi files
> > don't support hyperlinks so some sort of a viewer needs to exist.
> 
> DVI files does support hyperlinks. Just include the 'hyperref' (or
> 'hyperef'?) package at the beginning of the latex file.

I think that Tim is right : DVI files do not support hyperlinks (nor 
color, nor rotations, nor inclusion of graphics etc.). The support is 
provided by the dvi driver, which gets information from the dvi file 
through a command \special{something}, and the driver interprets the 
"something" as a set of actions, or ignores it.
 
> > Ideally this would be some standard viewer as we'd have less code
> > to maintain. 
> 
> Why not use the PDF file format. Substitute pdflatex instead of latex
> and bingo, you have a pdf output (of course, you must have installed
> necessary packages from your linux distro).

>From many bad experiences, I think the pdf format has the same advantages 
and inconvenients with respect to dvi, as the doc format has with respect 
to TeX : it is very convenient for short life documents, but not for long 
life documents, as it is likely to be read differently (and thus 
incorrectly) by the latest version of Acrobat Reader, and each version 
brings lots of new bugs that may or may not be ever corrected. I have some=
 
examples of characters perfectly displayed with one version of Acrobat 
Reader, that disappeared with a next one, black characters on white 
background that were transformed into white on black background, etc.

If Axiom is to last for 30 more years as Tim hopes, maybe it would be 
better to try to stick to dvi, as far as possible ? Or do you see really a=
 
possibility brought by pdf that would appear indispensable for Axiom and 
pamphlet files that could not be realized with dvi (this is a question) ?

\start
Date: Mon, 5 May 2003 16:17:49 -0400
From: Tim Daly
To: Camm Maguire
Subject: Re: Axiom on gcl 2.5.2 and powerpc: a first attempt

I've removed the multiply-bignum-stacks in last night's CVS update.

Tim

\start
Date: Mon, 5 May 2003 16:22:45 -0400
From: Tim Daly
To: David Mentre
Subject: Re: Version number on Axiom code

David,

Yes, the original sources need tags associated with various working
versions. Sad to say, this is still a future issue. CVS supports
tagging. The tags and build number schemes are likely to be the same:

YYYYMMDDxxx

making debugging, bug tracking, and release easier. The usual scheme
of 3.1.4.1.5.  and other random expansions of universal constants
seems illogical to me given that patches are applied on a continuous
basis.

\start
Date: Mon, 5 May 2003 16:25:36 -0400
From: Tim Daly
To: David Mentre
Subject: Re: Axiom on gcl 2.5.2 and powerpc: a first attempt

re: forest of links

I'm mildly confused by this, although you are welcome to develop any
way you want, as I don't see the advantage. It should be the case that
downloading Axiom, typing make, then typing make clean should get you
back to the download state (modulo potentially regenerating the Makefiles).
If this is not true then it is a bug.

\start
Date: 05 May 2003 22:42:39 +0200
From: David Mentre
To: list
Subject: Re: Axiom on gcl 2.5.2 and powerpc: a first attempt

Hello Tim,

Tim Daly writes:

> It should be the case that
> downloading Axiom, typing make, then typing make clean should get you
> back to the download state (modulo potentially regenerating the Makefiles).

At the time I started working like that, I did not know about 'make
clean'.  I'll switch to your recommended behavior. 

\start
Date: Mon, 5 May 2003 16:41:18 -0400
From: Tim Daly
To: Michel Lavaud
Subject: Re: About file formats (was Re:  First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture)

Actually, dvi is a reasonable default choice, but it lacks a lot.
We'd like to have active objects within the pamphlet files (e.g.
graphics, executable equations, etc). This is clearly within the 
current technology albeit not within the dvi format.

It would help to think about computational mathematics at the 30
year horizon. We ought to be able to have the research, the test
cases, the code, the user docs, and even the proofs (machine proofs,
as well as human) available. They should be in a form that can be
executed and combined. In fact, we can probably expect that the
computational nature of the system is assumed and that the "book-like"
nature of the system will dominate. Books have long been a repository
of knowledge and the code is currently divorced from that repository.

That's not to suggest that just taking a textbook and making it active
is the correct way to view a future system. However, it is likely that
Axiom will evolve in the general direction of a system that communicates
from mathematician to mathematician in addition to a tool for a mathematician
to do research and teaching.

So format choices are important, indeed, vital choices. I've taken the
default of dvi because I haven't thought thru the ideas to arrive at a
good solution (due to lack of time so far) rather than by choice. 

It's 30 years from now and all of the known mathematics is available
in computer readable format as well as all of its supporting materials
(research papers, books, etc). How will Axiom be used to learn, teach,
and support research? Discuss among yourselves. You have 1 hour.

\start
Date: Mon, 5 May 2003 16:51:05 -0400
From: Tim Daly
To: David Mentre, Camm Maguire
Subject: Re: Axiom on gcl 2.5.2 and powerpc: a first attempt

David, Camm,

The GCL 2.5.2 build gets a lot of "Won't Parse" messages that
don't occur under GCL 2.4. This must be a common lisp problem.
Could you look at what might be causing this?

\start
Date: Tue, 6 May 2003 12:57:57 +0200
From: Michel Lavaud
To: list
Subject: Re: About file formats (was Re:  First (quick & dirty) port of Axiom to gcl-2.5.2 and powerpc architecture)

Hello Tim,

> Actually, dvi is a reasonable default choice, but it lacks a lot.
> We'd like to have active objects within the pamphlet files (e.g.
> graphics, executable equations, etc). This is clearly within the 
> current technology albeit not within the dvi format.

Sorry, I think I did not explain my point of view clearly. It is not 
because something is not in dvi format that one has to abandon the dvi 
format, thanks precisely to the \special mechanism, that leaves it open to=
 
extensions, in cooperation with something else. There are dvi viewers that=
 
can rotate text, display colors, branch to an URL or launch a program when=
 
you click on an item in the window of the dvi viewer, as you can do with 
pdf, or etc. If something is missing in what you need, it has just to be 
added to the viewer, and introduced into the viewer via the command 
\special{hello viewer : do this and that}. This is what is done by the 
package hyperref that David cited, and other actions (color, rotations) by=
 
package graphicx, etc. 

It is exactly as in natural languages: when you read in a newspaper, for 
example, that " a criminal has been discovered by means of an ADN test", 
the word ADN does not belong to English nor any natural language, it 
belongs to the language of Biological sciences, and you do mentally  the 
equivalent of a \special{Def BIOLOGY:Def MACROMOLECULE:Def ADN}. The fact 
that the word ADN does belong to Biological language and not to English 
language, is no reason to abandon the English language for another more 
sophisticated language that would contain ADN word built-in. (if you think=
 
that ADN is an English word, OK : let suppose you want to express the 
phrase in the language of an Amazonian tribe :-)

Even with pdf, if it knows in principle color, rotations, etc. it relies 
anyway on the viewer to display them, so there is no difference as for the=
 
result.

So what is the difference in my opinion between pdf and dvi format : 
dvi is stable in time, while pdf varies out of our control, as the doc 
format.

If something is missing to dvi, add it to the viewer and define a TeX 
command that will describe all the actions you want to do. For example, if=
 
you want to display the ADN of a moskito in 3D and have it rotate in 3 
dimensions when moving the mouse from within your dvi file, this is 
possible : just add the function to the viewer and define the command 
\MoveADNofMoskitoInThreeDims{parameters}.

> It would help to think about computational mathematics at the 30
> year horizon. We ought to be able to have the research, the test
> cases, the code, the user docs, and even the proofs (machine proofs,
> as well as human) available. They should be in a form that can be
> executed and combined. In fact, we can probably expect that the
> computational nature of the system is assumed and that the "book-like"
> nature of the system will dominate. Books have long been a repository
> of knowledge and the code is currently divorced from that repository.
> 
> That's not to suggest that just taking a textbook and making it active
> is the correct way to view a future system. However, it is likely that
> Axiom will evolve in the general direction of a system that communicates
> from mathematician to mathematician in addition to a tool for a 
mathematician
> to do research and teaching.

> So format choices are important, indeed, vital choices. I've taken the
> default of dvi because I haven't thought thru the ideas to arrive at a
> good solution (due to lack of time so far) rather than by choice. 
> 
> It's 30 years from now and all of the known mathematics is available
> in computer readable format as well as all of its supporting materials
> (research papers, books, etc). How will Axiom be used to learn, teach,
> and support research? Discuss among yourselves. You have 1 hour.

I sprang in 2033 for you and I made two tests:

1 - Run AcrobatReader MyCourseIWroteThirtyYearsAgo.pdf

Answer of the console : @#{}~}{} Obsolete format for twenty five years two=
 
minutes and thirty seconds !!! Use Acrobat Reader version 732A bis 
modified 32c by Spruct Software Inc

Google: ? Spruct Software Inc ?

Answer: Bought Adobe research Inc in 2017, Died in 2021


2 - Run AcrobatReader MyCourseIWroteThirtyYearsAgo.dvi

Answer : Hello, I'm here, cos(2x)+sin(3y) to powerX equals...

\start
Date: 08 May 2003 08:05:37 +0200
From: David Mentre
To: Tim Daly
Subject: Re: Axiom on gcl 2.5.2 and powerpc: a first attempt
cc: Camm Maguire

Hi Tim,

Tim Daly writes:

> The GCL 2.5.2 build gets a lot of "Won't Parse" messages that
> don't occur under GCL 2.4. This must be a common lisp problem.

Those messages are coming from BOOT code, possibly from to places:

 1. ./new/new/src/interp/br-con.boot.pamphlet:700:      sayBrightlyNT '"Won't parse: "

mkConform(kind,name,argString) ==
  kind ^= '"default package" =>
    form := STRCONC(name,argString)
    parse := parseNoMacroFromString form
    null parse =>
      sayBrightlyNT '"Won't parse: "
      pp form
      systemError '"Keywords in argument list?"
    ATOM parse => [parse]
    parse
  [INTERN name,:rest ncParseFromString STRCONC(char 'd,argString)]  --& case



 2. ./new/new/src/interp/br-data.boot.pamphlet:126:    sayBrightly ['"Won't parse: ",sigpart]

libConstructorSig [conname,:argl] ==
  [[.,:sig],:.] := GETDATABASE(conname,'CONSTRUCTORMODEMAP)
  formals := TAKE(#argl,$FormalMapVariableList)
  sig := SUBLISLIS(formals,$TriangleVariableList,sig)
  keys := [g(f,sig,i) for f in formals for i in 1..] where
    g(x,u,i) ==  --does x appear in any but i-th element of u?
      or/[CONTAINED(x,y) for y in u for j in 1.. | j ^= i]
  sig := fn SUBLISLIS(argl,$FormalMapVariableList,sig) where
    fn x ==
      atom x => x
      x is ['Join,a,:r] => ['Join,fn a,'etc]
      x is ['CATEGORY,:.] => 'etc
      [fn y for y in x]
  sig := [first sig,:[(k => [":",a,s]; s)
            for a in argl for s in rest sig for k in keys]]
  sigpart:= form2LispString ['Mapping,:sig]
  if null ncParseFromString sigpart then
    sayBrightly ['"Won't parse: ",sigpart]
  sigpart


I can't say if those errors are related to the build environment or
anything related to Axiom. What is your opinion Tim?

\start
Date: 08 May 2003 12:06:51 +0200
From: David Mentre
To: list
Subject: Re: Fix for SPD, OLD_IN_PACKAGE and latex issues (cvs-2003-05-07)

David MENTRE <David Mentre> writes:

> Here is my latest patch for Axiom. 

With this patch, Axiom compiles on both Debian linux powerpc and i386
archs.

\start
Date: 08 May 2003 12:20:03 +0200
From: David Mentre
To: Tim Daly
Subject: Won't parse issue (was: re: Axiom on gcl 2.5.2 and powerpc: a first attempt)
cc: Camm Maguire

David MENTRE <David Mentre> writes:

> Those messages are coming from BOOT code, possibly from to places:
> 
>  1. ./new/new/src/interp/br-con.boot.pamphlet:700:      sayBrightlyNT '"Won't parse: "
> 
> mkConform(kind,name,argString) ==
>   kind ^= '"default package" =>
>     form := STRCONC(name,argString)
>     parse := parseNoMacroFromString form
>     null parse =>
>       sayBrightlyNT '"Won't parse: "
>       pp form
>       systemError '"Keywords in argument list?"
>     ATOM parse => [parse]
>     parse
>   [INTERN name,:rest ncParseFromString STRCONC(char 'd,argString)]  --& case

All the "Won't parse" messages are coming from this instance.

\start
Date: Thu, 8 May 2003 06:44:10 -0400
From: Tim Daly
To: David Mentre
Subject: won't parse error
cc: Camm Maguire

Thanks. I'll look deeper at the problem later today.

------------------------------------------------------------------

Hi Tim,

Tim Daly writes:

> The GCL 2.5.2 build gets a lot of "Won't Parse" messages that
> don't occur under GCL 2.4. This must be a common lisp problem.

Those messages are coming from BOOT code, possibly from to places:

 1. ./new/new/src/interp/br-con.boot.pamphlet:700:      sayBrightlyNT '"Won't parse: "

mkConform(kind,name,argString) ==
  kind ^= '"default package" =>
    form := STRCONC(name,argString)
    parse := parseNoMacroFromString form
    null parse =>
      sayBrightlyNT '"Won't parse: "
      pp form
      systemError '"Keywords in argument list?"
    ATOM parse => [parse]
    parse
  [INTERN name,:rest ncParseFromString STRCONC(char 'd,argString)]  --& case



 2. ./new/new/src/interp/br-data.boot.pamphlet:126:    sayBrightly ['"Won't parse: ",sigpart]

libConstructorSig [conname,:argl] ==
  [[.,:sig],:.] := GETDATABASE(conname,'CONSTRUCTORMODEMAP)
  formals := TAKE(#argl,$FormalMapVariableList)
  sig := SUBLISLIS(formals,$TriangleVariableList,sig)
  keys := [g(f,sig,i) for f in formals for i in 1..] where
    g(x,u,i) ==  --does x appear in any but i-th element of u?
      or/[CONTAINED(x,y) for y in u for j in 1.. | j ^= i]
  sig := fn SUBLISLIS(argl,$FormalMapVariableList,sig) where
    fn x ==
      atom x => x
      x is ['Join,a,:r] => ['Join,fn a,'etc]
      x is ['CATEGORY,:.] => 'etc
      [fn y for y in x]
  sig := [first sig,:[(k => [":",a,s]; s)
            for a in argl for s in rest sig for k in keys]]
  sigpart:= form2LispString ['Mapping,:sig]
  if null ncParseFromString sigpart then
    sayBrightly ['"Won't parse: ",sigpart]
  sigpart

I can't say if those errors are related to the build environment or
anything related to Axiom. What is your opinion Tim?

\start
Date: 10 May 2003 14:06:55 +0200
From: David Mentre
To: list
Subject: Re: Fix for SPD, OLD_IN_PACKAGE and latex issues (cvs-2003-05-07)

David MENTRE <David Mentre> writes:

> David MENTRE <David Mentre> writes:
> 
> > Here is my latest patch for Axiom. 

Apprently, Tim is keeping my email in the moderation queue. :) For the
impatient, ;) I've put my patch on the web:
  http://www.linux-france.org/~dmentre/code/axiom/

\start
Date: 11 May 2003 21:26:44 +0200
From: David Mentre
To: list
Subject: Re: Issue on in-package from gcl-2.4.4 to gcl-2.5.2, correct fix? where todig?

Hello,

Here is below the response of Paul F. Dietz on gcl-devel about the
in-package & defpackage issue. 

>From what Paul have said, I understand that I should:

 - make a file boottran-package.lisp where I would do the (DEFPACKAGE
   "BOOTTRAN") (IN-PACKAGE "BOOTTRAN"); 

 - and then I would this file through a (load "boottran-package.lisp")
   in *each* Axiom's lisp file needing BOOTRAN.

And of course do that for BOOT and other packages.

Camm and Tim, do you thing it is the right thing to do? 

As I said several times, I'm new to common lisp. So if somebody could
show me the right way to fix the issue for the first package
(BOOTTRAN?), I could try to fix the remaining ones.

\start
Date: Sun, 11 May 2003 12:47:37 -0500
From: Paul F. Dietz
To: list
Subject: Re: Issue on in-package from gcl-2.4.4 to gcl-2.5.2,  correct fix? where to dig?

David MENTRE wrote:

> (PROVIDE 'BOOTTRAN)
> (in-package "BOOTTRAN" :USE '(LISP USER SYSTEM))
> 
> 
> At compilation time, I have:
> Compiling boothdr.lisp.
> ; (PROVIDE 'BOOTTRAN) is being compiled.
> ;; Warning: The package operation (PROVIDE 'BOOTTRAN) was in a bad place.
> ; (IN-PACKAGE "BOOTTRAN" ...) is being compiled.
> ;; Warning: The package operation (IN-PACKAGE "BOOTTRAN" :USE
>                                       '(LISP USER SYSTEM)) was in a bad place.
> 
> 
> Why those warnings?

I don't know.  The use of :USE in IN-PACKAGE is not ANSI compliant, btw.


>>I usually put the DEFPACKAGE form in another file, btw.
> 
> 
> Could you show me an example of making a DEFPACKAGE in another file and
> loading it? Camm advised me to look into clcs/ and pcl/ directories but
> I found no use of DEFPACKAGE there. grep'ing all gcl sources, the only
> uses of DEFPACKAGE I found were in ansi-tests/ directory. And by quickly
> browsing them, I found no use of separate definition & loading of
> packages.

There are two examples in ansi-tests.

(1) The file rt-package.lsp contains the defpackage for the RT package
(I include the IN-PACKAGE form there to get Allegro CL to shut up about
something; I could get rid of that.)  This package is loaded in gclload1.lsp
before rt.lsp is compiled/loaded.

(2) The file cl-test-package.lsp is also loaded from gclload1.lsp, before
the CL-TEST package is needed for subsequent file compile/loads.

In neither of these files am I expecting the reader to behave as if the
package defined in that file has been created.

\start
Date: Sun, 11 May 2003 18:01:13 -0400
From: Tim Daly
To: David Mentre
Subject: Re: Fix for SPD, OLD_IN_PACKAGE and latex issues (cvs-2003-05-07)

David,

I've been away from any net connection since friday.
Mother's day here in the states (and mom's birthday).
But she lives where the bits don't go.
I'll unqueue you shortly.

\start
Date: 08 May 2003 12:05:34 +0200
From: David Mentre
To: list
Subject: Fix for SPD, OLD_IN_PACKAGE and latex issues (cvs-2003-05-07)

Hello,

Here is my latest patch for Axiom. This patch fixes:

 1. no longer need to set SPD in Makefile.pamphlet. Use $(shell pwd)
    instead.


 2. main Makefile exports OLD_IN_PACKAGE variable

 3. fix for all bad paths in \usepackage{noweb}

This patch also contains some instrumentation to help diagnoses the
"Won't parse" issue.

--=-=-=
  filename=axiom-cvs-2003-05-07-dm1.patch

diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/Makefile axiom-cvs-2003-05-07-dm/new/new/Makefile
--- axiom-cvs-2003-05-07/new/new/Makefile	Wed May  7 21:28:25 2003
+++ axiom-cvs-2003-05-07-dm/new/new/Makefile	Thu May  8 09:16:35 2003
@@ -1,5 +1,6 @@
 
-SPD=/home/axiomgnu/new
+#SPD=/home/axiomgnu/new
+SPD=$(shell pwd)
 SYS=linux
 SPAD=${SPD}/mnt/${SYS}
 LSP=${SPD}/lsp
@@ -16,6 +17,9 @@
 SPADBIN=${MNT}/${SYS}/bin
 INC=${SPD}/src/include
 CCLBASE=${OBJ}/${SYS}/ccl/ccllisp
+
+# hack to make Axiom compile with patched gcl-2.5.2
+export OLD_IN_PACKAGE='magic incantation: make Axiom compile'
 
 NOISE="-o ${TMP}/trace"
 
Binary files axiom-cvs-2003-05-07/new/new/Makefile.dvi and axiom-cvs-2003-05-07-dm/new/new/Makefile.dvi differ
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/Makefile.pamphlet axiom-cvs-2003-05-07-dm/new/new/Makefile.pamphlet
--- axiom-cvs-2003-05-07/new/new/Makefile.pamphlet	Wed May  7 21:28:26 2003
+++ axiom-cvs-2003-05-07-dm/new/new/Makefile.pamphlet	Thu May  8 09:09:54 2003
@@ -672,7 +672,8 @@
 the ``.fn'' files which are used to optimize function calling.
 <<environment>>=
 
-SPD=/home/axiomgnu/new
+#SPD=/home/axiomgnu/new
+SPD=$(shell pwd)
 SYS=linux
 SPAD=${SPD}/mnt/${SYS}
 LSP=${SPD}/lsp
@@ -687,6 +688,9 @@
 SPADBIN=${MNT}/${SYS}/bin
 INC=${SPD}/src/include
 CCLBASE=${OBJ}/${SYS}/ccl/ccllisp
+
+# hack to make Axiom compile with patched gcl-2.5.2
+export OLD_IN_PACKAGE='magic incantation: make Axiom compile'
 
 NOISE="-o ${TMP}/trace"
 
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/INTERP.EXPOSED.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/INTERP.EXPOSED.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/INTERP.EXPOSED.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/INTERP.EXPOSED.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra INTERP.EXPOSED}
 \author{Nicolas Bourbaki}
Binary files axiom-cvs-2003-05-07/new/new/src/algebra/Makefile.dvi and axiom-cvs-2003-05-07-dm/new/new/src/algebra/Makefile.dvi differ
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/Makefile.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/Makefile.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/Makefile.pamphlet	Wed May  7 21:28:55 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/Makefile.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra Makefile}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/acplot.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/acplot.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/acplot.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/acplot.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra acplot.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/aggcat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/aggcat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/aggcat.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/aggcat.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra aggcat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/aggcat2.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/aggcat2.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/aggcat2.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/aggcat2.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra aggcat2.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/algcat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/algcat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/algcat.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/algcat.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra algcat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/algext.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/algext.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/algext.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/algext.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra algext.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/algfact.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/algfact.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/algfact.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/algfact.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra algfact.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/algfunc.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/algfunc.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/algfunc.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/algfunc.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra algfunc.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/allfact.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/allfact.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/allfact.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/allfact.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra allfact.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/alql.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/alql.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/alql.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/alql.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra alql.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/annacat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/annacat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/annacat.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/annacat.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra annacat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/any.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/any.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/any.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/any.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra any.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/array1.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/array1.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/array1.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/array1.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra array1.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/array2.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/array2.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/array2.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/array2.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra array2.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/asp.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/asp.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/asp.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/asp.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra asp.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/attreg.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/attreg.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/attreg.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/attreg.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra attreg.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/axtimer.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/axtimer.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/axtimer.as.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/axtimer.as.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra axtimer.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/bags.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/bags.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/bags.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/bags.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra bags.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/bezout.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/bezout.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/bezout.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/bezout.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra bezout.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/boolean.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/boolean.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/boolean.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/boolean.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra boolean.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/brill.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/brill.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/brill.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/brill.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra brill.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/c02.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/c02.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/c02.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/c02.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra c02.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/c05.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/c05.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/c05.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/c05.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra c05.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/c06.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/c06.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/c06.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/c06.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra c06.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/card.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/card.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/card.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/card.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra card.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/carten.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/carten.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/carten.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/carten.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra carten.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/catdef.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/catdef.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/catdef.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/catdef.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra catdef.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/cden.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/cden.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/cden.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/cden.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra cden.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/clifford.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/clifford.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/clifford.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/clifford.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra clifford.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/clip.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/clip.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/clip.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/clip.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra clip.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/cmplxrt.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/cmplxrt.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/cmplxrt.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/cmplxrt.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra cmplxrt.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/coerce.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/coerce.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/coerce.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/coerce.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra coerce.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/color.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/color.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/color.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/color.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra color.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/combfunc.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/combfunc.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/combfunc.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/combfunc.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra combfunc.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/combinat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/combinat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/combinat.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/combinat.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra combinat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/complet.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/complet.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/complet.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/complet.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra complet.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/constant.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/constant.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/constant.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/constant.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra constant.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/cont.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/cont.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/cont.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/cont.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra cont.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/contfrac.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/contfrac.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/contfrac.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/contfrac.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra contfrac.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/coordsys.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/coordsys.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/coordsys.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/coordsys.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra coordsys.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/cra.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/cra.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/cra.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/cra.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra cra.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/crfp.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/crfp.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/crfp.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/crfp.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra crfp.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/curve.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/curve.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/curve.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/curve.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra curve.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/cycles.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/cycles.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/cycles.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/cycles.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra cycles.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/cyclotom.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/cyclotom.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/cyclotom.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/cyclotom.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra cyclotom.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d01.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d01.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d01.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d01.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d01.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d01Package.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d01Package.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d01Package.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d01Package.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d01Package.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d01agents.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d01agents.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d01agents.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d01agents.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d01agents.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d01routine.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d01routine.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d01routine.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d01routine.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d01routine.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d01transform.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d01transform.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d01transform.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d01transform.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d01transform.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d01weights.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d01weights.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d01weights.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d01weights.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d01weights.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d02.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d02.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d02.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d02.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d02.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d02Package.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d02Package.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d02Package.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d02Package.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d02Package.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d02agents.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d02agents.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d02agents.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d02agents.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d02agents.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d02routine.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d02routine.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d02routine.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d02routine.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d02routine.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d03.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d03.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d03.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d03.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d03.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d03Package.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d03Package.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d03Package.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d03Package.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d03Package.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d03agents.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d03agents.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d03agents.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d03agents.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d03agents.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/d03routine.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/d03routine.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/d03routine.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/d03routine.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra d03routine.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ddfact.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ddfact.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ddfact.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ddfact.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ddfact.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/defaults.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/defaults.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/defaults.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/defaults.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra defaults.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/defintef.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/defintef.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/defintef.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/defintef.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra defintef.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/defintrf.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/defintrf.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/defintrf.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/defintrf.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra defintrf.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/degred.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/degred.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/degred.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/degred.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra degred.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/derham.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/derham.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/derham.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/derham.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra derham.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/dhmatrix.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/dhmatrix.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/dhmatrix.spad.pamphlet	Sun Feb 16 08:19:47 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/dhmatrix.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra dhmatrix.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/divisor.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/divisor.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/divisor.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/divisor.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra divisor.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/dpolcat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/dpolcat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/dpolcat.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/dpolcat.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra dpolcat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/draw.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/draw.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/draw.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/draw.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra draw.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/drawopt.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/drawopt.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/drawopt.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/drawopt.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra drawopt.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/drawpak.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/drawpak.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/drawpak.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/drawpak.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra drawpak.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/e01.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/e01.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/e01.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/e01.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra e01.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/e02.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/e02.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/e02.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/e02.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra e02.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/e04.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/e04.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/e04.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/e04.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra e04.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/e04Package.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/e04Package.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/e04Package.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/e04Package.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra e04Package.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/e04agents.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/e04agents.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/e04agents.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/e04agents.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra e04agents.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/e04routine.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/e04routine.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/e04routine.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/e04routine.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra e04routine.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/efstruc.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/efstruc.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/efstruc.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/efstruc.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra efstruc.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/efuls.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/efuls.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/efuls.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/efuls.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra efuls.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/efupxs.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/efupxs.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/efupxs.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/efupxs.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra efupxs.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/eigen.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/eigen.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/eigen.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/eigen.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra eigen.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/elemntry.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/elemntry.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/elemntry.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/elemntry.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra elemntry.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/elfuts.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/elfuts.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/elfuts.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/elfuts.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra elfuts.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/equation1.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/equation1.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/equation1.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/equation1.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra equation1.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/equation2.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/equation2.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/equation2.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/equation2.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra equation2.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/error.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/error.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/error.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/error.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra error.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/expexpan.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/expexpan.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/expexpan.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/expexpan.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra expexpan.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/exposed.lsp.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/exposed.lsp.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/exposed.lsp.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/exposed.lsp.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra exposed.lsp}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/expr.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/expr.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/expr.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/expr.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra expr.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/expr2ups.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/expr2ups.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/expr2ups.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/expr2ups.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra expr2ups.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/exprode.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/exprode.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/exprode.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/exprode.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra exprode.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/f01.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/f01.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/f01.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/f01.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra f01.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/f02.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/f02.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/f02.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/f02.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra f02.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/f04.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/f04.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/f04.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/f04.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra f04.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/f07.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/f07.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/f07.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/f07.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra f07.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/facutil.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/facutil.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/facutil.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/facutil.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra facutil.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ffcat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffcat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ffcat.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffcat.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ffcat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ffcg.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffcg.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ffcg.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffcg.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ffcg.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fff.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fff.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fff.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fff.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fff.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ffhom.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffhom.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ffhom.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffhom.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ffhom.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ffnb.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffnb.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ffnb.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffnb.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ffnb.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ffp.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffp.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ffp.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffp.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ffp.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ffpoly.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffpoly.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ffpoly.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffpoly.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ffpoly.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ffpoly2.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffpoly2.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ffpoly2.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffpoly2.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ffpoly2.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ffrac.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffrac.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ffrac.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffrac.as.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ffrac.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ffx.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffx.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ffx.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ffx.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ffx.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/files.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/files.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/files.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/files.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra files.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/float.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/float.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/float.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/float.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra float.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fmod.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fmod.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fmod.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fmod.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fmod.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fname.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fname.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fname.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fname.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fname.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fnla.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fnla.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fnla.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fnla.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fnla.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/formula.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/formula.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/formula.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/formula.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra formula.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fortcat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fortcat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fortcat.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fortcat.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fortcat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fortmac.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fortmac.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fortmac.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fortmac.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fortmac.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fortpak.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fortpak.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fortpak.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fortpak.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fortpak.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fortran.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fortran.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fortran.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fortran.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fortran.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/forttyp.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/forttyp.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/forttyp.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/forttyp.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra forttyp.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fourier.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fourier.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fourier.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fourier.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fourier.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fparfrac.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fparfrac.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fparfrac.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fparfrac.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fparfrac.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fr.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fr.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fr.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fr.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fr.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fraction.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fraction.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fraction.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fraction.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fraction.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/free.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/free.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/free.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/free.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra free.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fs2expxp.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fs2expxp.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fs2expxp.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fs2expxp.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fs2expxp.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fs2ups.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fs2ups.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fs2ups.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fs2ups.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fs2ups.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/fspace.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/fspace.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/fspace.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/fspace.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra fspace.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/funcpkgs.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/funcpkgs.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/funcpkgs.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/funcpkgs.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra funcpkgs.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/functions.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/functions.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/functions.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/functions.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra functions.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/galfact.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/galfact.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/galfact.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/galfact.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra galfact.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/galfactu.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/galfactu.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/galfactu.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/galfactu.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra galfactu.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/galpolyu.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/galpolyu.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/galpolyu.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/galpolyu.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra galpolyu.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/galutil.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/galutil.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/galutil.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/galutil.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra galutil.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/gaussfac.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/gaussfac.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/gaussfac.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/gaussfac.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra gaussfac.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/gaussian.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/gaussian.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/gaussian.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/gaussian.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra gaussian.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/gb.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/gb.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/gb.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/gb.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra gb.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/gbeuclid.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/gbeuclid.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/gbeuclid.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/gbeuclid.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra gbeuclid.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/gbintern.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/gbintern.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/gbintern.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/gbintern.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra gbintern.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/gdirprod.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/gdirprod.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/gdirprod.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/gdirprod.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra gdirprod.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/gdpoly.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/gdpoly.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/gdpoly.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/gdpoly.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra gdpoly.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/geneez.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/geneez.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/geneez.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/geneez.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra geneez.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/generic.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/generic.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/generic.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/generic.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra generic.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/genufact.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/genufact.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/genufact.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/genufact.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra genufact.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/genups.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/genups.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/genups.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/genups.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra genups.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ghensel.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ghensel.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ghensel.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ghensel.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ghensel.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/gpgcd.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/gpgcd.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/gpgcd.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/gpgcd.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra gpgcd.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/gpol.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/gpol.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/gpol.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/gpol.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra gpol.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/grdef.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/grdef.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/grdef.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/grdef.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra grdef.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/groebf.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/groebf.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/groebf.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/groebf.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra groebf.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/groebsol.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/groebsol.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/groebsol.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/groebsol.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra groebsol.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/gseries.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/gseries.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/gseries.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/gseries.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra gseries.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/herm.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/herm.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/herm.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/herm.as.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra herm.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ideal.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ideal.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ideal.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ideal.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ideal.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/idecomp.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/idecomp.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/idecomp.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/idecomp.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra idecomp.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/indexedp.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/indexedp.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/indexedp.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/indexedp.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra indexedp.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/infprod.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/infprod.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/infprod.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/infprod.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra infprod.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/intaf.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/intaf.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/intaf.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/intaf.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra intaf.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/intalg.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/intalg.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/intalg.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/intalg.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra intalg.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/intaux.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/intaux.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/intaux.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/intaux.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra intaux.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/intclos.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/intclos.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/intclos.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/intclos.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra intclos.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/intef.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/intef.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/intef.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/intef.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra intef.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/integer.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/integer.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/integer.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/integer.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra integer.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/integrat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/integrat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/integrat.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/integrat.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra integrat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/interval.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/interval.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/interval.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/interval.as.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra interval.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/intfact.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/intfact.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/intfact.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/intfact.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra intfact.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/intpm.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/intpm.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/intpm.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/intpm.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra intpm.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/intrf.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/intrf.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/intrf.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/intrf.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra intrf.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/invnode.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/invnode.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/invnode.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/invnode.as.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra invnode.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/invrender.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/invrender.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/invrender.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/invrender.as.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra invrender.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/invtypes.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/invtypes.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/invtypes.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/invtypes.as.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra invtypes.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/invutils.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/invutils.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/invutils.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/invutils.as.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra invutils.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/irexpand.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/irexpand.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/irexpand.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/irexpand.spad.pamphlet	Thu May  8 09:45:59 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra irexpand.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/irsn.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/irsn.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/irsn.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/irsn.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra irsn.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ituple.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ituple.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ituple.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ituple.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ituple.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/iviews.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/iviews.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/iviews.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/iviews.as.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra iviews.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/kl.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/kl.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/kl.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/kl.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra kl.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/kovacic.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/kovacic.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/kovacic.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/kovacic.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra kovacic.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/laplace.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/laplace.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/laplace.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/laplace.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra laplace.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/laurent.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/laurent.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/laurent.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/laurent.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra laurent.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/leadcdet.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/leadcdet.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/leadcdet.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/leadcdet.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra leadcdet.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/lie.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/lie.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/lie.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/lie.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra lie.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/limitps.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/limitps.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/limitps.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/limitps.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra limitps.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/lindep.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/lindep.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/lindep.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/lindep.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra lindep.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/lingrob.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/lingrob.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/lingrob.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/lingrob.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra lingrob.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/liouv.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/liouv.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/liouv.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/liouv.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra liouv.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/list.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/list.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/list.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/list.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra list.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/listgcd.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/listgcd.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/listgcd.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/listgcd.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra listgcd.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/lmdict.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/lmdict.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/lmdict.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/lmdict.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra lmdict.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/lodo.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/lodo.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/lodo.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/lodo.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra lodo.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/lodof.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/lodof.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/lodof.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/lodof.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra lodof.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/lodop.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/lodop.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/lodop.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/lodop.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra lodop.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/manip.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/manip.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/manip.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/manip.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra manip.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/mappkg.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/mappkg.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/mappkg.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/mappkg.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra mappkg.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/matcat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/matcat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/matcat.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/matcat.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra matcat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/matfuns.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/matfuns.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/matfuns.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/matfuns.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra matfuns.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/matrix.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/matrix.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/matrix.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/matrix.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra matrix.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/matstor.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/matstor.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/matstor.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/matstor.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra matstor.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/mesh.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/mesh.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/mesh.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/mesh.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra mesh.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/mfinfact.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/mfinfact.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/mfinfact.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/mfinfact.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra mfinfact.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/misc.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/misc.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/misc.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/misc.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra misc.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/mkfunc.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/mkfunc.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/mkfunc.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/mkfunc.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra mkfunc.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/mkrecord.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/mkrecord.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/mkrecord.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/mkrecord.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra mkrecord.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/mlift.spad.jhd.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/mlift.spad.jhd.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/mlift.spad.jhd.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/mlift.spad.jhd.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra mlift.spad.jhd}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/mlift.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/mlift.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/mlift.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/mlift.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra mlift.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/moddfact.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/moddfact.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/moddfact.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/moddfact.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra moddfact.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/modgcd.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/modgcd.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/modgcd.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/modgcd.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra modgcd.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/modmon.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/modmon.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/modmon.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/modmon.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra modmon.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/modmonom.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/modmonom.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/modmonom.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/modmonom.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra modmonom.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/modring.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/modring.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/modring.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/modring.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra modring.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/moebius.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/moebius.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/moebius.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/moebius.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra moebius.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/mring.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/mring.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/mring.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/mring.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra mring.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/mset.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/mset.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/mset.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/mset.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra mset.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/mts.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/mts.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/mts.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/mts.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra mts.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/multfact.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/multfact.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/multfact.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/multfact.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra multfact.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/multpoly.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/multpoly.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/multpoly.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/multpoly.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra multpoly.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/multsqfr.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/multsqfr.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/multsqfr.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/multsqfr.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra multsqfr.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/naalg.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/naalg.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/naalg.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/naalg.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra naalg.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/naalgc.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/naalgc.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/naalgc.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/naalgc.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra naalgc.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ndftip.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ndftip.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ndftip.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ndftip.as.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ndftip.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/nepip.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/nepip.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/nepip.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/nepip.as.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra nepip.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/newdata.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/newdata.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/newdata.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/newdata.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra newdata.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/newpoint.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/newpoint.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/newpoint.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/newpoint.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra newpoint.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/newpoly.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/newpoly.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/newpoly.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/newpoly.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra newpoly.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/nlinsol.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/nlinsol.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/nlinsol.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/nlinsol.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra nlinsol.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/nlode.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/nlode.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/nlode.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/nlode.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra nlode.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/noptip.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/noptip.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/noptip.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/noptip.as.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra noptip.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/npcoef.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/npcoef.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/npcoef.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/npcoef.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra npcoef.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/nqip.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/nqip.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/nqip.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/nqip.as.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra nqip.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/nrc.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/nrc.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/nrc.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/nrc.as.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra nrc.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/nregset.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/nregset.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/nregset.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/nregset.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra nregset.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/nsfip.as.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/nsfip.as.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/nsfip.as.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/nsfip.as.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra nsfip.as}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/nsregset.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/nsregset.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/nsregset.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/nsregset.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra nsregset.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/numeigen.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/numeigen.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/numeigen.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/numeigen.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra numeigen.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/numeric.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/numeric.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/numeric.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/numeric.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra numeric.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/numode.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/numode.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/numode.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/numode.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra numode.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/numquad.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/numquad.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/numquad.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/numquad.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra numquad.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/numsolve.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/numsolve.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/numsolve.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/numsolve.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra numsolve.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/numtheor.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/numtheor.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/numtheor.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/numtheor.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra numtheor.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/oct.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/oct.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/oct.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/oct.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra oct.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/odealg.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/odealg.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/odealg.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/odealg.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra odealg.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/odeef.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/odeef.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/odeef.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/odeef.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra odeef.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/oderf.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/oderf.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/oderf.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/oderf.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra oderf.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/omcat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/omcat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/omcat.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/omcat.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra omcat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/omdev.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/omdev.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/omdev.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/omdev.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra omdev.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/omerror.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/omerror.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/omerror.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/omerror.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra omerror.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/omserver.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/omserver.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/omserver.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/omserver.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra omserver.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/op.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/op.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/op.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/op.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra op.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/opalg.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/opalg.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/opalg.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/opalg.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra opalg.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/openmath.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/openmath.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/openmath.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/openmath.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra openmath.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ore.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ore.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ore.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ore.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ore.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/out.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/out.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/out.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/out.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra out.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/outform.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/outform.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/outform.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/outform.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra outform.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pade.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pade.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pade.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pade.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pade.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/padic.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/padic.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/padic.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/padic.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra padic.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/padiclib.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/padiclib.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/padiclib.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/padiclib.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra padiclib.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/paramete.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/paramete.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/paramete.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/paramete.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra paramete.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/partperm.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/partperm.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/partperm.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/partperm.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra partperm.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/patmatch1.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/patmatch1.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/patmatch1.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/patmatch1.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra patmatch1.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/patmatch2.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/patmatch2.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/patmatch2.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/patmatch2.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra patmatch2.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pattern.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pattern.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pattern.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pattern.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pattern.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pcurve.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pcurve.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pcurve.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pcurve.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pcurve.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pdecomp.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pdecomp.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pdecomp.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pdecomp.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pdecomp.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/perm.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/perm.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/perm.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/perm.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra perm.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/perman.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/perman.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/perman.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/perman.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra perman.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/permgrps.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/permgrps.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/permgrps.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/permgrps.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra permgrps.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pf.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pf.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pf.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pf.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pf.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pfbr.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pfbr.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pfbr.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pfbr.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pfbr.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pfo.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pfo.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pfo.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pfo.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pfo.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pfr.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pfr.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pfr.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pfr.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pfr.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pgcd.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pgcd.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pgcd.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pgcd.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pgcd.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pgrobner.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pgrobner.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pgrobner.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pgrobner.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pgrobner.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pinterp.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pinterp.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pinterp.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pinterp.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pinterp.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pleqn.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pleqn.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pleqn.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pleqn.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pleqn.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/plot.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/plot.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/plot.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/plot.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra plot.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/plot3d.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/plot3d.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/plot3d.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/plot3d.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra plot3d.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/plottool.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/plottool.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/plottool.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/plottool.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra plottool.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/polset.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/polset.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/polset.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/polset.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra polset.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/poltopol.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/poltopol.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/poltopol.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/poltopol.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra poltopol.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/poly.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/poly.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/poly.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/poly.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra poly.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/polycat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/polycat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/polycat.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/polycat.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra polycat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/primelt.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/primelt.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/primelt.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/primelt.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra primelt.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/print.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/print.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/print.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/print.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra print.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/product.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/product.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/product.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/product.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra product.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/prs.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/prs.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/prs.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/prs.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra prs.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/prtition.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/prtition.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/prtition.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/prtition.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra prtition.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pscat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pscat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pscat.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pscat.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pscat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/pseudolin.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/pseudolin.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/pseudolin.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/pseudolin.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra pseudolin.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ptranfn.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ptranfn.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ptranfn.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ptranfn.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ptranfn.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/puiseux.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/puiseux.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/puiseux.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/puiseux.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra puiseux.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/qalgset.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/qalgset.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/qalgset.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/qalgset.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra qalgset.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/quat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/quat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/quat.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/quat.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra quat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/radeigen.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/radeigen.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/radeigen.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/radeigen.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra radeigen.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/radix.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/radix.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/radix.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/radix.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra radix.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/random.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/random.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/random.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/random.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra random.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ratfact.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ratfact.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ratfact.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ratfact.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ratfact.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/rdeef.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/rdeef.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/rdeef.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/rdeef.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra rdeef.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/rderf.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/rderf.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/rderf.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/rderf.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra rderf.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/rdesys.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/rdesys.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/rdesys.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/rdesys.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra rdesys.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/real0q.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/real0q.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/real0q.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/real0q.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra real0q.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/realzero.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/realzero.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/realzero.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/realzero.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra realzero.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/reclos.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/reclos.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/reclos.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/reclos.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra reclos.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/regset.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/regset.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/regset.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/regset.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra regset.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/rep1.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/rep1.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/rep1.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/rep1.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra rep1.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/rep2.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/rep2.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/rep2.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/rep2.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra rep2.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/resring.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/resring.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/resring.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/resring.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra resring.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/retract.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/retract.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/retract.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/retract.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra retract.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/rf.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/rf.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/rf.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/rf.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra rf.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/riccati.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/riccati.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/riccati.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/riccati.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra riccati.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/routines.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/routines.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/routines.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/routines.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra routines.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/rule.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/rule.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/rule.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/rule.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra rule.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/s.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/s.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/s.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/s.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra s.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/seg.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/seg.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/seg.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/seg.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra seg.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/setorder.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/setorder.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/setorder.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/setorder.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra setorder.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/sets.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/sets.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/sets.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/sets.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra sets.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/sex.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/sex.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/sex.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/sex.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra sex.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/sf.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/sf.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/sf.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/sf.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra sf.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/sgcf.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/sgcf.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/sgcf.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/sgcf.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra sgcf.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/si.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/si.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/si.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/si.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra si.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/sign.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/sign.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/sign.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/sign.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra sign.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/smith.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/smith.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/smith.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/smith.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra smith.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/solvedio.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/solvedio.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/solvedio.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/solvedio.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra solvedio.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/solvefor.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/solvefor.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/solvefor.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/solvefor.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra solvefor.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/solvelin.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/solvelin.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/solvelin.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/solvelin.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra solvelin.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/solverad.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/solverad.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/solverad.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/solverad.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra solverad.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/sortpak.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/sortpak.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/sortpak.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/sortpak.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra sortpak.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/space.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/space.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/space.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/space.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra space.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/special.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/special.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/special.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/special.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra special.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/sregset.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/sregset.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/sregset.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/sregset.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra sregset.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/stream.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/stream.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/stream.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/stream.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra stream.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/string.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/string.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/string.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/string.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra string.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/sttaylor.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/sttaylor.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/sttaylor.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/sttaylor.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra sttaylor.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/sttf.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/sttf.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/sttf.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/sttf.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra sttf.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/sturm.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/sturm.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/sturm.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/sturm.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra sturm.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/suchthat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/suchthat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/suchthat.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/suchthat.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra suchthat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/suls.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/suls.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/suls.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/suls.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra suls.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/sum.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/sum.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/sum.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/sum.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra sum.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/sups.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/sups.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/sups.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/sups.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra sups.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/supxs.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/supxs.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/supxs.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/supxs.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra supxs.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/suts.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/suts.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/suts.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/suts.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra suts.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/symbol.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/symbol.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/symbol.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/symbol.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra symbol.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/syssolp.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/syssolp.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/syssolp.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/syssolp.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra syssolp.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/system.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/system.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/system.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/system.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra system.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/table.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/table.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/table.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/table.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra table.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/tableau.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/tableau.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/tableau.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/tableau.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra tableau.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/taylor.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/taylor.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/taylor.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/taylor.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra taylor.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/tex.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/tex.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/tex.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/tex.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra tex.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/tools.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/tools.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/tools.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/tools.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra tools.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/transsolve.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/transsolve.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/transsolve.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/transsolve.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra transsolve.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/tree.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/tree.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/tree.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/tree.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra tree.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/trigcat.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/trigcat.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/trigcat.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/trigcat.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra trigcat.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/triset.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/triset.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/triset.spad.pamphlet	Wed May  7 21:28:55 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/triset.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra triset.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/tube.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/tube.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/tube.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/tube.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra tube.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/twofact.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/twofact.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/twofact.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/twofact.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra twofact.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/unifact.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/unifact.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/unifact.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/unifact.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra unifact.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/updecomp.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/updecomp.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/updecomp.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/updecomp.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra updecomp.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/updivp.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/updivp.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/updivp.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/updivp.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra updivp.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/utsode.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/utsode.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/utsode.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/utsode.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra utsode.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/variable.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/variable.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/variable.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/variable.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra variable.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/vector.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/vector.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/vector.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/vector.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra vector.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/view2D.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/view2D.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/view2D.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/view2D.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra view2D.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/view3D.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/view3D.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/view3D.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/view3D.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra view3D.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/viewDef.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/viewDef.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/viewDef.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/viewDef.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra viewDef.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/viewpack.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/viewpack.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/viewpack.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/viewpack.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra viewpack.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/void.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/void.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/void.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/void.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra void.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/weier.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/weier.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/weier.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/weier.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra weier.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/wtpol.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/wtpol.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/wtpol.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/wtpol.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra wtpol.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/xlpoly.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/xlpoly.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/xlpoly.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/xlpoly.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra xlpoly.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/xpoly.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/xpoly.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/xpoly.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/xpoly.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra xpoly.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/ystream.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/ystream.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/ystream.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/ystream.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra ystream.spad}
 \author{Nicolas Bourbaki}
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/algebra/zerodim.spad.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/algebra/zerodim.spad.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/algebra/zerodim.spad.pamphlet	Sun Feb 16 08:19:48 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/algebra/zerodim.spad.pamphlet	Thu May  8 09:46:00 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/algebra zerodim.spad}
 \author{Nicolas Bourbaki}
Binary files axiom-cvs-2003-05-07/new/new/src/boot/Makefile.dvi and axiom-cvs-2003-05-07-dm/new/new/src/boot/Makefile.dvi differ
Binary files axiom-cvs-2003-05-07/new/new/src/interp/Makefile.dvi and axiom-cvs-2003-05-07-dm/new/new/src/interp/Makefile.dvi differ
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/interp/br-con.boot.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/interp/br-con.boot.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/interp/br-con.boot.pamphlet	Sat Dec 21 23:14:36 2002
+++ axiom-cvs-2003-05-07-dm/new/new/src/interp/br-con.boot.pamphlet	Thu May  8 08:09:18 2003
@@ -697,7 +697,7 @@
     form := STRCONC(name,argString)
     parse := parseNoMacroFromString form
     null parse =>
-      sayBrightlyNT '"Won't parse: "
+      sayBrightlyNT '"Won't parse (parseNoMacroFromString): "
       pp form
       systemError '"Keywords in argument list?"
     ATOM parse => [parse]
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/interp/br-data.boot.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/interp/br-data.boot.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/interp/br-data.boot.pamphlet	Sat Dec 21 23:14:36 2002
+++ axiom-cvs-2003-05-07-dm/new/new/src/interp/br-data.boot.pamphlet	Thu May  8 08:09:13 2003
@@ -123,7 +123,7 @@
             for a in argl for s in rest sig for k in keys]]
   sigpart:= form2LispString ['Mapping,:sig]
   if null ncParseFromString sigpart then
-    sayBrightly ['"Won't parse: ",sigpart]
+    sayBrightly ['"Won't parse (ncParseFromString): ",sigpart]
   sigpart
 
 concatWithBlanks r ==
diff -Pru -x *CVS* -x *~ axiom-cvs-2003-05-07/new/new/src/interp/debugsys.lisp.pamphlet axiom-cvs-2003-05-07-dm/new/new/src/interp/debugsys.lisp.pamphlet
--- axiom-cvs-2003-05-07/new/new/src/interp/debugsys.lisp.pamphlet	Wed May  7 21:29:02 2003
+++ axiom-cvs-2003-05-07-dm/new/new/src/interp/debugsys.lisp.pamphlet	Thu May  8 09:50:39 2003
@@ -1,5 +1,5 @@
 \documentclass{article}
-\usepackage{noweb}
+\usepackage{../../src/scripts/tex/noweb}
 \begin{document}
 \title{\$SPAD/src/interp debugsys.lisp}
 \author{Nicolas Bourbaki}

\start
Date: Wed, 14 May 2003 20:00:48 +0200
From: Michel Lavaud
To: list
Subject: v1.0c of Rosetta CD-ROM for Windows

Hello,

I have uploaded version 1.0c of the CD-ROM Rosetta for Windows on
ftp.univ-orleans/pub/tex/PC/rosetta
(file rosetta4windows_1.0c.iso.bz2). It is now available in both English 
and French.

The doc is at the adress
http://www.univ-orleans.fr/EXT/ASTEX/astex/doc/en/rosetta/html/urose.htm
in html form, and the printable manuals (English and French) are at the 
adresses
http://www.univ-orleans.fr/EXT/ASTEX/astex/doc/en/rosetta/src/urosej.pdf
http://www.univ-orleans.fr/EXT/ASTEX/astex/doc/fr/rosetta/src/urosej.pdf
in pdf form.

The CD-ROM contains a version of Maxima v5.9.0 with on-line help in 
French, in addition to the CAS listed at
http://www.univ-orleans.fr/EXT/ASTEX/astex/doc/en/rosetta/html/urse4.htm.

The Rosetta document, by Tim Daly et al., that provides a table of 
correspondence between some commands of Maxima, Maple, Mathematica, Gap, 
etc. is available in html form at the address
http://www.univ-orleans.fr/EXT/ASTEX/astex/doc/fr/rosetta/html/roset.htm

\start
Date: Sun, 18 May 2003 16:50:27 -0400
From: Tim Daly
To: Camm Maguire
Subject: bug in write-to-string

In GCL 2.4.1:

(setq *print-escape* nil)
(write-to-string '|a|) ==> "a"

in GCL 2.5

(setq *print-escape* nil)
(write-to-string '|a|) ==> "|a|"

It appears that write-to-string is ignoring *print-escape*
in the latest version. This is a bug.

This causes the "Won't parse" messages in the latest port.

\start
Date: Sun, 18 May 2003 17:17:33 -0400
From: Tim Daly
To: list
Subject: Re: bug in write-to-string

In GCL 2.5.2 there is a bug that causes "Won't parse" messages in
the interpreter. A function called form2LispString in br-util.boot.pamphlet
calls STRINGIMAGE which is defined to be write-to-string in Common Lisp.

Inserting the vertical bar "|" escape character in strings breaks the
parsing within Axiom. Attached is the message to the GCL-devel list as
well as a patch file for vmlisp.lisp.pamphlet

===================================================================
--- vmlisp.lisp.pamphlet~	Sun Nov 17 14:14:45 2002
+++ vmlisp.lisp.pamphlet	Sun May 18 16:24:37 2003
@@ -8,6 +8,30 @@
 \end{abstract}
 \eject
 \tableofcontents
+\section{The StringImage Fix}
+In GCL 2.5 there is a bug in the write-to-string function.
+It should respect *print-escape* but it does not. That is,
+\begin{verbatim}
+
+In GCL 2.4.1:
+(setq *print-escape* nil)
+(write-to-string '|a|) ==> "a"
+
+In GCL 2.5:
+(setq *print-escape* nil)
+(write-to-string '|a|) ==> "|a|"
+
+\end{verbatim}
+The form2LispString function uses stringimage and fails.
+The princ-to-string function assumes *print-escape* is nil
+and works properly.
+
+<<stringimage fix>>=
+;(define-function 'prin2cvec #'write-to-string)
+(define-function 'prin2cvec #'princ-to-string)
+;(define-function 'stringimage #'write-to-string)
+(define-function 'stringimage #'princ-to-string)
+
 \eject
 <<*>>=
 ; See LICENSE.AXIOM for Copyright
@@ -1491,8 +1515,7 @@
 
 ; 24.0 Printing
 
-(define-function 'prin2cvec #'write-to-string)
-(define-function 'stringimage #'write-to-string)
+<<stringimage fix>>
 (define-function 'printexp #'princ)
 (define-function 'prin0  #'prin1)
 


===================================================================
In GCL 2.4.1:

(setq *print-escape* nil)
(write-to-string '|a|) ==> "a"

in GCL 2.5

(setq *print-escape* nil)
(write-to-string '|a|) ==> "|a|"

It appears that write-to-string is ignoring *print-escape*
in the latest version. This is a bug.

This causes the "Won't parse" messages in the latest port.

\start
Date: Sun, 18 May 2003 17:19:23 -0400
From: Tim Daly
To: Camm Maguire
Subject: bug in write-to-string, correction

The bug is actually in GCL 2.5.2

===================================================

In GCL 2.4.1:

(setq *print-escape* nil)
(write-to-string '|a|) ==> "a"

in GCL 2.5

(setq *print-escape* nil)
(write-to-string '|a|) ==> "|a|"

It appears that write-to-string is ignoring *print-escape*
in the latest version. This is a bug.

This causes the "Won't parse" messages in the latest port.

\start
Date: 19 May 2003 21:06:38 +0200
From: David Mentre
To: Tim Daly
Subject: Re: bug in write-to-string

Hello Tim,

Unfortunalty, with your patch Axiom non longer compiles:

3 making /home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/obj/linux/bin/depsys

>
Loading /home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/obj/linux/interp/makedep.lisp
Loading /home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/obj/linux/interp/sys-pkg.lsp
Finished loading /home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/obj/linux/interp/sys-pkg.lsp
Loading /home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/obj/linux/interp/nocompil.lsp
Finished loading /home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/obj/linux/interp/nocompil.lsp
Loading /home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/obj/linux/interp/util.lsp
Finished loading /home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/obj/linux/interp/util.lsp
Loading /home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/int/interp/vmlisp.lisp
Warning: EXIT is being redefined.
Error: The variable |eJECT| is unbound.
Fast links are on: do (si::use-fast-links nil) for debugging
Error signalled by LOAD.
Broken at LOAD.  Type :H for Help.
VMLISP>>4 /home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/obj/linux/bin/depsys created
136 making /home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/obj/linux/interp/vmlisp.o from /home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/int/interp/vmlisp.lisp
/bin/sh: /home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/obj/linux/bin/depsys: Aucun fichier ou rpertoire de ce type
make[3]: *** [/home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/obj/linux/interp/vmlisp.o] Erreur 127
make[3]: Leaving directory `/home/david/pub/axiom-libre/axiom-cvs-2003-05-07-dm-i386/new/new/src/interp'
make[2]: *** [interpdir] Erreur 2


I think the issue is related to the symbol |eJECT|. 

\start
Date: Mon, 19 May 2003 17:58:57 -0400
From: Tim Daly
To: David Mentre
Subject: Re: bug in write-to-string

Ah, right. The problem is that the 

\eject

should be an 

@

I sent the wrong patch. Here is the corrected version:

====================================================================

--- vmlisp.lisp.pamphlet~	Sat Dec 21 17:14:37 2002
+++ vmlisp.lisp.pamphlet	Sun May 18 17:30:46 2003
@@ -8,7 +8,31 @@
 \end{abstract}
 \eject
 \tableofcontents
-\eject
+\section{The StringImage Fix}
+In GCL 2.5 there is a bug in the write-to-string function.
+It should respect *print-escape* but it does not. That is,
+\begin{verbatim}
+
+In GCL 2.4.1:
+(setq *print-escape* nil)
+(write-to-string '|a|) ==> "a"
+
+In GCL 2.5:
+(setq *print-escape* nil)
+(write-to-string '|a|) ==> "|a|"
+
+\end{verbatim}
+The form2LispString function uses stringimage and fails.
+The princ-to-string function assumes *print-escape* is nil
+and works properly.
+
+<<stringimage fix>>=
+;(define-function 'prin2cvec #'write-to-string)
+(define-function 'prin2cvec #'princ-to-string)
+;(define-function 'stringimage #'write-to-string)
+(define-function 'stringimage #'princ-to-string)
+
+@
 <<*>>=
 ; See LICENSE.AXIOM for Copyright
 
@@ -1491,8 +1515,7 @@
 
 ; 24.0 Printing
 
-(define-function 'prin2cvec #'write-to-string)
-(define-function 'stringimage #'write-to-string)
+<<stringimage fix>>
 (define-function 'printexp #'princ)
 (define-function 'prin0  #'prin1)
 
\start
Date: 20 May 2003 09:12:09 -0400
From: Camm Maguire
To: list
Subject: Re: bug in write-to-string, correction

Greetings, and thanks for this report!  I'll try to look at it this
evening, but it might be a few days as I know I have a meeting
tonight. 

Take care,

Tim Daly writes:

> The bug is actually in GCL 2.5.2
> 
> ===================================================
> 
> In GCL 2.4.1:
> 
> (setq *print-escape* nil)
> (write-to-string '|a|) ==> "a"
> 
> in GCL 2.5
> 
> (setq *print-escape* nil)
> (write-to-string '|a|) ==> "|a|"
> 
> It appears that write-to-string is ignoring *print-escape*
> in the latest version. This is a bug.
> 
> This causes the "Won't parse" messages in the latest port.
> 

\start
Date: 20 May 2003 09:21:56 -0400
From: Camm Maguire
To: list
Subject: Re: bug in write-to-string, correction

Greetings!  Just looked at this very briefly, so take with a grain of
salt.  There is another print flag that's been added in the ansi spec
-- print readably.  The only patch to printing that I can see which
would affect the behavior you note is

-	PRINTescape = escape != Cnil;
+	PRINTreadably = readably != Cnil;
+	PRINTescape = PRINTreadably || escape != Cnil;

Try altering *print-readably* too and see if you get the behavior you
want.  I think we did this to match the spec'ed behavior, but I can't
remember the details at this point.  "Readably" support was added in
the 1.12 revision of print.d, should you care to examine the diff in
cvs. 

Take care,

Tim Daly writes:

> The bug is actually in GCL 2.5.2
> 
> ===================================================
> 
> In GCL 2.4.1:
> 
> (setq *print-escape* nil)
> (write-to-string '|a|) ==> "a"
> 
> in GCL 2.5
> 
> (setq *print-escape* nil)
> (write-to-string '|a|) ==> "|a|"
> 
> It appears that write-to-string is ignoring *print-escape*
> in the latest version. This is a bug.
> 
> This causes the "Won't parse" messages in the latest port.
> 

\start
Date: 20 May 2003 23:23:52 +0200
From: David Mentre
To: list
Subject: Re: bug in write-to-string

Tim Daly writes:

> Ah, right. The problem is that the 
> 
> \eject
> 
> should be an 
> 
> @

Yes. With the last patch, Axiom compiles correclty.

\start
Date: Sun, 25 May 2003 02:52:22 -0400
From: Tim Daly
To: Camm Maguire
Subject: Value stack overflow bug
cc: Gilbert Baumslag

I've been chasing a very difficult bug for several months and
I recently achieved a breakthru. Unfortunately it isn't a happy
result. 

The nature of the bug is that several hundred of the thousand+
algebra compiles die because of a "value stack overflow". I've 
been micro-stepping the compiler (you REALLY begin to appreciate
what a billion instructions per second mean :-) ). Since this
is "known correct" code in some sense the bug must have something
to do with the lisp but it has to be proven.

Originally I tried playing with the memory allocations using 
init-memory-config but that had no effect. Schelter had introduced
init-memory-config for Axiom because we wrestled this problem before.

Later I tried using (setq si::*multiply-stacks* 16) at system build
time but that also had no effect. However the "no effect" was
subtle. I read the code and it appears that this setq can only be done
at the top level command prompt (for obvious reasons). The larger
stacks are NOT saved using save-system so they cannot be saved into an
image. Nor can they be automatically expanded in an Axiom image as you
never enter the top level REP loop.

I worked under the assumption that the larger stacks WERE saved
in the image and thus never saw the benefit which led me to the
conclusion that it was still an Axiom bug and thus continued to
chase it by hand.

Tonight I set out to rebuild Axiom's databases to try to eliminate
them as the source of the failure. The database build also failed
with a Value stack overflow. So I built a complete system by 
hand-loading each routine into a clean lisp. It still failed with
a value stack overflow. So I restarted lisp, setq'd the *multiply-stacks*
variable at the command prompt and reloaded Axiom one routine at a time.
This time the database build died with a Segmentation Violation.

Ah Ha! Rebuilding the databases is a stand-alone program that is
completely independent of the compiles. Now there are two paths that
fail due to Value stack overflow. Expanding the stacks (successfully
this time) causes a segfault.

The same behavior happens in GCL 2.4.1 and GCL 2.5.2

So, the conclusions? 
(1) GCL's default value stack size is too small to handle Axiom
(2) The (setq si::*multiply-stacks* n) method
    (a) can't be used to build Axiom's images
    (b) causes a memory failure with a setfault
(3) I need some way to hardcode a larger value stack size during
    GCL image build. It looks like setting VSSIZE is the correct
    method but I can't (yet) figure out where this should be
    changed as it is #included in some obscure way.

Please help.

\start
Date: 25 May 2003 12:58:46 +0200
From: David Mentre
To: Tim Daly
Subject: Re: Value stack overflow bug
cc: Gilbert Baumslag, Camm Maguire

Tim Daly writes:

> (3) I need some way to hardcode a larger value stack size during
>     GCL image build. It looks like setting VSSIZE is the correct
>     method but I can't (yet) figure out where this should be
>     changed as it is #included in some obscure way.

You can do it at configure time when configuring gcl:
 --enable-vssize=XXXX will compile in a value stack of size XXX 

Otherwise, VSSIZE is defined, per architecture, in h/(architecture).h.
The default value is defined in h/stacks.h:5. (all paths relative to
gcl-2.5.2/ directory).

\start
Date: Sun, 25 May 2003 10:56:12 -0400
From: Tim Daly
To: David Mentre
Subject: Re: Value stack overflow bug
cc: Gilbert Baumslag, Camm Maguire

David, thanks. I'll give that a try. -- Tim



