0.6.12.21.flaky2:
authorWilliam Harold Newman <william.newman@airmail.net>
Thu, 31 May 2001 21:12:04 +0000 (21:12 +0000)
committerWilliam Harold Newman <william.newman@airmail.net>
Thu, 31 May 2001 21:12:04 +0000 (21:12 +0000)
commitd171bd26f76aaa12d600542337b4186296c2c03d
tree535959d3e9eef402700ec29b7078daaccb106f36
parentfdf07da187cb31fd5bdd872c73245fd72877b1a1
0.6.12.21.flaky2:
(This version has a flaky GC/memory-corruption problem. It's
perfectly repeatable both on my OpenBSD box and on
my Linux box -- just "sh run-tests.sh" -- which is
why I thought it was worth saving this before I
messed with it too much. But it's flaky in that all
sorts of little harmless-looking program or test
changes made while trying to isolate the problem can
cause it to vanish.)
Dan Barlow's logical pathname tests sbcl-devel 2001-05-31
added DEFUN SANE-DEFAULT-PATHNAME-DEFAULTS
made all relative-to-absolute conversions go through
*DEFAULT-PATHNAME-DEFAULTS*, so Unix current directory
is only used to initialize *DEFAULT-PATHNAME-DEFAULTS*
(and thus UNIX-MAYBE-PREPEND-CURRENT-DIRECTORY goes
away)
package-data-list.lisp-expr
src/code/filesys.lisp
src/code/primordial-extensions.lisp
tests/interface.pure.lisp
tests/pathnames.impure.lisp
version.lisp-expr