| Age | Commit message (Expand) | Author | Lines |
| 2012-06-30 | maint: avoid false-positive syntax-check failure due to fail=0 in .texi | Jim Meyering | -1/+1 |
| 2012-06-30 | stat,tail: recognize new file system type: aufs | Jim Meyering | -2/+8 |
| 2012-06-30 | doc: improve sample backup script | Jim Meyering | -1/+3 |
| 2012-06-26 | maint: avoid a static analysis warning in csplit | Pádraig Brady | -3/+6 |
| 2012-06-22 | doc: document multiplier for dd number options like count=N | Bernhard Voelker | -3/+3 |
| 2012-06-22 | split: ensure output doesn't overwrite input | Pádraig Brady | -6/+58 |
| 2012-06-22 | maint: refactor common mode bits used to create files | Pádraig Brady | -12/+9 |
| 2012-06-22 | maint: suppress echoing of sc_THANKS_in_duplicates implementation | Pádraig Brady | -1/+1 |
| 2012-06-20 | maint: sort: style adjustment to help clarify size determination | Bernhard Voelker | -8/+7 |
| 2012-06-12 | stty: portability: accommodate CIL | Jim Meyering | -2/+3 |
| 2012-06-10 | maint: remove su testing artifact | Sami Kerola | -1/+0 |
| 2012-06-10 | build: update gnulib to latest; correct comment grammar | Jim Meyering | -2/+2 |
| 2012-06-10 | maint: migrate strncpy-prohibiting rule to gnulib | Jim Meyering | -6/+0 |
| 2012-06-10 | maint: prohibit use of strncpy | Jim Meyering | -0/+9 |
| 2012-06-06 | su: remove program (util-linux is now the best source for it) | Jim Meyering | -862/+17 |
| 2012-06-06 | maint: detect a new type of duplicate in THANKS.in | Jim Meyering | -0/+13 |
| 2012-06-05 | maint: mark new diagnostic for translation | Jim Meyering | -1/+1 |
| 2012-06-05 | head: with --lines=-N (-n-N) reset file pointer on seekable input | Jim Meyering | -8/+35 |
| 2012-06-01 | stat,tail: recognize new file system type: panfs | Jim Meyering | -0/+11 |
| 2012-05-31 | maint: fix typos in test comments and old ChangeLog files | Jim Meyering | -4/+4 |
| 2012-05-28 | cksum: line-buffer the printed checksums | Pádraig Brady | -0/+9 |
| 2012-05-21 | maint: remove comment that suggested to remove support for mktemp -V | Jim Meyering | -1/+2 |
| 2012-05-21 | dircolors: add st/st-256color terminal types | Mike Frysinger | -0/+2 |
| 2012-05-20 | id,groups: use gidtostr/uidtostr to avoid casts | Jim Meyering | -15/+43 |
| 2012-05-16 | tests: use $AWK, not awk | Jim Meyering | -3/+3 |
| 2012-05-16 | maint: tell xgettext that fputs arg "93% of..." is not a C format string | Jim Meyering | -0/+6 |
| 2012-05-16 | maint: add assertions to placate static analysis tools | Jim Meyering | -0/+19 |
| 2012-05-16 | stat: report the correct block size for file system usage | Pádraig Brady | -3/+12 |
| 2012-05-12 | ls: color each symlink-to-relative-name in / properly | Jim Meyering | -1/+65 |
| 2012-05-10 | maint: post-release administrivia | Jim Meyering | -2/+5 |
| 2012-05-10 | version 8.17v8.17 | Jim Meyering | -1/+1 |
| 2012-05-10 | tests: misc/tty-eof: increase timeout to avoid unwarranted failure | Jim Meyering | -2/+2 |
| 2012-05-10 | stat,tail: recognize new FS types: bdevfs, inodefs, qnx6 | Jim Meyering | -1/+9 |
| 2012-05-10 | scripts: encourage use of shorter "bugs.gnu.org" in bug URLs | Jim Meyering | -1/+1 |
| 2012-05-10 | maint: handle file sizes more reliably | Paul Eggert | -34/+69 |
| 2012-05-09 | stat: don't report negative file size as huge positive number | Paul Eggert | -1/+4 |
| 2012-05-08 | split: avoid apparent infloop when splitting /dev/zero w/-n on the Hurd | Jim Meyering | -1/+6 |
| 2012-05-08 | build: update gnulib submodule to latest; also bootstrap and init.sh | Jim Meyering | -14/+67 |
| 2012-05-08 | doc: clarify dd conv=sparse usage with devices | Pádraig Brady | -1/+4 |
| 2012-05-08 | maint: new function: usable_st_size | Jim Meyering | -0/+7 |
| 2012-05-08 | maint: fix common spelling errors | Kevin Lyda | -33/+33 |
| 2012-05-07 | tests: avoid LD_PRELOAD lookup error for dlsym | Jim Meyering | -1/+1 |
| 2012-05-07 | cp: handle a race condition more sensibly | Jim Meyering | -1/+100 |
| 2012-05-07 | doc: NEWS: note when the id/groups bug was introduced | Jim Meyering | -1/+1 |
| 2012-05-04 | build: update gnulib submodule to latest | Jim Meyering | -0/+0 |
| 2012-05-04 | maint: rely on gnulib's new sys_resource module | Jim Meyering | -4/+2 |
| 2012-05-02 | cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to input | Pádraig Brady | -0/+3 |
| 2012-05-02 | maint: prohibit an operator at end of line | Jim Meyering | -0/+16 |
| 2012-05-02 | maint: adjust comments to avoid FP match on binary-operator-at-EOL | Jim Meyering | -15/+15 |
| 2012-05-02 | maint: with split lines, don't leave an operator at end of line | Jim Meyering | -34/+34 |