diff options
author | dos-reis <gdr@axiomatics.org> | 2008-02-21 02:02:48 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-02-21 02:02:48 +0000 |
commit | 3045578ca18746550988fa351fe62fe7bc92a703 (patch) | |
tree | 6d9bfc0ac983f4708612f427f69a0f99c435e679 /src/ChangeLog | |
parent | 7ba4cd656138bedb567137ea662f26213bc2e898 (diff) | |
download | open-axiom-3045578ca18746550988fa351fe62fe7bc92a703.tar.gz |
* interp/i-coerce.boot (coerceInt1): Avoid misguided
Tuple coercion behind the scene.
* interp/i-output.boot (output): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6135f3b8..82abe67a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,14 @@ 2008-02-20 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/i-coerce.boot (coerceInt1): Avoid misguided + Tuple coercion behind the scene. + * interp/Makefile.pamphlet (astr.$(FASLEXT)): Depend on + vmlisp.$(FASLEXT) instead. + + * algebra/Makefile.pamphlet (.NOTPARALLEL): Remove rectriction. + +2008-02-20 Gabriel Dos Reis <gdr@cs.tamu.edu> + * lisp/core.lisp.in [SBCL]: Require "sb-posix". (|resetErrorCount|): New export function. * interp/vmlisp.lisp (opOf): Remove macro definition. |