|
[Sbcl-commits] CVS: sbcl/tests interface.pure.lisp,1.32,1.33
From: Juho Snellman <jsnell@us...> - 2006-01-29 22:04
|
Update of /cvsroot/sbcl/sbcl/tests
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5607/tests
Modified Files:
interface.pure.lisp
Log Message:
0.9.9.9:
Don't signal an error on (DOCUMENTATION 'FOO 'STRUCTURE) when
there's no structure named 'FOO (reported by Glenn Ehrlich).
Index: interface.pure.lisp
===================================================================
RCS file: /cvsroot/sbcl/sbcl/tests/interface.pure.lisp,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -d -r1.32 -r1.33
--- interface.pure.lisp 16 Jan 2006 15:10:24 -0000 1.32
+++ interface.pure.lisp 29 Jan 2006 22:04:16 -0000 1.33
@@ -66,6 +66,7 @@
(documentation 'fixnum 'type)
(documentation 'class 'type)
(documentation (find-class 'class) 'type)
+(documentation 'foo 'structure)
;;; DECODE-UNIVERSAL-TIME should accept second-resolution time-zones.
(macrolet ((test (ut time-zone list)
|
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl/tests interface.pure.lisp,1.32,1.33 | Juho Snellman <jsnell@us...> |