summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 83e149e4..0fd3deaf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
2014-02-25 Kaz Kylheku <kaz@kylheku.com>
+ * parser.y (spec): Bugfix: SECRET_ESCAPE_E should use n_expr
+ not expr. expr is subject to expand_meta.
+ (n_expr): Do not associate source info with character
+ literals.
+ (expand_meta): Bugfix: when walking forms in a collecting loop,
+ propagate the source info to them. Bugfix: attach source
+ info to var and expr expansions.
+ (rl): Rewritten in terms of rlset.
+ (rlset): Only set source info for an object that doesn't already
+ have it.
+
+2014-02-25 Kaz Kylheku <kaz@kylheku.com>
+
* lib.c (obj_init): Revert qquote, unquote and splice
to the system namespace, for hygiene.