Handle run-program with :directory nil.
[sbcl.git] / tests / run-program.impure.lisp
2013-12-31 Stas BoukarevHandle run-program with :directory nil.
2013-11-01 Stas Boukarevtests: better reports when /bin/ed is not present.
2013-04-29 Stas BoukarevAdd :directory argument to sb-ext:run-program.
2012-07-19 David LichteblauRestore buildability of run-program.impure on win32
2012-07-19 David Lichteblauwin32: Mark all currently failing tests as such
2012-04-13 Stas Boukarevrun-program: proper handling of :if-input-does-not...
2011-11-18 Nicolas Edelpass errno from exec() to parent in spawn()
2011-11-09 Jim WiseAdjust for NetBSD location of perl.
2011-09-06 Max MikhanoshaFix (run-program) to cleanup fd handlers
2011-06-06 Jim WiseRework test infrastructure to keep track of tests which...
2011-05-12 Nikodemus Siivola1.0.48.15: fix null broadcast-streams as RUN-PROGRAM...
2011-05-10 Nikodemus Siivola1.0.48.8: better binary stream support in RUN-PROGRAM
2011-05-10 Nikodemus Siivola1.0.48.7: add FD-STREAM-FD-TYPE, use it to decide when...
2010-09-03 Nikodemus Siivola1.0.42.29: tweak run-program.impure.lisp
2010-09-03 Nikodemus Siivola1.0.42.28: package locks to guard against DEFMACRO...
2010-09-01 Nikodemus Siivola1.0.42.21: grab-bag of Solaris related fixes
2010-05-20 Alastair Bridgewater1.0.38.8: Test suite cleanups.
2010-04-30 Christophe Rhodes1.0.37.74: support NetBSD-current
2010-04-07 Nikodemus Siivola1.0.37.47: less pain for building threads on Darwin
2009-10-25 Christophe Rhodes1.0.32: will be tagged as sbcl_1_0_32
2009-10-03 Juho Snellman1.0.31.27: RUN-PROGRAM process group change
2009-06-15 Nikodemus Siivola1.0.29.8: :PTY and stream arguments in RUN-PROGRAM
2009-04-24 Gabor Melis1.0.27.39: SIGCHLD related fixes
2008-01-31 Richard M Kreuter1.0.14.9: Fix regression in RUN-PROGRAM when :INPUT...
2006-12-03 Nikodemus Siivola1.0.0.16: fix SB-POSIX:READDIR to work when built with...
2006-12-03 Nikodemus Siivola1.0.0.14: fix run-program.impure.lisp on OS X 10.4...
2006-06-10 Juho Snellman0.9.13.42:
2006-06-10 Nikodemus Siivola0.9.13.40: RUN-PROGRAM tweak
2006-03-15 Juho Snellman0.9.10.36: