From: Teemu Kalvas Date: Mon, 14 Aug 2006 14:11:45 +0000 (+0000) Subject: 0.9.15.31: RUN-PROGRAM win32 patch X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=055c3ee36775efa5770393f37995ea3db8af044b;p=sbcl.git 0.9.15.31: RUN-PROGRAM win32 patch * Fixed input, output and error redirection in RUN-PROGRAM for win32. --- 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.