Add safepoint mechanism
[sbcl.git] / src / runtime / alloc.c
2012-08-10 David LichteblauAdd safepoint mechanism
2011-10-19 Alastair BridgewaterGeneral disentwingling of fixnums and words.
2010-08-07 Alastair Bridgewater1.0.41.21: runtime: Current stack and frame pointers...
2009-03-22 Gabor Melis1.0.26.17: fix GC/SIG_STOP_FOR_GC race
2009-03-22 Gabor Melis1.0.26.15: interrupt.c refactoring
2009-03-14 Gabor Melis1.0.26.2: alloc_code_object facelift
2009-02-16 Gabor Melis1.0.25.35: check that gc signals are unblocked
2009-02-16 Gabor Melis1.0.25.26: less interrupt handling leftovers
2009-02-16 Gabor Melis1.0.25.24: x86/x86-64 runtime pseudo atomic fixes
2009-02-16 Gabor Melis1.0.25.23: more allocation checks
2009-02-16 Gabor Melis1.0.25.16: minor stylistics changes in the runtime
2009-02-16 Gabor Melis1.0.25.13: 80 chars, trailing space
2008-12-03 Nikodemus Siivola1.0.23.16: more generic assembly op optimizations on...
2008-12-02 Nikodemus Siivola1.0.23.14: fix CheyneyGC build
2008-12-02 Nikodemus Siivola1.0.23.13: missing declaration from Cheyney GC port...
2008-12-01 Nikodemus Siivola1.0.23.10: allocate code objects using allocation CODE_...
2008-12-01 Nikodemus Siivola1.0.23.9: extend pa_alloc to accept a page_type_flag
2008-12-01 Nikodemus Siivola1.0.23.6: move code-object allocation to C side on...
2008-09-22 Gabor Melis1.0.20.18: minor gencgc cleanups
2007-09-26 NIIMI Satoshi1.0.10.1: Cleanup code
2007-06-18 Juho Snellman1.0.6.51: clean up compiler warnings in the runtime
2006-02-22 Christophe Rhodes0.9.9.38:
2006-02-21 Christophe Rhodes0.9.9.36:
2005-10-15 Thiemo Seufer0.9.5.71:
2005-08-11 Gabor Melis0.9.3.41: gc trigger
2005-07-14 William Harold Newman0.9.2.42:
2005-06-08 Gabor Melis0.9.1.29:
2004-08-10 Nathan Froyd0.8.13.47:
2004-07-19 Daniel Barlow0.8.12.42
2003-10-02 Daniel Barlow0.8.4.1
2003-06-18 Christophe Rhodes0.8.0.78.vector-nil-string.1:
2003-04-02 Daniel Barlow0.pre8.28
2003-02-27 Daniel Barlow0.7.13.5
2002-08-06 Daniel Barlow0.7.6.12:
2002-06-07 Daniel Barlow0.7.4.17: Mostly Alpha fixes
2002-04-04 Christophe Rhodes0.7.2.6:
2001-12-29 William Harold Newman0.pre7.104:
2001-10-10 William Harold Newman0.pre7.58:
2001-10-08 William Harold Newman0.pre7.56:
2001-07-14 William Harold Newman0.6.12.48:
2001-06-10 William Harold Newman0.6.12.28:
2001-05-18 William Harold Newman0.6.12.7.flaky1.1:
2001-05-15 William Harold Newman0.6.12.7.flaky1:
2001-05-07 William Harold Newman0.6.12.3:
2000-10-20 William Harold Newman0.6.7.22: removed CVS dollar-Header-dollar tags from...
2000-10-17 William Harold Newman0.6.7.13: dynamic-space simplification (only one dynami...
2000-09-18 William Harold NewmanInitial revision