aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
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.