Age | Commit message (Expand) | Author |
2011-09-30 | ls: avoid reading beyond end of color indicator | Jim Meyering |
2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering |
2011-06-25 | maint: don't use gnulib's pathmax module; define PATH_MAX if needed | Jim Meyering |
2011-06-13 | maint: use stat-size module from gnulib | James Youngman |
2011-06-04 | build: require at least 2-year old autoconf-2.64 (was 2.62) | Jim Meyering |
2011-05-08 | maint: remove -Wmissing-field-initializers workarounds | Pádraig Brady |
2011-04-03 | maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LIT | Jim Meyering |
2011-01-13 | maint: trivial system header file cleanups | Pádraig Brady |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-07-05 | system.h: define ATTRIBUTE_WARN_UNUSED_RESULT | Jim Meyering |
2010-03-20 | maint: code formatting nit | Jim Meyering |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-11-05 | maint: factor out cycle warning, now that du will use it, too | Jim Meyering |
2009-10-19 | build: use gnulib's isblank module | Jim Meyering |
2009-10-08 | maint: remove unused macros and declarations | Eric Blake |
2009-10-08 | maint: move timeout exit statuses | Eric Blake |
2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady |
2009-09-10 | doc: improve various BLOCKSIZE and SIZE help | Ondřej Vašík |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-05-17 | maint: define ARRAY_CARDINALITY in system.h | Jim Meyering |
2009-04-07 | maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems | Pádraig Brady |
2009-03-14 | system.h: correct compilation error: MAX not defined | Jim Meyering |
2009-03-11 | cat,cp,mv,install,split: Set the minimum IO block size used to 32KiB | Pádraig Brady |
2009-03-02 | maint: avoid gcc warning about missing attributes | Jim Meyering |
2009-02-24 | Ensure comment for translators is included in po file | Pádraig Brady |
2009-02-02 | * src/system.h (emit_bug_reporting_address): Remove periods. | Jim Meyering |
2009-01-28 | system.h: add a comment re autoconf's new AC_PACKAGE_URL | Jim Meyering |
2009-01-27 | doc: emit better bug-reporting info, to help help2man | Jim Meyering |
2009-01-23 | build: resolve conflict with new declaration from version-etc.h | Jim Meyering |
2009-01-19 | no longer define *_FILENO constants | Jim Meyering |
2008-12-21 | build: add configure-time --enable-gcc-warnings option; avoid warnings | Jim Meyering |
2008-12-01 | avoid warnings about initialization of automatic aggregates | Jim Meyering |
2008-11-10 | make --help print "Report PROGRAM translation bugs to <...>." | Jim Meyering |
2008-11-10 | avoid warnings about discarding "qualifiers from pointer target type" | Jim Meyering |
2008-11-08 | emit more precise bug-reporting instructions | Jim Meyering |
2008-08-26 | use new global, "Version", rather than macro, VERSION | Jim Meyering |
2008-06-27 | factor out time_t-to-string conversion idiom | Jim Meyering |
2008-06-03 | use gnulib's progname module | Jim Meyering |
2008-05-26 | use gnulib's proper_name_utf8 function, but *not* proper_name | Jim Meyering |
2008-01-30 | Now that system.h defines is_empty_dir, include "openat.h". | Jim Meyering |
2008-01-30 | Improve "rmdir --ignore-fail-on-non-empty" | Jim Meyering |
2008-01-17 | Do not define-away __attribute__ when __STRICT_ANSI__ is set. | Jim Meyering |
2007-10-28 | Define ENODATA, for FreeBSD 5.0 and 6.1. | Jim Meyering |
2007-08-30 | Use PACKAGE_NAME instead of GNU_PACKAGE. | Eric Blake |
2007-08-29 | Use EXIT_FAILURE, not EXIT_FAIL, now that EXIT_FAILURE is always 1. | Jim Meyering |
2007-08-24 | * src/system.h (fseeko, ftello): Remove now-unneeded definitions. | Jim Meyering |
2007-08-20 | Avoid consuming too much seekable input when yesno is used. | Eric Blake |
2007-08-11 | Accommodate more xstrtol changes. | Paul Eggert |
2007-08-05 | Encapsulate a static variable. | Jim Meyering |
2007-08-04 | Adapt to new human and xstrtol API. | Paul Eggert |