summaryrefslogtreecommitdiffstats
path: root/term-utils/script.c
Commit message (Expand)AuthorAgeFilesLines
* docs: fix "behaviour" vs. "behavior"Karel Zak2014-06-061-1/+1
* script: fix spurious exit from input read loop on EINTR.Csaba Kos2014-06-021-1/+2
* script: fix a rare deadlock after child terminationCsaba Kos2014-06-021-8/+45
* script: time from end of read() call partially fixes #58Wolfgang Richter2014-03-201-2/+3
* script: clean up files usageKarel Zak2014-02-211-28/+40
* script: Also flush writes to timing file.Jesper Dahl Nyerup2014-02-211-1/+4
* script: use all-io.h to make the code more robustKarel Zak2014-01-161-9/+5Star
* script: fix inconsistent -q, use poll() rather then O_NONBLOCKKarel Zak2014-01-161-25/+17Star
* script: don't wait for empty descriptors if child is deadKarel Zak2014-01-161-4/+8
* script: script input redirection / eof handlingKarel Zak2013-12-031-19/+79
* script: check that stdin is a terminalKarel Zak2013-12-021-0/+4
* script: restore errno in signal handlerKarel Zak2013-11-141-0/+3
* script: don't call TIOCGWINSZ in signal handlerKarel Zak2013-11-141-3/+5
* script: use __noreturn__ for really last function [clang -Winvalid-noreturn]Karel Zak2013-03-201-4/+4
* textual: spell and encode the name of Arkadiusz Miƛkiewicz correctlyBenno Schulenberg2013-02-061-1/+1
* script: search shell from path, when necessarySami Kerola2013-01-091-5/+11
* script: do not try to close stderr twiceSami Kerola2012-11-081-3/+5
* script: add noreturn function attributesSami Kerola2012-07-261-5/+5
* translation: unify file open error messagesSami Kerola2012-07-161-3/+3
* script: remove unused codeKarel Zak2012-06-211-10/+0Star
* build: fix redundant redeclaration warningsSami Kerola2012-06-111-1/+0Star
* term-utils: verify writing to streams was successfulSami Kerola2012-04-041-4/+12
* script: error in usage() outputSami Kerola2012-04-021-1/+1
* script: play well with csh when invoked from within /etc/csh.loginKarel Zak2012-03-081-0/+10
* build-sys: check HAVE_ definitions with #ifdef [smatch scan]Sami Kerola2011-12-021-8/+4Star
* build-sys: check HAVE_ definitions with #ifdef [smatch scan]Sami Kerola2011-12-021-3/+7
* script: non-ANSI definition [smatch scan]Karel Zak2011-09-121-7/+7
* script: libintl.h included in nls.hKarel Zak2011-09-071-3/+0Star
* script: fix building with --disable-nlsNatanael Copa2011-09-071-0/+2
* script: cleanup usage()Karel Zak2011-08-161-10/+9Star
* script: indicate that the file argument to --timing is optionalBenno Schulenberg2011-08-151-4/+4
* script: remove magic constants and a type mismatch fixSami Kerola2011-06-291-36/+38
* script: include-what-you-use header checkSami Kerola2011-06-291-2/+5
* script: remove unnecessary void castingSami Kerola2011-06-291-28/+28
* script: option --force addedSami Kerola2011-06-291-7/+14
* script: optional timing output file argument addedSami Kerola2011-04-121-7/+12
* script: don't include err.h directlyKarel Zak2011-04-121-1/+1
* move struct option to .rodataKarel Zak2011-03-031-1/+1
* build-sys: move script and scriptreplay to term-utils/Karel Zak2011-03-021-0/+546