| Age | Commit message (Expand) | Author | Lines |
| 2012-05-09 | stat: don't report negative file size as huge positive number | Paul Eggert | -1/+1 |
| 2012-05-08 | split: avoid apparent infloop when splitting /dev/zero w/-n on the Hurd | Jim Meyering | -1/+3 |
| 2012-05-08 | maint: new function: usable_st_size | Jim Meyering | -0/+7 |
| 2012-05-08 | maint: fix common spelling errors | Kevin Lyda | -7/+7 |
| 2012-05-07 | cp: handle a race condition more sensibly | Jim Meyering | -0/+19 |
| 2012-05-04 | maint: rely on gnulib's new sys_resource module | Jim Meyering | -3/+1 |
| 2012-05-02 | cp,mv,install: provide POSIX_FADV_SEQUENTIAL hint to input | Pádraig Brady | -0/+3 |
| 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/+24 |
| 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/+8 |
| 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-16 | maint: replace a use of strcpy in chmod.c with memcpy | Jim Meyering | -1/+1 |
| 2012-04-12 | fmt: accept new --goal=WIDTH (-g) option | Bruce Korb | -5/+27 |
| 2012-04-12 | cp: change --attributes-only to not truncate existing files | Pádraig Brady | -1/+3 |
| 2012-03-28 | chmod: undo previous change | Paul Eggert | -9/+1 |
| 2012-03-28 | chmod: fix symlink race condition | Paul Eggert | -1/+9 |
| 2012-03-26 | doc: use $(...), not `...` in documentation and comments | Jim Meyering | -1/+1 |
| 2012-03-22 | ln: add the --relative option | Harald Hoyer | -1/+52 |
| 2012-03-22 | maint: refactor relpath() from `realpath` for use by `ln` | Pádraig Brady | -92/+163 |
| 2012-03-22 | maint: ensure PATH_MAX is set correctly | Pádraig Brady | -0/+2 |
| 2012-03-21 | maint: use more modern fseeko, rather than fseek | Jim Meyering | -1/+1 |
| 2012-03-15 | realpath: optimize --relative-base usage | Eric Blake | -10/+18 |
| 2012-03-15 | realpath: let --relative-to default to --relative-base | Eric Blake | -4/+1 |
| 2012-03-15 | realpath: fix problems with root handling | Eric Blake | -2/+25 |
| 2012-03-10 | dirname: support more than one argument | Jérémy Compostella | -27/+50 |
| 2012-03-10 | split: support an arbitrary number of split files by default | Jérémy Compostella | -6/+54 |
| 2012-03-08 | chmod: add notations +40, 00440, etc. | Paul Eggert | -2/+5 |
| 2012-03-08 | du: fix -x: don't ignore non-directory arguments | Jim Meyering | -1/+8 |
| 2012-03-07 | basename: support more than one argument | Jérémy Compostella | -37/+85 |
| 2012-03-06 | maint: refactor copy to use is_nul() | Pádraig Brady | -47/+28 |
| 2012-02-29 | doc: timeout: document the exit status when run with "-s KILL" | Rodrigo Campos | -1/+2 |
| 2012-02-29 | dd: add support for the conv=sparse option | Roman Rybalko | -3/+83 |
| 2012-02-25 | sort: default to physmem/8, not physmem/16 | Paul Eggert | -7/+7 |
| 2012-02-24 | doc: clarify a comment in system.h | Jim Meyering | -1/+1 |
| 2012-02-20 | split: add the --additional-suffix option | Jérémy Compostella | -3/+24 |
| 2012-02-20 | ls: adjust errnos indicating device non support for xattrs | Pádraig Brady | -3/+1 |
| 2012-02-18 | ls: cache ACL- and CAP-querying syscall failures | Jim Meyering | -4/+57 |
| 2012-02-18 | ls: optimize for when getfilecon would often fail (~33% perf. gain) | Jim Meyering | -4/+32 |
| 2012-02-18 | split: support optional start value for --numeric-suffixes | Jérémy Compostella | -2/+44 |
| 2012-02-16 | doc: improve 'rm -f' description | Bernhard Voelker | -1/+1 |
| 2012-02-13 | dd: fix issues in the count_bytes and seek_bytes flags change | Pádraig Brady | -4/+4 |
| 2012-02-12 | dd: add count_bytes, skip_bytes and seek_bytes flags | Jérémy Compostella | -54/+150 |
| 2012-02-12 | mv: "mv A B" would sometimes succeed, yet A would remain, ... | Jim Meyering | -3/+26 |
| 2012-02-06 | maint: add braces as requested by HACKING coding standard | Jérémy Compostella | -6/+8 |