X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=e7e48538be4dfd69b1ca4ae93136859b8b27c6f3;hb=fe5cd1af557ea21675dc72c8c4c581781613025d;hp=758d07fbeefed25880883a999861b12c48234ef0;hpb=000e9e0b51a505e1e9079891d53317a9b8d8e807;p=sbcl.git diff --git a/NEWS b/NEWS index 758d07f..e7e4853 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,11 @@ changes in sbcl-0.9.14 relative to sbcl-0.9.13: * minor incompatible change: the :SB-LDB feature is now enabled by default, and DISABLE-DEBUGGER and ENABLE-DEBUGGER also affect the low-level debugger. + * enchancement: RUN-PROGRAM is now able to extract the file-descriptor + from SYNONYM-STREAM and TWO-WAY-STEAMS provided they can be decomposed + down to an SB-SYS:FD-STREAM, allowing direct communication in + more cases. Temporary files and pipes are still used as a fallback + strategy. * bug fix: global optimization policy was not visible in LOCALLY and MACROLET forms. * bug fix: class objects can be used as specializers in methods.