X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=CREDITS;h=e15b7874e855a7fa3d717e1a414ce977c5e5c70b;hb=34e8e7fd14989e1c86e9408733b4a73c46dd0a92;hp=7b8096b1ee2056488d66a1294f19c594bca6a377;hpb=f5d283201d69a3187ee159d98a045987226e1fd2;p=sbcl.git diff --git a/CREDITS b/CREDITS index 7b8096b..e15b787 100644 --- a/CREDITS +++ b/CREDITS @@ -579,7 +579,10 @@ Dave McDonald: Gerd Moellman: He has made many cleanups and improvements, small and large, in - CMU CL (mostly in PCL), which we have gratefully ported to SBCL. + CMU CL (mostly in PCL), which we have gratefully ported to SBCL. Of + particular note is his ctor MAKE-INSTANCE optimization, which is both + faster in the typical case than the old optimizations in PCL and + less buggy. William ("Bill") Newman: He continued to maintain SBCL after the fork, increasing ANSI @@ -615,6 +618,10 @@ Peter Van Eynde: of bug reports resulting from that, and submitted many other bug reports as well. +Valtteri Vuorikoski: + He ported SBCL to NetBSD, and also fixed a long-standing bug in + DEFSTRUCT with respect to colliding accessor names. + Colin Walters: His O(N) implementation of the general case of MAP, posted on the cmucl-imp@cons.org mailing list, was the inspiration for similar MAP