LLP64: replace uses of sizeof(long) where pointer size is meant
[sbcl.git] / src / runtime / backtrace.c
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...
2010-08-07 Alastair Bridgewater1.0.41.22: runtime: Rename backtrace() to lisp_backtrace().
2010-08-07 Alastair Bridgewater1.0.41.21: runtime: Current stack and frame pointers...
2009-12-22 Alastair Bridgewater1.0.33.29: Fix x86oid backtrace on sigaltstack in LDB.
2009-04-21 Gabor Melis1.0.27.14: bias x86oid frame pointer
2009-04-21 Gabor Melis1.0.27.11: swap ocfp and return-pc slots in x86oid...
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-02-16 Gabor Melis1.0.25.44: INTERRUPT-THREAD and timer improvements
2009-02-16 Gabor Melis1.0.25.33: protect against recursive gcs
2008-06-17 Nikodemus Siivola1.0.17.39: fix build on SIG_INTERRUPT_THREAD-less platforms
2008-05-30 Nikodemus Siivola1.0.17.12: win32 build fix
2008-05-30 Nikodemus Siivola1.0.17.11: unithread build fix
2008-05-28 Nikodemus Siivola1.0.17.1: describe_tread_state() for GDB convenience
2008-02-19 Nikodemus Siivola1.0.14.38: build runtime with -Wsign-compare, and clean...
2007-10-04 Thiemo Seufer1.0.10.18: Define __USE_GNU only if it wasn't already...
2007-06-18 Juho Snellman1.0.6.51: clean up compiler warnings in the runtime
2007-04-17 lisphacker1.0.4.98: Win32 build fix
2007-04-17 Juho Snellman1.0.4.93: backtrace_from_fp
2005-10-27 Thiemo Seufer0.9.6.1:
2005-10-01 Juho Snellman0.9.5.16:
2005-09-28 Thiemo Seufer0.9.5.5:
2005-09-27 Juho Snellman0.9.5.3:
2005-09-09 Thiemo Seufer0.9.4.53:
2005-08-31 Juho Snellman0.9.4.19:
2005-08-31 Juho Snellman0.9.4.17:
2005-08-26 Christophe Rhodes0.9.4.7:
2005-07-14 William Harold Newman0.9.2.42:
2005-06-01 Christophe Rhodes0.9.1.10:
2005-03-11 William Harold Newman0.8.20.17:
2005-01-06 Christophe Rhodes0.8.18.14:
2004-11-01 Christophe Rhodes0.8.16.23:
2004-08-10 Nathan Froyd0.8.13.47:
2003-10-10 Alexey Dejneka0.8.4.17:
2003-09-18 Kevin Rosenberg0.8.3.78:
2003-08-25 Daniel Barlow0.8.3.1
2003-06-18 Christophe Rhodes0.8.0.78.vector-nil-string.1:
2003-04-03 Daniel Barlow0.pre8.33
2003-04-02 Daniel Barlow0.pre8.28
2003-02-27 Daniel Barlow0.7.13.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-10-08 William Harold Newman0.pre7.55:
2001-07-14 William Harold Newman0.6.12.48:
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-18 William Harold Newman0.6.7.15: control_stack stuff redone as Lisp/C constants
2000-09-18 William Harold NewmanInitial revision