0.9.3.60:
authorJuho Snellman <jsnell@iki.fi>
Tue, 16 Aug 2005 17:09:49 +0000 (17:09 +0000)
committerJuho Snellman <jsnell@iki.fi>
Tue, 16 Aug 2005 17:09:49 +0000 (17:09 +0000)
commitd2054d96f0c8200decf8b6b8560d754d3c541cd7
tree047fa1bb211121c9c6a97fdadd0f4cb2daf59114
parentb6096f4cafdf766cf52e5a821ffd299cdfc0b426
0.9.3.60:
* Bump +FASL-FILE-VERSION+.
* Add a couple of useful restarts for ENSURE-DIRECTORIES-EXIST.
          (patch from sbcl-devel "Proposed patch to ensure-directories-exist"
          2005-06-06 by Alan Shields)
        * Fix empty hash slot marker on 64-bit systems.
          (patch from sbcl-devel "Bug in hash tables on 64-bit systems and fix"
          2005-08-11 by Lutz Euler)
        * Clear the signal mask in the child process after run-program
          has forked. (patch from sbcl-devel "Blocked signals and run-program"
          2005-08-14 by Benedikt Schmidt).
src/code/early-fasl.lisp
src/code/filesys.lisp
src/code/hash-table.lisp
src/code/target-hash-table.lisp
src/compiler/generic/genesis.lisp
src/runtime/gencgc.c
src/runtime/run-program.c
tests/hash.pure.lisp [new file with mode: 0644]
version.lisp-expr