summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-02-05avoid spurious parentheses/arith-op-related warnings from newer gccJim Meyering
2009-02-02* src/system.h (emit_bug_reporting_address): Remove periods.Jim Meyering
2009-02-02update copyright dates from recent changesJim Meyering
2009-01-29maint: silence some syntax-check rulesJim Meyering
2009-01-29cp/mv: add xattr supportKamil Dudka
2009-01-28system.h: add a comment re autoconf's new AC_PACKAGE_URLJim Meyering
2009-01-28dd: Better handle user specified offsets that are too bigPádraig Brady
2009-01-27doc: emit better bug-reporting info, to help help2manJim Meyering
2009-01-23build: resolve conflict with new declaration from version-etc.hJim Meyering
2009-01-22shred: change default number of overwrites from 25 to 3Pádraig Brady
2009-01-19no longer define *_FILENO constantsJim Meyering
2009-01-16echo, printf, test: remove unused #include directivesJim Meyering
2009-01-16pathchk: avoid -Wsign-compare warningsPádraig Brady
2009-01-16pr: avoid -Wsign-compare warningsPádraig Brady
2009-01-16shred: avoid -Wsign-compare warningsPádraig Brady
2009-01-16simplify mgetgroups() and avoid -Wsign-compare warningsPádraig Brady
2009-01-14test, echo, printf: don't accept option abbreviationEric Blake
2009-01-14cp/mv: add --no-clobber (-n) option to not overwrite targetKamil Dudka
2009-01-08option handling: make exceptions more consistentEric Blake
2009-01-05doc: pathchk description enhancementsPádraig Brady
2009-01-03src/.gitignore: Ignore getlimits utilityPádraig Brady
2009-01-03stat: print file-system total inode count (%c) as an unsigned numberMichael Meskes
2009-01-01portability: accommodate gnulib's getaddrinfo changeJim Meyering
2009-01-01cleanup/modernize: don't test HAVE_MBRTOWC; now gnulib provides itJim Meyering
2008-12-26maint: ensure dd's computation of O_FULLBLOCK uses all O_ symbol namesJim Meyering
2008-12-26dd: add support for opening files in Concurrent I/O (CIO) modeMatt Harden
2008-12-23build: do enable $(WERROR_CFLAGS) for src/ files.Jim Meyering
2008-12-23timeout: remove problematic castsPádraig Brady
2008-12-21build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering
2008-12-21build: turn on $(WERROR_CFLAGS) for src/Jim Meyering
2008-12-21build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering
2008-12-16du: -H now does what POSIX requiresJim Meyering
2008-12-03chmod, chown, chgrp: honor --silent (-f) once againOndřej Vašík
2008-12-02wc: read and process --files0-from= input a name at a time,Jim Meyering
2008-12-02du: read and process --files0-from= input a name at a time,Jim Meyering
2008-12-01seq: plug a leakJim Meyering
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering
2008-12-01* src/hostname.c (sethostname) [!HAVE_SETHOSTNAME]: Remove declaration.Jim Meyering
2008-12-01cp, mv: remove 3-year-deprecated+warned-about --reply optionJim Meyering
2008-12-01doc: Improve description of --files0-from optionPádraig Brady
2008-11-30remove explicit declaration of putenv, ...Jim Meyering
2008-11-22Revert part of "dd: avoid unnecessary memory copies"Pádraig Brady
2008-11-21getlimits: A new utility for use in coreutils' testsPádraig Brady
2008-11-21dd: avoid unnecessary memory copiesPádraig Brady
2008-11-20cp: use far less memory in some casesJim Meyering
2008-11-20cp: remove unused codeJim Meyering
2008-11-10make --help print "Report PROGRAM translation bugs to <...>."Jim Meyering
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering
2008-11-10avoid a compiler warningJim Meyering
2008-11-10use xfreopen in place of unchecked freopenJim Meyering