summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-08-04sort: -R now uses less memory on long lines with internal NULsPaul Eggert
2010-08-03init.sh: work around trap limitation of some shellsPaul Eggert
2010-08-03sort: fix bug in --debug when \0 is followed by \tPaul Eggert
2010-08-02sort: revert recent -h changes and use a more-conservative approachPaul Eggert
2010-07-30sort: -h now handles comparisons such as 6000K vs 5M and 5MiB vs 5MBPaul Eggert
2010-07-27sort: fix --debug display with very large offsetsPaul Eggert
2010-07-26sort: fix bug with EOF at buffer refillPaul Eggert
2010-07-26sort: omit some "inline"sPaul Eggert
2010-07-26sort: don't assume ASCII when parsing K, M, G suffixesPaul Eggert
2010-07-25sort: make struct heap privatePaul R. Eggert
2010-07-25sort: omit unnecessary mutex unlock+lock; simplify heap accessPaul R. Eggert
2010-07-25sort: omit 'restrict' in doubtful casesPaul R. Eggert
2010-07-25sort: omit unnecessary castsPaul R. Eggert
2010-07-25sort: use more-consistent style with constPaul R. Eggert
2010-07-25du: add NEWS entry for recent du -L fixesPaul Eggert
2010-07-24du: tune, and fix some -L bugs with dangling or cyclic symlinksPaul R. Eggert
2010-07-23tests/misc/sort-merge-fdlimit: don't assume -R opens /dev/urandomPaul R. Eggert
2010-07-23randread: run 2x faster on 64-bit hosts, don't assume no padding bitsPaul R. Eggert
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady
2010-07-22fadvise: new module providing a simpler interface to posix_fadvisePádraig Brady
2010-07-22build: support fully excluding stdbuf from the buildMike Frysinger
2010-07-20randread: use /dev/urandom to seed, not just getpid etcPaul R. Eggert
2010-07-19sort: -R no longer disables multithreadingPaul R. Eggert
2010-07-16randread: don't require -lrtPaul R. Eggert
2010-07-15sort: add a test case for the sort -u bugPaul R. Eggert
2010-07-15sort: fix a bug with sort -u and xmemcoll0, and tune keycomparePaul R. Eggert
2010-07-15sort: fix a bug when sorting unterminated linesPádraig Brady
2010-07-15sort: speed up default full line sortingChen Guo
2010-07-14heap_alloc: avoid integer overflowJim Meyering
2010-07-14maint: omit $(POW_LIB) when linking, as this is no longer neededPaul R. Eggert
2010-07-14build: update gnulib submodule to latest; update bootstrap, tooPádraig Brady
2010-07-13maint: reorganize latest NEWSPádraig Brady
2010-07-13maint: heap.c: simplify dynamic allocationsPádraig Brady
2010-07-13sort: parallelize internal sortChen Guo
2010-07-13di-set, ino-map: adjust a type, improve readabilityJim Meyering
2010-07-12dd: also spell out size on memory exhaustionPaul R. Eggert
2010-07-09chcon, chmod, chown, du: don't translate "%s"Paul Eggert
2010-07-06du: avoid spurious warnings with 64-bit gcc -WPaul Eggert
2010-07-06du: Hash with a mechanism that's simpler and takes less memory.Paul Eggert
2010-07-05stat: getfilecon failure now evokes nonzero exit statusJim Meyering
2010-07-05system.h: define ATTRIBUTE_WARN_UNUSED_RESULTJim Meyering
2010-07-05tests: make tests requiring a delay to pass, more robustPádraig Brady
2010-07-04doc: Add advice about ChangeLogs and synchronizing submodulesPaul Eggert
2010-07-04du: increase the initial dev-inode set sizeJim Meyering
2010-07-04du: use less than half as much memory when tracking hard linksJim Meyering
2010-07-04di-set: manipulate sets of dev/inode pairs efficientlyJim Meyering
2010-07-04dev-map: map device number to small non-negativeJim Meyering
2010-07-03du: don't miscount duplicate directories or link-count-1 filesPaul Eggert
2010-07-02build: update gnulib submodule to latest; update bootstrap, tooJim Meyering
2010-07-01cp: add an option to only copy the file attributesPádraig Brady