Age | Commit message (Expand) | Author |
2010-08-03 | init.sh: work around trap limitation of some shells | Paul Eggert |
2010-08-03 | sort: fix bug in --debug when \0 is followed by \t | Paul Eggert |
2010-08-02 | sort: revert recent -h changes and use a more-conservative approach | Paul Eggert |
2010-07-30 | sort: -h now handles comparisons such as 6000K vs 5M and 5MiB vs 5MB | Paul Eggert |
2010-07-27 | sort: fix --debug display with very large offsets | Paul Eggert |
2010-07-26 | sort: fix bug with EOF at buffer refill | Paul Eggert |
2010-07-26 | sort: omit some "inline"s | Paul Eggert |
2010-07-26 | sort: don't assume ASCII when parsing K, M, G suffixes | Paul Eggert |
2010-07-25 | sort: make struct heap private | Paul R. Eggert |
2010-07-25 | sort: omit unnecessary mutex unlock+lock; simplify heap access | Paul R. Eggert |
2010-07-25 | sort: omit 'restrict' in doubtful cases | Paul R. Eggert |
2010-07-25 | sort: omit unnecessary casts | Paul R. Eggert |
2010-07-25 | sort: use more-consistent style with const | Paul R. Eggert |
2010-07-25 | du: add NEWS entry for recent du -L fixes | Paul Eggert |
2010-07-24 | du: tune, and fix some -L bugs with dangling or cyclic symlinks | Paul R. Eggert |
2010-07-23 | tests/misc/sort-merge-fdlimit: don't assume -R opens /dev/urandom | Paul R. Eggert |
2010-07-23 | randread: run 2x faster on 64-bit hosts, don't assume no padding bits | Paul R. Eggert |
2010-07-22 | provide POSIX_FADV_SEQUENTIAL hint to appropriate utils | Pádraig Brady |
2010-07-22 | fadvise: new module providing a simpler interface to posix_fadvise | Pádraig Brady |
2010-07-22 | build: support fully excluding stdbuf from the build | Mike Frysinger |
2010-07-20 | randread: use /dev/urandom to seed, not just getpid etc | Paul R. Eggert |
2010-07-19 | sort: -R no longer disables multithreading | Paul R. Eggert |
2010-07-16 | randread: don't require -lrt | Paul R. Eggert |
2010-07-15 | sort: add a test case for the sort -u bug | Paul R. Eggert |
2010-07-15 | sort: fix a bug with sort -u and xmemcoll0, and tune keycompare | Paul R. Eggert |
2010-07-15 | sort: fix a bug when sorting unterminated lines | Pádraig Brady |
2010-07-15 | sort: speed up default full line sorting | Chen Guo |
2010-07-14 | heap_alloc: avoid integer overflow | Jim Meyering |
2010-07-14 | maint: omit $(POW_LIB) when linking, as this is no longer needed | Paul R. Eggert |
2010-07-14 | build: update gnulib submodule to latest; update bootstrap, too | Pádraig Brady |
2010-07-13 | maint: reorganize latest NEWS | Pádraig Brady |
2010-07-13 | maint: heap.c: simplify dynamic allocations | Pádraig Brady |
2010-07-13 | sort: parallelize internal sort | Chen Guo |
2010-07-13 | di-set, ino-map: adjust a type, improve readability | Jim Meyering |
2010-07-12 | dd: also spell out size on memory exhaustion | Paul R. Eggert |
2010-07-09 | chcon, chmod, chown, du: don't translate "%s" | Paul Eggert |
2010-07-06 | du: avoid spurious warnings with 64-bit gcc -W | Paul Eggert |
2010-07-06 | du: Hash with a mechanism that's simpler and takes less memory. | Paul Eggert |
2010-07-05 | stat: getfilecon failure now evokes nonzero exit status | Jim Meyering |
2010-07-05 | system.h: define ATTRIBUTE_WARN_UNUSED_RESULT | Jim Meyering |
2010-07-05 | tests: make tests requiring a delay to pass, more robust | Pádraig Brady |
2010-07-04 | doc: Add advice about ChangeLogs and synchronizing submodules | Paul Eggert |
2010-07-04 | du: increase the initial dev-inode set size | Jim Meyering |
2010-07-04 | du: use less than half as much memory when tracking hard links | Jim Meyering |
2010-07-04 | di-set: manipulate sets of dev/inode pairs efficiently | Jim Meyering |
2010-07-04 | dev-map: map device number to small non-negative | Jim Meyering |
2010-07-03 | du: don't miscount duplicate directories or link-count-1 files | Paul Eggert |
2010-07-02 | build: update gnulib submodule to latest; update bootstrap, too | Jim Meyering |
2010-07-01 | cp: add an option to only copy the file attributes | Pádraig Brady |
2010-07-01 | ls: use the POSIX date style when the locale does not specify one | Pádraig Brady |