summary refs log tree commit diff
path: root/src/input.c (follow)
Commit message (Expand)AuthorAge
* dash: Stop this stat64 nonsenseJune McEnroe2022-01-21
* dash: Cache the expanded prompt for editlineJune McEnroe2022-01-21
* shell: Always use explicit large file APIHerbert Xu2020-05-15
* input: Fix compiling against libedit with -fno-commonJeroen Roovers2020-05-15
* redir: Clear saved redirections in subshellHerbert Xu2020-04-29
* eval: Restore input files in evalcommandHerbert Xu2018-04-19
* input: Fix here-document redirection with vi/emacs onHarald van Dijk2018-03-10
* input: Allow two consecutive calls to pungetcHerbert Xu2015-01-05
* input: Move all input state into parsefileHerbert Xu2015-01-05
* input: Remove HETIOHerbert Xu2015-01-05
* input: Make preadbuffer staticHerbert Xu2015-01-05
* [INPUT] Replace open-coded flushall in preadbufferHerbert Xu2014-10-27
* [INPUT] Kill pgetc_macroHerbert Xu2014-09-29
* [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