diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-07-20 20:37:15 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-07-20 20:37:15 -0700 |
commit | 10f3603aa0d19b165f33b39abc4b183057e93f3d (patch) | |
tree | 9f94190204ce166c40635c803d77c09f2439ad01 /RELNOTES | |
parent | a087f6e4d5d50952ed6c8358e24f692ff79b9f9e (diff) | |
download | txr-10f3603aa0d19b165f33b39abc4b183057e93f3d.tar.gz txr-10f3603aa0d19b165f33b39abc4b183057e93f3d.tar.bz2 txr-10f3603aa0d19b165f33b39abc4b183057e93f3d.zip |
Version 146.txr-146
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
* txr.vim, tl.vim: Regenerated.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -1,3 +1,23 @@ + TXR 146 + 2016-07-20 + + + Features + + - Time and space optimizations in execution of NFA regexes. + - POSIX uname function exposed. + - Print syntax which looks like their read syntax implemented for + quasistrings and quasi-word-list literals. + - Windows version ships with Cygnal 2.5.1.99 for better + windows native support. + + Bugs + + - Text streams are not open with stdio "t" mode on Cygwin. + This was a mistaken change present in 144 and 145. + + + TXR 145 2016-07-03 |