diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-05-07 21:58:13 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-05-07 21:58:13 -0700 |
commit | 17ef79a601410edac8ad9a7f3b8bba8ed0ff9616 (patch) | |
tree | b520585712db61aa15bba50fe9cce8b615c8d64f /RELNOTES | |
parent | ed104dd48299712450c289908ec43f6e49468959 (diff) | |
download | txr-17ef79a601410edac8ad9a7f3b8bba8ed0ff9616.tar.gz txr-17ef79a601410edac8ad9a7f3b8bba8ed0ff9616.tar.bz2 txr-17ef79a601410edac8ad9a7f3b8bba8ed0ff9616.zip |
Version 140.txr-140
* 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 | 41 |
1 files changed, 41 insertions, 0 deletions
@@ -1,3 +1,44 @@ + TXR 140 + 2016-05-08 + + + Features + + - New fixnum-min and fixnum-max variables. + - Improvements in pseudo-random number generator. + - TXR extraction language: + - New @(call fun ...) directive provides indirection on pattern + functions, via symbols. + - Unix security: + - added setgroups, getresuid, getresgid, setresuid and + setresgid where available. + - added the setgroups function, where available. + - added support for setgid operation. + - New --rexec option to help with setuid on some platforms. + - Process execution: + - The standard input, output and error descriptors of subprocesses + are now derived from the current *stdin*, *stdout* and *stderr* + streams, making useful redirection tricks possible. + - TXR now correctly calculates its sysroot even if the executable + is renamed (within the same directory). + - New filesystem access testing functions: + path-readable-to-me-p, path-read-writable-to-me-p, + path-strictly-private-to-me-p. + + Bugs + + - Serious bug fixed in bignum integers: incorrect treatment + of negative values at the boundary between fixnum and bignum. + - Fixed issue of TXR binary requiring an executable stack on + GNU/Linux platforms. + - Fixed broken setuid privilege dropping. + - Bugfix in path-writable-to-me function. + - Fixes in Vim syntax highlighting definition. + - self-path, *args* and *args-full* now have bindings in + the listener. + + + TXR 139 2016-04-23 |