index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdio
/
popen.c
Age
Commit message (
Expand
)
Author
2005-12-16
Get rid of warnings, use internals, create new hidden versions
Peter S. Mazinger
2005-12-10
Switch fread/fwrite/fclose/pipe/sigsetmask users
Peter S. Mazinger
2005-12-08
Hide some of the f* *printf, use them as well
Peter S. Mazinger
2005-12-07
Hide *clnt|pmap|svc* and some rpc. inet/rpc is full of relocs ...
Peter S. Mazinger
2005-12-06
macro out the thread funcs in libc if threading is disabled
Mike Frysinger
2005-12-04
More hiding, 300 left
Peter S. Mazinger
2005-12-03
More hiding, including __mempcpy
Peter S. Mazinger
2005-12-01
Hide mostly used functions
Peter S. Mazinger
2004-02-11
New stdio core. Should be more maintainable. Fixes a couple of bugs.
Manuel Novoa III
2004-01-02
Oops... temporarily support the old stdio code.
Manuel Novoa III
2004-01-02
Rewrite popen for SUSv3 compliance.
Manuel Novoa III
2002-12-01
If the wait failed in pclose it would return a random status code
David McCullough
2002-07-31
Per discussion on the mailing list, simply vfork -> fork mapping to only apply
Eric Andersen
2002-06-11
A patch from Ted Phelps to fix popen(). Ted writes:
Eric Andersen
2002-02-21
When vfork is not available and we have an MMU, then use fork()
Eric Andersen
2001-04-06
Fix include/errno.h to not use kernel header, and instead use bits/errno.h.
Eric Andersen
2001-03-03
Fix a couple of bugs: check mode is legal; open file and check success before
Manuel Novoa III
2000-11-15
Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,
Eric Andersen
2000-10-11
Finish reorganizing things. At least I think I've finished.
Eric Andersen