diff options
author | dos-reis <gdr@axiomatics.org> | 2007-12-07 00:52:19 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-12-07 00:52:19 +0000 |
commit | c980832a88deb36ff8657c9a86acb0750775db6b (patch) | |
tree | ffe86de8a6823a03ff79a7e7f26dc98c0f3f3d54 /src/boot/ChangeLog | |
parent | e669075246f815bf20b66bc57873c0cf27ac20b0 (diff) | |
download | open-axiom-c980832a88deb36ff8657c9a86acb0750775db6b.tar.gz |
boot/
2007-12-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
* initial-env.lisp.pamphlet ("BOOTTRAN"): Don't use SYSTEM package.
interp/
2007-12-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
* lisplib.boot (getSlotFromDomain): Use pointer to function Undef
directly, instead of variable Undef.
* i-syscmd.boot (cd): Move from patches.lisp to here.
* g-timer.boot (printTimeIfTrue): Move from patches.lisp to here.
* patches.lisp (Undef): Remove.
($printTimeIfTrue): Move to g-timer.boot.
(cd): Move to i-syscmd.boot.
(nullstream): Remove.
(nononullstream): Likewise.
(/MAJOR-VERSION): Move to sys-constants.boot.
* setq.lisp (/MAJOR-VERSION): Remove.
lisp/
2007-12-06 Gabriel Dos Reis <gdr@cs.tamu.edu>
* core.lisp.in ("AxiomCore"): Don't use SYSTEM package.
Diffstat (limited to 'src/boot/ChangeLog')
-rw-r--r-- | src/boot/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/boot/ChangeLog b/src/boot/ChangeLog index 6865dbb0..cfdb337d 100644 --- a/src/boot/ChangeLog +++ b/src/boot/ChangeLog @@ -1,3 +1,7 @@ +2007-12-06 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * initial-env.lisp.pamphlet ("BOOTTRAN"): Don't use SYSTEM package. + 2007-12-03 Gabriel Dos Reis <gdr@cs.tamu.edu> * translator.boot.pamphlet (translateBootFile): Adjust call to |