summaryrefslogtreecommitdiff
path: root/src/stty.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-13doc: clarify meaning of '-parodd' in stty helpBruno Haible1-1/+1
2012-07-02maint: avoid a -Wunsed-but-set warning on some systemsPádraig Brady1-1/+1
2012-06-12stty: portability: accommodate CILJim Meyering1-2/+2
2012-05-16maint: add assertions to placate static analysis toolsJim Meyering1-0/+8
2012-05-02maint: with split lines, don't leave an operator at end of lineJim Meyering1-2/+2
2012-01-27maint: use single copyright year rangeJim Meyering1-1/+1
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering1-3/+3
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering1-9/+9
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering1-5/+5
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering1-2/+1
2012-01-01maint: update all copyright year number rangesJim Meyering1-1/+1
2011-07-02maint: use "const" and "pure" function attributes where possibleJim Meyering1-3/+3
2011-05-08maint: remove -Wmissing-field-initializers workaroundsPádraig Brady1-2/+2
2011-01-01maint: update all copyright year number rangesJim Meyering1-1/+1
2010-09-18build: use gnulib's new termios moduleJim Meyering1-3/+1
2010-04-24maint: remove now-unnecessary #if HAVE_header_H tests.Jim Meyering1-3/+1
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering1-1/+1
2009-09-23maint: Use logical rather than bitwise operators on boolsPádraig Brady1-4/+4
2009-09-21doc: mention the texinfo documentation in --helpPádraig Brady1-1/+1
2009-09-13maint: use consistent cpp indentation in all .c filesJim Meyering1-8/+8
2009-09-05stty: use TAB0, TAB1, and TAB2 only if definedPetr Salinger1-0/+8
2009-08-25global: convert indentation-TABs to spacesJim Meyering1-457/+457
2009-02-05avoid spurious parentheses/arith-op-related warnings from newer gccJim Meyering1-2/+2
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering1-2/+2
2008-09-19stty --help: correct the alignment of an entryBenno Schulenberg1-3/+3
2008-08-04doc: correct and normalize --help output of several toolsBenno Schulenberg1-3/+3
2008-06-16remove redundant const directivesJim Meyering1-4/+4
2008-06-14add "const" attribute, where possibleJim Meyering1-8/+8
2008-06-03use gnulib's progname moduleJim Meyering1-4/+1
2008-06-02declare program_name consistentlyJim Meyering1-1/+1
2008-05-26adjust copyright datesJim Meyering1-1/+1
2008-05-26convert single-author programs to use proper_nameJim Meyering1-1/+1
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+4
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-05-22stty: fix a harmless syntax nitJim Meyering1-4/+3
2007-05-22stty: diagnose an invalid hex value in 35-colon commmand-line argumentJim Meyering1-28/+47
2007-03-28Help translators include translation team's web or email address.Jim Meyering1-1/+1
2007-03-28* src/stty.c: Don't include "vasprintf.h", now that itsJim Meyering1-2/+1
2006-10-10* src/ls.c (quote_name): Use initializer rather than memset toPaul Eggert1-8/+7
2005-07-09Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h.Paul Eggert1-6/+6
2005-07-08Include stropt.h if available.Paul Eggert1-0/+4
2005-07-03Include fd-reopen.h.Paul Eggert1-33/+28
2005-06-16Don't embed `this'-style quotes in format strings.Jim Meyering1-10/+11
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-05-14Update FSF postal mail address.Jim Meyering1-1/+1
2005-03-28(speeds): Declare this array to be static.Jim Meyering1-1/+1
2005-01-30Remove unnecessary parentheses in #if directives.Jim Meyering1-23/+23
2005-01-30[VSWTCH]: Some systems, like Cygwin, use VSWTCJim Meyering1-2/+9
2004-11-03Include "vasprintf.h" since we use vasprintf now.Paul Eggert1-0/+1
2004-09-21(longopts): Add --help, --version.Paul Eggert1-4/+6