summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-02-12mv: "mv A B" would sometimes succeed, yet A would remain, ...Jim Meyering
2012-02-06maint: add braces as requested by HACKING coding standardJérémy Compostella
2012-01-31doc: clarify --help output for some optional argumentsPádraig Brady
2012-01-30maint: sort: remove the last uses of "'%s'" in diagnosticsJim Meyering
2012-01-30mv: allow moving symlink onto same-inode dest with >= 2 hard linksJim Meyering
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-26maint: remove some redundant automake _SOURCESPádraig Brady
2012-01-25realpath: avoid the use of printfPádraig Brady
2012-01-25realpath: remove extraneous '/' for --relative-to edge casesPádraig Brady
2012-01-22maint: quote 'like this' or "like this", not `like this'Paul Eggert
2012-01-20stat: clarify the description of the %o stat formatPádraig Brady
2012-01-11maint: fix minor whitespace issuesPádraig Brady
2012-01-11maint: adjust formatting of certain continued stringsJim Meyering
2012-01-09maint: src/*.[ch]: convert more `...' to '...'Jim Meyering
2012-01-09maint: src/*.c: change remaining quotes (without embedded spaces)Jim Meyering
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering
2012-01-09maint: prep for global quoting changes: handle irregular cases manuallyJim Meyering
2012-01-07maint: update quoting of "Try `prog --help'" to "Try 'prog --help'"Jim Meyering
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering
2012-01-07maint: factor out all `Try --help'-emitting statementsJim Meyering
2012-01-05split: avoid failure due to leftover 'errno' valueBruno Haible
2012-01-03df: work around long-named /dev/disk/by-uuid/... symlinksJim Meyering
2012-01-03realpath: a new program to print the resolved pathPádraig Brady
2012-01-02build: tail: avoid type/format mismatch warning from gccJim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-12-30build: avoid spurious test.c warning with -Wsuggest-attribute=pureJim Meyering
2011-12-28tail: avoid theoretically undefined behaviorJim Meyering
2011-12-26doc: homologize ch{con,grp,mod,own} option descriptionsPádraig Brady
2011-12-26stat,tail: recognize new FS type: pipefsJim Meyering
2011-12-24doc: stat: clarify that %t and %T expand to the file system typeJim Meyering
2011-12-23tail: with -f, use polling when a file is on an FS of unknown typeJim Meyering
2011-12-22tail,stat: add support for FhGFSJim Meyering
2011-12-14du: -x should not count files in other file systemsPaul Eggert
2011-12-12ls: give a more useful diagnostic for a bogus --time-style argJim Meyering
2011-12-09maint: remove a misleading comment from shred.cJim Meyering
2011-12-08ls: be responsive to interrupts when color-listing large directoriesJim Meyering
2011-12-05ln: clarify usage of -L, -n, -TPaul Eggert
2011-12-05maint: don't assume GNU make \# syntax (fix previous)Paul Eggert
2011-12-05maint: sort, stat: remove unused parametersJim Meyering
2011-12-05maint: don't assume GNU make \# syntaxPaul Eggert
2011-12-04od,test: address warnings from gcc's -Wjump-misses-initJim Meyering
2011-12-04maint: remove redundant usage declarations (-Wredundant-decls)Jim Meyering
2011-11-20doc: clarify ln's --help outputJim Meyering
2011-11-20port to GNU hosts, where getuid and friends can failPaul Eggert
2011-11-20ln: fix position of --backup values descriptionErik Auerswald
2011-11-16sort: clarify wording on -k syntaxEric Blake
2011-11-15id: fix bug when euid != ruidPaul Eggert
2011-11-15ls: another reword of generic size noteRuediger Meier
2011-11-15id: tweak commentEric Blake