1.0.0.14: fix run-program.impure.lisp on OS X 10.4, new SB-POSIX test
authorNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Dec 2006 13:35:51 +0000 (13:35 +0000)
committerNikodemus Siivola <nikodemus@random-state.net>
Sun, 3 Dec 2006 13:35:51 +0000 (13:35 +0000)
commit0a477f244a6bf9a751603042d2b66f7e9c13e309
tree9858647648c97cf29bfea5de88967fbc3ae4c25c
parenteb459ec23eda2040d01a4200e0e7d4edb7e872a1
1.0.0.14: fix run-program.impure.lisp on OS X 10.4, new SB-POSIX test
  * stdin and stdout are buffered if the process is not talking to
    a tty, use use :PTY. (thanks to Sidney Markowitz)
  * additional test using cat, which doesn't need the :PTY as cat
    is apparently agressive enough about flushing the buffers.
    (thanks to Nash Foster)
  * additional SB-POSIX test from Stefan Lang, currently failing.
contrib/sb-posix/posix-tests.lisp
tests/run-program.impure.lisp
version.lisp-expr