summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2012-02-20split: add the --additional-suffix optionJérémy Compostella-3/+24
2012-02-20ls: adjust errnos indicating device non support for xattrsPádraig Brady-3/+1
2012-02-18ls: cache ACL- and CAP-querying syscall failuresJim Meyering-4/+57
2012-02-18ls: optimize for when getfilecon would often fail (~33% perf. gain)Jim Meyering-4/+32
2012-02-18split: support optional start value for --numeric-suffixesJérémy Compostella-2/+44
2012-02-16doc: improve 'rm -f' descriptionBernhard Voelker-1/+1
2012-02-13dd: fix issues in the count_bytes and seek_bytes flags changePádraig Brady-4/+4
2012-02-12dd: add count_bytes, skip_bytes and seek_bytes flagsJérémy Compostella-54/+150
2012-02-12mv: "mv A B" would sometimes succeed, yet A would remain, ...Jim Meyering-3/+26
2012-02-06maint: add braces as requested by HACKING coding standardJérémy Compostella-6/+8
2012-01-31doc: clarify --help output for some optional argumentsPádraig Brady-4/+4
2012-01-30maint: sort: remove the last uses of "'%s'" in diagnosticsJim Meyering-2/+2
2012-01-30mv: allow moving symlink onto same-inode dest with >= 2 hard linksJim Meyering-0/+38
2012-01-27maint: use single copyright year rangeJim Meyering-99/+88
2012-01-26maint: remove some redundant automake _SOURCESPádraig Brady-3/+0
2012-01-25realpath: avoid the use of printfPádraig Brady-8/+11
2012-01-25realpath: remove extraneous '/' for --relative-to edge casesPádraig Brady-4/+10
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert-28/+28
2012-01-20stat: clarify the description of the %o stat formatPádraig Brady-1/+1
2012-01-11maint: fix minor whitespace issuesPádraig Brady-2/+2
2012-01-11maint: adjust formatting of certain continued stringsJim Meyering-39/+37
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering-83/+83
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering-493/+493
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering-93/+93
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering-36/+36
2012-01-09maint: prep for global quoting changes: handle irregular cases manuallyJim Meyering-8/+8
2012-01-07maint: update quoting of "Try `prog --help'" to "Try 'prog --help'"Jim Meyering-1/+1
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering-192/+96
2012-01-07maint: factor out all `Try --help'-emitting statementsJim Meyering-0/+6
2012-01-05split: avoid failure due to leftover 'errno' valueBruno Haible-2/+2
2012-01-03df: work around long-named /dev/disk/by-uuid/... symlinksJim Meyering-8/+41
2012-01-03realpath: a new program to print the resolved pathPádraig Brady-0/+333
2012-01-02build: tail: avoid type/format mismatch warning from gccJim Meyering-4/+7
2012-01-01maint: update all copyright year number rangesJim Meyering-123/+123
2011-12-30build: avoid spurious test.c warning with -Wsuggest-attribute=pureJim Meyering-0/+6
2011-12-28tail: avoid theoretically undefined behaviorJim Meyering-2/+3
2011-12-26doc: homologize ch{con,grp,mod,own} option descriptionsPádraig Brady-22/+47
2011-12-26stat,tail: recognize new FS type: pipefsJim Meyering-0/+5
2011-12-24doc: stat: clarify that %t and %T expand to the file system typeJim Meyering-40/+40
2011-12-23tail: with -f, use polling when a file is on an FS of unknown typeJim Meyering-109/+143
2011-12-22tail,stat: add support for FhGFSJim Meyering-0/+3
2011-12-14du: -x should not count files in other file systemsPaul Eggert-0/+3
2011-12-12ls: give a more useful diagnostic for a bogus --time-style argJim Meyering-24/+48
2011-12-09maint: remove a misleading comment from shred.cJim Meyering-11/+0
2011-12-08ls: be responsive to interrupts when color-listing large directoriesJim Meyering-1/+6
2011-12-05ln: clarify usage of -L, -n, -TPaul Eggert-4/+5
2011-12-05maint: don't assume GNU make \# syntax (fix previous)Paul Eggert-3/+4
2011-12-05maint: sort, stat: remove unused parametersJim Meyering-14/+12
2011-12-05maint: don't assume GNU make \# syntaxPaul Eggert-3/+2
2011-12-04od,test: address warnings from gcc's -Wjump-misses-initJim Meyering-36/+42