index
:
riscv-openocd/jimtcl.git
bootstrap-jimsh
cmd-register
exec-tip424
expr-glob-regexp-op
kos-fixes
leval
master
master-next
msvc-fix-322
taint-support
tip424-exec
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
jim-exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-04
aio: change to use unix io, not stdio
Steve Bennett
1
-10
/
+5
2023-03-20
build: define _GNU_SOURCE only on the command line
Steve Bennett
1
-3
/
+0
2023-02-13
build: fix warning on Windows
Steve Bennett
1
-1
/
+1
2023-02-03
Convert some errant malloc/free to Jim_Alloc()/Jim_Free()
Steve Bennett
1
-1
/
+1
2023-02-01
build: fix a minor warning on macosx
Steve Bennett
1
-1
/
+3
2022-08-21
build: minor windows build fixes
Steve Bennett
1
-0
/
+2
2022-08-20
build: macos has deprecated vfork()
Steve Bennett
1
-1
/
+5
2022-05-08
wait: fix support for wait -1
Steve Bennett
1
-0
/
+6
2022-04-14
win32: Fix process handle vs pid distinction
Steve Bennett
1
-52
/
+56
2021-07-02
exec: support stdin fd being closed
Steve Bennett
1
-3
/
+3
2021-01-10
package: add ABI version checking
Steve Bennett
1
-5
/
+3
2020-05-04
exec: remove useless initialisation
Steve Bennett
1
-3
/
+0
2020-02-18
exec: fix valgrind warning on close(-1)
Antonio Borneo
1
-2
/
+2
2019-09-06
exec: Don't force SIGPIPE to be enabled
Steve Bennett
1
-17
/
+0
2018-07-09
exec: Finally get the environ right
Steve Bennett
1
-3
/
+7
2018-07-08
exec: Fix environment for windows
Steve Bennett
1
-4
/
+3
2018-07-08
exec: Better adhere to possible vfork restrictions
Steve Bennett
1
-11
/
+40
2018-07-08
remove some unused variable assignments
Steve Bennett
1
-1
/
+0
2017-10-21
doc: Update remaining references to os.wait
Steve Bennett
1
-1
/
+1
2017-10-17
signal, exec, wait, pid: improvements, especially to exec
Steve Bennett
1
-523
/
+316
2017-05-12
exec: Fix check for | and |&
Steve Bennett
1
-4
/
+5
2017-05-12
exec: Validate that a command is given
Steve Bennett
1
-0
/
+6
2016-10-09
exec: Fix windows exec with empty or unset env
Steve Bennett
1
-5
/
+32
2016-10-09
Avoid re-defining _GNU_SOURCE
Evan Hunter
1
-0
/
+2
2016-10-06
jim-exec: use exec false on failed exec in --maintainer mode
Steve Bennett
1
-0
/
+7
2016-10-02
exec: ensure closed fd is -1
Steve Bennett
1
-0
/
+1
2016-08-29
jim-exec.c: Seek with SetFilePointer for appending
Danyil Bohdan
1
-1
/
+5
2016-08-29
exec: On win32, use FILE_ATTRIBUTE_NORMAL with CreateFile()
Steve Bennett
1
-2
/
+2
2016-08-17
Don't unconditionally define _GNU_SOURCE
Steve Bennett
1
-0
/
+1
2016-03-27
exec: Fix a warning on mingw
Steve Bennett
1
-1
/
+1
2016-03-27
exec: Avoid lstrcpyn on windows and just use snprintf()
Steve Bennett
1
-2
/
+1
2016-03-27
exec: read output from pipe before waiting for children
Steve Bennett
1
-10
/
+9
2016-01-29
exec: Fix race condition in collecting err output
Steve Bennett
1
-20
/
+38
2015-03-12
exec: better handling of pipeline abnormal termination
Steve Bennett
1
-50
/
+75
2014-09-18
exec: simplify tempfile error msg handling
Steve Bennett
1
-11
/
+9
2014-08-03
Temporary file creation should respect $TMPDIR
Steve Bennett
1
-5
/
+3
2014-04-28
exec, file: set umask before mkstemp
Steve Bennett
1
-1
/
+3
2014-01-21
many comment changes, some small code changes
Steve Bennett
1
-30
/
+17
2014-01-15
exec: better handling of SIGPIPE
Steve Bennett
1
-12
/
+19
2014-01-15
exec: fix reaping of detached processes
Steve Bennett
1
-5
/
+11
2014-01-15
exec: remove duplicate code
Steve Bennett
1
-18
/
+5
2014-01-15
exec: respect $::env even without tclcompat
Steve Bennett
1
-6
/
+0
2014-01-03
Remove tabs from source files
Steve Bennett
1
-1
/
+1
2013-11-07
Fix jim-exec.c compiler warnings on mingw
Steve Bennett
1
-7
/
+5
2013-08-19
Support nulls in [exec] immediate redirection
Steve Bennett
1
-9
/
+10
2012-10-10
Fix bug that was causing the system "environ" variable to be freed, which cau...
Evan Hunter
1
-1
/
+1
2012-01-29
Space allocated for exec env may be one byte short
Steve Bennett
1
-3
/
+2
2011-12-16
use execvpe if available in [exec]
Steve Bennett
1
-1
/
+5
2011-12-01
Ref count fix in exec
Steve Bennett
1
-11
/
+16
2011-11-24
Create build-jim-ext for building extensions
Steve Bennett
1
-1
/
+1
[next]