1.0.28.66: implement SB-EXT:GET-TIME-OF-DAY
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 21 May 2009 15:27:37 +0000 (15:27 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 21 May 2009 15:27:37 +0000 (15:27 +0000)
commit9a82b26397de09d67372f34158090c2284fd1411
tree6a4a28e2407c9f2335d74c0ce65bcdcadba98aa6
parentd25e3478acccec70402ff32554669a982be8e281
1.0.28.66: implement SB-EXT:GET-TIME-OF-DAY

 * On unixoid platforms is this pretty much what UNIX-GETTIMEOFDAY
   used to be, whereas on Windows we build it on top of
   SystemTimeAsFileTime since gettimeofday() doesn't give us
   microseconds there -- it's almost as if the POSIX API support on
   Windows as intentionally sucky...

 * Keep UNIX-GETTIMEOFDAY around as a wrapper to GET-TIME-OF-DAY,
   since there are applications in the wild that use it directly.
   Scheduled for deletion towards to the end of 2009, or so.
NEWS
package-data-list.lisp-expr
src/code/time.lisp
src/code/unix.lisp
src/code/win32.lisp
version.lisp-expr