Age | Commit message (Expand) | Author |
2012-03-28 | chmod: undo previous change | Paul Eggert |
2012-03-28 | chmod: fix symlink race condition | Paul Eggert |
2012-03-26 | doc: use $(...), not `...` in documentation and comments | Jim Meyering |
2012-03-22 | ln: add the --relative option | Harald Hoyer |
2012-03-22 | maint: refactor relpath() from `realpath` for use by `ln` | Pádraig Brady |
2012-03-22 | maint: ensure PATH_MAX is set correctly | Pádraig Brady |
2012-03-21 | maint: use more modern fseeko, rather than fseek | Jim Meyering |
2012-03-15 | realpath: optimize --relative-base usage | Eric Blake |
2012-03-15 | realpath: let --relative-to default to --relative-base | Eric Blake |
2012-03-15 | realpath: fix problems with root handling | Eric Blake |
2012-03-10 | dirname: support more than one argument | Jérémy Compostella |
2012-03-10 | split: support an arbitrary number of split files by default | Jérémy Compostella |
2012-03-08 | chmod: add notations +40, 00440, etc. | Paul Eggert |
2012-03-08 | du: fix -x: don't ignore non-directory arguments | Jim Meyering |
2012-03-07 | basename: support more than one argument | Jérémy Compostella |
2012-03-06 | maint: refactor copy to use is_nul() | Pádraig Brady |
2012-02-29 | doc: timeout: document the exit status when run with "-s KILL" | Rodrigo Campos |
2012-02-29 | dd: add support for the conv=sparse option | Roman Rybalko |
2012-02-25 | sort: default to physmem/8, not physmem/16 | Paul Eggert |
2012-02-24 | doc: clarify a comment in system.h | Jim Meyering |
2012-02-20 | split: add the --additional-suffix option | Jérémy Compostella |
2012-02-20 | ls: adjust errnos indicating device non support for xattrs | Pádraig Brady |
2012-02-18 | ls: cache ACL- and CAP-querying syscall failures | Jim Meyering |
2012-02-18 | ls: optimize for when getfilecon would often fail (~33% perf. gain) | Jim Meyering |
2012-02-18 | split: support optional start value for --numeric-suffixes | Jérémy Compostella |
2012-02-16 | doc: improve 'rm -f' description | Bernhard Voelker |
2012-02-13 | dd: fix issues in the count_bytes and seek_bytes flags change | Pádraig Brady |
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 |