Age | Commit message (Expand) | Author |
2009-06-02 | chroot: make --groups= work without --userspec=; be more robust | Jim Meyering |
2009-06-02 | chroot: don't set bogus user-ID or group-ID for --u=U: or --u=:G | Jim Meyering |
2009-06-02 | chroot: set-*-ID failure must provoke nonzero exit before execvp | Jim Meyering |
2009-05-29 | head, tail: make --help less ambiguous | Eric Blake |
2009-05-26 | sort: new --human-numeric-sort option to sort KiB MB etc. | Michael Speer |
2009-05-26 | chroot: accept new options --userspec=U:G and --groups=G1,G2,G3 | Giuseppe Scrivano |
2009-05-18 | doc: clarify the operation of the comm -123 parameters | Pádraig Brady |
2009-05-17 | maint: use ARRAY_CARDINALITY more | Jim Meyering |
2009-05-17 | build: tr: avoid a warning due to newer gcc's -Wenum-compare | Jim Meyering |
2009-05-17 | maint: define ARRAY_CARDINALITY in system.h | Jim Meyering |
2009-05-11 | truncate: fix bug in use of isspace | Eric Blake |
2009-05-05 | doc: note the use of LC_COLLATE in comm, join and uniq | Pádraig Brady |
2009-05-05 | tests: fix typo in check-AUTHORS rule | Andreas Schwab |
2009-05-03 | mv, rm: adapt to new and improved gnulib interfaces | David Bartley |
2009-05-03 | tests: correct the "make check"-run check-AUTHORS test | Jim Meyering |
2009-04-28 | df: adjust comment to match recent code change | Jim Meyering |
2009-04-28 | df: use open(2), not stat, to trigger automounting | Tomas Smetana |
2009-04-27 | copy.c: factor out test for errno value indicating "unsupported" | Jim Meyering |
2009-04-27 | cp -a: diagnose failure when preserving xattr/context required | Ondřej Vašík |
2009-04-27 | mv: ignore xattr-preservation failure when not supported by filesystem | Ondřej Vašík |
2009-04-25 | build: adjust use of automake's new $(AM_V_GEN) variable | Jim Meyering |
2009-04-25 | tests: fix check-AUTHORS skip logic | Ralf Wildenhues |
2009-04-24 | build: use automake's new $(AM_V_GEN) and $(AM_V_at) variables | Jim Meyering |
2009-04-23 | sort -m: don't segfault when output file is also an input file | Jim Meyering |
2009-04-23 | tests: make the check-AUTHORS test more portable, now that it's... | Jim Meyering |
2009-04-23 | avoid parallel "make distcheck" failure due to two run-in-src/ rules | Jim Meyering |
2009-04-22 | cp: work around linux kernel bug: short-read != EOF on /proc | Jim Meyering |
2009-04-19 | fix comment typos | Ralf Wildenhues |
2009-04-10 | build: tight-scope test: don't build excluded programs | Jim Meyering |
2009-04-07 | maint: avoid "make syntax-check" failure | Jim Meyering |
2009-04-07 | install: deprecate the --preserve_context option | Pádraig Brady |
2009-04-07 | shred,sort,shuf: don't use /dev/urandom by default | Pádraig Brady |
2009-04-07 | maint: Clarify ambiguous refs to Linux kernels or GNU/Linux systems | Pádraig Brady |
2009-04-03 | ls: fix alignment when month names have varying widths | Pádraig Brady |
2009-04-02 | doc: Clarify the help for version sorting in ls and sort | Pádraig Brady |
2009-03-27 | tests: fix 'make sc_tight_scope' on cygwin | Eric Blake |
2009-03-26 | df: port the known-value fix to AIX as well | Paul Eggert |
2009-03-26 | df: fix a bug when totaling unknown values | Paul Eggert |
2009-03-25 | pwd: support -L and -P | Eric Blake |
2009-03-24 | ls: make it possible to disable coloring of hard links | Kamil Dudka |
2009-03-20 | dd: use a more portable definition of O_FULLBLOCK | Eric Blake |
2009-03-18 | sort: handle fd exhaustion better when merging | Paul Eggert |
2009-03-14 | system.h: correct compilation error: MAX not defined | Jim Meyering |
2009-03-11 | cp: make -a option preserve xattrs, but with reduced diagnostics | Ondřej Vašík |
2009-03-11 | maint: remove an obsolete FIXME comment | Jim Meyering |
2009-03-11 | cat: Fix immediate output of processed data | Pádraig Brady |
2009-03-11 | cat,cp,mv,install,split: Set the minimum IO block size used to 32KiB | Pádraig Brady |
2009-03-08 | comm: fix a bug in its new --check-order option | Bruno Haible |
2009-03-07 | pr: fix a bug whereby --indent=N (-o) did not indent header lines | Jim Meyering |
2009-03-06 | cat: use larger buffer sizes to reduce read/write-syscall overhead | Jim Meyering |