0.9.15.31: RUN-PROGRAM win32 patch
authorTeemu Kalvas <chery@s2.org>
Mon, 14 Aug 2006 14:11:45 +0000 (14:11 +0000)
committerTeemu Kalvas <chery@s2.org>
Mon, 14 Aug 2006 14:11:45 +0000 (14:11 +0000)
  * Fixed input, output and error redirection in RUN-PROGRAM for win32.

NEWS

diff --git a/NEWS b/NEWS
index cc52f14..e6095af 100644 (file)
--- 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.