diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-05-29 15:15:01 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-05-29 15:15:01 -0700 |
commit | f66b253353eeafd2c52f3e3834aefeb06012b284 (patch) | |
tree | c5381a01375069f2935d40b6773ede426b3e4f3b /RELNOTES | |
parent | 58e9e2e4aa8815f8fac1168650c0665700652bcf (diff) | |
download | txr-142.tar.gz txr-142.tar.bz2 txr-142.zip |
Version 142.txr-142
* 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 | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -1,3 +1,35 @@ + TXR 142 + 2016-05-29 + + + Features + + - The remove-path funtion takes additional Boolean argument + to suppress exception. + - Better reporting of expansion locations across expansions + of the op, do and related macros. + - Support for deploying stand-alone executables. + - Optimizations in hashing. + - Support for byte-oriented stream operation instead of + UTF-8 decoding. + + Bugs + + - Bugfix in clumped option processing: test case -B-c. + - Uses of POSIX sleep function were removed. These occurred + in tail streams implementation. This function can interact + with the SIGALRM signal. + - Fixed broken argument defaulting in take-until function. + - Fixed regression from TXR 42 (!) in pattern + function argument passing. This bug has evaded detection for + 100 public releases, over 4.5 years. + - Added support for adherence to ISO C rules regarding switching + between input and output operations on update streams, + hiding this issue from TXR programs. This seems to be needed + on all tested platforms other than the GNU C library. + + + TXR 141 2016-05-20 |