summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2012-03-30 21:06:01 -0700
committerKaz Kylheku <kaz@kylheku.com>2012-03-30 21:06:01 -0700
commitb7f1f4c5bbea86e288b6a4d68595c1d2d07217bd (patch)
treec41a7031839213a9877a51976cb3b7c0a2e20154 /ChangeLog
parentb44fb80d62fa16c8ac844fa79bfc206fa9e34129 (diff)
downloadtxr-b7f1f4c5bbea86e288b6a4d68595c1d2d07217bd.tar.gz
txr-b7f1f4c5bbea86e288b6a4d68595c1d2d07217bd.tar.bz2
txr-b7f1f4c5bbea86e288b6a4d68595c1d2d07217bd.zip
* match.c (h_var): Disallow the variable named by the symbol t
by throwing an exception. Allow nil, but wherever nil occurs, do not produce a binding. * txr.1: State the restrictions against using t in the section on Variables and also describe the nil ignore feature.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 56a83cbb..917475c7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2012-03-30 Kaz Kylheku <kaz@kylheku.com>
+ * match.c (h_var): Disallow the variable named by the symbol t
+ by throwing an exception. Allow nil, but wherever nil occurs,
+ do not produce a binding.
+
+ * txr.1: State the restrictions against using t in the section
+ on Variables and also describe the nil ignore feature.
+
+2012-03-30 Kaz Kylheku <kaz@kylheku.com>
+
* txr.1: Correction: backtracking does NOT take place into a block
which completed.