diff options
author | dos-reis <gdr@axiomatics.org> | 2011-07-14 00:29:27 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-07-14 00:29:27 +0000 |
commit | 6d1f2b4e6a2a874bdda936fb17f20fee84649857 (patch) | |
tree | 3dcf66b0ac71d36180355b6773da4aead3532ad8 /src/ChangeLog | |
parent | 44050a23809cd331fc529cdf84063c23f6ed86dc (diff) | |
download | open-axiom-6d1f2b4e6a2a874bdda936fb17f20fee84649857.tar.gz |
* interp/functor.boot (CategoryPrint): Move from category.boot.
(DomainPrint1): Tidy.
(PacPrint): Likewise.
(DomainPrintSubst): Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ada5a090..62f08a88 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,12 @@ 2011-07-13 Gabriel Dos Reis <gdr@cs.tamu.edu> + * interp/functor.boot (CategoryPrint): Move from category.boot. + (DomainPrint1): Tidy. + (PacPrint): Likewise. + (DomainPrintSubst): Likewise. + +2011-07-13 Gabriel Dos Reis <gdr@cs.tamu.edu> + * boot/tokens.boot: copyString, copyTree, and copyVector are now builtin library functions. * interp/br-util.boot: Use copyVector instead of COPY-SEQ. |