- Jun 07, 2000
-
-
dtc authored
multiple of 1/3600 as required by ANSI CL, rather than just multiples of 1/60.
-
- Jan 29, 1998
-
-
dtc authored
use of this to implement get-internal-run-time and get-system-info. This allows the run time to be obtained on Solaris 2.4, and is reportedly faster than getrusage on later versions of Solaris.
-
- Jul 12, 1996
-
-
ram authored
-
- Oct 31, 1994
-
-
ram authored
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Nov 13, 1993
-
-
wlott authored
encode-universal-time to be sane and to correctly deal with timezones. Well, at least they are closer to dealing correctly with timezones.
-
- Aug 25, 1993
-
-
ram authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Aug 05, 1992
-
-
ram authored
number-consing and generic arithmetic. Also, rearranged the computation so that the time is correctly computed for up to 457 days, instead of only 71 minutes.
-
- Mar 14, 1992
-
-
ram authored
is displayed.
-
- Feb 20, 1992
-
-
ram authored
-
- Feb 19, 1992
-
-
wlott authored
-
- Feb 14, 1992
-
-
wlott authored
-
- Aug 30, 1991
-
-
ram authored
syscalls. Use SYSTEM:GET-SYSTEM-INFO for os-independent operation.
-
- Aug 23, 1991
-
-
ram authored
when it isn't.
-
- Feb 08, 1991
-
-
ram authored
-
- Feb 04, 1991
-
-
ram authored
call to minimize the probability of bignum results. Changed both GET-INTERNAL-REAL-TIME and GET-INTERNAL-RUN-TIME to assume that the syscall does ERRNO checking and to have a locally unsafe policy.
-
- Aug 24, 1990
-
-
wlott authored
-
- May 30, 1990
-
-
cvs2git authored
-
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 22, 1990
-
-
ram authored
Made a simple tweak to DECODE-UNIVERSAL-TIME that, in compliance with the new standard, ignores daylight-savings-time when the user supplies the :time-zone argument.
-
- Feb 07, 1990
-
-
ram authored
%TIME with the form wrapped into a lambda. This helps interpreted uses of TIME, mainly by reducing the spurious elapsed time for preprocessing the huge form, but should also produce somewhat more accurate results, since the code in %TIME always runs compiled. Theoretically this could have a slight negative effect on the accuracy of compiled uses by introducing a call, but this should be well down in the noise, since call overhead should be well less than the clock resolution.
-
- Feb 06, 1990
-
-
ram authored
-