diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-08-14 07:36:31 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-08-14 07:36:31 -0700 |
commit | b8109c296982b8641a47f9cb6223b6102fef4b8c (patch) | |
tree | ac7d9fcc1bcaad008a64cee86bef73271f1ef635 /RELNOTES | |
parent | dc35aae3bfb0f5502d0848d9ad6478480a9ddd37 (diff) | |
download | txr-b8109c296982b8641a47f9cb6223b6102fef4b8c.tar.gz txr-b8109c296982b8641a47f9cb6223b6102fef4b8c.tar.bz2 txr-b8109c296982b8641a47f9cb6223b6102fef4b8c.zip |
Version 96.txr-96
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,4 +1,24 @@ - TXR 94 + TXR 96 + 2014-08-14 + + + Features + + - Big change in pattern language in the variable binding logic. + When unbound variables are followed by directives, then the full right hand + context to the end of the line is used to determine the binding. + + - Internal functions related to tries exposed: trie-lookup-begin, + trie-value-at, trie-lookup-feed-char. + + Bugs + + - Fixed bug in ret operator: was generating fixed arity functions + rather than n-ary as documented. + + + + TXR 95 2014-08-07 |