aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2012-05-26 20:44:45 +0000
committerdos-reis <gdr@axiomatics.org>2012-05-26 20:44:45 +0000
commit7be5c459a3b8d02d87e3a21edabfbf7227df613c (patch)
tree798aa13f0750fba0634acfc389937a6f5999eff3 /src/ChangeLog
parent45e2d6c43648709ef9c00bf654617faf3229e1e6 (diff)
downloadopen-axiom-7be5c459a3b8d02d87e3a21edabfbf7227df613c.tar.gz
* boot/ast.boot (bfMDef): Simplify.
(backquote): Do not quote integer and string literals.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9f822929..43a06c68 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
2012-05-26 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * boot/ast.boot (bfMDef): Simplify.
+ (backquote): Do not quote integer and string literals.
+
+2012-05-26 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* boot/tokens.boot: freshLine, functionSymbol?, and symbolGlobal?
are now builin.
* boot/ast.boot: Tidy.