Age | Commit message (Expand) | Author | Files | Lines |
2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering | 42 | -93/+93 |
2012-01-09 | maint: adjust quoting: emit '...', not `...' in diagnostics | Jim Meyering | 12 | -36/+36 |
2012-01-09 | maint: prep for global quoting changes: handle irregular cases manually | Jim Meyering | 4 | -8/+8 |
2012-01-07 | maint: update quoting of "Try `prog --help'" to "Try 'prog --help'" | Jim Meyering | 1 | -1/+1 |
2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering | 96 | -192/+96 |
2012-01-07 | maint: factor out all `Try --help'-emitting statements | Jim Meyering | 1 | -0/+6 |
2012-01-05 | split: avoid failure due to leftover 'errno' value | Bruno Haible | 1 | -2/+2 |
2012-01-03 | df: work around long-named /dev/disk/by-uuid/... symlinks | Jim Meyering | 1 | -8/+41 |
2012-01-03 | realpath: a new program to print the resolved path | Pádraig Brady | 3 | -0/+333 |
2012-01-02 | build: tail: avoid type/format mismatch warning from gcc | Jim Meyering | 1 | -4/+7 |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | 123 | -123/+123 |
2011-12-30 | build: avoid spurious test.c warning with -Wsuggest-attribute=pure | Jim Meyering | 1 | -0/+6 |
2011-12-28 | tail: avoid theoretically undefined behavior | Jim Meyering | 1 | -2/+3 |
2011-12-26 | doc: homologize ch{con,grp,mod,own} option descriptions | Pádraig Brady | 4 | -22/+47 |
2011-12-26 | stat,tail: recognize new FS type: pipefs | Jim Meyering | 1 | -0/+5 |
2011-12-24 | doc: stat: clarify that %t and %T expand to the file system type | Jim Meyering | 1 | -40/+40 |
2011-12-23 | tail: with -f, use polling when a file is on an FS of unknown type | Jim Meyering | 5 | -109/+143 |
2011-12-22 | tail,stat: add support for FhGFS | Jim Meyering | 2 | -0/+3 |
2011-12-14 | du: -x should not count files in other file systems | Paul Eggert | 1 | -0/+3 |
2011-12-12 | ls: give a more useful diagnostic for a bogus --time-style arg | Jim Meyering | 1 | -24/+48 |
2011-12-09 | maint: remove a misleading comment from shred.c | Jim Meyering | 1 | -11/+0 |
2011-12-08 | ls: be responsive to interrupts when color-listing large directories | Jim Meyering | 1 | -1/+6 |
2011-12-05 | ln: clarify usage of -L, -n, -T | Paul Eggert | 1 | -4/+5 |
2011-12-05 | maint: don't assume GNU make \# syntax (fix previous) | Paul Eggert | 1 | -3/+4 |
2011-12-05 | maint: sort, stat: remove unused parameters | Jim Meyering | 2 | -14/+12 |
2011-12-05 | maint: don't assume GNU make \# syntax | Paul Eggert | 1 | -3/+2 |
2011-12-04 | od,test: address warnings from gcc's -Wjump-misses-init | Jim Meyering | 2 | -36/+42 |
2011-12-04 | maint: remove redundant usage declarations (-Wredundant-decls) | Jim Meyering | 3 | -3/+0 |
2011-11-20 | doc: clarify ln's --help output | Jim Meyering | 1 | -1/+1 |
2011-11-20 | port to GNU hosts, where getuid and friends can fail | Paul Eggert | 5 | -9/+54 |
2011-11-20 | ln: fix position of --backup values description | Erik Auerswald | 1 | -5/+5 |
2011-11-16 | sort: clarify wording on -k syntax | Eric Blake | 1 | -8/+8 |
2011-11-15 | id: fix bug when euid != ruid | Paul Eggert | 1 | -21/+30 |
2011-11-15 | ls: another reword of generic size note | Ruediger Meier | 1 | -2/+2 |
2011-11-15 | id: tweak comment | Eric Blake | 1 | -3/+3 |
2011-11-15 | id: handle (uid_t) -1 more portably | Paul Eggert | 1 | -12/+15 |
2011-11-15 | id: undo previous commit, which was done by mistake | Paul Eggert | 1 | -19/+12 |
2011-11-15 | doc: update for ISO/IEC 80000-13 | Paul Eggert | 1 | -12/+19 |
2011-11-14 | id: fail when getuid, getgid, etc. fail, e.g., on GNU/Hurd | Ludovic Courtès | 1 | -0/+20 |
2011-11-13 | maint: id, groups: use conforming diagnostics | Jim Meyering | 2 | -2/+2 |
2011-11-12 | ls: plug a per-argument leak | Jim Meyering | 1 | -6/+11 |
2011-11-11 | * src/system.h (emit_size_note): Reword for clarity. | Paul Eggert | 1 | -1/+1 |
2011-11-11 | ls: -k no longer affects -l's file sizes | Paul Eggert | 1 | -18/+33 |
2011-11-02 | stat: avoid compilation failure with gnulib's new alignof | Jim Meyering | 1 | -1/+1 |
2011-10-27 | date: reinstate the --iso-8601 (-I) option | Jim Meyering | 1 | -1/+5 |
2011-10-25 | build: do not remove definition of ENODATA, after all | Jim Meyering | 1 | -0/+8 |
2011-10-24 | rm: update gnulib to get an fts fix for Cygwin+NWFS/NcFsd file systems | Jim Meyering | 1 | -11/+0 |
2011-10-21 | tail: with -f, use nanosleep (not inotify) on a GPFS file system | Martial Bornet | 1 | -0/+1 |
2011-10-19 | maint: tac: prefer "failed to" diagnostic over "cannot" | Jim Meyering | 1 | -3/+5 |
2011-10-19 | tac: do not let failed allocation cause immediate exit | Jim Meyering | 1 | -1/+6 |