Age | Commit message (Expand) | Author |
2012-02-12 | dd: add count_bytes, skip_bytes and seek_bytes flags | Jérémy Compostella |
2012-02-12 | mv: "mv A B" would sometimes succeed, yet A would remain, ... | Jim Meyering |
2012-02-06 | maint: add braces as requested by HACKING coding standard | Jérémy Compostella |
2012-01-31 | doc: clarify --help output for some optional arguments | Pádraig Brady |
2012-01-30 | maint: sort: remove the last uses of "'%s'" in diagnostics | Jim Meyering |
2012-01-30 | mv: allow moving symlink onto same-inode dest with >= 2 hard links | Jim Meyering |
2012-01-27 | maint: use single copyright year range | Jim Meyering |
2012-01-26 | maint: remove some redundant automake _SOURCES | Pádraig Brady |
2012-01-25 | realpath: avoid the use of printf | Pádraig Brady |
2012-01-25 | realpath: remove extraneous '/' for --relative-to edge cases | Pádraig Brady |
2012-01-22 | maint: quote 'like this' or "like this", not `like this' | Paul Eggert |
2012-01-20 | stat: clarify the description of the %o stat format | Pádraig Brady |
2012-01-11 | maint: fix minor whitespace issues | Pádraig Brady |
2012-01-11 | maint: adjust formatting of certain continued strings | Jim Meyering |
2012-01-09 | maint: src/*.[ch]: convert more `...' to '...' | Jim Meyering |
2012-01-09 | maint: src/*.c: change remaining quotes (without embedded spaces) | Jim Meyering |
2012-01-09 | maint: convert `...' to '...' in --help output | Jim Meyering |
2012-01-09 | maint: adjust quoting: emit '...', not `...' in diagnostics | Jim Meyering |
2012-01-09 | maint: prep for global quoting changes: handle irregular cases manually | Jim Meyering |
2012-01-07 | maint: update quoting of "Try `prog --help'" to "Try 'prog --help'" | Jim Meyering |
2012-01-07 | maint: use new emit_try_help in place of equivalent fprintf | Jim Meyering |
2012-01-07 | maint: factor out all `Try --help'-emitting statements | Jim Meyering |
2012-01-05 | split: avoid failure due to leftover 'errno' value | Bruno Haible |
2012-01-03 | df: work around long-named /dev/disk/by-uuid/... symlinks | Jim Meyering |
2012-01-03 | realpath: a new program to print the resolved path | Pádraig Brady |
2012-01-02 | build: tail: avoid type/format mismatch warning from gcc | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-12-30 | build: avoid spurious test.c warning with -Wsuggest-attribute=pure | Jim Meyering |
2011-12-28 | tail: avoid theoretically undefined behavior | Jim Meyering |
2011-12-26 | doc: homologize ch{con,grp,mod,own} option descriptions | Pádraig Brady |
2011-12-26 | stat,tail: recognize new FS type: pipefs | Jim Meyering |
2011-12-24 | doc: stat: clarify that %t and %T expand to the file system type | Jim Meyering |
2011-12-23 | tail: with -f, use polling when a file is on an FS of unknown type | Jim Meyering |
2011-12-22 | tail,stat: add support for FhGFS | Jim Meyering |
2011-12-14 | du: -x should not count files in other file systems | Paul Eggert |
2011-12-12 | ls: give a more useful diagnostic for a bogus --time-style arg | Jim Meyering |
2011-12-09 | maint: remove a misleading comment from shred.c | Jim Meyering |
2011-12-08 | ls: be responsive to interrupts when color-listing large directories | Jim Meyering |
2011-12-05 | ln: clarify usage of -L, -n, -T | Paul Eggert |
2011-12-05 | maint: don't assume GNU make \# syntax (fix previous) | Paul Eggert |
2011-12-05 | maint: sort, stat: remove unused parameters | Jim Meyering |
2011-12-05 | maint: don't assume GNU make \# syntax | Paul Eggert |
2011-12-04 | od,test: address warnings from gcc's -Wjump-misses-init | Jim Meyering |
2011-12-04 | maint: remove redundant usage declarations (-Wredundant-decls) | Jim Meyering |
2011-11-20 | doc: clarify ln's --help output | Jim Meyering |
2011-11-20 | port to GNU hosts, where getuid and friends can fail | Paul Eggert |
2011-11-20 | ln: fix position of --backup values description | Erik Auerswald |
2011-11-16 | sort: clarify wording on -k syntax | Eric Blake |
2011-11-15 | id: fix bug when euid != ruid | Paul Eggert |
2011-11-15 | ls: another reword of generic size note | Ruediger Meier |