| Age | Commit message (Expand) | Author | Lines |
| 2012-07-21 | maint: stzncpy: restrict pointer parameters | Jim Meyering | -3/+4 |
| 2012-07-15 | pinky,who: fix bug in latest change | Jim Meyering | -0/+14 |
| 2012-06-22 | maint: refactor common mode bits used to create files | Pádraig Brady | -0/+3 |
| 2012-05-10 | maint: handle file sizes more reliably | Paul Eggert | -1/+2 |
| 2012-05-08 | maint: new function: usable_st_size | Jim Meyering | -0/+7 |
| 2012-03-22 | maint: ensure PATH_MAX is set correctly | Pádraig Brady | -0/+2 |
| 2012-03-06 | maint: refactor copy to use is_nul() | Pádraig Brady | -0/+21 |
| 2012-02-24 | doc: clarify a comment in system.h | Jim Meyering | -1/+1 |
| 2012-01-27 | maint: use single copyright year range | Jim Meyering | -1/+1 |
| 2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering | -5/+5 |
| 2012-01-07 | maint: update quoting of "Try `prog --help'" to "Try 'prog --help'" | Jim Meyering | -1/+1 |
| 2012-01-07 | maint: factor out all `Try --help'-emitting statements | Jim Meyering | -0/+6 |
| 2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2011-11-15 | ls: another reword of generic size note | Ruediger Meier | -2/+2 |
| 2011-11-11 | * src/system.h (emit_size_note): Reword for clarity. | Paul Eggert | -1/+1 |
| 2011-10-25 | build: do not remove definition of ENODATA, after all | Jim Meyering | -0/+8 |
| 2011-10-24 | rm: update gnulib to get an fts fix for Cygwin+NWFS/NcFsd file systems | Jim Meyering | -11/+0 |
| 2011-10-01 | build: use getgr*_nomembers functions on Interix | Markus Duft | -0/+18 |
| 2011-09-30 | ls: avoid reading beyond end of color indicator | Jim Meyering | -1/+1 |
| 2011-07-02 | maint: use "const" and "pure" function attributes where possible | Jim Meyering | -2/+2 |
| 2011-06-25 | maint: don't use gnulib's pathmax module; define PATH_MAX if needed | Jim Meyering | -4/+3 |
| 2011-06-13 | maint: use stat-size module from gnulib | James Youngman | -116/+0 |
| 2011-06-04 | build: require at least 2-year old autoconf-2.64 (was 2.62) | Jim Meyering | -3/+1 |
| 2011-05-08 | maint: remove -Wmissing-field-initializers workarounds | Pádraig Brady | -13/+0 |
| 2011-04-03 | maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LIT | Jim Meyering | -1/+8 |
| 2011-01-13 | maint: trivial system header file cleanups | Pádraig Brady | -2/+6 |
| 2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | -1/+1 |
| 2010-07-05 | system.h: define ATTRIBUTE_WARN_UNUSED_RESULT | Jim Meyering | -0/+8 |
| 2010-03-20 | maint: code formatting nit | Jim Meyering | -1/+1 |
| 2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | -1/+1 |
| 2009-11-05 | maint: factor out cycle warning, now that du will use it, too | Jim Meyering | -0/+12 |
| 2009-10-19 | build: use gnulib's isblank module | Jim Meyering | -4/+0 |
| 2009-10-08 | maint: remove unused macros and declarations | Eric Blake | -55/+4 |
| 2009-10-08 | maint: move timeout exit statuses | Eric Blake | -2/+4 |
| 2009-09-21 | doc: mention the texinfo documentation in --help | Pádraig Brady | -4/+7 |
| 2009-09-10 | doc: improve various BLOCKSIZE and SIZE help | Ondřej Vašík | -0/+19 |
| 2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | -16/+16 |
| 2009-05-17 | maint: define ARRAY_CARDINALITY in system.h | Jim Meyering | -0/+4 |
| 2009-04-07 | maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems | Pádraig Brady | -1/+1 |
| 2009-03-14 | system.h: correct compilation error: MAX not defined | Jim Meyering | -45/+45 |
| 2009-03-11 | cat,cp,mv,install,split: Set the minimum IO block size used to 32KiB | Pádraig Brady | -2/+48 |
| 2009-03-02 | maint: avoid gcc warning about missing attributes | Jim Meyering | -1/+1 |
| 2009-02-24 | Ensure comment for translators is included in po file | Pádraig Brady | -7/+9 |
| 2009-02-02 | * src/system.h (emit_bug_reporting_address): Remove periods. | Jim Meyering | -4/+4 |
| 2009-01-28 | system.h: add a comment re autoconf's new AC_PACKAGE_URL | Jim Meyering | -0/+1 |
| 2009-01-27 | doc: emit better bug-reporting info, to help help2man | Jim Meyering | -3/+4 |
| 2009-01-23 | build: resolve conflict with new declaration from version-etc.h | Jim Meyering | -0/+8 |
| 2009-01-19 | no longer define *_FILENO constants | Jim Meyering | -14/+1 |
| 2008-12-21 | build: add configure-time --enable-gcc-warnings option; avoid warnings | Jim Meyering | -0/+2 |
| 2008-12-01 | avoid warnings about initialization of automatic aggregates | Jim Meyering | -0/+13 |