diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2013-12-07 20:10:26 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2013-12-07 20:10:26 -0800 |
commit | 5114624a14456ae20dc8c57f9ac8ed0a5a0661f4 (patch) | |
tree | 656f054a0f8897c0d74830703d5c3bba04840bb1 /RELNOTES | |
parent | 56f9944a1c2b84deb555c41a5edb287c0e6f419f (diff) | |
download | txr-5114624a14456ae20dc8c57f9ac8ed0a5a0661f4.tar.gz txr-5114624a14456ae20dc8c57f9ac8ed0a5a0661f4.tar.bz2 txr-5114624a14456ae20dc8c57f9ac8ed0a5a0661f4.zip |
Version 71txr-71
* txr.c (version): Bumped.
* txr.1: Bumped version and set date.
* configure (txr_ver): Bumped.
* RELNOTES: Updated.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -1,3 +1,43 @@ + TXR 71 + 2013-12-07 + + + Features + + - New functions countqual, countql, countq and count-if. + + - New regex-parse function: parse regex from a string at run-time. + + - New *stdnull* stream for discarding data. + + - New function: seek-stream for positioning within a stream. + + - New function open-tail for opening a new kind of stream called a tail + stream. This stream follows rotating log files. + + - New functions for converting a time expressed as individual fields + into numeric time: make-time, make-time-utc. + + - New function daemon (where supported). Calls the BSD-derived daemon + function to daemonize the process in one step. + + - New errno function for accessing C errno. + + - Real-time input support in pattern matching language, via "simple" + lazy text stream line lists which sacrifice accuracy of representation for + timely delivery. + + Bugs + + - Fixed missing recognition for hexadecimal integers in Vim + syntax higlighting file txr.vim. + + - Fixed missing check for null handle in stdio back-end of flush-stream. + + - Grammar and spelling in HACKING guide. + + + TXR 70 2013-11-22 |