|
[Sbcl-commits] CVS: sbcl version.lisp-expr,1.3255,1.3256
From: Cyrus Harmon <slyrus@us...> - 2007-03-26 00:57
|
Update of /cvsroot/sbcl/sbcl In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv9462 Modified Files: version.lisp-expr Log Message: 1.0.4.1: fix sb-posix atime/mtime/ctime * st_atime, st_mtime and st_ctime were broken in a perhaps misguided attempt to fix these for x86-64 by exposing the timespec struct instead of just passing the first time_t (which is really the tv_sec field of the struct) as the return value. This patch restores the previous behavior. This may cause a regression for x86_64/darwin, but we should find a better fix. We should also consider removing the wrapped_stat bit and the corresponding C code wrapper. Index: version.lisp-expr =================================================================== RCS file: /cvsroot/sbcl/sbcl/version.lisp-expr,v retrieving revision 1.3255 retrieving revision 1.3256 diff -u -d -r1.3255 -r1.3256 --- version.lisp-expr 25 Mar 2007 16:39:54 -0000 1.3255 +++ version.lisp-expr 26 Mar 2007 00:57:09 -0000 1.3256 @@ -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.4" +"1.0.4.1" |
| Thread | Author | Date |
|---|---|---|
| [Sbcl-commits] CVS: sbcl version.lisp-expr,1.3255,1.3256 | Cyrus Harmon <slyrus@us...> |