0.6.12.15:
authorWilliam Harold Newman <william.newman@airmail.net>
Sat, 26 May 2001 20:33:48 +0000 (20:33 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sat, 26 May 2001 20:33:48 +0000 (20:33 +0000)
commit358cad8bdef5c670e1bbe94c430bd27544995433
tree3e2642462795e5f0e9e0de4cdf460e434aaa1b5a
parent68a83a65688bb578163c502e045da298d20a1f0c
0.6.12.15:
turned interrupt_install_low_level_handler() into
undoably_install_low_level_interrupt_handler(), which
uses atexit() to arrange for the handler to be removed
at exit, for tidiness in general and specifically
because without the the interaction between the GC
and the exit()-time segfaults caused by memory
corruption is making it tricky to debug the
OpenBSD port
src/runtime/alpha-arch.c
src/runtime/bsd-os.c
src/runtime/interrupt.c
src/runtime/interrupt.h
src/runtime/linux-os.c
src/runtime/x86-arch.c
version.lisp-expr