summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2009-01-08option handling: make exceptions more consistentEric Blake-12/+14
2009-01-05doc: pathchk description enhancementsPádraig Brady-1/+1
2009-01-03src/.gitignore: Ignore getlimits utilityPádraig Brady-0/+1
2009-01-03stat: print file-system total inode count (%c) as an unsigned numberMichael Meskes-2/+2
2009-01-01portability: accommodate gnulib's getaddrinfo changeJim Meyering-0/+4
2009-01-01cleanup/modernize: don't test HAVE_MBRTOWC; now gnulib provides itJim Meyering-6/+2
2008-12-26maint: ensure dd's computation of O_FULLBLOCK uses all O_ symbol namesJim Meyering-1/+2
2008-12-26dd: add support for opening files in Concurrent I/O (CIO) modeMatt Harden-1/+11
2008-12-23build: do enable $(WERROR_CFLAGS) for src/ files.Jim Meyering-1/+1
2008-12-23timeout: remove problematic castsPádraig Brady-8/+10
2008-12-21build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering-1/+1
2008-12-21build: turn on $(WERROR_CFLAGS) for src/Jim Meyering-1/+1
2008-12-21build: add configure-time --enable-gcc-warnings option; avoid warningsJim Meyering-10/+14
2008-12-16du: -H now does what POSIX requiresJim Meyering-9/+4
2008-12-03chmod, chown, chgrp: honor --silent (-f) once againOndřej Vašík-16/+28
2008-12-02wc: read and process --files0-from= input a name at a time,Jim Meyering-44/+95
2008-12-02du: read and process --files0-from= input a name at a time,Jim Meyering-63/+77
2008-12-01seq: plug a leakJim Meyering-0/+1
2008-12-01avoid warnings about initialization of automatic aggregatesJim Meyering-6/+19
2008-12-01* src/hostname.c (sethostname) [!HAVE_SETHOSTNAME]: Remove declaration.Jim Meyering-5/+1
2008-12-01cp, mv: remove 3-year-deprecated+warned-about --reply optionJim Meyering-45/+1
2008-12-01doc: Improve description of --files0-from optionPádraig Brady-3/+6
2008-11-30remove explicit declaration of putenv, ...Jim Meyering-4/+0
2008-11-22Revert part of "dd: avoid unnecessary memory copies"Pádraig Brady-3/+7
2008-11-21getlimits: A new utility for use in coreutils' testsPádraig Brady-1/+183
2008-11-21dd: avoid unnecessary memory copiesPádraig Brady-7/+2
2008-11-20cp: use far less memory in some casesJim Meyering-15/+21
2008-11-20cp: remove unused codeJim Meyering-22/+0
2008-11-10make --help print "Report PROGRAM translation bugs to <...>."Jim Meyering-12/+9
2008-11-10avoid warnings about discarding "qualifiers from pointer target type"Jim Meyering-20/+26
2008-11-10avoid a compiler warningJim Meyering-1/+1
2008-11-10use xfreopen in place of unchecked freopenJim Meyering-19/+31
2008-11-09install: indicate clearly it's not for installing packagesJames Youngman-0/+6
2008-11-08emit more precise bug-reporting instructionsJim Meyering-4/+5
2008-10-28ls: --color now highlights hard linked files, tooKamil Dudka-13/+22
2008-10-26seq: improve quality of format-checking codePaul Eggert-51/+20
2008-10-25factor: avoid compilation failure without libgmpJim Meyering-0/+8
2008-10-25factor: remove --bignum and --no-bignum optionsPaul Eggert-118/+65
2008-10-25seq: revert Solaris 8 work-around that caused x86 regressionPaul Eggert-11/+1
2008-10-24group-list: avoid compiler warningEric Blake-1/+1
2008-10-23ls: use '.' (not +) as SELinux-only alt. access flag in ls -l outputJim Meyering-6/+19
2008-10-22* src/ls.c (usage): Describe exit statuses more concisely.Paul Eggert-4/+2
2008-10-21ls: make it possible to disable file capabilities checkingKamil Dudka-1/+1
2008-10-21reflect gnulib's removal of lstat.hJim Meyering-4/+0
2008-10-20expr: Fixup authorsPádraig Brady-1/+4
2008-10-19accommodate gnulib header removalsJim Meyering-11/+0
2008-10-17maint: avoid warning in ls.cJim Meyering-1/+1
2008-10-17maint: avoid warnings due to attribute warn_unused_resultJim Meyering-4/+6
2008-10-16mktemp: diagnose freopen failureJim Meyering-1/+3
2008-10-16* src/mktemp.c (main): Add 'const' twice to avoid GCC warning.Paul Eggert-2/+2