Handle run-program with :directory nil.
[sbcl.git] / src / code / run-program.lisp
2013-12-31 Stas BoukarevHandle run-program with :directory nil.
2013-10-16 Stas Boukarevrun-program: Improve argument escaping on WIN32.
2013-10-16 Stas Boukarevrun-program: Add support for :environment on WIN32.
2013-04-30 Stas BoukarevDocument the new :directory argument for run-program.
2013-04-29 Stas BoukarevAdd :directory argument to sb-ext:run-program.
2012-11-13 David LichteblauFurther work towards use of win32 file HANDLEs
2012-11-02 David LichteblauExtend use of the linkage table to static symbols
2012-10-05 David LichteblauPreliminary work towards threads on win32
2012-07-26 Stas Boukarevrun-program: Don't make pty the process's controlling...
2012-05-22 Stas Boukarevrun-program: Don't use /tmp unconditionally.
2012-05-22 Stas Boukarevrun-program: Don't decode and re-encode environ.
2012-04-13 Stas Boukarevrun-program: proper handling of :if-input-does-not...
2011-11-20 Nikodemus Siivolafix RUN-PROGRAM :WAIT T on Windows
2011-11-18 Nicolas Edelpass errno from exec() to parent in spawn()
2011-09-30 Anton Kovalenkofix run-program misaligned access
2011-09-30 David LichteblauFix the build on Windows
2011-09-06 Max MikhanoshaFix (run-program) to cleanup fd handlers
2011-06-17 Nikodemus SiivolaRUN-PROGRAM: apply the external-format to the PTY strea...
2011-06-11 Paul KhuongFix a corner case in RUN-PROGRAM with very long argumen...
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
2010-09-30 Nikodemus Siivola1.0.43.5: add :EXTERNAL-FORMAT argument to RUN-PROGRAM
2009-06-15 Nikodemus Siivola1.0.29.8: :PTY and stream arguments in RUN-PROGRAM
2009-04-27 Gabor Melis1.0.27.47: fix RUN-PROGRAM on windows
2009-04-24 Gabor Melis1.0.27.39: SIGCHLD related fixes
2009-01-03 Nikodemus Siivola1.0.24.17: grab-bag of fixes to make hpux-os smile
2008-03-12 Nikodemus Siivola1.0.15.20: refactor "system locks" framework, one TIMER...
2008-02-29 Nikodemus Siivola1.0.15.5: handler from COPY-DESCRIPTOR-TO-STREAM to...
2008-01-31 Richard M Kreuter1.0.14.9: Fix regression in RUN-PROGRAM when :INPUT...
2008-01-10 Richard M Kreuter1.0.13.19: Odds and ends (OpenBSD NEWS, minor bug in...
2008-01-09 Richard M Kreuter1.0.13.18: Revived OpenBSD support, contributed by...
2008-01-01 Juho Snellman1.0.13.7: Fix off-by-one regression in STRING-LIST...
2007-12-21 Richard M Kreuter1.0.12.42: Fix minor regression in RUN-PROGRAM on win32
2007-12-19 Richard M Kreuter1.0.12.37: RUN-PROGRAM now uses execvp(3) to search...
2007-12-16 Richard M Kreuter1.0.12.34: fix bug, add error signalling in RUN-PROGRAM
2007-12-13 Richard M Kreuter1.0.12.32: Fix RUN-PROGRAM bug introduced in 1.0.12.31.
2007-12-13 Richard M Kreuter1.0.12.31: using default external format for RUN-PROGRA...
2007-12-09 Nikodemus Siivola1.0.12.21: using default external format for RUN-PROGRA...
2007-06-08 Nikodemus Siivola1.0.6.36: ALLOW-WITH-INTERRUPTS and interrupt safe...
2006-11-15 Nathan Froyd0.9.18.55:
2006-10-26 Nikodemus Siivola0.9.18.7: Win32 RUN-PROGRAM :WAIT T tweak
2006-09-07 Nikodemus Siivola0.9.16.21: small fixes and cleanups
2006-09-06 Juho Snellman0.9.16.17:
2006-09-02 Juho Snellman0.9.16.14:
2006-08-18 Teemu Kalvas0.9.15.38: RUN-PROGRAM win32 patch
2006-08-16 Nikodemus Siivola0.9.15.35: fix CONS :SIMPLE-= method
2006-08-14 Teemu Kalvas0.9.15.31: RUN-PROGRAM win32 patch
2006-06-10 Nikodemus Siivola0.9.13.40: RUN-PROGRAM tweak
2006-04-20 Alexey Dejneka0.9.11.41:
2006-04-19 Nikodemus Siivola0.9.11.39: more RUN-PROGRAM support on Windows
2006-04-14 Nikodemus Siivola0.9.11.33: fix buglets introduced by .31 on non-Windows
2006-04-13 Nikodemus Siivola0.9.11.31: misc win32 improvements
2006-04-06 Christophe Rhodes0.9.11.16:
2006-04-05 Rudi Schlatte0.9.11.13
2006-03-15 Juho Snellman0.9.10.32:
2006-03-14 Rudi Schlatte0.9.10.30
2006-03-14 Rudi Schlatte0.9.10.29
2006-03-11 Rudi Schlatte0.9.10.28
2005-07-14 William Harold Newman0.9.2.43:
2005-07-07 Gabor Melis0.9.2.34:
2005-05-15 Rudi Schlatte0.9.0.34
2005-03-28 Nathan Froyd0.8.21.5:
2005-01-06 Christophe Rhodes0.8.18.14:
2004-12-03 Christophe Rhodes0.8.17.18:
2004-11-01 Christophe Rhodes0.8.16.24:
2004-11-01 Christophe Rhodes0.8.16.22:
2004-10-30 Christophe Rhodes0.8.16.16:
2003-09-01 Christophe Rhodes0.8.3.18:
2003-09-01 Alexey Dejneka0.8.3.17:
2003-06-23 Christophe Rhodes0.8.0.78.vector-nil-string.6:
2003-06-04 Daniel Barlow0.8.0.33
2003-05-03 William Harold Newman0.8alpha.0.9:
2003-02-26 Daniel Barlow0.7.13.3
2002-07-23 Daniel Barlow0.7.6.1:
2002-03-25 Christophe Rhodes0.7.1.1:
2002-02-08 William Harold Newman0.7.1.15:
2002-02-07 William Harold Newman0.7.1.14:
2002-01-16 William Harold Newman0.pre7.140:
2002-01-12 William Harold Newman0.pre7.124:
2001-12-12 William Harold Newman0.pre7.90:
2001-12-12 William Harold Newman0.pre7.88:
2001-10-11 William Harold Newman0.pre7.60:
2001-10-11 William Harold Newman0.pre7.59:
2001-08-31 William Harold Newman0.pre7.27:
2001-08-10 William Harold Newman0.pre7.9:
2001-06-07 William Harold Newman0.6.12.24:
2001-05-19 William Harold Newman0.6.12.7.flaky1.2:
2001-04-17 William Harold Newman0.6.11.41:
2001-04-17 William Harold Newman0.6.11.40:
2001-04-15 William Harold Newman0.6.11.37:
2001-03-12 William Harold Newman0.6.11.13:
2001-03-05 William Harold Newman0.6.11.12:
2001-03-02 William Harold Newman0.6.11.10:
2001-01-19 William Harold Newman0.6.10.2:
2001-01-05 William Harold Newman0.6.9.18:
2000-11-09 William Harold Newman0.6.8.12:
2000-11-05 William Harold Newman0.6.8.9:
2000-10-20 William Harold Newman0.6.7.22: removed CVS dollar-Header-dollar tags from...
2000-10-02 William Harold Newmancrudely patched to run on OpenBSD (which was broken...
2000-09-27 William Harold Newmancleanup related to RAW's port of RUN-PROGRAM:
next