summaryrefslogtreecommitdiffstats
path: root/src/stty.c
AgeCommit message (Expand)AuthorLines
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
2011-05-08maint: remove -Wmissing-field-initializers workaroundsPádraig Brady-2/+2
2011-01-01maint: update all copyright year number rangesJim Meyering-1/+1
2010-09-18build: use gnulib's new termios moduleJim Meyering-3/+1
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering-3/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-1/+1
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady-4/+4
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady-1/+1
2009-09-13maint: use consistent cpp indentation in all .c filesJim Meyering-8/+8
2009-09-05stty: use TAB0, TAB1, and TAB2 only if definedPetr Salinger-0/+8
2009-08-25global: convert indentation-TABs to spacesJim Meyering-457/+457
2009-02-05avoid spurious parentheses/arith-op-related warnings from newer gccJim Meyering-2/+2
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering-2/+2