Skip to content

Commit

Permalink
0.6.9.20:
Browse files Browse the repository at this point in the history
	MNA patch for bug #30 and other readtable-related stuff
	added tests for FIND and friends (anticipating new transforms)
	fixed dumb error-reporting bug in CANONIZED-DECL-SPEC
  • Loading branch information
William Harold Newman committed Jan 7, 2001
1 parent d4bc115 commit 68c539a
Show file tree
Hide file tree
Showing 14 changed files with 404 additions and 180 deletions.
5 changes: 0 additions & 5 deletions BUGS
Expand Up @@ -309,11 +309,6 @@ returning an array as first value always.
The assertion (EQ (SB-C::CONTINUATION-KIND SB-C::CONT) :BLOCK-START) failed.
This is still present in sbcl-0.6.8.

30:
The CMU CL reader code takes liberties in binding the standard read table
when reading the names of characters. Tim Moore posted a patch to the
CMU CL mailing list Mon, 22 May 2000 21:30:41 -0700.

31:
In some cases the compiler believes type declarations on array
elements without checking them, e.g.
Expand Down
7 changes: 4 additions & 3 deletions CREDITS
Expand Up @@ -482,7 +482,9 @@ project's CVS change logs.)

Martin Atzmueller:
He reported many bugs, fixed many bugs, ported various fixes
from CMU CL, and helped clean up various stale bug data.
from CMU CL, and helped clean up various stale bug data. (He has
been unusually energetic at this. As of sbcl-0.6.9.10, the
total number of bugs involved likely exceeds 100.)

Daniel Barlow:
He contributed sblisp.lisp, a set of patches to make SBCL
Expand All @@ -491,7 +493,7 @@ Daniel Barlow:
with SBCL.) He also figured out how to get the CMU CL dynamic object
file loading code to work under SBCL.

Cadabra, Inc.:
Cadabra, Inc. (later merged into GoTo.com):
They hired William Newman to do some consulting for them,
including the implementation of EQUALP hash tables for CMU CL;
then agreed to release the EQUALP code into the public domain,
Expand Down Expand Up @@ -531,4 +533,3 @@ Raymond Wiker:
CMU CL support for FreeBSD and updating it for the changes made
from FreeBSD version 3 to FreeBSD version 4. He also ported the
CMU CL extension RUN-PROGRAM, and related code, to SBCL.

7 changes: 4 additions & 3 deletions NEWS
Expand Up @@ -631,12 +631,13 @@ changes in sbcl-0.6.10 relative to sbcl-0.6.9:
* Bug #17 (differing COMPILE-FILE behavior between logical and
physical pathnames) has been fixed, and some related misbehavior too,
thanks to a patch from Martin Atzmueller.
?? Martin Atzmueller fixed several filesystem-related problems,
* Bug #30 (reader problems) is gone, thanks to a CMU CL patch
by Tim Moore, ported to SBCL by Martin Atzmueller.
* Martin Atzmueller fixed several filesystem-related problems,
including bug #36, in part by porting CMU CL patches, which were
written in part by Paul Werkowski.
?? #'(SETF DOCUMENTATION) is now defined.
* More compiler warnings in src/runtime/ are gone, thanks to
patches from Martin Atzmueller.
more patches from Martin Atzmueller.
* Martin Atzmueller pointed out that bug 37 was fixed by his patches
some time ago.

Expand Down

0 comments on commit 68c539a

Please sign in to comment.