summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2009-06-29tail: add comments noting potential inotify-related problemsJim Meyering-2/+6
2009-06-27stdbuf: fix to stop -i option causing an assertionPádraig Brady-1/+1
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering-70/+67
2009-06-17stdbuf: A new program to run a command with modified stdio bufferingPádraig Brady-3/+550
2009-06-15tail: use inotify if it is availableGiuseppe Scrivano-8/+267
2009-06-13diag: say "failed to...", rather than "cannot..." in a few diagnosticsJim Meyering-4/+4
2009-06-13sort: Ignore fields where end position is before the start positionCliff Miller-2/+6
2009-06-11ls --color: do not colorize files with multiple hard links by defaultKamil Dudka-8/+8
2009-06-07sort: die immediately upon heap allocation failureJim Meyering-1/+2
2009-06-04dircolors: add screen-256color-bce to TERM listMike Frysinger-0/+1
2009-06-03dircolors: recognize .xz, .txz, .tbz and .tlz suffixesJim Meyering-1/+5
2009-06-02chroot: make --groups= work without --userspec=; be more robustJim Meyering-22/+39
2009-06-02chroot: don't set bogus user-ID or group-ID for --u=U: or --u=:GJim Meyering-4/+4
2009-06-02chroot: set-*-ID failure must provoke nonzero exit before execvpJim Meyering-3/+18
2009-05-29head, tail: make --help less ambiguousEric Blake-14/+16
2009-05-26sort: new --human-numeric-sort option to sort KiB MB etc.Michael Speer-8/+107
2009-05-26chroot: accept new options --userspec=U:G and --groups=G1,G2,G3Giuseppe Scrivano-3/+122
2009-05-18doc: clarify the operation of the comm -123 parametersPádraig Brady-3/+10
2009-05-17maint: use ARRAY_CARDINALITY moreJim Meyering-13/+11
2009-05-17build: tr: avoid a warning due to newer gcc's -Wenum-compareJim Meyering-3/+2
2009-05-17maint: define ARRAY_CARDINALITY in system.hJim Meyering-0/+4
2009-05-11truncate: fix bug in use of isspaceEric Blake-3/+3
2009-05-05doc: note the use of LC_COLLATE in comm, join and uniqPádraig Brady-2/+10
2009-05-05tests: fix typo in check-AUTHORS ruleAndreas Schwab-2/+3
2009-05-03mv, rm: adapt to new and improved gnulib interfacesDavid Bartley-0/+8
2009-05-03tests: correct the "make check"-run check-AUTHORS testJim Meyering-6/+6
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