- Apr 07, 2001
-
-
pw authored
Allow duplicate keyword arguments in macro calls and destructuring-bind to be ANSI compliant. Offending clause in VALIDATE-KEYWORD is commented out in case anyone needs to revive the old behaviour.
-
- Mar 04, 2001
-
-
pw authored
-
- Oct 16, 2000
-
-
dtc authored
-
- Sep 14, 2000
-
-
dtc authored
confusing output noted by Tunc Simsek.
-
- Jan 17, 2000
-
-
dtc authored
VOP takes care to decrease the stack pointer as the stack is scrubbed, which allows a grow-down control stack to be used on Linux.
-
- Dec 04, 1999
-
-
dtc authored
-
- Sep 26, 1998
-
-
pw authored
approximately twice as long as requested.
-
- Apr 10, 1998
-
-
pw authored
-
- Jan 16, 1998
-
-
dtc authored
of heap corruption and to try and handle return address on the stack. Enhance new-genesis to save the code fixups for x86 code objects allowing the code to be placed in the dynamic heap and thus garbage collected by purify.
-
- Jan 04, 1998
-
-
dtc authored
sys:wait-until-fd-usable but uses process-wait so avoids blocking if there are other runnable processes. Redefine the sleep function to use process-wait-with-timeout to avoid blocking if there are other runnable processes.
-
- Nov 21, 1997
-
-
dtc authored
compiled with support.
-
- Nov 18, 1997
-
-
dtc authored
-
- Nov 04, 1997
-
-
dtc authored
common binaries to be run on both: * The immediate-stack storage class has been removed, this is unnecessary as the descriptor-stack SC can be used. It may have once been part of some GC stragety to reduce the number of stack slots that needed to be noted for a GC. * The object allocation has been abstracted and cleaned up. This should produce slightly faster smaller code with CGC, and can be compiled to support inline allocation with GENCGC. CGC compiled code will run under GENCGC, and GENCGC binaries that don't use inline allocation will run under CGC. * A random hash is now placed in the unused symbol object slot (the symbol-hash slot). This saves flushing the info cache at each GC, and may have other uses for symbol based hash tables. Should help MP safety. * Common set of static symbols used by both CGC and GENCGC. * Corrections to the stack-ref VOP; now returns lisp objects not unsigned numbers. Required some patches to debug-int. * Inline unsigned/signed byte 32 to bignum allocation enabled. * Support for the x86 xadd instruction applied to instance slot and symbol values - may be handy for some MP code. * Bump up the FASL file version from 1 to 2.
-
- Sep 15, 1997
-
-
dtc authored
*current-unwind-protect-block*.
-
- Jan 18, 1997
-
-
ram authored
-
- May 07, 1996
-
-
ram authored
-
- Jul 26, 1995
-
-
phg authored
Note *batch-mode* is set at the command line.
-
- Oct 31, 1994
-
-
ram authored
-
- Feb 15, 1994
-
-
ram authored
wedge the error system if the type is malformed or undefined.
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Sep 03, 1993
-
-
wlott authored
%initial-function so that we can handler-bind before the defvar top-level-form has run.
-
- Aug 30, 1993
-
-
ram authored
-
- Aug 26, 1993
-
-
wlott authored
values* and deposit it, instead of depositing the index.
-
- Aug 19, 1993
- May 25, 1993
-
-
wlott authored
forms to get rid of warnings.
-
- May 22, 1993
-
-
wlott authored
-
- Feb 26, 1993
-
-
ram authored
-
- Feb 21, 1993
-
-
ram authored
initializations.
-
- Feb 04, 1993
-
-
ram authored
-
- Apr 12, 1992
-
-
wlott authored
exported. Moved the object-set stuff into serve-event.lisp. Added a call to GC-INIT to REINIT to facilitate making sure set-auto-gc- trigger gets called.
-
- Mar 08, 1992
-
-
wlott authored
-
- Feb 29, 1992
-
-
wlott authored
-
- Feb 21, 1992
-
-
wlott authored
-
- Feb 18, 1992
-
-
wlott authored
INTERFACE-COOKIE* start up with known values instead of whatever the last cold loaded file left them as.
-
- Feb 14, 1992
-
-
wlott authored
-
- Jan 21, 1992
-
-
ram authored
-