X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=NEWS;h=4d3a9180c31ac4db67c112d99a98f1dc2f889bfc;hb=49095724dfe553133b0e85e68497245b02536619;hp=b8f07dc977f88d68a27a53cc6bcdee20800e6163;hpb=2a1151093b4562726e6be51aeec690bb6b1f7d79;p=sbcl.git diff --git a/NEWS b/NEWS index b8f07dc..4d3a918 100644 --- a/NEWS +++ b/NEWS @@ -12,6 +12,9 @@ changes in sbcl-1.0.13 relative to sbcl-1.0.12: unparsing of directory pathnames as files. Analogously, SB-EXT:PARSE-NATIVE-NAMESTRING takes an AS-DIRECTORY, forcing a filename to parse into a directory pathname. + * enhancement: implicit generic function creation now signals a + specific style-warning IMPLICIT-GENERIC-FUNCTION-WARNING, which + users can bind handlers for and muffle around calls to LOAD. * enhancement: RUN-PROGRAM allows unicode arguments and environments to be used (using the default stream external format), and allows non-simple strings to be used. (thanks to Harald Hanche-Olsen)