1.0.4.1: fix sb-posix atime/mtime/ctime
authorCyrus Harmon <ch-sbcl@bobobeach.com>
Mon, 26 Mar 2007 00:57:09 +0000 (00:57 +0000)
committerCyrus Harmon <ch-sbcl@bobobeach.com>
Mon, 26 Mar 2007 00:57:09 +0000 (00:57 +0000)
 * 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.

version.lisp-expr

index 28467ef..dfb585b 100644 (file)
@@ -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"