diff options
author | dos-reis <gdr@axiomatics.org> | 2007-10-28 10:43:54 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-10-28 10:43:54 +0000 |
commit | 7b0b25d63ed483cc9ccd9525b5904feda65dc807 (patch) | |
tree | fd2d98a0ead1cd14865a6e065bcefb93775de970 /src/interp/ChangeLog | |
parent | 471d0186fa938e05f69b26dd209544de721de94d (diff) | |
download | open-axiom-7b0b25d63ed483cc9ccd9525b5904feda65dc807.tar.gz |
* Makefile.pamphlet (category.$(FASLEXT)): New rule.
(<<category.clisp>>): Remove.
* category.boot.pamphlet: Push into package "BOOT".
Replace ASSOC with assoc throughout.
(mkCategory): Fix syntax.
* i-coerce.boot.pamphlet (stripUnionTags): Move to g-util.boot.
(isTaggeUnion): Likewise.
(getUnionOrRecordTags): Likewise.
* i-util.boot.pamphlet (wrap): Move to i-object.boot.
(isWrapped): Likewise.
(unwrap): Likewise.
(wrapped2Quote): Likewise.
(quote2Wrapped): Likewise.
(removeQuote): Likewise.
(TruthP): Move to g-util.boot.
Diffstat (limited to 'src/interp/ChangeLog')
-rw-r--r-- | src/interp/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/interp/ChangeLog b/src/interp/ChangeLog index 784c6364..874ff605 100644 --- a/src/interp/ChangeLog +++ b/src/interp/ChangeLog @@ -1,3 +1,21 @@ +2007-10-28 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * Makefile.pamphlet (category.$(FASLEXT)): New rule. + (<<category.clisp>>): Remove. + * category.boot.pamphlet: Push into package "BOOT". + Replace ASSOC with assoc throughout. + (mkCategory): Fix syntax. + * i-coerce.boot.pamphlet (stripUnionTags): Move to g-util.boot. + (isTaggeUnion): Likewise. + (getUnionOrRecordTags): Likewise. + * i-util.boot.pamphlet (wrap): Move to i-object.boot. + (isWrapped): Likewise. + (unwrap): Likewise. + (wrapped2Quote): Likewise. + (quote2Wrapped): Likewise. + (removeQuote): Likewise. + (TruthP): Move to g-util.boot. + 2007-10-22 Gabriel Dos Reis <gdr@cs.tamu.edu> * g-util.boot (formatUnabbreviatedSig): Translate '$' to '%' |