summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2011-10-25build: do not remove definition of ENODATA, after allJim Meyering
2011-10-24rm: update gnulib to get an fts fix for Cygwin+NWFS/NcFsd file systemsJim Meyering
2011-10-21tail: with -f, use nanosleep (not inotify) on a GPFS file systemMartial Bornet
2011-10-19maint: tac: prefer "failed to" diagnostic over "cannot"Jim Meyering
2011-10-19tac: do not let failed allocation cause immediate exitJim Meyering
2011-10-19tac: use only one temporary file, with multiple nonseekable inputsJim Meyering
2011-10-18maint: make tac.c slightly cleanerPaul Eggert
2011-10-17tac: don't leak a file descriptor for each non-seekable inputJim Meyering
2011-10-17tac: don't misbehave with multiple non-seekable inputsJim Meyering
2011-10-17maint: tac: remove sole use of sprintf in favor of filenamecatJim Meyering
2011-10-09rm: do not resort to stat'ing very long names even on deficient systemsJim Meyering
2011-10-01build: use getgr*_nomembers functions on InterixMarkus Duft
2011-10-01build: accommodate missing setgroups on InterixMarkus Duft
2011-10-01ls: fix output of dangling symlinks colored as targetPádraig Brady
2011-09-30ls: avoid reading beyond end of color indicatorJim Meyering
2011-09-27sort: avoid a NaN-induced infloopJim Meyering