Age | Commit message (Expand) | Author |
2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering |
2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering |
2011-05-08 | maint: remove -Wmissing-field-initializers workarounds | Pádraig Brady |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-09-18 | build: use gnulib's new termios module | Jim Meyering |
2010-04-24 | maint: remove now-unnecessary #if HAVE_header_H tests. | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-09-23 | maint: Use logical rather than bitwise operators on bools | Pádraig Brady |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-09-13 | maint: use consistent cpp indentation in all .c files | Jim Meyering |
2009-09-05 | stty: use TAB0, TAB1, and TAB2 only if defined | Petr Salinger |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-02-05 | avoid spurious parentheses/arith-op-related warnings from newer gcc | Jim Meyering |
2008-12-01 | avoid warnings about initialization of automatic aggregates | Jim Meyering |
2008-09-19 | stty --help: correct the alignment of an entry | Benno Schulenberg |
2008-08-04 | doc: correct and normalize --help output of several tools | Benno Schulenberg |
2008-06-16 | remove redundant const directives | Jim Meyering |
2008-06-14 | add "const" attribute, where possible | Jim Meyering |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-06-02 | declare program_name consistently | Jim Meyering |
2008-05-26 | adjust copyright dates | Jim Meyering |
2008-05-26 | convert single-author programs to use proper_name | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-05-22 | stty: fix a harmless syntax nit | Jim Meyering |
2007-05-22 | stty: diagnose an invalid hex value in 35-colon commmand-line argument | Jim Meyering |
2007-03-28 | Help translators include translation team's web or email address. | Jim Meyering |
2007-03-28 | * src/stty.c: Don't include "vasprintf.h", now that its | Jim Meyering |
2006-10-10 | * src/ls.c (quote_name): Use initializer rather than memset to | Paul Eggert |
2005-07-09 | Use only HAVE_SYS_IOCTL_H to decide whether to include sys/ioctl.h. | Paul Eggert |
2005-07-08 | Include stropt.h if available. | Paul Eggert |
2005-07-03 | Include fd-reopen.h. | Paul Eggert |
2005-06-16 | Don't embed `this'-style quotes in format strings. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-05-14 | Update FSF postal mail address. | Jim Meyering |
2005-03-28 | (speeds): Declare this array to be static. | Jim Meyering |
2005-01-30 | Remove unnecessary parentheses in #if directives. | Jim Meyering |
2005-01-30 | [VSWTCH]: Some systems, like Cygwin, use VSWTC | Jim Meyering |
2004-11-03 | Include "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-07 | Add support for IUTF8 input flag. | Jim Meyering |
2004-01-22 | (usage): Use EXIT_SUCCESS, not 0, for clarity. | Jim Meyering |
2003-11-05 | Cast NULL to `(char *)' in call to variadic function, | Jim Meyering |