Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv25239
Modified Files:
NEWS version.lisp-expr
Log Message:
1.0.1:
release, will be tagged as sbcl_1_0_1
Index: NEWS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/NEWS,v
retrieving revision 1.1119
retrieving revision 1.1120
diff -u -d -r1.1119 -r1.1120
--- NEWS 15 Dec 2006 02:57:52 -0000 1.1119
+++ NEWS 26 Dec 2006 14:57:44 -0000 1.1120
@@ -41,7 +41,7 @@
to Alastair Bridgewater)
** TRACE :ENCAPSULATE NIL (and function end breakpoints)
work on Windows.
- ** Lisp is able to unwind foreing exception frames from alien
+ ** Lisp is able to unwind foreign exception frames from alien
callbacks. (thanks to Alastair Bridgewater)
changes in sbcl-1.0 relative to sbcl-0.9.18:
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3142
retrieving revision 1.3143
diff -u -d -r1.3142 -r1.3143
--- version.lisp-expr 20 Dec 2006 16:19:33 -0000 1.3142
+++ version.lisp-expr 26 Dec 2006 14:57:44 -0000 1.3143
@@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
-"1.0.0.36"
+"1.0.1"
|