|
|
CVS: sbcl BUGS,1.151,1.152 NEWS,1.132,1.133 version.lisp-expr,1.445,1.446: msg#00058
|
Subject: |
CVS: sbcl BUGS,1.151,1.152 NEWS,1.132,1.133 version.lisp-expr,1.445,1.446 |
Update of /cvsroot/sbcl/sbcl
In directory usw-pr-cvs1:/tmp/cvs-serv11153
Modified Files:
BUGS NEWS version.lisp-expr
Log Message:
0.7.4.28:
Fix BUG 179
... one character fix, and two-line test.
Some OpenMCL cross-compilation fixes
... prefer (declaim (ftype (*) ...)) to (declare (values ...))
... remove arrays that are undumpable from cross-compiler's logic.
Index: BUGS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/BUGS,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -d -r1.151 -r1.152
--- BUGS 12 Jun 2002 10:01:59 -0000 1.151
+++ BUGS 12 Jun 2002 11:51:55 -0000 1.152
@@ -1288,9 +1288,6 @@
(defclass c0 (b) ())
(make-instance 'c19)
-177:
- (fixed in sbcl-0.7.4.24)
-
178: "AVER failure compiling confused THEs in FUNCALL"
In sbcl-0.7.4.24, compiling
(defun bug178 (x)
@@ -1303,12 +1300,7 @@
(funcall (the nil x)))
179:
- Reported by Miles Egan on sbcl-devel 11 June 2002:
- In sbcl-0.7.4.x, doing
- $ touch /tmp/bad\*
- $ sbcl
- * (directory "/tmp/*")
- yields an error: "bad place for a wild pathname"
+ (fixed in sbcl-0.7.4.28)
DEFUNCT CATEGORIES OF BUGS
IR1-#:
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- NEWS 11 Jun 2002 16:13:35 -0000 1.132
+++ NEWS 12 Jun 2002 11:51:55 -0000 1.133
@@ -1141,6 +1141,8 @@
to David Lichteblau)
* bug 175 fixed: more-closely-ANSI CHANGE-CLASS function, now
accepting initargs. (thanks to Espen Johnsen and Pierre Mai)
+ * bug 179 fixed: DIRECTORY can now deal with filenames with pattern
+ characters in them.
* bug fix: Structure type predicate functions now check their argument
count as they should.
* bug fix: classes with :METACLASS STRUCTURE-CLASS now print
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.445
retrieving revision 1.446
diff -u -d -r1.445 -r1.446
--- version.lisp-expr 12 Jun 2002 10:02:00 -0000 1.445
+++ version.lisp-expr 12 Jun 2002 11:51:55 -0000 1.446
@@ -18,4 +18,4 @@
;;; for internal versions, especially for internal versions off the
;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"0.7.4.27"
+"0.7.4.28"
_______________________________________________________________
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
| |