| Age | Commit message (Expand) | Author | Lines |
| 2012-08-05 | build: avoid sort link failure on Solaris 10 | Jim Meyering | -0/+1 |
| 2012-08-04 | df: fix exit code and error messages with --total | Bernhard Voelker | -3/+6 |
| 2012-08-04 | truncate: don't leak a file descriptor with --ref=PIPE | Jim Meyering | -1/+8 |
| 2012-08-04 | split: plug nominal leaks | Jim Meyering | -2/+5 |
| 2012-08-03 | tail: avoid rare error-path FD leak | Jim Meyering | -0/+1 |
| 2012-07-25 | tail: avoid misleading diagnostic upon fstat failure | Jim Meyering | -1/+1 |
| 2012-07-21 | maint: stzncpy: restrict pointer parameters | Jim Meyering | -3/+4 |
| 2012-07-20 | maint: rm: remove two more unused static inline functions | Joachim Schmitz | -22/+0 |
| 2012-07-20 | maint: rm: remove unused static-inlined functions | Joachim Schmitz | -22/+0 |
| 2012-07-16 | df: don't output control characters in a mount point name | Pádraig Brady | -1/+23 |
| 2012-07-15 | pinky,who: fix bug in latest change | Jim Meyering | -5/+19 |
| 2012-07-15 | maint: remove unwarranted uses of strncpy | Jim Meyering | -29/+11 |
| 2012-07-15 | build: shred.c: avoid i686-specific gcc -Wstrict-overflow warning | Jim Meyering | -6/+6 |
| 2012-07-13 | doc: clarify meaning of '-parodd' in stty help | Bruno Haible | -1/+1 |
| 2012-07-11 | df: warn if soon-to-be-removed --megabyte option is used | Bernhard Voelker | -3/+11 |
| 2012-07-10 | sort: by default, do not exceed 3/4 of physical memory | Paul Eggert | -3/+8 |
| 2012-07-03 | maint: fix minor bugs in helper program, setuidgid | Jim Meyering | -6/+5 |
| 2012-07-02 | sort: fix exit-status typo | Paul Eggert | -1/+1 |
| 2012-07-02 | sort: simplify -o handling to avoid fdopen, assert | Paul Eggert | -27/+20 |
| 2012-07-02 | sort: avoid redundant processing with inaccessible inputs or output | Pádraig Brady | -4/+61 |
| 2012-07-02 | maint: avoid a -Wunsed-but-set warning on some systems | Pádraig Brady | -1/+1 |
| 2012-06-30 | stat,tail: recognize new file system type: aufs | Jim Meyering | -0/+5 |
| 2012-06-26 | maint: avoid a static analysis warning in csplit | Pádraig Brady | -3/+5 |
| 2012-06-22 | doc: document multiplier for dd number options like count=N | Bernhard Voelker | -1/+1 |
| 2012-06-22 | split: ensure output doesn't overwrite input | Pádraig Brady | -6/+21 |
| 2012-06-22 | maint: refactor common mode bits used to create files | Pádraig Brady | -12/+9 |
| 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/+2 |
| 2012-06-06 | su: remove program (util-linux is now the best source for it) | Jim Meyering | -582/+2 |
| 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 | -0/+8 |
| 2012-06-01 | stat,tail: recognize new file system type: panfs | Jim Meyering | -0/+2 |
| 2012-05-28 | cksum: line-buffer the printed checksums | Pádraig Brady | -0/+4 |
| 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 | maint: tell xgettext that fputs arg "93% of..." is not a C format string | Jim Meyering | -0/+2 |
| 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 | -1/+5 |
| 2012-05-12 | ls: color each symlink-to-relative-name in / properly | Jim Meyering | -1/+8 |
| 2012-05-10 | stat,tail: recognize new FS types: bdevfs, inodefs, qnx6 | Jim Meyering | -1/+7 |
| 2012-05-10 | maint: handle file sizes more reliably | Paul Eggert | -31/+66 |
| 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 |