diff options
author | dos-reis <gdr@axiomatics.org> | 2008-05-19 14:58:09 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-05-19 14:58:09 +0000 |
commit | f896b8096ecaf448a23d59a4c2bc23916a0bb8a1 (patch) | |
tree | 40fe0782d5ea8c6b02237dd85cbda4cd173d2a85 /src/ChangeLog | |
parent | 266ea5411812a28402680497a871c68a837bf1c0 (diff) | |
download | open-axiom-f896b8096ecaf448a23d59a4c2bc23916a0bb8a1.tar.gz |
Port from btx-branch.
* lisp/core.lisp.in ($effectiveFaslType): New.
* boot/translator.boot (needsStableReference?): Handle the ECL case.
(coerceToNativeType): Likewise.
(genImportDeclaration): Likewise.
(shoeRemoveStringIfNec): Fix thinko.
($bootDefined): Define.
($bootDefinedTwice): Likewise.
($lispWordTable): Likewise.
(getIntermediateLispFile): Use $effectiveFaslType.
(loadSystemRuntimeCore): Use coreError, not systemError.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fb203a63..7640dde2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2008-05-19 Gabriel Dos Reis <gdr@cs.tamu.edu> + + Port from btx-branch. + * lisp/core.lisp.in ($effectiveFaslType): New. + * boot/translator.boot (needsStableReference?): Handle the ECL case. + (coerceToNativeType): Likewise. + (genImportDeclaration): Likewise. + (shoeRemoveStringIfNec): Fix thinko. + ($bootDefined): Define. + ($bootDefinedTwice): Likewise. + ($lispWordTable): Likewise. + (getIntermediateLispFile): Use $effectiveFaslType. + (loadSystemRuntimeCore): Use coreError, not systemError. + 2008-05-18 Martin Rubey <martin.rubey@univie.ac.at> Fix AW/412 |