summaryrefslogtreecommitdiff
path: root/src/stty.c
AgeCommit message (Expand)Author
2009-08-25global: convert indentation-TABs to spacesJim Meyering
2009-02-05avoid spurious parentheses/arith-op-related warnings from newer gccJim Meyering
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering
2008-09-19stty --help: correct the alignment of an entryBenno Schulenberg
2008-08-04doc: correct and normalize --help output of several toolsBenno Schulenberg
2008-06-16remove redundant const directivesJim Meyering
2008-06-14add "const" attribute, where possibleJim Meyering
2008-06-03use gnulib's progname moduleJim Meyering
2008-06-02declare program_name consistentlyJim Meyering
2008-05-26adjust copyright datesJim Meyering
2008-05-26convert single-author programs to use proper_nameJim Meyering
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2007-05-22stty: fix a harmless syntax nitJim Meyering
2007-05-22stty: diagnose an invalid hex value in 35-colon commmand-line argumentJim Meyering
2007-03-28Help translators include translation team's web or email address.Jim Meyering
2007-03-28* src/stty.c: Don't include "vasprintf.h", now that itsJim Meyering
2006-10-10* src/ls.c (quote_name): Use initializer rather than memset toPaul Eggert
2005-07-09Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h.Paul Eggert
2005-07-08Include stropt.h if available.Paul Eggert
2005-07-03Include fd-reopen.h.Paul Eggert
2005-06-16Don't embed `this'-style quotes in format strings.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-05-14Update FSF postal mail address.Jim Meyering
2005-03-28(speeds): Declare this array to be static.Jim Meyering
2005-01-30Remove unnecessary parentheses in #if directives.Jim Meyering
2005-01-30[VSWTCH]: Some systems, like Cygwin, use VSWTCJim Meyering
2004-11-03Include "vasprintf.h" since we use vasprintf now.Paul Eggert
2004-09-21(longopts): Add --help, --version.Paul Eggert
2004-09-05(recover_mode): Arg is now char const *, not char *.Paul Eggert
2004-09-05(valid_options): Remove.Paul Eggert
2004-08-03(VA_START): Remove. All callers now use va_start.Paul Eggert
2004-04-07Add support for IUTF8 input flag.Jim Meyering
2004-01-22(usage): Use EXIT_SUCCESS, not 0, for clarity.Jim Meyering
2003-11-05Cast NULL to `(char *)' in call to variadic function,Jim Meyering
2003-10-18Most .c files (AUTHORS): Revert the WRITTEN_BY/AUTHORS changeJim Meyering
2003-09-18(WRITTEN_BY): Rename from AUTHORS.Jim Meyering
2003-09-18revert previous changeJim Meyering
2003-09-18Update AUTHORS definition to be a comma-separated list of strings and/or updateJim Meyering
2003-07-23Don't include headers already included by system.h:Jim Meyering
2003-06-17(main): Call initialize_main.Jim Meyering
2003-04-17Remove uses of PROTOTYPE macro.Jim Meyering
2003-04-11Remove SPC in SPC-TAB sequence.Jim Meyering
2003-04-10(wrapf): Declare with format attribute.Jim Meyering
2002-12-18(valid_options): Declare to be static.Jim Meyering
2002-12-15Remove all uses of `PARAMS'.Jim Meyering
2002-11-21stty doesn't support all baud rates available in current Linux kernels.Jim Meyering
2002-08-31Change `exit (0)' to `exit (EXIT_SUCCESS)',Jim Meyering
2002-08-30Change `error (1, ...' to `error (EXIT_FAILURE, ...'.Jim Meyering
2002-07-02(usage): Use the PACKAGE_BUGREPORT e-mail address, rather than hard-coding it.Jim Meyering