summaryrefslogtreecommitdiff
path: root/src/stty.c
AgeCommit message (Expand)Author
2017-01-09stty: ensure no side effects from invalid optionsPádraig Brady
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady
2016-06-29stty: fix sane setting of susp to ^z on SolarisPádraig Brady
2016-02-15stty: fix translated --help so the gettext header is not printedGöran Uddeborg
2016-01-06stty: support "flusho" local settingPádraig Brady
2016-01-06stty: support [-]drain setting to control waiting for pending TxPádraig Brady
2016-01-04stty: support -I, --immediate to not wait for pending transmissionPádraig Brady
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-10-27all: quote string arguments in error messagesPádraig Brady
2015-02-17stty: fix setting of 'extproc' on BSDPádraig Brady
2015-01-24stty: only print supported options for combined optionsPádraig Brady
2015-01-24stty: document the 'status' character where supportedPádraig Brady
2015-01-24stty: document the 'discard' character settingPádraig Brady
2015-01-24stty: add support for extproc/LINEMODEPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-12-19diagnose too-large numbers betterPádraig Brady
2014-09-23stty: only list supported options in --help and man pagesPádraig Brady
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert
2014-05-26doc: clarify --zero-terminated optionPádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-11-17stty: add support for mark/space parityColin Leitner
2013-02-20maint: cleanup up various uses of __attribute__Pádraig Brady
2013-02-05stty: add support for DTR/DSR hardware control flowOndřej Vašík
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-07-13doc: clarify meaning of '-parodd' in stty helpBruno Haible
2012-07-02maint: avoid a -Wunsed-but-set warning on some systemsPádraig Brady
2012-06-12stty: portability: accommodate CILJim Meyering
2012-05-16maint: add assertions to placate static analysis toolsJim Meyering
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering
2011-05-08maint: remove -Wmissing-field-initializers workaroundsPádraig Brady
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-09-18build: use gnulib's new termios moduleJim Meyering
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady
2009-09-13maint: use consistent cpp indentation in all .c filesJim Meyering
2009-09-05stty: use TAB0, TAB1, and TAB2 only if definedPetr Salinger
2009-08-25global: convert indentation-TABs to spacesJim Meyering