summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-01-25who --mesg (-T) can use a more accurate test for TTY writabilityKamil Dudka
2010-01-18libstdbuf: plug a very unlikely leakJim Meyering
2010-01-18pr: avoid two over-allocationsJim Meyering
2010-01-12ls: reorder includes to work around broken <sys/capability.h>Kamil Dudka
2010-01-06pr: ensure the page header line is of the required formatEric Blake
2010-01-05maint: always free a buffer, to avoid even semblance of a leakJim Meyering
2010-01-04maint: use more readable operator: "||" rather than "|"Jim Meyering
2010-01-01ls: fix color of broken symlinks colored as targetEric Blake
2010-01-01df: use fputs in place of printf in a few more placesJim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2010-01-01pr --help: add missing space between short and long options usage messageStéphane Raimbault
2010-01-01pr --help: improve a line-breakStéphane Raimbault
2010-01-01df: add comments to help translators align column headersStéphane Raimbault
2009-12-31doc: update tail's documentation to allow for new -F semanticsJim Meyering
2009-12-30tail -F: don't stop following the target of a renameGiuseppe Scrivano
2009-12-29tail: remove `fdspec' from the hash table before changing its keyGiuseppe Scrivano
2009-12-29tail: rename an internal variableJim Meyering
2009-12-29tail: avoid read-beyond-end-of-buffer errorJim Meyering
2009-12-26tac: supply link dependencyEric Blake
2009-12-26tail: shrink internal struct by 8 bytesJim Meyering
2009-12-25maint: tail: avoid in-function #if directivesJim Meyering
2009-12-25tail: fix --follow to not use inotify on remote filesPádraig Brady
2009-12-23wc: line-buffer the printed countsPádraig Brady
2009-12-22stat: Recognize k-afs, gfs, ocfs2 file system typesPádraig Brady
2009-12-22stat: add support for more file system typesPádraig Brady
2009-12-19doc: enhance and reference info about version comparisonPádraig Brady
2009-12-19rm: fix --one-file-system regression due to fts conversionPádraig Brady
2009-12-14base64: use *_OPTION_DESCRIPTION macros instead of hard-coded stringsThiago Farina
2009-12-13nohup: if fd_repoen fails (redirecting stdin), report itJim Meyering
2009-12-13stat: recognize "sockfs" file system type, ...Jim Meyering
2009-12-12factor: add a missing va_endJim Meyering
2009-12-11tail: don't call fstat on an uninitialized FDJim Meyering
2009-12-08sort: fix failure if sort's parent has ignored SIGCHLDPádraig Brady
2009-12-08timeout: fix failure if timeout's parent has ignored SIGCHLDPádraig Brady
2009-12-04id: handle systems without getgroups supportEric Blake
2009-12-01sort: fix link failure on SolarisEric Blake
2009-11-28maint: chown.c: remove a commentJim Meyering
2009-11-24build: fix link failure on cygwinEric Blake
2009-11-16true, false: perform initialization only when argc == 2Jim Meyering
2009-11-16tail -F can fail to track a file after it's been rotatedJim Meyering
2009-11-13build: update gnulib, for getgroups improvementsEric Blake
2009-11-09ls: fix capability coloringPádraig Brady
2009-11-07build: consistently use freopen-saferEric Blake
2009-11-07mktemp: fix bug with -q and closed stdoutEric Blake
2009-11-07maint: make du's cycle-detection code consistentJim Meyering
2009-11-07chcon, chgrp, chmod and chown now diagnose a directory cycleJim Meyering
2009-11-06nproc: A new program to count the available processorsGiuseppe Scrivano
2009-11-05mktemp: use more robust means to avoid double-close of stdoutEric Blake
2009-11-05mktemp: don't try to close stdout twiceJim Meyering
2009-11-05mktemp: don't use suff_len in place of #-of-`X's variableJim Meyering