0.6.12.16:
authorWilliam Harold Newman <william.newman@airmail.net>
Sun, 27 May 2001 13:02:55 +0000 (13:02 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Sun, 27 May 2001 13:02:55 +0000 (13:02 +0000)
commit35e306eeebc40ce947247e3df47a63f47d01734d
tree377e807566136c1de9288a2232627c860061b757
parent358cad8bdef5c670e1bbe94c430bd27544995433
0.6.12.16:
made LOAD handle EXTERNAL-FORMAT just the same way as
COMPILE-FILE already did, refusing any value other
than :DEFAULT
removed unused (and deprecated on OpenBSD) setregid/setreuid
stuff
converted "i386" to "__i386__" at various
"egrep 'def.*[^_]i386'" locations
added src/runtime/trymap.c (and noted that trymap fails for
the mapped area which the OpenBSD port uses for its
control stack, so now the mystery is no longer why
the OpenBSD port now complains about memory faults,
but why the OpenBSD port ever worked in the past)
12 files changed:
package-data-list.lisp-expr
src/code/target-load.lisp
src/compiler/fndb.lisp
src/compiler/x86/parms.lisp
src/runtime/.cvsignore
src/runtime/gc.c
src/runtime/interrupt.c
src/runtime/ldso-stubs.S
src/runtime/linux-os.c
src/runtime/trymap.c [new file with mode: 0644]
src/runtime/undefineds.h
version.lisp-expr