From ef93a9e2f021463a41c475ce5bde3b603636002a Mon Sep 17 00:00:00 2001 From: jgarcia Date: Tue, 25 Apr 2006 16:14:04 +0000 Subject: [PATCH] Note the ability to change the buffering mode of a stream --- src/CHANGELOG | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/CHANGELOG b/src/CHANGELOG index bf1a0c78e..870886b0f 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -94,6 +94,15 @@ ECL 0.9i - ECL's compiler will complain sooner about unknown declarations. + - It is now possible to change the buffering mode of non-Gray streams using + the SI::SET-BUFFERING-MODE function that takes a stream and the mode as + arguments. This is only guaranteed to work if the stream has not yet been + written/read to. The buffering mode can be NIL (no buffer), T or + :FULL-BUFFERED, or :LINE-BUFFERED. + + - SOCKET-MAKE-STREAM now takes an argument :BUFFERING-MODE with the same + effect as SI::SET-BUFFERING-MODE's argument. + * MOP compatibility: - SLOT-VALUE, SLOT-BOUNDP, etc, together with MOP SLOT*-USING-CLASS generic