summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-11-15id: handle (uid_t) -1 more portablyPaul Eggert
2011-11-15id: undo previous commit, which was done by mistakePaul Eggert
2011-11-15doc: update for ISO/IEC 80000-13Paul Eggert
2011-11-14id: fail when getuid, getgid, etc. fail, e.g., on GNU/HurdLudovic Courtès
2011-11-13maint: id, groups: use conforming diagnosticsJim Meyering
2011-11-12ls: plug a per-argument leakJim Meyering
2011-11-11* src/system.h (emit_size_note): Reword for clarity.Paul Eggert
2011-11-11ls: -k no longer affects -l's file sizesPaul Eggert
2011-11-02stat: avoid compilation failure with gnulib's new alignofJim Meyering
2011-10-27date: reinstate the --iso-8601 (-I) optionJim Meyering