- Jul 08, 2004
-
-
rtoy authored
* alloc.c, coreparse.c, monitor.c, validate.c, vars.c: #include some files to get declarations of functions. * coreparse.c, lisp.c, monitor.c: Fix printf warnings about args not matching the format string.
-
- Jul 07, 2004
-
-
rtoy authored
* alloc.c: Include gencgc.h to get declaration of alloc(). * gencgc.c: o Include string.h for memset. o Initialize some vars that gcc complains might be uninitialized (but they're not). o scav_fdefn isn't used on sparc, so comment it out. o valid_dynamic_space_pointer, maybe_adjust_large_object, and preserve_pointer are only used on x86, so comment #ifdef them for i386. * os-common.c: o Fix a few printf warnings. o Cast args to bcopy.
-
- May 18, 2004
-
-
cwang authored
-
- Sep 13, 2003
-
-
gerd authored
* src/lisp/gencgc.c (set_pseudo_atomic_atomic) (clr_pseudo_atomic_atomic) [i386]: Reverse the values assigned to PSEUDO_ATOMIC_ATOMIC, remove semicolons. (alloc_pseudo_atomic): New function wrapping alloc in a pseudo-atomic section. (alloc): Remove code for the non-PA case, rewrite the rest to use a loop instead of goto.
-
- Nov 08, 1997
-
-
dtc authored
-
- Jan 21, 1997
-
-
ram authored
-
- Mar 27, 1994
-
-
hallgren authored
-
- Feb 11, 1994
-
-
cvs2git authored
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Jul 28, 1992
-
-
wlott authored
-
- Oct 22, 1991
-
-
wlott authored
*internal-gc-trigger* for the RT, and allocators explicitly test against it.
-
- Feb 16, 1991
-
-
wlott authored
-
- Oct 13, 1990
-
-
wlott authored
to the sigtrap handler so that lisp can still get at the other fpe's. Added all the necessary magic to get auto-gcing to work.
-
- Sep 27, 1990
-
-
wlott authored
-
- May 30, 1990
-
-
cvs2git authored
-
- May 25, 1990
-
-
ch authored
-
- Mar 28, 1990
-
-
ch authored
-
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 24, 1990
-
-
wlott authored
-