X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=4b162ec19fe30695d13f49891c597bf923022b84;hb=a4ea3949e051d8c9248b231f175d54a20618743e;hp=6e6948f7cf99ba6c6893e50cff80b91298970a9c;hpb=37df3b7a41c0052162fe5b3d29381549262a99f3;p=sbcl.git diff --git a/NEWS b/NEWS index 6e6948f..4b162ec 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,8 @@ ;;;; -*- coding: utf-8; fill-column: 78 -*- +changes relative to sbcl-1.0.44: + * bug fix: when SPEED > SPACE compiling CONCATENATE 'STRING with constant + long string arguments slowed the compiler down to a crawl. + changes in sbcl-1.0.44 relative to sbcl-1.0.43: * enhancement: RUN-PROGRAM accepts :EXTERNAL-FORMAT argument to select the external-format for its :INPUT, :OUTPUT, AND :ERROR :STREAMs.