Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-11-09 | 43791: File descriptor could be closed twice in clone | Kamil Dudka | 1 | -1/+2 | |
2018-04-24 | 42708: fix for process substitution. | Peter Stephenson | 1 | -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. | |||||
2015-12-04 | unposted: fix init_io() calls in previous change | Peter Stephenson | 1 | -1/+1 | |
2013-11-27 | unposted, see 32054: Rationalise character encoding. | Peter Stephenson | 1 | -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). | |||||
2007-07-06 | 23665: autoloading of module features and related tweaks | Peter Stephenson | 1 | -3/+3 | |
2007-05-28 | see 23479: add initial features support for modules | Peter Stephenson | 1 | -4/+26 | |
2006-05-30 | 22474: use variable argument lists to improve error message handling | Peter Stephenson | 1 | -5/+5 | |
2004-06-02 | Marked unused parameters with the new UNUSED() macro. | Wayne Davison | 1 | -3/+3 | |
2003-07-23 | 18888: Philippe Troin: allow clone to acquire a controlling tty | Peter Stephenson | 1 | -17/+30 | |
2002-08-27 | 17582: Improved option argument handling. | Peter Stephenson | 1 | -1/+1 | |
unposted: Updated version to 4.1.0-dev-6 because of interface change. | |||||
2002-06-05 | 17265: make the jobs command work in subshells | Peter Stephenson | 1 | -7/+18 | |
1999-04-15 | Initial revision | Tanaka Akira | 1 | -0/+115 | |