summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2009-03-06cat: use larger buffer sizes to reduce read/write-syscall overheadJim Meyering-8/+10
2009-03-06maint: avoid new unused-macro warnings from gccJim Meyering-40/+7
2009-03-02maint: avoid gcc warning about missing attributesJim Meyering-3/+4
2009-03-02maint: avoid warnings about potentially-counterproductive "inline"Jim Meyering-5/+5
2009-03-02maint: cp: avoid gcc warning about unused macro definitionsJim Meyering-6/+0
2009-02-28maint: remove an unnecessary inclusion of <signal.h>Jim Meyering-2/+1
2009-02-27cp: diagnose invalid "cp -rl dir dir" right away, once againJim Meyering-7/+28
2009-02-26sort: Fix two bugs with determining the end of fieldPádraig Brady-24/+18
2009-02-24Ensure comment for translators is included in po filePádraig Brady-7/+9
2009-02-20doc: ls: clarify description of -sJim Meyering-2/+2
2009-02-19doc: dd: document that the default block size is 512 bytesJim Meyering-3/+3
2009-02-18cp: -a now preserves SELinux context, with reduced diagnosticsOndřej Vašík-14/+32
2009-02-18add missing copyright datesEric Blake-2/+2
2009-02-17install: compare files in binary modeEric Blake-3/+3
2009-02-17install: add --compare (-C) option to install file only when necessaryKamil Dudka-1/+133
2009-02-17nl: correct long-option name for -v in usageOndřej Vašík-1/+1
2009-02-15doc: id: make --help and .man more descriptiveJim Meyering-1/+2
2009-02-14seq: Fix equal width calculation when '.' added to last numberPádraig Brady-0/+2
2009-02-13du,chgrp,chmod,chown: use FTS_DEFER_STATJim Meyering-6/+9
2009-02-11ln: add details to --help textEric Blake-2/+4
2009-02-10ls: clean up after wrapped+colored file names with clear-to-EOLJim Meyering-28/+43
2009-02-09touch: deprecate --file option: equivalent to --reference (-r)Jim Meyering-3/+8
2009-02-05avoid spurious parentheses/arith-op-related warnings from newer gccJim Meyering-5/+5
2009-02-02* src/system.h (emit_bug_reporting_address): Remove periods.Jim Meyering-4/+4
2009-02-02update copyright dates from recent changesJim Meyering-2/+2
2009-01-29maint: silence some syntax-check rulesJim Meyering-6/+6
2009-01-29cp/mv: add xattr supportKamil Dudka-7/+121
2009-01-28system.h: add a comment re autoconf's new AC_PACKAGE_URLJim Meyering-0/+1
2009-01-28dd: Better handle user specified offsets that are too bigPádraig Brady-8/+69
2009-01-27doc: emit better bug-reporting info, to help help2manJim Meyering-3/+4
2009-01-23build: resolve conflict with new declaration from version-etc.hJim Meyering-0/+8
2009-01-22shred: change default number of overwrites from 25 to 3Pádraig Brady-1/+1
2009-01-19no longer define *_FILENO constantsJim Meyering-14/+1
2009-01-16echo, printf, test: remove unused #include directivesJim Meyering-3/+0
2009-01-16pathchk: avoid -Wsign-compare warningsPádraig Brady-3/+3
2009-01-16pr: avoid -Wsign-compare warningsPádraig Brady-4/+4
2009-01-16shred: avoid -Wsign-compare warningsPádraig Brady-3/+3
2009-01-16simplify mgetgroups() and avoid -Wsign-compare warningsPádraig Brady-4/+4
2009-01-14test, echo, printf: don't accept option abbreviationEric Blake-15/+47
2009-01-14cp/mv: add --no-clobber (-n) option to not overwrite targetKamil Dudka-6/+35
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