0.8.18.36:
authorJuho Snellman <jsnell@iki.fi>
Wed, 19 Jan 2005 21:11:00 +0000 (21:11 +0000)
committerJuho Snellman <jsnell@iki.fi>
Wed, 19 Jan 2005 21:11:00 +0000 (21:11 +0000)
commitc3334d2307b721cfcea29e6abcd33e48487fb1ea
treea84f6951792bf763468b5ce64509ad9a636cc6b1
parenta74b61e0469b5954e48600600c0b7b7fe4ff46f8
0.8.18.36:
x86-64 fixes:
        * Implement arrange_return_to_lisp_function to make stack
          exhaustion detection work.
        * Fix select on fds > 32 on 64-bit platforms (patch by
          Cheuksan Edward Wang).
        * Copy apd's x86 fix for DATA-VECTOR-SET-C overflow from
          0.8.18.35.
        * Use -fPIC for building shared libraries in tests/foreign.test.sh
          on x86-64.
        * Remove i586_bzero from x86-64-assem.S.
src/code/unix.lisp
src/compiler/x86-64/array.lisp
src/runtime/interrupt.c
src/runtime/x86-64-assem.S
tests/foreign.test.sh
version.lisp-expr