2010-08-09 |
Mike Frysinger | dircolors: add screen.rxvt & terminator to TERM list |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Dan Hipschman | ls: fix a test failure that should have been skipped |
commit | commitdiff | tree | snapshot |
2010-08-09 |
Paul Eggert | sort: speed up -R with long lines in hard locales |
commit | commitdiff | tree | snapshot |
2010-08-07 |
Paul Eggert | sort: support all combinations of -d, -f, -i, -R, and -V |
commit | commitdiff | tree | snapshot |
2010-08-05 |
Paul Eggert | sort: tune and refactor --debug code, and fix minor... |
commit | commitdiff | tree | snapshot |
2010-08-04 |
Paul Eggert | sort: -R now uses less memory on long lines with intern... |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Paul Eggert | init.sh: work around trap limitation of some shells |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Paul Eggert | sort: fix bug in --debug when \0 is followed by \t |
commit | commitdiff | tree | snapshot |
2010-08-03 |
Paul Eggert | sort: revert recent -h changes and use a more-conservat... |
commit | commitdiff | tree | snapshot |
2010-07-30 |
Paul Eggert | sort: -h now handles comparisons such as 6000K vs 5M... |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Paul Eggert | sort: fix --debug display with very large offsets |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Paul Eggert | sort: fix bug with EOF at buffer refill |
commit | commitdiff | tree | snapshot |
2010-07-27 |
Paul Eggert | sort: omit some "inline"s |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Paul Eggert | sort: don't assume ASCII when parsing K, M, G suffixes |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Paul R. Eggert | sort: make struct heap private |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Paul R. Eggert | sort: omit unnecessary mutex unlock+lock; simplify... |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Paul R. Eggert | sort: omit 'restrict' in doubtful cases |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Paul R. Eggert | sort: omit unnecessary casts |
commit | commitdiff | tree | snapshot |
2010-07-26 |
Paul R. Eggert | sort: use more-consistent style with const |
commit | commitdiff | tree | snapshot |
2010-07-25 |
Paul Eggert | du: add NEWS entry for recent du -L fixes |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Paul R. Eggert | du: tune, and fix some -L bugs with dangling or cyclic... |
commit | commitdiff | tree | snapshot |
2010-07-24 |
Paul R. Eggert | tests/misc/sort-merge-fdlimit: don't assume -R opens... |
commit | commitdiff | tree | snapshot |
2010-07-23 |
Paul R. Eggert | randread: run 2x faster on 64-bit hosts, don't assume... |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Pádraig Brady | provide POSIX_FADV_SEQUENTIAL hint to appropriate utils |
commit | commitdiff | tree | snapshot |
2010-07-22 |
Pádraig Brady | fadvise: new module providing a simpler interface to... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Mike Frysinger | build: support fully excluding stdbuf from the build |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Paul R. Eggert | randread: use /dev/urandom to seed, not just getpid etc |
commit | commitdiff | tree | snapshot |
2010-07-19 |
Paul R. Eggert | sort: -R no longer disables multithreading |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Paul R. Eggert | randread: don't require -lrt |
commit | commitdiff | tree | snapshot |
2010-07-16 |
Paul R. Eggert | sort: add a test case for the sort -u bug |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Paul R. Eggert | sort: fix a bug with sort -u and xmemcoll0, and tune... |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Pádraig Brady | sort: fix a bug when sorting unterminated lines |
commit | commitdiff | tree | snapshot |
2010-07-15 |
Chen Guo | sort: speed up default full line sorting |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Jim Meyering | heap_alloc: avoid integer overflow |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Paul R. Eggert | maint: omit $(POW_LIB) when linking, as this is no... |
commit | commitdiff | tree | snapshot |
2010-07-14 |
Pádraig Brady | build: update gnulib submodule to latest; update bootst... |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Pádraig Brady | maint: reorganize latest NEWS |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Pádraig Brady | maint: heap.c: simplify dynamic allocations |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Chen Guo | sort: parallelize internal sort |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Jim Meyering | di-set, ino-map: adjust a type, improve readability |
commit | commitdiff | tree | snapshot |
2010-07-13 |
Paul R. Eggert | dd: also spell out size on memory exhaustion |
commit | commitdiff | tree | snapshot |
2010-07-09 |
Paul Eggert | chcon, chmod, chown, du: don't translate "%s" |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Paul Eggert | du: avoid spurious warnings with 64-bit gcc -W |
commit | commitdiff | tree | snapshot |
2010-07-06 |
Paul Eggert | du: Hash with a mechanism that's simpler and takes... |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jim Meyering | stat: getfilecon failure now evokes nonzero exit status |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Jim Meyering | system.h: define ATTRIBUTE_WARN_UNUSED_RESULT |
commit | commitdiff | tree | snapshot |
2010-07-05 |
Pádraig Brady | tests: make tests requiring a delay to pass, more robust |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Paul Eggert | doc: Add advice about ChangeLogs and synchronizing... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Jim Meyering | du: increase the initial dev-inode set size |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Jim Meyering | du: use less than half as much memory when tracking... |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Jim Meyering | di-set: manipulate sets of dev/inode pairs efficiently |
commit | commitdiff | tree | snapshot |
2010-07-04 |
Jim Meyering | dev-map: map device number to small non-negative |
commit | commitdiff | tree | snapshot |
2010-07-03 |
Paul Eggert | du: don't miscount duplicate directories or link-count... |
commit | commitdiff | tree | snapshot |
2010-07-02 |
Jim Meyering | build: update gnulib submodule to latest; update bootst... |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Pádraig Brady | cp: add an option to only copy the file attributes |
commit | commitdiff | tree | snapshot |
2010-07-01 |
Pádraig Brady | ls: use the POSIX date style when the locale does not... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Jim Meyering | tests: fail rather than infloop in tail's inotify-rotat... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Jim Meyering | tests: move most helper functions from test-lib.sh... |
commit | commitdiff | tree | snapshot |
2010-06-30 |
Jim Meyering | tests: sync tests/init.sh from gnulib |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Jim Meyering | doc: df, du, ls: improve --blocksize description in... |
commit | commitdiff | tree | snapshot |
2010-06-29 |
Pádraig Brady | doc: reference POS syntax in --help for sort --key |
commit | commitdiff | tree | snapshot |
2010-06-27 |
Benno Schulenberg | ln: print a clearer error message when linking fails |
commit | commitdiff | tree | snapshot |
2010-06-22 |
Jim Meyering | stat: remove support for deprecated --context (-Z)... |
commit | commitdiff | tree | snapshot |
2010-06-21 |
Jim Meyering | doc: fix comm's --help output so we generate a better... |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Eric Blake | maint: ignore another gnulib generated file |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Eric Blake | cat: improve documentation |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Jim Meyering | doc: dd: discourage use of very large block sizes |
commit | commitdiff | tree | snapshot |
2010-06-14 |
Jim Meyering | dd: print a better diagnostic for an invalid block... |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Jim Meyering | build: update gnulib submodule to latest |
commit | commitdiff | tree | snapshot |
2010-06-11 |
Jim Meyering | build: don't let a large sparse temporary file cause... |
commit | commitdiff | tree | snapshot |
2010-06-10 |
Jim Meyering | ls: avoid just-introduced buffer overrun |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Jim Meyering | maint: adjust INT_BUFSIZE_BOUND usage for maintainability |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Jim Meyering | sort: avoid unnecessary use of sprintf |
commit | commitdiff | tree | snapshot |
2010-06-08 |
Eric Blake | dirname: tweak summary wording |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Jim Meyering | doc: mention the new coreutils@ mailing lists |
commit | commitdiff | tree | snapshot |
2010-06-02 |
Jim Meyering | touch: remove support for --file=REF_FILE option |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Jim Meyering | maint: make spacing around "=" consistent, even in... |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Jim Meyering | maint: replace each "for (;;)" with "while (true)" |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Jim Meyering | maint: correct indentation of case_GETOPT_* macro uses |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Jim Meyering | stat: use gnulib's alignof module |
commit | commitdiff | tree | snapshot |
2010-05-31 |
Jim Meyering | tests: remove unnecessary single quotes in perl hash... |
commit | commitdiff | tree | snapshot |
2010-05-29 |
Pádraig Brady | truncate: improve handling of non regular files |
commit | commitdiff | tree | snapshot |
2010-05-28 |
Pádraig Brady | truncate: support sizes relative to an existing file |
commit | commitdiff | tree | snapshot |
2010-05-26 |
Jim Meyering | tests: update help-version to work with parted, too |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Jim Meyering | maint: don't emit an extra newline in each of two diagn... |
commit | commitdiff | tree | snapshot |
2010-05-25 |
Jim Meyering | maint: remove unneeded double quotes on RHS of shell... |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Pádraig Brady | maint: remove a redundant sort parameter from a test |
commit | commitdiff | tree | snapshot |
2010-05-24 |
Pádraig Brady | sort: adjust the leading blanks --debug warning |
commit | commitdiff | tree | snapshot |
2010-05-23 |
Jim Meyering | maint: make copyright comment consistent with all others |
commit | commitdiff | tree | snapshot |
2010-05-21 |
Jim Meyering | tests: fix cp-a-selinux to skip cleanly upon mkfs failure |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Jon Ringuette | du: recognize -d N as equivalent to --max-depth=N |
commit | commitdiff | tree | snapshot |
2010-05-19 |
Jim Meyering | tests: exercise du's --max-depth option |
commit | commitdiff | tree | snapshot |
2010-05-18 |
Pádraig Brady | tests: fix sort-debug-keys when fr_FR.utf8 not available |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Jim Meyering | maint: fix the fs-magic-compare rule |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Jim Meyering | tests: update init.sh from gnulib |
commit | commitdiff | tree | snapshot |
2010-05-17 |
Jim Meyering | build: avoid a new -Wformat-induced warning |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Pádraig Brady | doc: fix sort info about version sort skipping blanks |
commit | commitdiff | tree | snapshot |
2010-05-16 |
Pádraig Brady | sort: --debug: output data independent warnings and... |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Pádraig Brady | tests: fix sort-debug-keys when fr_FR.utf8 not available |
commit | commitdiff | tree | snapshot |
2010-05-12 |
Pádraig Brady | sort: add a --debug option to highlight key extents |
commit | commitdiff | tree | snapshot |
next |