index
:
grovel
main
Unnamed repository; edit this file 'description' to name the repository.
External SSH Git service user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdio
/
popen.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Setup stub unit test infrastructure
EuAndreh
2024-01-05
1
-0
/
+8
*
fix popen not to leak pipes from one child to another
Rich Felker
2021-04-20
1
-0
/
+6
*
remove spurious lock in popen
Rich Felker
2021-04-20
1
-2
/
+0
*
remove no-longer-needed special case handling in popen
Rich Felker
2021-03-15
1
-16
/
+0
*
fix special-case breakage in popen due to reversed argument order
Rich Felker
2013-09-01
1
-1
/
+1
*
rewrite popen to use posix_spawn instead of fragile vfork hacks
Rich Felker
2013-03-24
1
-41
/
+41
*
clean up sloppy nested inclusion from pthread_impl.h
Rich Felker
2012-11-08
1
-0
/
+3
*
fix copy/paste error in popen changes that broke signals
Rich Felker
2012-10-21
1
-1
/
+1
*
fix usage of locks with vfork
Rich Felker
2012-10-19
1
-1
/
+1
*
overhaul system() and popen() to use vfork; fix various related bugs
Rich Felker
2012-10-18
1
-24
/
+44
*
make popen cancellation-safe
Rich Felker
2012-06-20
1
-0
/
+7
*
popen: handle issues with fd0/1 being closed
Rich Felker
2012-06-20
1
-3
/
+3
*
initial check-in, version 0.5.0
Rich Felker
2011-02-12
1
-0
/
+43