0.9.18.46:
authorJuho Snellman <jsnell@iki.fi>
Sun, 12 Nov 2006 23:04:57 +0000 (23:04 +0000)
committerJuho Snellman <jsnell@iki.fi>
Sun, 12 Nov 2006 23:04:57 +0000 (23:04 +0000)
commit46e428110e302636b345928f6f052b8a282c64fa
treedefa2be09120d91a6cce41baa63e453b30ae7ddf
parent0d5ff04e2ced1cbb2979dd1a7fcfd7ba3d6da7c1
0.9.18.46:
        Support files >2GB on Linux/x86.

        * Compile the runtime (and the C type grovelers) with various flags
          to enable a 64-bit off_t.
        * Add C-side wrappers for various POSIX functions, so that we can
          reliably get the largefile versions of them from Lisp-side.
13 files changed:
NEWS
base-target-features.lisp-expr
contrib/sb-grovel/def-to-lisp.lisp
contrib/sb-posix/interface.lisp
contrib/sb-posix/macros.lisp
make-config.sh
src/code/unix.lisp
src/runtime/Config.x86-linux
src/runtime/GNUmakefile
src/runtime/largefile.c [new file with mode: 0644]
src/runtime/wrap.c
tools-for-build/grovel-headers.c
version.lisp-expr