aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-07-03 23:17:46 +0000
committerdos-reis <gdr@axiomatics.org>2010-07-03 23:17:46 +0000
commit704439cfc3b15316702dabe92419b9cd2f2fe9d7 (patch)
tree5d0a3ae67abed87e874be3ce9790468b284dd839 /src/ChangeLog
parent9f34933f2f76a2a59e70e458ba529c99ae7e64d8 (diff)
downloadopen-axiom-704439cfc3b15316702dabe92419b9cd2f2fe9d7.tar.gz
* interp/category.boot (isCategoryForm): Tidy.
* interp/compiler.boot (compMacro): Handle parameterized definition. * interp/define.boot (macroExpand): Likewise. (macroExpandList): Move case for niladic macros to macroExpand. * interp/g-util.boot (putMacro): New utility function.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 65268277..3017281c 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
2010-07-03 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/category.boot (isCategoryForm): Tidy.
+ * interp/compiler.boot (compMacro): Handle parameterized definition.
+ * interp/define.boot (macroExpand): Likewise.
+ (macroExpandList): Move case for niladic macros to macroExpand.
+ * interp/g-util.boot (putMacro): New utility function.
+
+2010-07-03 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/define.boot (macroExpand): Tidy. Only identifiers are
allowed to be macro names.