Age | Commit message (Expand) | Author |
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 |
2009-03-06 | maint: avoid new unused-macro warnings from gcc | Jim Meyering |
2009-03-02 | maint: avoid gcc warning about missing attributes | Jim Meyering |
2009-03-02 | maint: avoid warnings about potentially-counterproductive "inline" | Jim Meyering |
2009-03-02 | maint: cp: avoid gcc warning about unused macro definitions | Jim Meyering |
2009-02-28 | maint: remove an unnecessary inclusion of <signal.h> | Jim Meyering |
2009-02-27 | cp: diagnose invalid "cp -rl dir dir" right away, once again | Jim Meyering |
2009-02-26 | sort: Fix two bugs with determining the end of field | Pádraig Brady |
2009-02-24 | Ensure comment for translators is included in po file | Pádraig Brady |
2009-02-20 | doc: ls: clarify description of -s | Jim Meyering |
2009-02-19 | doc: dd: document that the default block size is 512 bytes | Jim Meyering |
2009-02-18 | cp: -a now preserves SELinux context, with reduced diagnostics | Ondřej Vašík |
2009-02-18 | add missing copyright dates | Eric Blake |
2009-02-17 | install: compare files in binary mode | Eric Blake |
2009-02-17 | install: add --compare (-C) option to install file only when necessary | Kamil Dudka |
2009-02-17 | nl: correct long-option name for -v in usage | Ondřej Vašík |
2009-02-15 | doc: id: make --help and .man more descriptive | Jim Meyering |