- 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
-