aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-11-01 15:44:55 +0000
committerdos-reis <gdr@axiomatics.org>2007-11-01 15:44:55 +0000
commitd25ed262488778447a0364f45096b3b46a9912e0 (patch)
tree63eab68870f912ad0d8b495a96c73c894a1690b2
parentb8edf207247b2f174eefd6d9edd18b4a73876303 (diff)
downloadopen-axiom-d25ed262488778447a0364f45096b3b46a9912e0.tar.gz
* Makefile.pamphlet (compat.$(FASLEXT)): New rule.
(pathname.$(FASLEXT)): Likewise. (<<compat.clisp>>): Remove. (<<define.clisp>>): Likewise. * compat.boot.pamphlet: Push into package "BOOT". * pathname.boot: Import "nlib".
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
-rw-r--r--configure.ac.pamphlet2
-rw-r--r--src/interp/ChangeLog9
-rw-r--r--src/interp/Makefile.in14
-rw-r--r--src/interp/Makefile.pamphlet35
-rw-r--r--src/interp/compat.boot.pamphlet3
-rw-r--r--src/interp/pathname.boot1
8 files changed, 36 insertions, 48 deletions
diff --git a/configure b/configure
index 021a2940..98fc1c36 100755
--- a/configure
+++ b/configure
@@ -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-10-31.
+# Generated by GNU Autoconf 2.60 for OpenAxiom 1.1.0-2007-11-01.
#
# 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-10-31'
-PACKAGE_STRING='OpenAxiom 1.1.0-2007-10-31'
+PACKAGE_VERSION='1.1.0-2007-11-01'
+PACKAGE_STRING='OpenAxiom 1.1.0-2007-11-01'
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-10-31 to adapt to many kinds of systems.
+\`configure' configures OpenAxiom 1.1.0-2007-11-01 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-10-31:";;
+ short | recursive ) echo "Configuration of OpenAxiom 1.1.0-2007-11-01:";;
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-10-31
+OpenAxiom configure 1.1.0-2007-11-01
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-10-31, which was
+It was created by OpenAxiom $as_me 1.1.0-2007-11-01, 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-10-31, which was
+This file was extended by OpenAxiom $as_me 1.1.0-2007-11-01, 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-10-31
+OpenAxiom config.status 1.1.0-2007-11-01
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 cb49b028..125c3720 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-10-31],
+AC_INIT([OpenAxiom], [1.1.0-2007-11-01],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index 8d944057..0b849f8b 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-10-31],
+AC_INIT([OpenAxiom], [1.1.0-2007-11-01],
[open-axiom-bugs@lists.sf.net])
@
diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog
index f05f86fe..f81e7cce 100644
--- a/src/interp/ChangeLog
+++ b/src/interp/ChangeLog
@@ -1,3 +1,12 @@
+2007-11-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * Makefile.pamphlet (compat.$(FASLEXT)): New rule.
+ (pathname.$(FASLEXT)): Likewise.
+ (<<compat.clisp>>): Remove.
+ (<<define.clisp>>): Likewise.
+ * compat.boot.pamphlet: Push into package "BOOT".
+ * pathname.boot: Import "nlib".
+
2007-10-30 Gabriel Dos Reis <gdr@cs.tamu.edu>
* Makefile.pamphlet (define.$(FASLEXT)): New rule.
diff --git a/src/interp/Makefile.in b/src/interp/Makefile.in
index 089d96b8..b2f00424 100644
--- a/src/interp/Makefile.in
+++ b/src/interp/Makefile.in
@@ -463,6 +463,9 @@ category.$(FASLEXT): category.boot g-util.$(FASLEXT)
cattable.$(FASLEXT): cattable.boot simpbool.$(FASLEXT) g-util.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+compat.$(FASLEXT): compat.boot pathname.$(FASLEXT)
+ $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+
simpbool.$(FASLEXT): simpbool.boot macros.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
@@ -600,6 +603,9 @@ g-error.$(FASLEXT): g-error.boot diagnostics.$(FASLEXT) g-util.$(FASLEXT)
c-util.$(FASLEXT): c-util.boot g-util.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+pathname.$(FASLEXT): pathname.boot nlib.$(FASLEXT)
+ $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+
g-util.$(FASLEXT): g-util.boot macros.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
@@ -675,10 +681,6 @@ clammed.clisp: clammed.boot
@ echo 226 making $@ from $<
@ echo '(old-boot::boot "clammed.boot")' | ${DEPSYS}
-compat.clisp: compat.boot
- @ echo 229 making $@ from $<
- @ echo '(old-boot::boot "compat.boot")' | ${DEPSYS}
-
compiler.clisp: compiler.boot
@ echo 233 making $@ from $<
@ echo '(old-boot::boot "compiler.boot")' | ${DEPSYS}
@@ -687,10 +689,6 @@ database.clisp: database.boot
@ echo 243 making $@ from $<
@ echo '(old-boot::boot "database.boot")' | ${DEPSYS}
-define.clisp: define.boot
- @ echo 247 making $@ from $<
- @ echo '(old-boot::boot "define.boot")' | ${DEPSYS}
-
functor.clisp: functor.boot
@ echo 254 making $@ from $<
@ echo '(old-boot::boot "functor.boot")' | ${DEPSYS}
diff --git a/src/interp/Makefile.pamphlet b/src/interp/Makefile.pamphlet
index 9aff4959..9ff90c55 100644
--- a/src/interp/Makefile.pamphlet
+++ b/src/interp/Makefile.pamphlet
@@ -1100,14 +1100,6 @@ clammed.clisp: clammed.boot
@ echo '(old-boot::boot "clammed.boot")' | ${DEPSYS}
@
-\subsection{compat.boot \cite{63}}
-
-<<compat.clisp>>=
-compat.clisp: compat.boot
- @ echo 229 making $@ from $<
- @ echo '(old-boot::boot "compat.boot")' | ${DEPSYS}
-@
-
\subsection{compiler.boot \cite{64}}
<<compiler.clisp>>=
@@ -1333,25 +1325,6 @@ nrunopt.clisp: nrunopt.boot
@ echo '(old-boot::boot "nrunopt.boot")' | ${DEPSYS}
@
-
-\subsection{pathname.boot}
-
-\begin{verbatim}
-NOTE: the .clisp file is copies back into the src directory so that
-it is possible to create a new obootsys system from scratch for a
-new platform. parse.clisp needs to be compiled in a depsys.
-One thing need to be done to create an obootsys by hand:
- parse and postpar must be loaded along with the depsys files
- into a bare lisp system.
-if these two things are done then a obootsys image can be bootstrapped
-to a new platform.
-\end{verbatim}
-<<pathname.clisp>>=
-pathname.clisp: pathname.boot
- @ echo 380 making $@ from $<
- @ echo '(old-boot::boot "pathname.boot")' | ${DEPSYS}
-@
-
\subsection{postpar.boot}
\begin{verbatim}
@@ -1597,6 +1570,9 @@ category.$(FASLEXT): category.boot g-util.$(FASLEXT)
cattable.$(FASLEXT): cattable.boot simpbool.$(FASLEXT) g-util.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+compat.$(FASLEXT): compat.boot pathname.$(FASLEXT)
+ $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+
simpbool.$(FASLEXT): simpbool.boot macros.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
@@ -1734,6 +1710,9 @@ g-error.$(FASLEXT): g-error.boot diagnostics.$(FASLEXT) g-util.$(FASLEXT)
c-util.$(FASLEXT): c-util.boot g-util.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+pathname.$(FASLEXT): pathname.boot nlib.$(FASLEXT)
+ $(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
+
g-util.$(FASLEXT): g-util.boot macros.$(FASLEXT)
$(BOOTSYS) -- --compile --boot="old" --output=$@ --load-directory=. $<
@@ -1791,8 +1770,6 @@ boot-pkg.$(FASLEXT): boot-pkg.lisp
<<clammed.clisp>>
-<<compat.clisp>>
-
<<compiler.clisp>>
<<database.clisp>>
diff --git a/src/interp/compat.boot.pamphlet b/src/interp/compat.boot.pamphlet
index 26e11810..2db27b0a 100644
--- a/src/interp/compat.boot.pamphlet
+++ b/src/interp/compat.boot.pamphlet
@@ -58,6 +58,9 @@ READLINE(:s) ==
<<*>>=
<<license>>
+import '"pathname"
+)package "BOOT"
+
-- some functions that may need to be changed on different lisp
-- systems.
diff --git a/src/interp/pathname.boot b/src/interp/pathname.boot
index fc3f882a..8184ab1d 100644
--- a/src/interp/pathname.boot
+++ b/src/interp/pathname.boot
@@ -32,6 +32,7 @@
-- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+import '"nlib"
)package "BOOT"
-- This file implements the Common Lisp pathname functions for