summaryrefslogtreecommitdiff
path: root/term-utils/script.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-16script: use all-io.h to make the code more robustKarel Zak1-9/+5
2014-01-16script: fix inconsistent -q, use poll() rather then O_NONBLOCKKarel Zak1-25/+17
2014-01-16script: don't wait for empty descriptors if child is deadKarel Zak1-4/+8
2013-12-03script: script input redirection / eof handlingKarel Zak1-19/+79
2013-12-02script: check that stdin is a terminalKarel Zak1-0/+4
2013-11-14script: restore errno in signal handlerKarel Zak1-0/+3
2013-11-14script: don't call TIOCGWINSZ in signal handlerKarel Zak1-3/+5
2013-03-20script: use __noreturn__ for really last function [clang -Winvalid-noreturn]Karel Zak1-4/+4
2013-02-06textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg1-1/+1
2013-01-09script: search shell from path, when necessarySami Kerola1-5/+11
2012-11-08script: do not try to close stderr twiceSami Kerola1-3/+5
2012-07-26script: add noreturn function attributesSami Kerola1-5/+5
2012-07-16translation: unify file open error messagesSami Kerola1-3/+3
2012-06-21script: remove unused codeKarel Zak1-10/+0
2012-06-11build: fix redundant redeclaration warningsSami Kerola1-1/+0
2012-04-04term-utils: verify writing to streams was successfulSami Kerola1-4/+12
2012-04-02script: error in usage() outputSami Kerola1-1/+1
2012-03-08script: play well with csh when invoked from within /etc/csh.loginKarel Zak1-0/+10
2011-12-02build-sys: check HAVE_ definitions with #ifdef [smatch scan]Sami Kerola1-8/+4
2011-12-02build-sys: check HAVE_ definitions with #ifdef [smatch scan]Sami Kerola1-3/+7
2011-09-12script: non-ANSI definition [smatch scan]Karel Zak1-7/+7
2011-09-07script: libintl.h included in nls.hKarel Zak1-3/+0
2011-09-07script: fix building with --disable-nlsNatanael Copa1-0/+2
2011-08-16script: cleanup usage()Karel Zak1-10/+9
2011-08-15script: indicate that the file argument to --timing is optionalBenno Schulenberg1-4/+4
2011-06-29script: remove magic constants and a type mismatch fixSami Kerola1-36/+38
2011-06-29script: include-what-you-use header checkSami Kerola1-2/+5
2011-06-29script: remove unnecessary void castingSami Kerola1-28/+28
2011-06-29script: option --force addedSami Kerola1-7/+14
2011-04-12script: optional timing output file argument addedSami Kerola1-7/+12
2011-04-12script: don't include err.h directlyKarel Zak1-1/+1
2011-03-03move struct option to .rodataKarel Zak1-1/+1
2011-03-02build-sys: move script and scriptreplay to term-utils/Karel Zak1-0/+546