summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f96c18b3..b64d2beb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,20 @@
2014-02-17 Kaz Kylheku <kaz@kylheku.com>
+ * eval.c (eval_init): Register gensym function as the gensym
+ intrinsic, rather than gensymv.
+ Register gensym_counter as *gensym-counter*.
+
+ * lib.c (gensym): Handle missing prefix argument by defaulting
+ the prefix to "g".
+ (gensymv): Function removed.
+
+ * lib.h (gensymv): Declaration removed.
+
+ * txr.1: Fixed omission: missing documentation for gensym.
+ Documented *gensym-counter*.
+
+2014-02-17 Kaz Kylheku <kaz@kylheku.com>
+
* eval.c (expand): Bugfix: do not expand any part of the macro
form via expand_forms. This is completely wrong since only the
macro knows what material is evaluated and what isn't.