summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-128/+128
2010-01-01pr --help: add missing space between short and long options usage messageStéphane Raimbault-1/+1
2010-01-01pr --help: improve a line-breakStéphane Raimbault-2/+2
2010-01-01df: add comments to help translators align column headersStéphane Raimbault-0/+8
2009-12-31doc: update tail's documentation to allow for new -F semanticsJim Meyering-6/+2
2009-12-30tail -F: don't stop following the target of a renameGiuseppe Scrivano-1/+14
2009-12-29tail: remove `fdspec' from the hash table before changing its keyGiuseppe Scrivano-3/+6
2009-12-29tail: rename an internal variableJim Meyering-7/+9
2009-12-29tail: avoid read-beyond-end-of-buffer errorJim Meyering-14/+13
2009-12-26tac: supply link dependencyEric Blake-1/+2
2009-12-26tail: shrink internal struct by 8 bytesJim Meyering-10/+10
2009-12-25maint: tail: avoid in-function #if directivesJim Meyering-55/+59
2009-12-25tail: fix --follow to not use inotify on remote filesPádraig Brady-14/+116
2009-12-23wc: line-buffer the printed countsPádraig Brady-0/+4
2009-12-22stat: Recognize k-afs, gfs, ocfs2 file system typesPádraig Brady-0/+6
2009-12-22stat: add support for more file system typesPádraig Brady-2/+7
2009-12-19doc: enhance and reference info about version comparisonPádraig Brady-2/+1
2009-12-19rm: fix --one-file-system regression due to fts conversionPádraig Brady-1/+1
2009-12-14base64: use *_OPTION_DESCRIPTION macros instead of hard-coded stringsThiago Farina-3/+2
2009-12-13nohup: if fd_repoen fails (redirecting stdin), report itJim Meyering-1/+5
2009-12-13stat: recognize "sockfs" file system type, ...Jim Meyering-0/+2
2009-12-12factor: add a missing va_endJim Meyering-0/+1
2009-12-11tail: don't call fstat on an uninitialized FDJim Meyering-20/+30
2009-12-08sort: fix failure if sort's parent has ignored SIGCHLDPádraig Brady-0/+1
2009-12-08timeout: fix failure if timeout's parent has ignored SIGCHLDPádraig Brady-0/+1
2009-12-04id: handle systems without getgroups supportEric Blake-5/+5
2009-12-01sort: fix link failure on SolarisEric Blake-0/+1
2009-11-28maint: chown.c: remove a commentJim Meyering-12/+1
2009-11-24build: fix link failure on cygwinEric Blake-7/+8
2009-11-16true, false: perform initialization only when argc == 2Jim Meyering-8/+8
2009-11-16tail -F can fail to track a file after it's been rotatedJim Meyering-1/+7
2009-11-13build: update gnulib, for getgroups improvementsEric Blake-8/+4
2009-11-09ls: fix capability coloringPádraig Brady-65/+83
2009-11-07build: consistently use freopen-saferEric Blake-6/+6
2009-11-07mktemp: fix bug with -q and closed stdoutEric Blake-1/+1
2009-11-07maint: make du's cycle-detection code consistentJim Meyering-11/+6
2009-11-07chcon, chgrp, chmod and chown now diagnose a directory cycleJim Meyering-0/+25
2009-11-06nproc: A new program to count the available processorsGiuseppe Scrivano-0/+131
2009-11-05mktemp: use more robust means to avoid double-close of stdoutEric Blake-2/+18
2009-11-05mktemp: don't try to close stdout twiceJim Meyering-1/+1
2009-11-05mktemp: don't use suff_len in place of #-of-`X's variableJim Meyering-2/+2
2009-11-05mktemp: add suffix handlingEric Blake-18/+64
2009-11-05build: reflect gnulib changes to tempnameEric Blake-2/+4
2009-11-05mktemp: rearrange --help outputEric Blake-20/+15
2009-11-05mktemp: don't leave file behind on write failureEric Blake-1/+12
2009-11-05du: cleanup: remove dead-code vestige of already-removed optionJim Meyering-5/+0
2009-11-05du now diagnoses cycles, rather than ignoring themJim Meyering-5/+18
2009-11-05maint: factor out cycle warning, now that du will use it, tooJim Meyering-6/+13
2009-11-03rm -f: ignore EROFS when it's really ENOENTJim Meyering-0/+12
2009-10-29maint: avoid exiting with magic numberEric Blake-4/+4