summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2011-11-15doc: update for ISO/IEC 80000-13Paul Eggert-12/+19
2011-11-14id: fail when getuid, getgid, etc. fail, e.g., on GNU/HurdLudovic Courtès-0/+20
2011-11-13maint: id, groups: use conforming diagnosticsJim Meyering-2/+2
2011-11-12ls: plug a per-argument leakJim Meyering-6/+11
2011-11-11* src/system.h (emit_size_note): Reword for clarity.Paul Eggert-1/+1
2011-11-11ls: -k no longer affects -l's file sizesPaul Eggert-18/+33
2011-11-02stat: avoid compilation failure with gnulib's new alignofJim Meyering-1/+1
2011-10-27date: reinstate the --iso-8601 (-I) optionJim Meyering-1/+5
2011-10-25build: do not remove definition of ENODATA, after allJim Meyering-0/+8
2011-10-24rm: update gnulib to get an fts fix for Cygwin+NWFS/NcFsd file systemsJim Meyering-11/+0
2011-10-21tail: with -f, use nanosleep (not inotify) on a GPFS file systemMartial Bornet-0/+1
2011-10-19maint: tac: prefer "failed to" diagnostic over "cannot"Jim Meyering-3/+5
2011-10-19tac: do not let failed allocation cause immediate exitJim Meyering-1/+6
2011-10-19tac: use only one temporary file, with multiple nonseekable inputsJim Meyering-49/+71
2011-10-18maint: make tac.c slightly cleanerPaul Eggert-6/+3
2011-10-17tac: don't leak a file descriptor for each non-seekable inputJim Meyering-9/+6
2011-10-17tac: don't misbehave with multiple non-seekable inputsJim Meyering-4/+15
2011-10-17maint: tac: remove sole use of sprintf in favor of filenamecatJim Meyering-10/+6
2011-10-09rm: do not resort to stat'ing very long names even on deficient systemsJim Meyering-31/+4
2011-10-01build: use getgr*_nomembers functions on InterixMarkus Duft-0/+18
2011-10-01build: accommodate missing setgroups on InterixMarkus Duft-0/+11
2011-10-01ls: fix output of dangling symlinks colored as targetPádraig Brady-4/+9
2011-09-30ls: avoid reading beyond end of color indicatorJim Meyering-2/+2
2011-09-27sort: avoid a NaN-induced infloopJim Meyering-1/+19
2011-09-22timeout: handle implicitly created threadsPádraig Brady-9/+11
2011-09-19md5sum: clarify what is meant by binary/text flag.Reuben Thomas-2/+2
2011-09-16md5sum: handle BSD reversed format checksumsPádraig Brady-4/+22
2011-09-14doc: improve description of join's -a optionEric Blake-1/+1
2011-09-08stat: avoid compilation failure on AIX 7.xJim Meyering-2/+6
2011-09-01timeout: fixup previous warning fixPádraig Brady-3/+2
2011-09-01timeout: suppress a redundant warning on some systemsPádraig Brady-2/+3
2011-09-01stdbuf: fix helper lib identification on some platformsPádraig Brady-1/+1
2011-09-01build: avoid the use of strsignal() in splitPádraig Brady-2/+2
2011-08-25timeout: revert signal propagation enhancementPádraig Brady-1/+3
2011-08-24pr: fix so that LAST_PAGE is honored with -TPádraig Brady-2/+2
2011-08-13maint: remove empty statement after jump labelBernhard Voelker-5/+5
2011-08-12pathchk: port to hosts where mbstate_t is replacedPaul Eggert-5/+0
2011-08-08join: with --check-order print offending file name, line number and dataJim Meyering-13/+30
2011-08-08maint: use xcalloc rather than xmalloc+memset (no semantic change)Jim Meyering-2/+1
2011-07-27maint: copy: refactor hard link creationPádraig Brady-32/+50
2011-07-26maint: use consistent style in C and test scriptsJim Meyering-2/+6
2011-07-25cp: don't mishandle existing dir dest permissions (Bug#9170)Paul Eggert-0/+2
2011-07-25cp -up: preserve all hard linksJim Meyering-0/+12
2011-07-25timeout: support sub-second timeoutsPádraig Brady-19/+52
2011-07-20dircolors: add screen.Eterm terminal typeMike Frysinger-0/+1
2011-07-20unexpand: fix misalignment when spaces span a tabstopPádraig Brady-8/+8
2011-07-16timeout: treat seconds counts like 'sleep' doesPaul Eggert-25/+35
2011-07-16Fix capiTalization in comments.Paul Eggert-4/+4
2011-07-16* src/timeout.c (main): Use waitpid, not wait (Bug#9098).Paul Eggert-1/+2
2011-07-16timeout: port to NonStop (Bug#9077)Paul Eggert-9/+12