2012-03-26 |
Jim Meyering | doc: use $(...), not `...` in documentation and comments |
tree | commitdiff |
2012-03-22 |
Harald Hoyer | ln: add the --relative option |
tree | commitdiff |
2012-03-22 |
Pádraig Brady | maint: refactor relpath() from `realpath` for use by... |
tree | commitdiff |
2012-03-22 |
Pádraig Brady | maint: ensure PATH_MAX is set correctly |
tree | commitdiff |
2012-03-21 |
Jim Meyering | maint: use more modern fseeko, rather than fseek |
tree | commitdiff |
2012-03-15 |
Eric Blake | realpath: optimize --relative-base usage |
tree | commitdiff |
2012-03-15 |
Eric Blake | realpath: let --relative-to default to --relative-base |
tree | commitdiff |
2012-03-15 |
Eric Blake | realpath: fix problems with root handling |
tree | commitdiff |
2012-03-10 |
Jérémy Compostella | dirname: support more than one argument |
tree | commitdiff |
2012-03-10 |
Jérémy Compostella | split: support an arbitrary number of split files by... |
tree | commitdiff |
2012-03-09 |
Paul Eggert | chmod: add notations +40, 00440, etc. |
tree | commitdiff |
2012-03-08 |
Jim Meyering | du: fix -x: don't ignore non-directory arguments |
tree | commitdiff |
2012-03-07 |
Jérémy Compostella | basename: support more than one argument |
tree | commitdiff |
2012-03-06 |
Pádraig Brady | maint: refactor copy to use is_nul() |
tree | commitdiff |
2012-02-29 |
Rodrigo Campos | doc: timeout: document the exit status when run with... |
tree | commitdiff |
2012-02-29 |
Roman Rybalko | dd: add support for the conv=sparse option |
tree | commitdiff |
2012-02-25 |
Paul Eggert | sort: default to physmem/8, not physmem/16 |
tree | commitdiff |
2012-02-24 |
Jim Meyering | doc: clarify a comment in system.h |
tree | commitdiff |
2012-02-20 |
Jérémy Compostella | split: add the --additional-suffix option |
tree | commitdiff |
2012-02-20 |
Pádraig Brady | ls: adjust errnos indicating device non support for... |
tree | commitdiff |
2012-02-18 |
Jim Meyering | ls: cache ACL- and CAP-querying syscall failures |
tree | commitdiff |
2012-02-18 |
Jim Meyering | ls: optimize for when getfilecon would often fail ... |
tree | commitdiff |
2012-02-18 |
Jérémy Compostella | split: support optional start value for --numeric-suffixes |
tree | commitdiff |
2012-02-16 |
Bernhard Voelker | doc: improve 'rm -f' description |
tree | commitdiff |
2012-02-13 |
Pádraig Brady | dd: fix issues in the count_bytes and seek_bytes flags... |
tree | commitdiff |
2012-02-12 |
Jérémy Compostella | dd: add count_bytes, skip_bytes and seek_bytes flags |
tree | commitdiff |
2012-02-12 |
Jim Meyering | mv: "mv A B" would sometimes succeed, yet A would remai... |
tree | commitdiff |
2012-02-06 |
Jérémy Compostella | maint: add braces as requested by HACKING coding standard |
tree | commitdiff |
2012-01-31 |
Pádraig Brady | doc: clarify --help output for some optional arguments |
tree | commitdiff |
2012-01-30 |
Jim Meyering | maint: sort: remove the last uses of "'%s'" in diagnostics |
tree | commitdiff |
2012-01-30 |
Jim Meyering | mv: allow moving symlink onto same-inode dest with... |
tree | commitdiff |
2012-01-27 |
Jim Meyering | maint: use single copyright year range |
tree | commitdiff |
2012-01-26 |
Pádraig Brady | maint: remove some redundant automake _SOURCES |
tree | commitdiff |
2012-01-25 |
Pádraig Brady | realpath: avoid the use of printf |
tree | commitdiff |
2012-01-25 |
Pádraig Brady | realpath: remove extraneous '/' for --relative-to edge... |
tree | commitdiff |
2012-01-22 |
Paul Eggert | maint: quote 'like this' or "like this", not `like... |
tree | commitdiff |
2012-01-20 |
Pádraig Brady | stat: clarify the description of the %o stat format |
tree | commitdiff |
2012-01-11 |
Pádraig Brady | maint: fix minor whitespace issues |
tree | commitdiff |
2012-01-11 |
Jim Meyering | maint: adjust formatting of certain continued strings |
tree | commitdiff |
2012-01-09 |
Jim Meyering | maint: src/*.[ch]: convert more `...' to '...' |
tree | commitdiff |
2012-01-09 |
Jim Meyering | maint: src/*.c: change remaining quotes (without embedd... |
tree | commitdiff |
2012-01-09 |
Jim Meyering | maint: convert `...' to '...' in --help output |
tree | commitdiff |
2012-01-09 |
Jim Meyering | maint: adjust quoting: emit '...', not `...' in diagnostics |
tree | commitdiff |
2012-01-09 |
Jim Meyering | maint: prep for global quoting changes: handle irregula... |
tree | commitdiff |
2012-01-07 |
Jim Meyering | maint: update quoting of "Try `prog --help'" to "Try... |
tree | commitdiff |
2012-01-07 |
Jim Meyering | maint: use new emit_try_help in place of equivalent... |
tree | commitdiff |
2012-01-07 |
Jim Meyering | maint: factor out all `Try --help'-emitting statements |
tree | commitdiff |
2012-01-05 |
Bruno Haible | split: avoid failure due to leftover 'errno' value |
tree | commitdiff |
2012-01-03 |
Jim Meyering | df: work around long-named /dev/disk/by-uuid/... symlinks |
tree | commitdiff |
2012-01-03 |
Pádraig Brady | realpath: a new program to print the resolved path |
tree | commitdiff |
2012-01-02 |
Jim Meyering | build: tail: avoid type/format mismatch warning from gcc |
tree | commitdiff |
2012-01-01 |
Jim Meyering | maint: update all copyright year number ranges |
tree | commitdiff |
2011-12-30 |
Jim Meyering | build: avoid spurious test.c warning with -Wsuggest... |
tree | commitdiff |
2011-12-28 |
Jim Meyering | tail: avoid theoretically undefined behavior |
tree | commitdiff |
2011-12-26 |
Pádraig Brady | doc: homologize ch{con,grp,mod,own} option descriptions |
tree | commitdiff |
2011-12-26 |
Jim Meyering | stat,tail: recognize new FS type: pipefs |
tree | commitdiff |
2011-12-24 |
Jim Meyering | doc: stat: clarify that %t and %T expand to the file... |
tree | commitdiff |
2011-12-23 |
Jim Meyering | tail: with -f, use polling when a file is on an FS... |
tree | commitdiff |
2011-12-22 |
Jim Meyering | tail,stat: add support for FhGFS |
tree | commitdiff |
2011-12-15 |
Paul Eggert | du: -x should not count files in other file systems |
tree | commitdiff |
2011-12-12 |
Jim Meyering | ls: give a more useful diagnostic for a bogus --time... |
tree | commitdiff |
2011-12-09 |
Jim Meyering | maint: remove a misleading comment from shred.c |
tree | commitdiff |
2011-12-08 |
Jim Meyering | ls: be responsive to interrupts when color-listing... |
tree | commitdiff |
2011-12-05 |
Paul Eggert | ln: clarify usage of -L, -n, -T |
tree | commitdiff |
2011-12-05 |
Paul Eggert | maint: don't assume GNU make \# syntax (fix previous) |
tree | commitdiff |
2011-12-05 |
Jim Meyering | maint: sort, stat: remove unused parameters |
tree | commitdiff |
2011-12-05 |
Paul Eggert | maint: don't assume GNU make \# syntax |
tree | commitdiff |
2011-12-04 |
Jim Meyering | od,test: address warnings from gcc's -Wjump-misses... |
tree | commitdiff |
2011-12-04 |
Jim Meyering | maint: remove redundant usage declarations (-Wredundant... |
tree | commitdiff |
2011-11-20 |
Jim Meyering | doc: clarify ln's --help output |
tree | commitdiff |
2011-11-20 |
Paul Eggert | port to GNU hosts, where getuid and friends can fail |
tree | commitdiff |
2011-11-20 |
Erik Auerswald | ln: fix position of --backup values description |
tree | commitdiff |
2011-11-16 |
Eric Blake | sort: clarify wording on -k syntax |
tree | commitdiff |
2011-11-15 |
Paul Eggert | id: fix bug when euid != ruid |
tree | commitdiff |
2011-11-15 |
Ruediger Meier | ls: another reword of generic size note |
tree | commitdiff |
2011-11-15 |
Eric Blake | id: tweak comment |
tree | commitdiff |
2011-11-15 |
Paul Eggert | id: handle (uid_t) -1 more portably |
tree | commitdiff |
2011-11-15 |
Paul Eggert | id: undo previous commit, which was done by mistake |
tree | commitdiff |
2011-11-15 |
Paul Eggert | doc: update for ISO/IEC 80000-13 |
tree | commitdiff |
2011-11-14 |
Ludovic Courtès | id: fail when getuid, getgid, etc. fail, e.g., on GNU... |
tree | commitdiff |
2011-11-13 |
Jim Meyering | maint: id, groups: use conforming diagnostics |
tree | commitdiff |
2011-11-12 |
Jim Meyering | ls: plug a per-argument leak |
tree | commitdiff |
2011-11-12 |
Paul Eggert | * src/system.h (emit_size_note): Reword for clarity. |
tree | commitdiff |
2011-11-12 |
Paul Eggert | ls: -k no longer affects -l's file sizes |
tree | commitdiff |
2011-11-02 |
Jim Meyering | stat: avoid compilation failure with gnulib's new alignof |
tree | commitdiff |
2011-10-27 |
Jim Meyering | date: reinstate the --iso-8601 (-I) option |
tree | commitdiff |
2011-10-25 |
Jim Meyering | build: do not remove definition of ENODATA, after all |
tree | commitdiff |
2011-10-24 |
Jim Meyering | rm: update gnulib to get an fts fix for Cygwin+NWFS... |
tree | commitdiff |
2011-10-21 |
Martial Bornet | tail: with -f, use nanosleep (not inotify) on a GPFS... |
tree | commitdiff |
2011-10-19 |
Jim Meyering | maint: tac: prefer "failed to" diagnostic over "cannot" |
tree | commitdiff |
2011-10-19 |
Jim Meyering | tac: do not let failed allocation cause immediate exit |
tree | commitdiff |
2011-10-19 |
Jim Meyering | tac: use only one temporary file, with multiple nonseek... |
tree | commitdiff |
2011-10-18 |
Paul Eggert | maint: make tac.c slightly cleaner |
tree | commitdiff |
2011-10-17 |
Jim Meyering | tac: don't leak a file descriptor for each non-seekable... |
tree | commitdiff |
2011-10-17 |
Jim Meyering | tac: don't misbehave with multiple non-seekable inputs |
tree | commitdiff |
2011-10-17 |
Jim Meyering | maint: tac: remove sole use of sprintf in favor of... |
tree | commitdiff |
2011-10-09 |
Jim Meyering | rm: do not resort to stat'ing very long names even... |
tree | commitdiff |
2011-10-01 |
Markus Duft | build: use getgr*_nomembers functions on Interix |
tree | commitdiff |
2011-10-01 |
Markus Duft | build: accommodate missing setgroups on Interix |
tree | commitdiff |
2011-10-01 |
Pádraig Brady | ls: fix output of dangling symlinks colored as target |
tree | commitdiff |
next |