mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-06 02:40:26 -08:00
Update for gray:stream-file-string-length
This commit is contained in:
parent
e554673006
commit
10fa901e98
1 changed files with 8 additions and 5 deletions
13
CHANGELOG
13
CHANGELOG
|
|
@ -32,11 +32,14 @@
|
|||
- Add gray-streams module. This makes it possible to load Gray stream
|
||||
support via ~(require '#:gray-streams)~ versus calling the internal
|
||||
function ~gray::redefine-cl-functions~.
|
||||
- Add support for some Gray stream extensions. Specifically, the generic
|
||||
functions ~gray-streams:stream-line-length~ and
|
||||
~gray-streams:stream-file-length~ have been added. The former allows
|
||||
stream specific line lengths when ~cl:*print-right-margin*~ is NIL. The
|
||||
latter allows Gray streams to implement ~cl:file-length~.
|
||||
- Add support for some Gray stream extensions by adding the following
|
||||
generic functions.
|
||||
1) ~gray:stream-line-length~ which allows stream specific line lengths
|
||||
when ~cl:*print-right-margin*~ is NIL.
|
||||
2) ~gray:stream-file-length~ which allows Gray streams to implement
|
||||
~cl:file-length~.
|
||||
3) ~gray:stream-file-string-length~ which allows Gray streams to
|
||||
implement ~cl:file-string-length~.
|
||||
- Various bug fixes for Gray streams.
|
||||
|
||||
* 23.9.9 changes since 21.2.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue