aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-01-13 02:03:31 +0000
committerdos-reis <gdr@axiomatics.org>2012-01-13 02:03:31 +0000
commit7d98b7fa7d816f132fb09bf439333f4145c603f8 (patch)
tree8575dd6cb449b3ed52b68d7aa763216bfdce0c79 /src/ChangeLog
parent4ebf86fc014d407548be8af728191fe02401bf1a (diff)
downloadopen-axiom-7d98b7fa7d816f132fb09bf439333f4145c603f8.tar.gz
* interp/category.boot: Rename AncestorP to ancestor?.
Rename DescendantP to descendant?. * interp/define.boot: Likewise. * interp/functor.boot: Likewise.
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 01e6ee3f..a9fc5f80 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2012-01-12 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/category.boot: Rename AncestorP to ancestor?.
+ Rename DescendantP to descendant?.
+ * interp/define.boot: Likewise.
+ * interp/functor.boot: Likewise.
+
+2012-01-12 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* boot/parser.boot (bpFunction): New.
(bpConstTok): Include it.
* boot/ast.boot (bfFunction): New.