LLP64: change signed long to sword_t
[sbcl.git] / src / runtime / coreparse.c
2012-11-20 David LichteblauLLP64: change signed long to sword_t
2012-11-20 David LichteblauLLP64: change unsigned long to uword_t
2012-11-20 David LichteblauLLP64: replace uses of sizeof(long) where pointer size...
2012-11-20 David LichteblauLLP64: adjust calls to printf-like functions with point...
2012-05-17 Stas BoukarevFix build on windows.
2012-05-01 Stas Boukarevruntime clean up.
2012-02-19 Stas Boukarevcoreparse.c: Fix a typo WORD_FTMX -> WORD_FMTX.
2011-11-27 Nikodemus Siivolacleanup: pacify GCC with an extra pair of parens
2011-11-27 Nikodemus Siivolacleanup: types in load_core_file
2011-11-27 Nikodemus Siivolacleanup: page_index_t canonicalization
2011-11-19 Nikodemus Siivoladefault nursery to 5% of total dynamic space size on...
2011-11-09 Nikodemus Siivolakilling lutexes, adding timeouts
2011-09-30 David LichteblauFix the build on Windows
2011-09-29 Juho SnellmanProbably fix compile on win32 (no sys/mman.h).
2011-09-29 Juho SnellmanSilence a warning about assignment in conditional
2011-08-28 Paul KhuongOptionally mark pages from cores as de-duplicatable
2011-08-28 Paul KhuongOptional support for zlib-based in-memory deflate/infla...
2011-08-25 David LichteblauAllow use of the --core option with embedded core files
2009-11-11 Nikodemus Siivola1.0.32.25: save page table allocation information into...
2009-09-11 Nikodemus Siivola1.0.31.3: fix saving runtime options from executable...
2009-01-03 Nikodemus Siivola1.0.24.13: solve overlapping mmap and munmap slices...
2008-10-17 Nikodemus Siivola1.0.21.24: saving runtime options in executables
2008-09-22 Gabor Melis1.0.20.19: gencgc: rename first_object_offset
2008-02-19 Nikodemus Siivola1.0.14.38: build runtime with -Wsign-compare, and clean...
2007-06-18 Juho Snellman1.0.6.51: clean up compiler warnings in the runtime
2007-01-15 Juho Snellman1.0.1.28: Fix SBCL on PPC with 65k pages.
2006-12-15 sa2c1.0.0.32: support for FreeBSD/x86-64
2006-11-03 Nikodemus Siivola0.9.18.31: room fix
2006-11-02 Nikodemus Siivola0.9.18.29: --dynamic-space-size command-line switch
2006-06-03 Juho Snellman0.9.13.22:
2006-03-04 Juho Snellman0.9.10.14:
2006-02-05 Juho Snellman0.9.9.12:
2006-01-03 Christophe Rhodes0.9.8.7:
2005-12-04 Thiemo Seufer0.9.7.12:
2005-10-19 Thiemo Seufer0.9.5.77:
2005-10-12 Juho Snellman0.9.5.52:
2005-08-19 Gabor Melis0.9.3.65:
2005-07-14 William Harold Newman0.9.2.42:
2005-06-01 Christophe Rhodes0.9.1.10:
2004-04-05 Daniel Barlow0.8.9.18
2004-03-30 Christophe Rhodes0.8.9.8:
2004-02-20 William Harold Newman0.8.7.57:
2003-09-18 Kevin Rosenberg0.8.3.78:
2003-04-02 Daniel Barlow0.pre8.28
2003-02-27 Daniel Barlow0.7.13.5
2002-11-24 Christophe Rhodes0.7.9.65:
2002-10-02 William Harold Newman0.7.8.12:
2002-08-06 Daniel Barlow0.7.6.12:
2002-06-15 William Harold Newman0.7.4.34:
2002-03-25 Christophe Rhodes0.7.1.1:
2001-07-30 William Harold Newman0.6.12.49:
2001-06-10 William Harold Newman0.6.12.28:
2001-05-23 William Harold Newman0.6.12.13:
2001-05-22 William Harold Newman0.6.12.12:
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-11-01 William Harold Newman0.6.8.3: added CODE-COMPONENT slot for NO-DEBUG-INFO...
2000-10-22 William Harold Newman0.6.7.24: fixed some gcc warnings
2000-10-20 William Harold Newman0.6.7.22: removed CVS dollar-Header-dollar tags from...
2000-10-18 William Harold Newman0.6.7.14: Some constant C vars are now constants.
2000-10-17 William Harold Newman0.6.7.13: dynamic-space simplification (only one dynami...
2000-09-18 William Harold NewmanInitial revision