summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2014-01-07 15:34:41 -0800
committerKaz Kylheku <kaz@kylheku.com>2014-01-07 15:35:21 -0800
commit9578ad156a1b076905eb26dd746261a506a0edcf (patch)
tree5fd776bd0a9c40c7916a76ecc97721cc10cdbb29 /ChangeLog
parent92f542e5134e26cdf2a996aed63eee9ce2584bd7 (diff)
downloadtxr-9578ad156a1b076905eb26dd746261a506a0edcf.tar.gz
txr-9578ad156a1b076905eb26dd746261a506a0edcf.tar.bz2
txr-9578ad156a1b076905eb26dd746261a506a0edcf.zip
* match.c (v_load): Call yylex_destroy after yyparse, so we don't
have stray scanner state possibly interfering with a subsquent parse job.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3a5c7f4a..9108376e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-01-07 Kaz Kylheku <kaz@kylheku.com>
+
+ * match.c (v_load): Call yylex_destroy after yyparse, so we don't
+ have stray scanner state possibly interfering with a subsquent
+ parse job.
+
2014-01-06 Kaz Kylheku <kaz@kylheku.com>
* genvim.txr: Add forgotten until and last keywords.