summaryrefslogtreecommitdiffstats
path: root/term-utils/script.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-5/+3Star
* script: be sensitive to another SIGCHLD ssi_codesKarel Zak2018-09-051-2/+8
* script: fix printf format specifiersRuediger Meier2018-05-161-2/+2
* iscript: s/COLS/COLUMNS/ in start messageKarel Zak2018-05-141-1/+1
* script: record exit codeKarel Zak2018-05-141-17/+36
* script: add more info to script headerKarel Zak2018-05-141-5/+33
* script: cleanup done timestamp messageKarel Zak2018-05-141-6/+9
* script: use uint64_t for file sizesKarel Zak2018-05-141-2/+2
* script: add the -o/--output-limit option. Fix race test.Fred Mora2018-05-141-6/+27
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-171-1/+1
* lib/timeutils: add common ISO timestamp masksJ William Piggott2017-11-101-6/+2Star
* script: simplify stdin usage in poll()Karel Zak2017-09-181-7/+4Star
* script: support sig{stop/cont}Karel Zak2017-09-081-2/+9
* script: fix ambiguity about the optional argument of the -t optionAntonio Ospite2017-07-181-8/+8
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: consolidate all --help option descriptionsRuediger Meier2017-06-271-2/+2
* Merge branch 'usage-part2' of https://github.com/rudimeier/util-linuxKarel Zak2017-06-261-3/+4
|\
| * misc: cosmetics, remove argument from usage(FILE*)Ruediger Meier2017-06-261-3/+4
* | script: rename fixtty() to enable_rawmode_tty()Karel Zak2017-06-261-13/+14
* | script: ensure typescript and timing errors do not break terminalSami Kerola2017-06-261-7/+22
|/
* script: always write stat and done message to typescript fileKarel Zak2017-04-181-4/+5
* fix the position of newline in the time output of 'script'Rui Zhao (renyuneyun)2017-04-141-4/+9
* script: don't call strftime() if not necessaryKarel Zak2017-04-131-2/+3
* script: fix start message showing in output file when -q is onRui Zhao (renyuneyun)2017-04-051-1/+2
* misc: add static keyword to where needed [smatch scan]Sami Kerola2017-02-201-1/+1
* term-utils/script: fix typo leading to syntax errorBert van Hall2017-01-181-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-1/+1
* script: improve coding style and the "done" messageKarel Zak2016-05-181-7/+5Star
* script: check status of writes when closing outputsSami Kerola2016-04-171-2/+4
* script: avoid trying fclose(NULL)Sami Kerola2016-04-171-1/+2
* script: close file descriptors on execSami Kerola2016-04-171-6/+7
* script: use empty-slave heuristic more carefullyKarel Zak2016-04-131-24/+28
* misc: fix some printf format stringsRuediger Meier2016-02-111-1/+2
* script: fix misspellingRuediger Meier2016-02-031-3/+3
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
* script, hwclock: check file exist with access(3) rather than stat(3)Sami Kerola2015-11-091-2/+1Star
* script: be pedantic and use "%"SCNi64Karel Zak2015-10-161-1/+2
* script: don't assume that time_t is compatible with longIsaac Dunham2015-10-161-4/+6
* script: improve SIG{TERM,QUIT,KILL} sensitivityKarel Zak2015-07-281-3/+16
* script: evaluate errno only if read() sets itRuediger Meier2015-07-031-7/+6Star
* script: make sure errno is zeroKarel Zak2015-07-021-0/+1
* script: fix variable initialization warningSami Kerola2015-06-291-3/+3
* script: fix EOF problemsKarel Zak2015-06-171-26/+88
* script: improve poll debuggingKarel Zak2015-06-171-5/+9
* script: cleanup signals usageKarel Zak2015-06-171-11/+28
* script: debug poll() resultsKarel Zak2015-06-161-2/+5
* script: add support for SCRIPT_DEBUG=Karel Zak2015-06-161-2/+65
* script: remove magic constants from poll codeKarel Zak2015-06-161-21/+33
* script: rename control struct membersKarel Zak2015-06-161-32/+32
* script: close timingfp also when -eKarel Zak2015-06-161-11/+10Star