Update of /cvsroot/sbcl/sbcl
In directory usw-pr-cvs1:/tmp/cvs-serv20666
Modified Files:
.cvsignore NEWS version.lisp-expr
Log Message:
0.7.2.5:
merged coreythomas "doc build" patch sbcl-devel 2002-03-29
Index: .cvsignore
===================================================================
RCS file: /cvsroot/sbcl/sbcl/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** .cvsignore 27 Feb 2002 04:09:51 -0000 1.3
--- .cvsignore 3 Apr 2002 03:25:48 -0000 1.4
***************
*** 5,6 ****
--- 5,7 ----
customize-target-features.lisp
local-target-features.lisp-expr
+
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -d -r1.113 -r1.114
*** NEWS 1 Apr 2002 14:52:22 -0000 1.113
--- NEWS 3 Apr 2002 03:25:49 -0000 1.114
***************
*** 1066,1069 ****
--- 1066,1071 ----
* The fasl file format has changed again, to allow the compiler's
INFO database to support symbol macros.
+ * The user manual (in doc/) is formatted into HTML more nicely.
+ (thanks to coreythomas)
planned incompatible changes in 0.7.x:
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.378
retrieving revision 1.379
diff -C2 -d -r1.378 -r1.379
*** version.lisp-expr 1 Apr 2002 14:52:22 -0000 1.378
--- version.lisp-expr 3 Apr 2002 03:25:49 -0000 1.379
***************
*** 19,21 ****
;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
! "0.7.2.4"
--- 19,21 ----
;;; main CVS branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
! "0.7.2.5"
|