summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-04-10 06:17:43 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-04-10 06:17:43 -0700
commite17a47ac47f9c4c4aa6eccad76942d644c912faa (patch)
tree66ba00cda60d5245d04a0cb76af1f07f415e7fd7 /ChangeLog
parent78fd352ba2d5aaaa5ea3c23bd8f208f17c8edde7 (diff)
downloadtxr-e17a47ac47f9c4c4aa6eccad76942d644c912faa.tar.gz
txr-e17a47ac47f9c4c4aa6eccad76942d644c912faa.tar.bz2
txr-e17a47ac47f9c4c4aa6eccad76942d644c912faa.zip
* eval.c (eval_init): There is an until_s global variable, so
no need to intern the symbol when registering me_until.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 72764526..e6e383f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-04-10 Kaz Kylheku <kaz@kylheku.com>
+
+ * eval.c (eval_init): There is an until_s global variable, so
+ no need to intern the symbol when registering me_until.
+
2015-04-09 Kaz Kylheku <kaz@kylheku.com>
Fork and wait support.