summary refs log tree commit diff
path: root/src/redir.c (follow)
Commit message (Expand)AuthorAge
* mkinit: Split reset into exitreset and resetHerbert Xu2018-05-28
* redir: Fix typo in noclobber codeHerbert Xu2018-04-19
* [REDIR] Replace GPL noclobberopen code with the FreeBSD versionJilles Tjoelker2011-03-10
* [REDIR] Fix popredir on abnormal exit from built-inHerbert Xu2010-05-27
* [REDIR] Move null redirect checks into callerHerbert Xu2010-05-27
* [REDIR] Do not truncate file for FROMTO redirectionHerbert Xu2010-03-09
* [REDIR] Fix incorrect savefd conversionsHerbert Xu2009-06-27
* [EXPAND] Expand here-documents in the current shell environmentHerbert Xu2007-11-11
* [REDIR] Size optimisations in redir.cHerbert Xu2007-05-12
* [REDIR] Fix redirect restore on saved file descriptorsHerbert Xu2007-05-12
* [REDIR] Remove redundant CLOEXEC callsHerbert Xu2007-05-12
* [REDIR] Replace copyfd by savefd and use dup2 elsewhereHerbert Xu2007-05-12
* [REDIR] Remove EMFILE special caseHerbert Xu2007-05-06
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* Renamed error to sh_error.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26
>Fix comparison warning in ttpreJune McEnroe 2019-05-20Add AuthorityJune McEnroe 2019-05-19Specify precedence of unary versions of operatorsJune McEnroe 2019-05-18Add compound assignment operators to orderJune McEnroe 2019-05-15Support simple assignment in orderJune McEnroe 2019-05-15Implement sizeof in orderJune McEnroe 2019-05-15Add orderJune McEnroe 2019-05-12Add T suffix in bitJune McEnroe 2019-05-10Highlight yacc and lex files as CJune McEnroe 2019-05-10Use val instead of suboptargJune McEnroe 2019-05-09Add Parable of the SowerJune McEnroe 2019-05-07Add bit without buildJune McEnroe 2019-05-04Fix MANDIR typoJune McEnroe 2019-05-04Move relay to binJune McEnroe