Update of /cvsroot/sbcl/sbcl
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv24087
Modified Files:
CREDITS version.lisp-expr
Log Message:
1.0.0.3: correct stack start addresses on Windows
* based on patch by Alastair Bridgewater.
* add AB to initials glossary and sort it by initials.
Index: CREDITS
===================================================================
RCS file: /cvsroot/sbcl/sbcl/CREDITS,v
retrieving revision 1.76
retrieving revision 1.77
diff -u -d -r1.76 -r1.77
--- CREDITS 19 Nov 2006 17:45:28 -0000 1.76
+++ CREDITS 30 Nov 2006 17:03:48 -0000 1.77
@@ -790,24 +790,25 @@
INITIALS GLOSSARY (helpful when reading comments, CVS commit logs, etc.)
-VJA Vincent Arkesteijn
-MNA Martin Atzmueller
-DB Daniel Barlow (also "dan")
-DTC Douglas Crosher
+AB Alastair Bridgewater
+AL Arthur Lemmens
APD Alexey Dejneka
-PFD Paul F. Dietz
-NJF Nathan Froyd
CLH Cyrus Harmon
-AL Arthur Lemmens
-DFL David Lichteblau
-RAM Robert MacLachlan
-PRM Pierre Mai
-MG Gabor Melis
-WHN William ("Bill") Newman
CSR Christophe Rhodes
+DB Daniel Barlow (also "dan")
+DFL David Lichteblau
+DTC Douglas Crosher
+JES Juho Snellman
JRXR Joshua Ross
-THS Thiemo Seufer
+MG Gabor Melis
+MNA Martin Atzmueller
+NJF Nathan Froyd
NS Nikodemus Siivola
-JES Juho Snellman
+PFD Paul F. Dietz
+PRM Pierre Mai
PVE Peter Van Eynde
PW Paul Werkowski
+RAM Robert MacLachlan
+THS Thiemo Seufer
+VJA Vincent Arkesteijn
+WHN William ("Bill") Newman
Index: version.lisp-expr
===================================================================
RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v
retrieving revision 1.3108
retrieving revision 1.3109
diff -u -d -r1.3108 -r1.3109
--- version.lisp-expr 30 Nov 2006 16:20:41 -0000 1.3108
+++ version.lisp-expr 30 Nov 2006 17:03:49 -0000 1.3109
@@ -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.2"
+"1.0.0.3"
|