diff options
author | dos-reis <gdr@axiomatics.org> | 2008-02-16 04:52:45 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-02-16 04:52:45 +0000 |
commit | 406b6c0a38ee0e9ea1ba6657b76391f1c15f0b95 (patch) | |
tree | c05aaf09c7745fdf0d562d8664bc8fddab64befd /src/ChangeLog | |
parent | 5505ab2d0069eb2809753217a93e9a4551c997f9 (diff) | |
download | open-axiom-406b6c0a38ee0e9ea1ba6657b76391f1c15f0b95.tar.gz |
* interp/unlisp.lisp (|CatchAsCan|): Tidy.
* interp/sys-utility.boot (delete): Fix thinko.
* interp/sys-globals.boot ($sourceFiles): Define here.
(INPUTSTREAM): Likewise.
* interp/i-syscmd.boot (UNDERBAR): Move to sys-globals.boot.
* interp/fname.lisp: Import "macros".
* interp/debug.lisp: Import "parsing".
Replace $PRETTYPRINT with $PrettyPrint.
(/FN): Define.
(depthAlist): Likewise.
* interp/br-search.boot (docSearch1): Fix thinko.
* interp/Makefile.pamphlet (debug.$(FASLEXT)): Depend on
parsing.$(FASLEXT).
* interp/i-output.boot (starstarcond): Remove used function.
(transcomparg): Likewise.
(MATBORCH): Define here.
(*TALLPAR): Likewise.
* interp/vmlisp.lisp (|char|): Remove duplicate definition.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b52f1bb..b9c6a73d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,26 @@ 2008-02-15 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/unlisp.lisp (|CatchAsCan|): Tidy. + * interp/sys-utility.boot (delete): Fix thinko. + * interp/sys-globals.boot ($sourceFiles): Define here. + (INPUTSTREAM): Likewise. + * interp/i-syscmd.boot (UNDERBAR): Move to sys-globals.boot. + * interp/fname.lisp: Import "macros". + * interp/debug.lisp: Import "parsing". + Replace $PRETTYPRINT with $PrettyPrint. + (/FN): Define. + (depthAlist): Likewise. + * interp/br-search.boot (docSearch1): Fix thinko. + * interp/Makefile.pamphlet (debug.$(FASLEXT)): Depend on + parsing.$(FASLEXT). + * interp/i-output.boot (starstarcond): Remove used function. + (transcomparg): Likewise. + (MATBORCH): Define here. + (*TALLPAR): Likewise. + * interp/vmlisp.lisp (|char|): Remove duplicate definition. + +2008-02-15 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/parser.boot (bpSimpleCatch): New. (bTry): Use it. * boot/strap: Update. |