summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2009-04-28df: adjust comment to match recent code changeJim Meyering-2/+3
2009-04-28df: use open(2), not stat, to trigger automountingTomas Smetana-2/+5
2009-04-27copy.c: factor out test for errno value indicating "unsupported"Jim Meyering-1/+8
2009-04-27cp -a: diagnose failure when preserving xattr/context requiredOndřej Vašík-7/+9
2009-04-27mv: ignore xattr-preservation failure when not supported by filesystemOndřej Vašík-2/+18
2009-04-25build: adjust use of automake's new $(AM_V_GEN) variableJim Meyering-12/+6
2009-04-25tests: fix check-AUTHORS skip logicRalf Wildenhues-3/+3
2009-04-24build: use automake's new $(AM_V_GEN) and $(AM_V_at) variablesJim Meyering-25/+31
2009-04-23sort -m: don't segfault when output file is also an input fileJim Meyering-4/+6
2009-04-23tests: make the check-AUTHORS test more portable, now that it's...Jim Meyering-3/+8
2009-04-23avoid parallel "make distcheck" failure due to two run-in-src/ rulesJim Meyering-27/+7
2009-04-22cp: work around linux kernel bug: short-read != EOF on /procJim Meyering-3/+4
2009-04-19fix comment typosRalf Wildenhues-2/+2
2009-04-10build: tight-scope test: don't build excluded programsJim Meyering-1/+1
2009-04-07maint: avoid "make syntax-check" failureJim Meyering-2/+2
2009-04-07install: deprecate the --preserve_context optionPádraig Brady-4/+8
2009-04-07shred,sort,shuf: don't use /dev/urandom by defaultPádraig Brady-3/+3
2009-04-07maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systemsPádraig Brady-25/+25
2009-04-03ls: fix alignment when month names have varying widthsPádraig Brady-3/+101
2009-04-02doc: Clarify the help for version sorting in ls and sortPádraig Brady-2/+2
2009-03-27tests: fix 'make sc_tight_scope' on cygwinEric Blake-0/+2
2009-03-26df: port the known-value fix to AIX as wellPaul Eggert-10/+20
2009-03-26df: fix a bug when totaling unknown valuesPaul Eggert-7/+12
2009-03-25pwd: support -L and -PEric Blake-7/+79
2009-03-24ls: make it possible to disable coloring of hard linksKamil Dudka-1/+1
2009-03-20dd: use a more portable definition of O_FULLBLOCKEric Blake-15/+20
2009-03-18sort: handle fd exhaustion better when mergingPaul Eggert-74/+218
2009-03-14system.h: correct compilation error: MAX not definedJim Meyering-45/+45
2009-03-11cp: make -a option preserve xattrs, but with reduced diagnosticsOndřej Vašík-8/+13
2009-03-11maint: remove an obsolete FIXME commentJim Meyering-1/+0
2009-03-11cat: Fix immediate output of processed dataPádraig Brady-1/+1
2009-03-11cat,cp,mv,install,split: Set the minimum IO block size used to 32KiBPádraig Brady-22/+53
2009-03-08comm: fix a bug in its new --check-order optionBruno Haible-5/+4
2009-03-07pr: fix a bug whereby --indent=N (-o) did not indent header linesJim Meyering-2/+4
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