0.9.18.6: Win32 get-internal-real-time improved
authorNikodemus Siivola <nikodemus@random-state.net>
Thu, 26 Oct 2006 08:38:49 +0000 (08:38 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Thu, 26 Oct 2006 08:38:49 +0000 (08:38 +0000)
commit2b90fd1dbad23322258222a2ef4cef7f6a00831d
tree5f8db4c1e7a539fb926e4c77d8d8d1dd0ce46ad7
parentebee2761543b208483fe763b1d329d5d0014b892
0.9.18.6: Win32 get-internal-real-time improved
 * The old version was accurate only to the second, new one gets
   milliseconds right.
 * Move unix/win32 implementation bodies of GET-INTERNAL-*-TIME to
   unix.lisp and win32.lisp (less conditionalization).
 * Move *GC-RUN-TIME* zeroing to GC-REINIT.
 * Initialize the system epoch to start time, not to time of first
   call to GET-INTERNAL-REAL-TIME, document system epoch in
   GET-INTERNAL-REAL-TIME.
 * Sort the stub function calls in src/runtime/win32.c nicely.
12 files changed:
NEWS
build-order.lisp-expr
package-data-list.lisp-expr
src/code/cold-init.lisp
src/code/early-time.lisp [new file with mode: 0755]
src/code/gc.lisp
src/code/time.lisp
src/code/unix.lisp
src/code/win32-os.lisp
src/code/win32.lisp
src/runtime/win32-os.c
version.lisp-expr