diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2021-08-30 07:34:02 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2021-08-30 07:34:02 -0700 |
commit | 96735ac6a4ec569afabc8e4cd77579508cf973f8 (patch) | |
tree | a8b52e72b9cf1bf8cb30c499e4dac75804d94037 /RELNOTES | |
parent | 7d7ba3c6da77a22ee1be2fcf7e35283aad112887 (diff) | |
download | txr-96735ac6a4ec569afabc8e4cd77579508cf973f8.tar.gz txr-96735ac6a4ec569afabc8e4cd77579508cf973f8.tar.bz2 txr-96735ac6a4ec569afabc8e4cd77579508cf973f8.zip |
Version 270.txr-270
* RELNOTES: Updated.
* configure (txr_ver): Bumped version.
* stdlib/ver.tl (lib-version): Bumped.
* txr.1: Bumped version and date.
Diffstat (limited to 'RELNOTES')
-rw-r--r-- | RELNOTES | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ + TXR 270 + 2021-08-30 + + + Features + + - open-file now supports "x" mode for exclusive create, contributed + by Paul A. Patience. + + Bugs + + - sequence iteration: + - garbage collection corruption was discovered via experimentation + with string ranges (new feature in 269). + - caused by not properly doing the counter-generation object mutations. + - Bug is not new: affects bignum ranges, oop sequences. + - iterating ranges that go from fixnum to bignum now allowed. + - open-file: + - "+" mode was behaving like "r" and not "r+" (Paul A. Patience) + - "w+", "m+" and "a+" refused to create file (Paul A. Patience) + + + TXR 269 2021-08-28 |