diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-01-25 16:59:55 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-01-25 16:59:55 -0800 |
commit | d7096f0ba67055f97739bd3c4864f06ca08887dd (patch) | |
tree | 6aed38a50c17f2698bfa2d57795102a12b9ec49f | |
parent | e593dc1264979d99f1bad53d0496ae6f90c5e2cc (diff) | |
download | txr-d7096f0ba67055f97739bd3c4864f06ca08887dd.tar.gz txr-d7096f0ba67055f97739bd3c4864f06ca08887dd.tar.bz2 txr-d7096f0ba67055f97739bd3c4864f06ca08887dd.zip |
doc: update compat notes: new 165 value.
* txr.1: Describe the Lisp expansion neglect in the pattern
language that is fixed for 166, reversible with -C.
-rw-r--r-- | txr.1 | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -51845,6 +51845,22 @@ of these version values, the described behaviors are provided if is given an argument which is equal or lower. For instance .code "-C 103" selects the behaviors described below for version 105, but not those for 102. +.IP 165 +A value of 165 restores the following behaviors, which changed starting in 166. +There was a in Lisp evaluation support of the \*(TX pattern language. +Specifically, Lisp argument forms were not subject to expansion prior to +evaluation in these directives: +.codn output , +.codn mod , +.codn modlast , +.codn skip , +.codn fuzz , +.codn load , +.codn close , +.codn call , +.code cat +and +.codn next . .IP 161 Version 161 was the last version in which a bug existed in the .code handle |