mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
* on some versions of darwin symbols without a leading _ are dropped
by the linker. Use a leading _ on Darwin ldso_stub functions.
* Add a FIXME about 128-bit integeer passing being broken on x86-64
* _DARWIN_UNIX03 support
** os_context_t is now __darwin_ucontext
** eip -> __eip (and friends) - use macro hackery EIP etc...
** use darwin_ucontext/darwin_mcontext instead of struct
ucontext/mcontext where appropriate.
** struct ucontext -> os_context_t where appropriate
* allow socket-error for the aceptable errors in inet-socket error
test cases
* Add a fix me about a rumored OS bug fix that in name-service tests
|
||
|---|---|---|
| .. | ||
| .cvsignore | ||
| canonicalize-whitespace | ||
| canonicalize-whitespace-1 | ||
| check-canonical-whitespace | ||
| determine-endianness.c | ||
| grep-noncanonical-whitespace | ||
| grovel-features.sh | ||
| grovel-headers.c | ||
| ldso-stubs.lisp | ||
| Makefile | ||
| os-provides-blksize-t-test.c | ||
| os-provides-dladdr-test.c | ||
| os-provides-dlopen-test.c | ||
| os-provides-putwc-test.c | ||
| os-provides-suseconds-t-test.c | ||
| rtf.lisp | ||
| sparc-funcdef.sh | ||
| ucd.lisp | ||
| UnicodeData.txt | ||
| where-is-mcontext.c | ||
| whitespacely-canonical-filenames | ||
| wxs.lisp | ||