From 055c3ee36775efa5770393f37995ea3db8af044b Mon Sep 17 00:00:00 2001 From: Teemu Kalvas Date: Mon, 14 Aug 2006 14:11:45 +0000 Subject: [PATCH] 0.9.15.31: RUN-PROGRAM win32 patch * Fixed input, output and error redirection in RUN-PROGRAM for win32. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NEWS b/NEWS index cc52f14..e6095af 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ ;;;; -*- coding: utf-8; -*- changes in sbcl-0.9.16 relative to sbcl-0.9.15: + * bug fix: fixed input, output and error redirection in RUN-PROGRAM + for win32. (thanks to Mike Thomas and Yaroslav Kavenchuk) * feature: implemented the READER-METHOD-CLASS and WRITER-METHOD-CLASS portion of the Class Initialization Protocol as specified by AMOP. -- 1.7.10.4