| Age | Commit message (Expand) | Author | Lines |
| 2011-05-26 | maint: split: remove --filter specific code from other paths | Pádraig Brady | -9/+11 |
| 2011-05-26 | split: diagnose when --filter is used with a chunk number | Pádraig Brady | -0/+6 |
| 2011-05-26 | split: exit when we can no longer write to a --filter | Pádraig Brady | -0/+15 |
| 2011-05-26 | split: return success even if a --filter exits | Pádraig Brady | -4/+2 |
| 2011-05-25 | split: fix an edge case where -n l/... creates an extra file | Pádraig Brady | -5/+6 |
| 2011-05-25 | chmod: output the original mode in verbose mode | Bernhard Voelker | -5/+13 |
| 2011-05-25 | maint: accommodate gnulib's newer tight_scope rule | Jim Meyering | -4/+4 |
| 2011-05-25 | touch: placate static analyzers: no NULL-deref is possible | Jim Meyering | -6/+12 |
| 2011-05-24 | split: fix cases where -n l/... creates extraneous files | Pádraig Brady | -3/+14 |
| 2011-05-24 | doc: add a missing space in timeout --help | Stéphane Raimbault | -2/+2 |
| 2011-05-21 | maint: fix comment typos in df.c | Ivan Sichmann Freitas | -2/+2 |
| 2011-05-19 | maint: correct typos involving misuse of "a" and "an" | Jim Meyering | -5/+5 |
| 2011-05-18 | printf: fix an out-of-bounds memory access | Pádraig Brady | -1/+1 |
| 2011-05-17 | doc: mention that ls time ordering is newest first | Pádraig Brady | -2/+2 |
| 2011-05-13 | ls: allow stat-free use of --color | Jim Meyering | -1/+4 |
| 2011-05-12 | maint: use <unistd.h>, not "group-member.h" | Jim Meyering | -1/+0 |
| 2011-05-11 | maint: remove syntax-checking sc_tight_scope rule | Jim Meyering | -40/+0 |
| 2011-05-11 | maint: tail: mark a global variable as static | Jim Meyering | -2/+2 |
| 2011-05-08 | maint: remove -Wmissing-field-initializers workarounds | Pádraig Brady | -19/+6 |
| 2011-05-06 | split: accept new output --filter=CMD option | Karl Heuer | -23/+204 |
| 2011-05-06 | sort: fix a contradictory --debug warning | Pádraig Brady | -1/+1 |
| 2011-05-05 | df: fix crash in mem exhaustion edge case | Pádraig Brady | -4/+4 |
| 2011-05-03 | copy: fix my typo | Jim Meyering | -1/+1 |
| 2011-05-03 | copy: correct misuse of quote in diagnostic | Jeff Liu | -1/+1 |
| 2011-04-30 | maint: adjust split.c formatting to conform | Jim Meyering | -10/+10 |
| 2011-04-26 | maint: tweak sc_tight_scope rule | Jim Meyering | -12/+8 |
| 2011-04-26 | dd: work around compilation failure on AIX 5.1 and 5.2 | Jim Meyering | -0/+4 |
| 2011-04-26 | maint: move two small functions, so we can remove a fwd decl | Jim Meyering | -26/+24 |
| 2011-04-25 | maint: change some leading 8-space sequences to TABs in a Makefile.am | Jim Meyering | -11/+11 |
| 2011-04-25 | stat: recognize V9FS and ECRYPTFS file systems | Jim Meyering | -0/+4 |
| 2011-04-25 | tail --follow=name no longer implies --retry | Jim Meyering | -0/+10 |
| 2011-04-25 | copy: include both src and dest names in clone failure diagnostic | Jeff Liu | -1/+2 |
| 2011-04-25 | doc: tail/inotify does use --sleep-interval=S, with --pid=P | Jim Meyering | -4/+6 |
| 2011-04-20 | copy: use FIEMAP (extent_copy) only for apparently-sparse files, | Jim Meyering | -16/+21 |
| 2011-04-20 | copy: factor out a tiny sparse-testing function | Jim Meyering | -4/+19 |
| 2011-04-20 | copy: do not treat unwritten extents specially: avoid XFS/ext4 data loss | Jim Meyering | -1/+4 |
| 2011-04-20 | copy: always use FIEMAP_FLAG_SYNC, for now | Jim Meyering | -0/+8 |
| 2011-04-17 | dircolors: add .ear, .war, .sar, for Java jar-like archives | Ondřej Vašík | -0/+3 |
| 2011-04-12 | maint: remove unnecessary inclusion of <stdio.h> | Jim Meyering | -1/+0 |
| 2011-04-11 | maint: install: remove support for --preserve_context ("_", not "-") | Jim Meyering | -8/+0 |
| 2011-04-11 | maint: reorder install.c to eliminate declarations of static functions | Jim Meyering | -344/+327 |
| 2011-04-11 | maint: rename variables for clarity... | Jim Meyering | -6/+6 |
| 2011-04-11 | maint: remove doubled words in comments, e.g., s/to to/to/ | Jim Meyering | -2/+2 |
| 2011-04-11 | maint: misc typo fixes | Pádraig Brady | -1/+1 |
| 2011-04-06 | copy: handle mergeable extents across fiemap scans | Pádraig Brady | -88/+108 |
| 2011-04-06 | copy: fix an unlikely memory leak when a fiemap copy fails | Pádraig Brady | -1/+1 |
| 2011-04-04 | tests: minor improvement of sc_tight_scope rule | Jim Meyering | -5/+5 |
| 2011-04-03 | maint: prohibit direct use of strncmp: prefer STREQ_LEN, STRNCMP_LIT | Jim Meyering | -18/+25 |
| 2011-04-03 | copy: require fiemap sync also for 2.6.38 kernels | Jim Meyering | -2/+2 |
| 2011-04-02 | cp: always detect copy-into-self: avoid infloop w/large PATH_MAX | Jim Meyering | -2/+10 |