From 449e67e94c24b9726e9c34f5e2a0d30f175ff333 Mon Sep 17 00:00:00 2001 From: Juan Jose Garcia Ripoll Date: Tue, 19 Aug 2008 14:18:32 +0200 Subject: [PATCH] The null stream should be writable, because it is used by the pretty printer --- src/CHANGELOG | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CHANGELOG b/src/CHANGELOG index 0dd59b905..76acb7cbb 100644 --- a/src/CHANGELOG +++ b/src/CHANGELOG @@ -14,9 +14,9 @@ ECL 0.9l-p1: - In compiled files, externalize package objects using FIND-PACKAGE. - - In RUN-PROGRAM, there were two bugs: first, the keyword :WAIT was not defined - in the C core and caused an error when used; second, the input/output streams - were not properly arranged. + - In RUN-PROGRAM, there were two bugs: first, the keyword :WAIT was not + defined in the C core and caused an error when used; second, if the output + stream was missing or directed to the standard output, it would fail. ;;; Local Variables: *** ;;; mode:text ***