index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
pure
/
osproc.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix linux start process errorCode always 0 (#24001)
握猫猫
2024-08-28
1
-4
/
+7
*
Revert "Fixed an issue where `errorCode` was always 0 when `startProcess` did...
ringabout
2024-08-21
1
-7
/
+4
*
Fixed an issue where `errorCode` was always 0 when `startProcess` did… (#23...
握猫猫
2024-08-21
1
-4
/
+7
*
fixes #23844; Nim devel nightly i386 build failing (#23849)
ringabout
2024-07-17
1
-1
/
+1
*
Use monotonic timestamp to calculate timeouts refs #23826 (#23834)
Mark Leyva
2024-07-15
1
-10
/
+16
*
fixes #23825; Busy wait on waitid, sleeping at regular intervals (#23826)
Mark Leyva
2024-07-12
1
-101
/
+42
*
fixes #5091; Ensure we don't wait on an exited process on Linux (#23743)
Mark Leyva
2024-07-01
1
-0
/
+2
*
complete std prefixes for stdlib (#22887)
ringabout
2023-10-30
1
-7
/
+7
*
Markdown code blocks migration part 8 (#22478)
Andrey Makarov
2023-08-15
1
-15
/
+15
*
replace `doAssert false` with `raiseAssert` in lib, which works better with s...
ringabout
2023-08-11
1
-1
/
+1
*
NuttX: use posix_spawn for osproc (#21539)
Hiroki Noda
2023-03-20
1
-4
/
+6
*
Add warning to specify timeout value in milliseconds, Fix #21449 (#21471)
Sultan Al Isaiee
2023-03-04
1
-0
/
+4
*
remove decades-deprecated Win32 API *A function support (#21315)
tersec
2023-03-02
1
-23
/
+12
*
fixes #21393 and misc style changes (#21419)
Andreas Rumpf
2023-02-24
1
-6
/
+2
*
Refines raises list in osproc (#21323)
ringabout
2023-02-14
1
-20
/
+21
*
move widestrs out of system (#20462)
metagn
2022-10-01
1
-0
/
+2
*
make implicit cstring conversions explicit (#19488)
ee7
2022-08-19
1
-5
/
+5
*
Fixes return values of execCmd on macos (#19963)
Daniel Clarke
2022-07-05
1
-1
/
+1
*
Remove deprecated typo poDemon (#19631)
Juan Carlos
2022-03-23
1
-5
/
+0
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+4
*
Fix process lines iterator (#19605)
Dominic Ward
2022-03-23
1
-6
/
+8
*
fixes #18858 [backport] (#18868)
Andreas Rumpf
2021-09-19
1
-1
/
+5
*
typo: nonexistant => nonexistent (#17918)
Timothee Cour
2021-05-02
1
-1
/
+1
*
Use `.. warning::` (#17320)
konsumlamm
2021-03-10
1
-24
/
+23
*
use lowercase --define switches (#17283)
flywind
2021-03-07
1
-1
/
+1
*
Change stdlib imports to use std prefix in most examples (#17202)
Danil Yarantsev
2021-02-28
1
-1
/
+1
*
add -d:nimStrictMode in CI to keep code from regressing; fixes ConvFromXtoIts...
Timothee Cour
2021-02-17
1
-1
/
+1
*
fix some warnings (#16952)
flywind
2021-02-08
1
-5
/
+5
*
Deprecate TaintedString (#15423)
Juan Carlos
2021-01-15
1
-7
/
+7
*
reuse const (#16422)
n5m
2021-01-01
1
-1
/
+1
*
link to POSIX sendSignal from osproc.kill docs (#16475)
n5m
2021-01-01
1
-0
/
+2
*
Fix osproc so that it doesn't close pipe/process/thread handles twice (#16385...
Tomohiro
2020-12-18
1
-18
/
+40
*
Fix broken links in docs (#16336)
Elliot Waite
2020-12-14
1
-1
/
+1
*
typo
Araq
2020-10-06
1
-1
/
+1
*
Add first draft of new osproc.readLines (#15429)
c-blake
2020-10-01
1
-0
/
+51
*
Fix #14906 (#14949)
Tomohiro
2020-07-18
1
-7
/
+64
*
turn 'runnableExample' into 'code-block' to make nightlies green
narimiran
2020-06-25
1
-9
/
+12
*
`osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir...
Timothee Cour
2020-05-13
1
-12
/
+31
*
fix a critical bug in windows.osproc leading to resource leaks and blocking I...
Timothee Cour
2020-05-11
1
-1
/
+5
*
fix #14203 (#14204)
slangmgh
2020-05-03
1
-1
/
+4
*
change 'iff' to 'if' to stop "corrections" once and for all (#14182)
Miran
2020-05-01
1
-1
/
+1
*
osproc: added a better version of waitForExit for Haiku (#13938)
alaviss
2020-04-10
1
-0
/
+61
*
Deprecate when declared(echo):echo (#13840)
Juan Carlos
2020-04-02
1
-1
/
+1
*
Documentation, add more examples (#13825)
Juan Carlos
2020-04-01
1
-0
/
+1
*
More fixes for Haiku (#13774)
alaviss
2020-03-27
1
-47
/
+48
*
Fix error check code in osproc (#13090) [backport]
Tomohiro
2020-01-09
1
-1
/
+1
*
osproc: fixes regression
Araq
2019-12-24
1
-1
/
+1
*
ported osproc.nim to ARC
Araq
2019-12-24
1
-1
/
+1
*
osproc needs 'import linux' for -d:useClone
Andreas Rumpf
2019-11-07
1
-0
/
+3
*
remove unused imports
narimiran
2019-11-06
1
-3
/
+0
[next]