summary refs log tree commit diff
path: root/src/input.c (follow)
Commit message (Expand)AuthorAge
* [SHELL] Improve LINENO supportHarald van Dijk2011-03-15
* [INPUT] Use exit status 127 when the script to run does not existGerrit Pape2010-11-28
* [SHELL] Add preliminary LINENO supportRocky Bernstein2009-08-11
* [REDIR] Fix incorrect savefd conversionsHerbert Xu2009-06-27
* [INPUT] Made setinputfd staticHerbert Xu2008-07-13
* [PARSER] Removed noexpand/length check on eofmarkHerbert Xu2007-11-11
* [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
* [PARSER] Only use signed char for syntax arraysHerbert Xu2006-04-23
* Copyright/licence updates and remove all traces of sys/cdefs.hHerbert Xu2005-10-29
* [INPUT] Size optimisations in preadbuffer()Herbert Xu2005-10-26
* [INPUT] Fix NUL skipping in preadbufferHerbert Xu2005-10-01
* Generalise setinputfile for use in read_profile/readcmdfile.herbert2005-09-26
* Renamed error to sh_error.herbert2005-09-26
* Initial import.Herbert Xu2005-09-26