Fix make-array transforms.
[sbcl.git] / src / runtime / gencgc.c
2009-02-16 Gabor Melis1.0.25.17: kill runtime warnings
2009-02-16 Gabor Melis1.0.25.16: minor stylistics changes in the runtime
2009-01-12 Nikodemus Siivola1.0.24.41: add necessary disambiguating curly braces...
2008-12-13 Nikodemus Siivola1.0.23.40: export page sizes to C with LU suffix
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.8: factor out similar code from gc_alloc_large...
2008-12-01 Nikodemus Siivola1.0.23.7: introduce page type flags
2008-10-17 Nikodemus Siivola1.0.21.24: saving runtime options in executables
2008-09-22 Gabor Melis1.0.20.20: fix gencgc on 32 bit platforms with 2gb...
2008-09-22 Gabor Melis1.0.20.19: gencgc: rename first_object_offset
2008-09-22 Gabor Melis1.0.20.18: minor gencgc cleanups
2008-09-15 Nikodemus Siivola1.0.20.6: smaller allocation regions & reduced pinning
2008-08-15 Nikodemus Siivola1.0.19.29: new function: page_region_start()
2008-08-15 Nikodemus Siivolanew function: is_lisp_immediate()
2008-05-30 Nikodemus Siivola1.0.17.13: grab-bag of SB-SPROF enhancements
2008-03-17 Nikodemus Siivola1.0.15.35: fix bitrotted GC sanity checks
2008-02-19 Nikodemus Siivola1.0.14.39: make GENCGC gencgc_zero_check=1 proof again
2008-02-19 Nikodemus Siivola1.0.14.38: build runtime with -Wsign-compare, and clean...
2007-12-09 Nikodemus Siivola1.0.12.19: runtime cleanups by Daniel Lowe
2007-11-09 Nikodemus Siivola1.0.11.19: hard failure for corrupted fixups vectors
2007-09-26 NIIMI Satoshi1.0.10.1: Cleanup code
2007-09-09 Nikodemus Siivola1.0.9.50: O(1) weak pointer scavenging
2007-08-09 Nikodemus Siivola1.0.8.19: :dont-safe finalizers and fd-stream thread...
2007-08-07 Juho Snellman1.0.8.18: Fix gc-safety bug in x86oid function calls
2007-06-28 Nikodemus Siivola1.0.7.2: fix potential GC errors due to bogus objects...
2007-06-20 Nikodemus Siivola1.0.6.59: bogus metacircles due to interrupted applicab...
2007-06-20 Nikodemus Siivola1.0.6.58: better heap exhaustion information
2007-06-18 Juho Snellman1.0.6.51: clean up compiler warnings in the runtime
2007-04-10 Cyrus Harmon1.0.4.54: x86-64/darwin preliminary threads support
2007-04-02 Nikodemus Siivola1.0.4.16: some GC and interrupt refactoring
2006-11-22 Juho Snellman0.9.18.67:
2006-11-17 Juho Snellman0.9.18.58:
2006-11-04 Thiemo Seufer0.9.18.33:
2006-11-03 Juho Snellman0.9.18.30:
2006-11-02 Nikodemus Siivola0.9.18.29: --dynamic-space-size command-line switch
2006-10-06 Christophe Rhodes0.9.17.8:
2006-09-15 Gabor Melis0.9.16.32: weak hash tables
2006-09-01 Gabor Melis0.9.16.8: less conservatism
2006-08-20 Gabor Melis0.9.15.41: preparation for weak hash tables
2006-06-06 Nathan Froyd0.9.13.27:
2006-06-05 Nikodemus Siivola0.9.13.26: Life after heap exhaustion on GENCGC
2006-06-03 Juho Snellman0.9.13.22:
2006-02-28 Juho Snellman0.9.10.6:
2006-02-22 Christophe Rhodes0.9.9.38:
2006-02-21 Christophe Rhodes0.9.9.36:
2006-02-17 Christophe Rhodes0.9.9.33:
2006-02-05 Juho Snellman0.9.9.12:
2006-01-08 Juho Snellman0.9.8.21:
2006-01-08 Juho Snellman0.9.8.20:
2006-01-07 Juho Snellman0.9.8.19:
2006-01-03 Christophe Rhodes0.9.8.7:
2005-12-04 Thiemo Seufer0.9.7.12:
2005-11-13 Gabor Melis0.9.6.42:
2005-11-06 Juho Snellman0.9.6.23:
2005-11-06 Juho Snellman0.9.6.21:
2005-10-12 Juho Snellman0.9.5.52:
2005-10-12 Juho Snellman0.9.5.51:
2005-10-11 Gabor Melis0.9.5.35:
2005-10-04 Gabor Melis0.9.5.20:
2005-08-31 Juho Snellman0.9.4.17:
2005-08-29 Gabor Melis0.9.4.14:
2005-08-26 Gabor Melis0.9.4.5:
2005-08-19 Gabor Melis0.9.3.64:
2005-08-19 Christophe Rhodes0.9.3.63:
2005-08-16 Juho Snellman0.9.3.60:
2005-08-11 Gabor Melis0.9.3.41: gc trigger
2005-08-02 Gabor Melis0.9.3.17
2005-07-14 William Harold Newman0.9.2.42:
2005-07-01 Gabor Melis0.9.2.9: thread objects
2005-06-19 Gabor Melis0.9.1.59:
2005-06-12 Christophe Rhodes0.9.1.38:
2005-06-09 Gabor Melis0.9.1.34:
2005-06-09 Gabor Melis0.9.1.33:
2005-06-08 Gabor Melis0.9.1.29:
2005-04-30 Christophe Rhodes0.9.0.9:
2005-04-14 Daniel Barlow0.8.21.41
2005-03-15 Juho Snellman0.8.20.23:
2005-01-06 Christophe Rhodes0.8.18.14:
2004-11-01 Christophe Rhodes0.8.16.23:
2004-10-27 Christophe Rhodes0.8.16.9:
2004-09-14 Christophe Rhodes0.8.14.23:
2004-09-08 Nathan Froyd0.8.14.2:
2004-08-10 Nathan Froyd0.8.13.47:
2004-08-06 Nathan Froyd0.8.13.32:
2004-07-29 Daniel Barlow0.8.3.11
2004-06-28 Christophe Rhodes0.8.12.6:
2004-04-15 Christophe Rhodes0.8.9.43:
2004-04-08 Christophe Rhodes0.8.9.29:
2004-04-06 Daniel Barlow0.8.9.24
2004-04-05 Daniel Barlow0.8.9.20
2004-03-30 Christophe Rhodes0.8.9.9:
2004-03-29 Christophe Rhodes0.8.9.6.netbsd.1:
2004-01-30 William Harold Newman0.8.7.32:
2004-01-29 William Harold Newman0.8.7.29:
2004-01-23 Christophe Rhodes0.8.7.21:
2004-01-14 Christophe Rhodes0.8.7.14:
2004-01-08 Christophe Rhodes0.8.7.10:
2004-01-01 Daniel Barlow0.8.7.3
2003-12-13 Daniel Barlow0.8.6.37
next