| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-04-30 | cat,cp,mv,install,split: Set the minimum IO block size used to 64KiB | Pádraig Brady | -18/+28 |
| 2012-04-27 | id: -Zn/-Zr: avoid an invalid diagnostic | Jim Meyering | -1/+2 |
| 2012-04-27 | id: don't call getcon unnecessarily | Jim Meyering | -7/+14 |
| 2012-04-27 | maint: id: minor factorization | Jim Meyering | -11/+12 |
| 2012-04-27 | id,groups: with no user name, print only real and/or effective IDs, | Jim Meyering | -6/+55 |
| 2012-04-22 | maint: sync up required autoconf version in bootstrap.conf | Stefano Lattarini | -1/+1 |
| 2012-04-19 | doc: fix a grammar nit | Jim Meyering | -1/+1 |
| 2012-04-19 | tests: factor out expensive "pairs" code of misc/stty | Bernhard Voelker | -39/+94 |
| 2012-04-19 | tests: add iutf8 option to misc/stty | Bernhard Voelker | -7/+7 |
| 2012-04-19 | maint: tac: use memcpy, not strcpy | Jim Meyering | -1/+1 |
| 2012-04-19 | maint: ls: use stpncpy/stpcpy, not strncpy/strcpy | Jim Meyering | -9/+6 |
| 2012-04-19 | maint: modernize/clean-up a small function in ls.c | Jim Meyering | -14/+11 |
| 2012-04-19 | doc: tweak README-hacking | Jim Meyering | -2/+2 |
| 2012-04-17 | doc: use @xref{... only at start of a sentence | Jim Meyering | -9/+11 |
| 2012-04-16 | maint: replace a use of strcpy in chmod.c with memcpy | Jim Meyering | -1/+1 |
| 2012-04-14 | doc: remove a little direntry redundancy | Karl Berry | -1/+1 |
| 2012-04-12 | fmt: accept new --goal=WIDTH (-g) option | Bruce Korb | -10/+99 |
| 2012-04-12 | cp: change --attributes-only to not truncate existing files | Pádraig Brady | -4/+41 |