aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-12-06 06:41:13 +0000
committerdos-reis <gdr@axiomatics.org>2007-12-06 06:41:13 +0000
commite669075246f815bf20b66bc57873c0cf27ac20b0 (patch)
treece1ff0517b15aed8d84899860103364e3a11a10a
parent8aa35f143d2cdb6df3bfd1c7b466a07bd84cd464 (diff)
downloadopen-axiom-e669075246f815bf20b66bc57873c0cf27ac20b0.tar.gz
daily bump
-rwxr-xr-xconfigure18
-rw-r--r--configure.ac2
-rw-r--r--configure.ac.pamphlet2
-rw-r--r--src/interp/i-syscmd.boot17
-rw-r--r--src/interp/msgdb.boot4
-rw-r--r--src/interp/osyscmd.boot7
-rw-r--r--src/interp/patches.lisp11
7 files changed, 18 insertions, 43 deletions
diff --git a/configure b/configure
index 84e65831..7619ca08 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-12-05.
+# Generated by GNU Autoconf 2.60 for OpenAxiom 1.1.0-2007-12-06.
#
# 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-12-05'
-PACKAGE_STRING='OpenAxiom 1.1.0-2007-12-05'
+PACKAGE_VERSION='1.1.0-2007-12-06'
+PACKAGE_STRING='OpenAxiom 1.1.0-2007-12-06'
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-12-05 to adapt to many kinds of systems.
+\`configure' configures OpenAxiom 1.1.0-2007-12-06 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-12-05:";;
+ short | recursive ) echo "Configuration of OpenAxiom 1.1.0-2007-12-06:";;
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-12-05
+OpenAxiom configure 1.1.0-2007-12-06
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-12-05, which was
+It was created by OpenAxiom $as_me 1.1.0-2007-12-06, which was
generated by GNU Autoconf 2.60. Invocation command line was
$ $0 $@
@@ -25203,7 +25203,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-12-05, which was
+This file was extended by OpenAxiom $as_me 1.1.0-2007-12-06, which was
generated by GNU Autoconf 2.60. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -25252,7 +25252,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-OpenAxiom config.status 1.1.0-2007-12-05
+OpenAxiom config.status 1.1.0-2007-12-06
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 30f02ce9..39ea287b 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-12-05],
+AC_INIT([OpenAxiom], [1.1.0-2007-12-06],
[open-axiom-bugs@lists.sf.net])
AC_CONFIG_AUX_DIR(config)
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet
index 5974945d..64571985 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-12-05],
+AC_INIT([OpenAxiom], [1.1.0-2007-12-06],
[open-axiom-bugs@lists.sf.net])
@
diff --git a/src/interp/i-syscmd.boot b/src/interp/i-syscmd.boot
index 6c91b725..d829e2aa 100644
--- a/src/interp/i-syscmd.boot
+++ b/src/interp/i-syscmd.boot
@@ -906,10 +906,9 @@ displayMacros names ==
getParserMacroNames() ==
REMDUP [CAR mac for mac in getParserMacros()]
---------------------> NEW DEFINITION (override in patches.lisp.pamphlet)
clearParserMacro(macro) ==
-- first see if it is one
- not IFCDR assoc(macro, ($pfMacros)) => NIL
+ not IFCDR assoc(macro, $pfMacros) => NIL
$pfMacros := REMALIST($pfMacros, macro)
displayMacro name ==
@@ -2888,7 +2887,6 @@ zsystemdevelopment1(l,im) ==
--% Synonym File Reader
---------------------> NEW DEFINITION (override in util.lisp.pamphlet)
processSynonyms() ==
p := STRPOS('")",LINE,0,NIL)
fill := '""
@@ -3091,15 +3089,11 @@ parseSystemCmd opt ==
[command, pform]
[tokTran tok for tok in dumbTokenize opt]
---------------------> NEW DEFINITION (override in osyscmd.boot.pamphlet)
parseFromString(s) ==
- $useNewParser =>
- ncParseFromString s
- $InteractiveMode :local := true
- $BOOT: local := NIL
- $SPAD: local := true
- $e:local := $InteractiveFrame
- string2SpadTree s
+ s := next(function ncloopParse,
+ next(function lineoftoks,incString s))
+ StreamNull s => nil
+ pf2Sex macroExpanded first rest first s
handleTokensizeSystemCommands(unabr, optionList) ==
optionList := [dumbTokenize opt for opt in optionList]
@@ -3113,7 +3107,6 @@ getFirstWord string ==
ltrace l == trace l
---------------------> NEW DEFINITION (see intint.lisp.pamphlet)
stripSpaces str ==
STRING_-TRIM([char '" "], str)
diff --git a/src/interp/msgdb.boot b/src/interp/msgdb.boot
index 8c38b9d1..0630ae35 100644
--- a/src/interp/msgdb.boot
+++ b/src/interp/msgdb.boot
@@ -841,9 +841,9 @@ brightPrintRightJustify x ==
-- some hooks for older functions
---------------------> NEW DEFINITION (see macros.lisp.pamphlet)
+
BRIGHTPRINT x == brightPrint x
---------------------> NEW DEFINITION (see macros.lisp.pamphlet)
+
BRIGHTPRINT_-0 x == brightPrint0 x
--% Message Formatting Utilities
diff --git a/src/interp/osyscmd.boot b/src/interp/osyscmd.boot
index eaa77cdf..c742d09a 100644
--- a/src/interp/osyscmd.boot
+++ b/src/interp/osyscmd.boot
@@ -47,10 +47,3 @@ ExecuteInterpSystemCommand string ==
string = '"" => nil
doSystemCommand string
---------------------> NEW DEFINITION (see i-syscmd.boot.pamphlet)
-parseFromString(s) ==
- s := next(function ncloopParse,
- next(function lineoftoks,incString s))
- StreamNull s => nil
- pf2Sex macroExpanded first rest first s
-
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp
index 5f68687b..6d599002 100644
--- a/src/interp/patches.lisp
+++ b/src/interp/patches.lisp
@@ -371,17 +371,6 @@
;; (|xdrRead| xfoo (make-array 10 :element-type 'long-float ))
;; (setq *print-array* NIL)
-;; clearParserMacro has problems as boot code (package notation)
-;; defined here in Lisp
-;;--------------------> NEW DEFINITION (see i-syscmd.boot.pamphlet)
-(DEFUN |clearParserMacro| (|macro|)
- (PROG ()
- (RETURN (COND
- ((NULL (IFCDR (|assoc| |macro| |$pfMacros|))) NIL)
- ((QUOTE T) (SPADLET |$pfMacros|
- (REMALIST |$pfMacros| |macro|)))))))
-;
-
(setq /MAJOR-VERSION 2)
(setq echo-meta nil)
(defun /versioncheck (n) (unless (= n /MAJOR-VERSION) (throw 'versioncheck -1)))