diff options
author | dos-reis <gdr@axiomatics.org> | 2007-11-10 06:56:02 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-11-10 06:56:02 +0000 |
commit | ed27313ddc520ba88e50489f11112bb08e153e3e (patch) | |
tree | 098caf0726ea228c6125711ccf07f3f5978a84d6 | |
parent | 4edaea6cff2d604009b8f2723a9436b0fc97895d (diff) | |
download | open-axiom-ed27313ddc520ba88e50489f11112bb08e153e3e.tar.gz |
src/algebra/
2007-11-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet (mostlyclean-local): Remove stamp files and
strap/ directory too.
(clean-local): Remove database directories too.
src/interpreter/
2007-11-10 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet (nrungo.$(FASLEXT)): New rule.
(nruntime.$(FASLEXT)): Likewise.
(<<nrungo.clisp>>): Remove.
(<<nruntime.clisp>>): Likewise.
* nrungo.boot.pamphlet: Push into package "BOOT". Fix syntax.
* nruntime.boot.pamphlet: Push into package "BOOT".
-rwxr-xr-x | configure | 18 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | configure.ac.pamphlet | 2 | ||||
-rw-r--r-- | src/algebra/ChangeLog | 6 | ||||
-rw-r--r-- | src/algebra/Makefile.in | 3 | ||||
-rw-r--r-- | src/algebra/Makefile.pamphlet | 3 | ||||
-rw-r--r-- | src/interp/ChangeLog | 9 | ||||
-rw-r--r-- | src/interp/Makefile.in | 14 | ||||
-rw-r--r-- | src/interp/Makefile.pamphlet | 26 | ||||
-rw-r--r-- | src/interp/nrungo.boot.pamphlet | 5 | ||||
-rw-r--r-- | src/interp/nruntime.boot.pamphlet | 3 |
11 files changed, 51 insertions, 40 deletions
@@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.60 for OpenAxiom 1.1.0-2007-11-08. +# Generated by GNU Autoconf 2.60 for OpenAxiom 1.1.0-2007-11-10. # # Report bugs to <open-axiom-bugs@lists.sf.net>. # @@ -713,8 +713,8 @@ SHELL=${CONFIG_SHELL-/bin/sh} # Identity of this package. PACKAGE_NAME='OpenAxiom' PACKAGE_TARNAME='openaxiom' -PACKAGE_VERSION='1.1.0-2007-11-08' -PACKAGE_STRING='OpenAxiom 1.1.0-2007-11-08' +PACKAGE_VERSION='1.1.0-2007-11-10' +PACKAGE_STRING='OpenAxiom 1.1.0-2007-11-10' PACKAGE_BUGREPORT='open-axiom-bugs@lists.sf.net' ac_unique_file="src/Makefile.pamphlet" @@ -1388,7 +1388,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures OpenAxiom 1.1.0-2007-11-08 to adapt to many kinds of systems. +\`configure' configures OpenAxiom 1.1.0-2007-11-10 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1458,7 +1458,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of OpenAxiom 1.1.0-2007-11-08:";; + short | recursive ) echo "Configuration of OpenAxiom 1.1.0-2007-11-10:";; esac cat <<\_ACEOF @@ -1562,7 +1562,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -OpenAxiom configure 1.1.0-2007-11-08 +OpenAxiom configure 1.1.0-2007-11-10 generated by GNU Autoconf 2.60 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1576,7 +1576,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by OpenAxiom $as_me 1.1.0-2007-11-08, which was +It was created by OpenAxiom $as_me 1.1.0-2007-11-10, which was generated by GNU Autoconf 2.60. Invocation command line was $ $0 $@ @@ -25198,7 +25198,7 @@ exec 6>&1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by OpenAxiom $as_me 1.1.0-2007-11-08, which was +This file was extended by OpenAxiom $as_me 1.1.0-2007-11-10, which was generated by GNU Autoconf 2.60. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -25247,7 +25247,7 @@ Report bugs to <bug-autoconf@gnu.org>." _ACEOF cat >>$CONFIG_STATUS <<_ACEOF ac_cs_version="\\ -OpenAxiom config.status 1.1.0-2007-11-08 +OpenAxiom config.status 1.1.0-2007-11-10 configured by $0, generated by GNU Autoconf 2.60, with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" diff --git a/configure.ac b/configure.ac index 1b4987b4..7ef24cfd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ sinclude(config/open-axiom.m4) sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.1.0-2007-11-08], +AC_INIT([OpenAxiom], [1.1.0-2007-11-10], [open-axiom-bugs@lists.sf.net]) AC_CONFIG_AUX_DIR(config) diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 840a8ecf..23382789 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -1010,7 +1010,7 @@ information: <<Autoconf init>>= sinclude(config/open-axiom.m4) sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.1.0-2007-11-08], +AC_INIT([OpenAxiom], [1.1.0-2007-11-10], [open-axiom-bugs@lists.sf.net]) @ diff --git a/src/algebra/ChangeLog b/src/algebra/ChangeLog index 3e0ecfe4..c04a0f3c 100644 --- a/src/algebra/ChangeLog +++ b/src/algebra/ChangeLog @@ -1,3 +1,9 @@ +2007-11-10 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * Makefile.pamphlet (mostlyclean-local): Remove stamp files and + strap/ directory too. + (clean-local): Remove database directories too. + 2007-10-22 Gabriel Dos Reis <gdr@cs.tamu.edu> * mkfunc.spad.pamphlet (InputForm$interpret): Use objNew. diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in index f9dc2f60..f3bf33bc 100644 --- a/src/algebra/Makefile.in +++ b/src/algebra/Makefile.in @@ -1141,8 +1141,11 @@ bootstrap-stamp: $(axiom_algebra_bootstrap_objects) mostlyclean-local: @ -rm -f $(OUT)/*.$(OBJEXT) @ -rm -rf *.NRLIB + rm -rf strap + rm -f *stamp clean-local: mostlyclean-local + rm -rf *.DAASE distclean-local: clean-local diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet index b9c956c6..45e3ed77 100644 --- a/src/algebra/Makefile.pamphlet +++ b/src/algebra/Makefile.pamphlet @@ -2284,8 +2284,11 @@ check: mostlyclean-local: @ -rm -f $(OUT)/*.$(OBJEXT) @ -rm -rf *.NRLIB + rm -rf strap + rm -f *stamp clean-local: mostlyclean-local + rm -rf *.DAASE distclean-local: clean-local diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog index 9309fc94..5700dbcf 100644 --- a/src/interp/ChangeLog +++ b/src/interp/ChangeLog @@ -1,3 +1,12 @@ +2007-11-10 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * Makefile.pamphlet (nrungo.$(FASLEXT)): New rule. + (nruntime.$(FASLEXT)): Likewise. + (<<nrungo.clisp>>): Remove. + (<<nruntime.clisp>>): Likewise. + * nrungo.boot.pamphlet: Push into package "BOOT". Fix syntax. + * nruntime.boot.pamphlet: Push into package "BOOT". + 2007-11-07 Gabriel Dos Reis <gdr@cs.tamu.edu> * Makefile.pamphlet (i-toplev.$(FASLEXT)): New rule. diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in index 29cd5263..fd8f1b66 100644 --- a/src/interp/Makefile.in +++ b/src/interp/Makefile.in @@ -484,6 +484,12 @@ compiler.$(FASLEXT): compiler.boot category.$(FASLEXT) c-util.$(FASLEXT) \ modemap.$(FASLEXT) pathname.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< +nrungo.$(FASLEXT): nrungo.boot c-util.$(FASLEXT) + $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< + +nruntime.$(FASLEXT): nruntime.boot c-util.$(FASLEXT) + $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< + iterator.$(FASLEXT): iterator.boot g-util.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< @@ -745,14 +751,6 @@ nrunfast.clisp: nrunfast.boot @ echo 356 making $@ from $< @ echo '(old-boot::boot "nrunfast.boot")' | ${DEPSYS} -nrungo.clisp: nrungo.boot - @ echo 359 making $@ from $< - @ echo '(old-boot::boot "nrungo.boot")' | ${DEPSYS} - -nruntime.clisp: nruntime.boot - @ echo 362 making $@ from $< - @ echo '(old-boot::boot "nruntime.boot")' | ${DEPSYS} - nrunopt.clisp: nrunopt.boot @ echo 365 making $@ from $< @ echo '(old-boot::boot "nrunopt.boot")' | ${DEPSYS} diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet index 5689459a..bdaffb89 100644 --- a/src/interp/Makefile.pamphlet +++ b/src/interp/Makefile.pamphlet @@ -857,22 +857,6 @@ nrunfast.clisp: nrunfast.boot @ echo '(old-boot::boot "nrunfast.boot")' | ${DEPSYS} @ -\subsection{nrungo.boot} - -<<nrungo.clisp>>= -nrungo.clisp: nrungo.boot - @ echo 359 making $@ from $< - @ echo '(old-boot::boot "nrungo.boot")' | ${DEPSYS} -@ - -\subsection{nruntime.boot} - -<<nruntime.clisp>>= -nruntime.clisp: nruntime.boot - @ echo 362 making $@ from $< - @ echo '(old-boot::boot "nruntime.boot")' | ${DEPSYS} -@ - \subsection{nrunopt.boot} <<nrunopt.clisp>>= @@ -1157,6 +1141,12 @@ compiler.$(FASLEXT): compiler.boot category.$(FASLEXT) c-util.$(FASLEXT) \ modemap.$(FASLEXT) pathname.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< +nrungo.$(FASLEXT): nrungo.boot c-util.$(FASLEXT) + $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< + +nruntime.$(FASLEXT): nruntime.boot c-util.$(FASLEXT) + $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< + iterator.$(FASLEXT): iterator.boot g-util.$(FASLEXT) $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $< @@ -1396,10 +1386,6 @@ boot-pkg.$(FASLEXT): boot-pkg.lisp <<nrunfast.clisp>> -<<nrungo.clisp>> - -<<nruntime.clisp>> - <<nrunopt.clisp>> <<setvart.clisp>> diff --git a/src/interp/nrungo.boot.pamphlet b/src/interp/nrungo.boot.pamphlet index f0ecf57f..96f7aaa0 100644 --- a/src/interp/nrungo.boot.pamphlet +++ b/src/interp/nrungo.boot.pamphlet @@ -46,6 +46,9 @@ <<*>>= <<license>> +import '"c-util" +)package "BOOT" + --======================================================= -- Lookup From Interpreter --======================================================= @@ -213,7 +216,7 @@ lookupInCategories(op,sig,dom,dollar) == nsig := MSUBST(dom.0,dollar.0,sig) r := or/[lookupInDomainVector(op,nsig, eval EQSUBSTLIST(valueList,varList,catform),dollar) - for catform in catformList | pred] where pred == + for catform in catformList | pred] where pred() == (table := HGET($Slot1DataBase,first catform)) and (u := LASSQ(op,table)) --compare without checking predicates and (v := or/[rest x for x in u | #sig = #x.0]) diff --git a/src/interp/nruntime.boot.pamphlet b/src/interp/nruntime.boot.pamphlet index c2d809d1..eaa39365 100644 --- a/src/interp/nruntime.boot.pamphlet +++ b/src/interp/nruntime.boot.pamphlet @@ -46,6 +46,9 @@ <<*>>= <<license>> +import '"c-util" +)package "BOOT" + unloadOneConstructor(cnam,fn) == REMPROP(cnam,'LOADED) SETF(SYMBOL_-FUNCTION cnam,mkAutoLoad(fn, cnam)) |