mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
Update changelog
This commit is contained in:
parent
c33c8f2ef7
commit
86876f1dc3
1 changed files with 17 additions and 1 deletions
18
CHANGELOG
18
CHANGELOG
|
|
@ -29,7 +29,23 @@
|
||||||
|
|
||||||
* Pending changes since 24.5.10
|
* Pending changes since 24.5.10
|
||||||
|
|
||||||
- *readtable* and *package* are local to an initialized module preventing
|
- Byte operations on binary sequence streams and char operations on
|
||||||
|
character sequence streams do not require a roundtrip for encoding and
|
||||||
|
decoding elements (direct reading and writing to vector)
|
||||||
|
|
||||||
|
- When a sequence stream is created with :END NIL, then updating the vector
|
||||||
|
fill pointer affects the stream maximum position before EOF
|
||||||
|
|
||||||
|
- Sequence streams are now bivalent and allow for the underlying vector
|
||||||
|
upgraded array element type to be either a character or any byte
|
||||||
|
|
||||||
|
- Fix a bug in UNREAD-CHAR called on STRING-INPUT-STREAM that moved the
|
||||||
|
position to negative values
|
||||||
|
|
||||||
|
- New operators for binary and bivalent streams: EXT:PEEK-BYTE,
|
||||||
|
EXT:UNREAD-BYTE, GRAY:STREAM-PEEK-BYTE and GRAY:STREAM-UNREAD-BYTE.
|
||||||
|
|
||||||
|
- *READTABLE* and *PACKAGE* are local to an initialized module preventing
|
||||||
an issue where file-locality of them did not propagate to executables
|
an issue where file-locality of them did not propagate to executables
|
||||||
|
|
||||||
- Logical pathnames with multiple wild directories are now correctly
|
- Logical pathnames with multiple wild directories are now correctly
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue