summaryrefslogtreecommitdiffstats
path: root/src/stty.c
AgeCommit message (Expand)AuthorLines
2021-04-11maint: use "char const *" rather than "const char *"Pádraig Brady-18/+18
2021-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2020-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2019-01-01maint: update all copyright year number rangesAssaf Gordon-1/+1
2018-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2017-10-23maint: apply suggested cleanup to recent stty.c changePádraig Brady-6/+10
2017-10-23stty: fix processing of options when -F is specifiedPádraig Brady-30/+13
2017-09-19all: prefer HTTPS in URLsPaul Eggert-1/+1
2017-06-17maint: use C99 for loop initial declarations where possiblePádraig Brady-11/+4
2017-02-28maint: avoid a -Werror=null-dereference with GCC-6.3.1Pádraig Brady-0/+2
2017-01-09stty: ensure no side effects from invalid optionsPádraig Brady-162/+196
2017-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2016-10-16all: use die() rather than error(EXIT_FAILURE)Pádraig Brady-25/+26
2016-06-29stty: fix sane setting of susp to ^z on SolarisPádraig Brady-2/+2
2016-02-15stty: fix translated --help so the gettext header is not printedGöran Uddeborg-2/+0
2016-01-06stty: support "flusho" local settingPádraig Brady-0/+11
2016-01-06stty: support [-]drain setting to control waiting for pending TxPádraig Brady-12/+18
2016-01-04stty: support -I, --immediate to not wait for pending transmissionPádraig Brady-3/+12
2016-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2015-11-04all: avoid quoting file names when possiblePádraig Brady-13/+13
2015-10-27all: quote string arguments in error messagesPádraig Brady-13/+14
2015-02-17stty: fix setting of 'extproc' on BSDPádraig Brady-7/+20
2015-01-24stty: only print supported options for combined optionsPádraig Brady-21/+153
2015-01-24stty: document the 'status' character where supportedPádraig Brady-0/+5
2015-01-24stty: document the 'discard' character settingPádraig Brady-1/+18
2015-01-24stty: add support for extproc/LINEMODEPádraig Brady-2/+23
2015-01-01maint: update all copyright year number rangesPádraig Brady-1/+1
2014-12-19diagnose too-large numbers betterPádraig Brady-7/+2
2014-09-23stty: only list supported options in --help and man pagesPádraig Brady-4/+173
2014-09-19doc: output correct --help references with --program-prefixPádraig Brady-1/+1
2014-09-08maint: prefer 'return status;' to 'exit (status);' in 'main'Paul Eggert-2/+2
2014-05-26doc: clarify --zero-terminated optionPádraig Brady-1/+1
2014-01-02maint: update all copyright year number rangesBernhard Voelker-1/+1
2013-11-17stty: add support for mark/space parityColin Leitner-0/+4
2013-02-20maint: cleanup up various uses of __attribute__Pádraig Brady-1/+1
2013-02-05stty: add support for DTR/DSR hardware control flowOndřej Vašík-0/+4
2013-01-23maint: define usage note about mandatory args centrallyBernhard Voelker-1/+5
2013-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2012-07-13doc: clarify meaning of '-parodd' in stty helpBruno Haible-1/+1
2012-07-02maint: avoid a -Wunsed-but-set warning on some systemsPádraig Brady-1/+1
2012-06-12stty: portability: accommodate CILJim Meyering-2/+2
2012-05-16maint: add assertions to placate static analysis toolsJim Meyering-0/+8
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering-2/+2
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-3/+3
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-9/+9
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-5/+5
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering-3/+3