summaryrefslogtreecommitdiff
path: root/jim-exec.c
Commit message (Expand)AuthorAge
* exec: Don't force SIGPIPE to be enabledSteve Bennett2019-09-06
* exec: Finally get the environ rightSteve Bennett2018-07-09
* exec: Fix environment for windowsSteve Bennett2018-07-08
* exec: Better adhere to possible vfork restrictionsSteve Bennett2018-07-08
* remove some unused variable assignmentsSteve Bennett2018-07-08
* doc: Update remaining references to os.waitSteve Bennett2017-10-21
* signal, exec, wait, pid: improvements, especially to execSteve Bennett2017-10-17
* exec: Fix check for | and |&Steve Bennett2017-05-12
* exec: Validate that a command is givenSteve Bennett2017-05-12
* exec: Fix windows exec with empty or unset envSteve Bennett2016-10-09
* Avoid re-defining _GNU_SOURCEEvan Hunter2016-10-09
* jim-exec: use exec false on failed exec in --maintainer modeSteve Bennett2016-10-06
* exec: ensure closed fd is -1Steve Bennett2016-10-02
* jim-exec.c: Seek with SetFilePointer for appendingDanyil Bohdan2016-08-29
* exec: On win32, use FILE_ATTRIBUTE_NORMAL with CreateFile()Steve Bennett2016-08-29
* Don't unconditionally define _GNU_SOURCESteve Bennett2016-08-17
* exec: Fix a warning on mingwSteve Bennett2016-03-27
* exec: Avoid lstrcpyn on windows and just use snprintf()Steve Bennett2016-03-27
* exec: read output from pipe before waiting for childrenSteve Bennett2016-03-27
* exec: Fix race condition in collecting err outputSteve Bennett2016-01-29
* exec: better handling of pipeline abnormal terminationSteve Bennett2015-03-12
* exec: simplify tempfile error msg handlingSteve Bennett2014-09-18
* Temporary file creation should respect $TMPDIRSteve Bennett2014-08-03
* exec, file: set umask before mkstempSteve Bennett2014-04-28
* many comment changes, some small code changesSteve Bennett2014-01-21
* exec: better handling of SIGPIPESteve Bennett2014-01-15
* exec: fix reaping of detached processesSteve Bennett2014-01-15
* exec: remove duplicate codeSteve Bennett2014-01-15
* exec: respect $::env even without tclcompatSteve Bennett2014-01-15
* Remove tabs from source filesSteve Bennett2014-01-03
* Fix jim-exec.c compiler warnings on mingwSteve Bennett2013-11-07
* Support nulls in [exec] immediate redirectionSteve Bennett2013-08-19
* Fix bug that was causing the system "environ" variable to be freed, which cau...Evan Hunter2012-10-10
* Space allocated for exec env may be one byte shortSteve Bennett2012-01-29
* use execvpe if available in [exec]Steve Bennett2011-12-16
* Ref count fix in execSteve Bennett2011-12-01
* Create build-jim-ext for building extensionsSteve Bennett2011-11-24
* Allow building with MSVC on windowsSteve Bennett2011-11-07
* exec was not removing temp filesSteve Bennett2011-09-13
* Implement full [exec] on mingw/msysSteve Bennett2011-09-12
* Fix an instance of declaration after codeSteve Bennett2011-07-22
* Minor code cleanupsSteve Bennett2011-07-07
* Better handling of environ on Mac OS XSteve Bennett2011-06-09
* Provide a fallback basic [exec] for (e.g.) mingw32Steve Bennett2011-06-09
* Fix some clang warningsSteve Bennett2011-06-03
* Add Jim_String() macroSteve Bennett2011-06-01
* Ensure detached child processes are reapedSteve Bennett2011-05-27
* Fix memory leak on exec argument errorSteve Bennett2011-05-18
* Use vfork() instead of fork() in [exec]Steve Bennett2010-12-15
* Add attributions to jim-exec.c from Tcl 6.7Steve Bennett2010-11-17