]> git.ipfire.org Git - thirdparty/util-linux.git/history - term-utils/script.c
Use --help suggestion on invalid option
[thirdparty/util-linux.git] / term-utils / script.c
2016-12-19  Karel ZakUse --help suggestion on invalid option
2016-05-20  Karel ZakMerge branch 'cal04'
2016-05-18  Karel Zakscript: improve coding style and the "done" message
2016-05-09  Karel ZakMerge branch 'no-fork' of https://github.com/terryburto...
2016-04-18  Karel ZakMerge branch '2016wk15' of git://github.com/kerolasa...
2016-04-16  Sami Kerolascript: check status of writes when closing outputs
2016-04-16  Sami Kerolascript: avoid trying fclose(NULL)
2016-04-16  Sami Kerolascript: close file descriptors on exec
2016-04-13  Karel Zakscript: use empty-slave heuristic more carefully
2016-02-12  Karel ZakMerge branch 'compiler-warnings' of https://github...
2016-02-11  Ruediger Meiermisc: fix some printf format strings
2016-02-11  Karel ZakMerge branch 'colcrt' of git://github.com/kerolasa...
2016-02-04  Karel ZakMerge branch 'master' of https://github.com/rudimeier...
2016-02-03  Ruediger Meierscript: fix misspelling
2016-02-03  Ruediger Meierdocs: fix typos found by codespell
2015-11-09  Sami Kerolascript, hwclock: check file exist with access(3) rather...
2015-11-05  Karel ZakMerge branch 'cal-span' of https://github.com/Deiz...
2015-10-16  Karel Zakscript: be pedantic and use "%"SCNi64
2015-10-16  Isaac Dunhamscript: don't assume that time_t is compatible with...
2015-07-28  Karel ZakMerge branch 'test-fixes' of https://github.com/rudimei...
2015-07-28  Karel Zakscript: improve SIG{TERM,QUIT,KILL} sensitivity
2015-07-16  Karel ZakMerge branch 'kill-man' of https://github.com/ronin13...
2015-07-03  Ruediger Meierscript: evaluate errno only if read() sets it
2015-07-02  Karel Zakscript: make sure errno is zero
2015-06-30  Karel ZakMerge branch 'sulogin'
2015-06-29  Sami Kerolascript: fix variable initialization warning
2015-06-25  Karel ZakMerge branch 'script'
2015-06-17  Karel Zakscript: fix EOF problems
2015-06-17  Karel Zakscript: improve poll debugging
2015-06-17  Karel Zakscript: cleanup signals usage
2015-06-16  Karel Zakscript: debug poll() results
2015-06-16  Karel Zakscript: add support for SCRIPT_DEBUG=
2015-06-16  Karel Zakscript: remove magic constants from poll code
2015-06-16  Karel Zakscript: rename control struct members
2015-06-16  Karel Zakscript: close timingfp also when -e
2015-06-16  Karel ZakMerge branch 'script3' of git://github.com/kerolasa...
2015-06-08  Sami Kerolascript: move timing file opening close to use of it
2015-06-08  Sami Kerolascript: add noreturn function attributes
2015-06-08  Sami Kerolascript: use gettime_monotonic() to get timing file...
2015-06-08  Sami Kerolascript: use correct input type, move comment, and so on
2015-06-08  Sami Kerolascript: replace strftime() workaround with CFLAGS ...
2015-06-08  Sami Kerolascript: move do_io() content to small functions
2015-06-08  Sami Kerolascript: add 'Script started' line always to capture...
2015-06-08  Sami Kerolascript: remove io vs signal race
2015-06-08  Sami Kerolascript: merge doinput() and output() functions to do_io()
2015-06-06  Sami Kerolascript: use poll() rather than select()
2015-06-06  Sami Kerolascript: use signalfd() to catch signals
2015-06-06  Sami Kerolascript: add struct script_control and remove global...
2015-06-06  Sami Kerolascript: remove function prototypes
2015-06-06  Sami Kerolatests: check script options work as expected
2015-05-15  Stanislav Brabecscript: Fix mangled EOF and hang on big endian
2015-02-10  Karel ZakMerge branch 'hwman' of github.com:jwpi/util-linux
2015-02-10  Stanislav BrabecFix "Script started" buffering race
2015-01-08  Karel ZakMerge branch 'master' of https://github.com/pali/util...
2015-01-06  Benno Schulenbergtextual: add a docstring to most of the utilities
2014-10-14  Andreas Henrikssonscript: may be hangs
2014-10-01  Sami Kerolatextual: use usage() text element macros
2014-10-01  Sami Kerolatextual: use manual tail usage() macro
2014-10-01  Sami Kerolatextual: use version printing macro everywhere
2014-06-23  Karel Zakscript: clean up code to genenrate Star/Done messages
2014-06-23  Andreas Henrikssonscript: silence the done message on --quiet as well
2014-06-23  James Huntscript: --quiet option is not quiet.
2014-06-06  Karel Zakdocs: fix "behaviour" vs. "behavior"
2014-06-02  Csaba Kosscript: fix spurious exit from input read loop on EINTR.
2014-06-02  Csaba Kosscript: fix a rare deadlock after child termination
2014-04-07  Karel ZakMerge branch 'kill' of git://github.com/kerolasa/lelux...
2014-04-01  Karel ZakMerge branch 'fix-script-timing' of https://github...
2014-04-01  Karel ZakMerge branch 'pg-manual-page-long-options' of https...
2014-03-20  Wolfgang Richterscript: time from end of read() call partially fixes #58
2014-02-21  Karel Zakscript: clean up files usage
2014-02-21  Jesper Dahl Nyerupscript: Also flush writes to timing file.
2014-02-10  Karel ZakMerge branch 'master' of https://github.com/micha137...
2014-01-16  Karel Zakscript: use all-io.h to make the code more robust
2014-01-16  Karel Zakscript: fix inconsistent -q, use poll() rather then...
2014-01-16  Karel Zakscript: don't wait for empty descriptors if child is...
2013-12-03  Karel Zakscript: script input redirection / eof handling
2013-12-02  Karel Zakscript: check that stdin is a terminal
2013-11-19  Karel ZakMerge branch 'fixes' of https://github.com/rudimeier...
2013-11-14  Karel Zakscript: restore errno in signal handler
2013-11-14  Karel Zakscript: don't call TIOCGWINSZ in signal handler
2013-03-20  Karel Zakscript: use __noreturn__ for really last function ...
2013-02-20  Karel ZakMerge branch 'patch-1' of https://github.com/dtrebbien...
2013-02-06  Benno Schulenbergtextual: spell and encode the name of Arkadiusz Miśkiew...
2013-01-09  Sami Kerolascript: search shell from path, when necessary
2012-11-08  Sami Kerolascript: do not try to close stderr twice
2012-07-26  Sami Kerolascript: add noreturn function attributes
2012-07-16  Karel ZakMerge branch '2012wk28'
2012-07-16  Sami Kerolatranslation: unify file open error messages
2012-06-21  Karel Zakscript: remove unused code
2012-06-15  Karel ZakMerge branch '2012wk23' of git://github.com/kerolasa...
2012-06-11  Sami Kerolabuild: fix redundant redeclaration warnings
2012-05-24  Ludwig Nusselmerge coreutils' last GPL2 version of su.c
2012-04-11  Karel ZakMerge branch 'close_stream' of git://github.com/kerolas...
2012-04-05  Karel ZakMerge branch 'eject'
2012-04-04  Sami Kerolaterm-utils: verify writing to streams was successful
2012-04-02  Sami Kerolascript: error in usage() output
2012-03-08  Karel Zakscript: play well with csh when invoked from within...
2011-12-02  Sami Kerolabuild-sys: check HAVE_ definitions with #ifdef [smatch...
2011-12-02  Sami Kerolabuild-sys: check HAVE_ definitions with #ifdef [smatch...
2011-09-27  Karel ZakMerge branch 'sys-utils' of https://github.com/kerolasa...
next