summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-01-09maint: convert `...' to '...' in --help outputJim Meyering42-93/+93
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering12-36/+36
2012-01-09maint: prep for global quoting changes: handle irregular cases manuallyJim Meyering4-8/+8
2012-01-07maint: update quoting of "Try `prog --help'" to "Try 'prog --help'"Jim Meyering1-1/+1
2012-01-07maint: use new emit_try_help in place of equivalent fprintfJim Meyering96-192/+96
2012-01-07maint: factor out all `Try --help'-emitting statementsJim Meyering1-0/+6
2012-01-05split: avoid failure due to leftover 'errno' valueBruno Haible1-2/+2
2012-01-03df: work around long-named /dev/disk/by-uuid/... symlinksJim Meyering1-8/+41
2012-01-03realpath: a new program to print the resolved pathPádraig Brady3-0/+333
2012-01-02build: tail: avoid type/format mismatch warning from gccJim Meyering1-4/+7
2012-01-01maint: update all copyright year number rangesJim Meyering123-123/+123
2011-12-30build: avoid spurious test.c warning with -Wsuggest-attribute=pureJim Meyering1-0/+6
2011-12-28tail: avoid theoretically undefined behaviorJim Meyering1-2/+3
2011-12-26doc: homologize ch{con,grp,mod,own} option descriptionsPádraig Brady4-22/+47
2011-12-26stat,tail: recognize new FS type: pipefsJim Meyering1-0/+5
2011-12-24doc: stat: clarify that %t and %T expand to the file system typeJim Meyering1-40/+40
2011-12-23tail: with -f, use polling when a file is on an FS of unknown typeJim Meyering5-109/+143
2011-12-22tail,stat: add support for FhGFSJim Meyering2-0/+3
2011-12-14du: -x should not count files in other file systemsPaul Eggert1-0/+3
2011-12-12ls: give a more useful diagnostic for a bogus --time-style argJim Meyering1-24/+48
2011-12-09maint: remove a misleading comment from shred.cJim Meyering1-11/+0
2011-12-08ls: be responsive to interrupts when color-listing large directoriesJim Meyering1-1/+6
2011-12-05ln: clarify usage of -L, -n, -TPaul Eggert1-4/+5
2011-12-05maint: don't assume GNU make \# syntax (fix previous)Paul Eggert1-3/+4
2011-12-05maint: sort, stat: remove unused parametersJim Meyering2-14/+12
2011-12-05maint: don't assume GNU make \# syntaxPaul Eggert1-3/+2
2011-12-04od,test: address warnings from gcc's -Wjump-misses-initJim Meyering2-36/+42
2011-12-04maint: remove redundant usage declarations (-Wredundant-decls)Jim Meyering3-3/+0
2011-11-20doc: clarify ln's --help outputJim Meyering1-1/+1
2011-11-20port to GNU hosts, where getuid and friends can failPaul Eggert5-9/+54
2011-11-20ln: fix position of --backup values descriptionErik Auerswald1-5/+5
2011-11-16sort: clarify wording on -k syntaxEric Blake1-8/+8
2011-11-15id: fix bug when euid != ruidPaul Eggert1-21/+30
2011-11-15ls: another reword of generic size noteRuediger Meier1-2/+2
2011-11-15id: tweak commentEric Blake1-3/+3
2011-11-15id: handle (uid_t) -1 more portablyPaul Eggert1-12/+15
2011-11-15id: undo previous commit, which was done by mistakePaul Eggert1-19/+12
2011-11-15doc: update for ISO/IEC 80000-13Paul Eggert1-12/+19
2011-11-14id: fail when getuid, getgid, etc. fail, e.g., on GNU/HurdLudovic Courtès1-0/+20
2011-11-13maint: id, groups: use conforming diagnosticsJim Meyering2-2/+2
2011-11-12ls: plug a per-argument leakJim Meyering1-6/+11
2011-11-11* src/system.h (emit_size_note): Reword for clarity.Paul Eggert1-1/+1
2011-11-11ls: -k no longer affects -l's file sizesPaul Eggert1-18/+33
2011-11-02stat: avoid compilation failure with gnulib's new alignofJim Meyering1-1/+1
2011-10-27date: reinstate the --iso-8601 (-I) optionJim Meyering1-1/+5
2011-10-25build: do not remove definition of ENODATA, after allJim Meyering1-0/+8
2011-10-24rm: update gnulib to get an fts fix for Cygwin+NWFS/NcFsd file systemsJim Meyering1-11/+0
2011-10-21tail: with -f, use nanosleep (not inotify) on a GPFS file systemMartial Bornet1-0/+1
2011-10-19maint: tac: prefer "failed to" diagnostic over "cannot"Jim Meyering1-3/+5
2011-10-19tac: do not let failed allocation cause immediate exitJim Meyering1-1/+6