diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-06-10 06:43:23 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-06-10 06:43:23 -0700 |
commit | 6c331fcee3336398d5f3dd12e6850d26876bc712 (patch) | |
tree | 19a0a9271f7eb281b726f202c70234344047ea7d /RELNOTES | |
parent | 3bfc05ec87457b322918986bfc83385839026e49 (diff) | |
download | txr-6c331fcee3336398d5f3dd12e6850d26876bc712.tar.gz txr-6c331fcee3336398d5f3dd12e6850d26876bc712.tar.bz2 txr-6c331fcee3336398d5f3dd12e6850d26876bc712.zip |
Version 217.txr-217
* RELNOTES: Updated.
* configure, txr.1: Bumped version and date.
* share/txr/stdlib/ver.tl: Likewise.
* txr.vim, tl.vim: Regenerated.
* protsym.c: Likewise.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 31 |
1 files changed, 31 insertions, 0 deletions
@@ -1,3 +1,34 @@ + TXR 217 + 2019-06-10 + + Features: + + - Integrated POSIX fcntl function, supporting + F_SETFD, F_SETFL and F_SETLK. + - errno constants are now provided. + - POSIX close function added. + - Windows installer associates .txr, .tl and .tlo suffixes with the + txr executable. + - fixnum range now includes the most negative two's + complement value that fits into its representation, + rather than excluding it. + - place macros: slight adjustment to expansion strategy. + + Bugs: + + - Fixed failure to handle most-negative integer value in situations + when a Lisp integer is converted to a fixed C integer. + - Fixes a regression in the minimal Windows program example, in which + (defvarl CW_USEDEFAULT #x-80000000) appears. + - path-private-to-me-p function was considering superuser as + just another user + - properly locked down root-owned file was not considered private. + - same with path-strictly-private-to-me + - list length: off-by-one error for huge lazy lists that overflow + a pointer-wide counter. + + + TXR 216 2019-05-20 |