aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-12-27 08:39:14 +0000
committerdos-reis <gdr@axiomatics.org>2010-12-27 08:39:14 +0000
commitdbbc18b48695c2339520e9ba1e640f7559ff2e8a (patch)
tree60e4dede3670bef78ad74415620c313fc12eba88 /src/ChangeLog
parent66c8612e257defa8e42bb7b50b0c88a73422e660 (diff)
downloadopen-axiom-dbbc18b48695c2339520e9ba1e640f7559ff2e8a.tar.gz
* boot/initial-env.lisp (IDENTP): Remove.
* boot/ast.boot: Replace IDENTP with symbol? where appropriate. * boot/parser.boot: Likewise. * boot/translator.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 6c28c380..7912902e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,12 @@
2010-12-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * boot/initial-env.lisp (IDENTP): Remove.
+ * boot/ast.boot: Replace IDENTP with symbol? where appropriate.
+ * boot/parser.boot: Likewise.
+ * boot/translator.boot: Likewise.
+
+2010-12-27 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* boot/includer.boot (char): Move to token.boot.
* boot/tokens.boot (shoeStartsId): Move from initial-env.lisp
(shoeIdChar): Likewise.