about summary refs log tree commit diff
path: root/Src/Modules/clone.c
Commit message (Collapse)AuthorAgeFilesLines
* 43791: File descriptor could be closed twice in cloneKamil Dudka2018-11-091-1/+2
|
* 42708: fix for process substitution.Peter Stephenson2018-04-241-1/+1
| | | | | | | | | Don't close associated file descriptors in the closem() tidy up function as they should remain visible to external processes. Override if about to exit. Unit test for the failing case: note this relies on the existence of /proc/self/fd or equivalent.
* unposted: fix init_io() calls in previous changePeter Stephenson2015-12-041-1/+1
|
* unposted, see 32054: Rationalise character encoding.Peter Stephenson2013-11-271-5/+5
| | | | | | | | | | Shell functions are strictly ASCII for maximum portability. Other files within the distribution may contain UTF-8 characters. Exception for test files: where they need single character input with the top bit set, ISO-8859-X is used (X doesn't matter as we don't need the Euro).
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-3/+3
|
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-4/+26
|
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-5/+5
|
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-3/+3
|
* 18888: Philippe Troin: allow clone to acquire a controlling ttyPeter Stephenson2003-07-231-17/+30
|
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-1/+1
| | | | unposted: Updated version to 4.1.0-dev-6 because of interface change.
* 17265: make the jobs command work in subshellsPeter Stephenson2002-06-051-7/+18
|
* Initial revisionTanaka Akira1999-04-151-0/+115