summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2010-09-17maint: update to latest gnulibEric Blake-2/+4
2010-09-13dircolors: add rxvt-unicode-256color terminal typeDmitry V. Levin-0/+1
2010-09-07tests: work around a failure with dash 0.5.4Pádraig Brady-1/+2
2010-09-07tests: make various timeouts more robustPádraig Brady-18/+26
2010-09-07tests: exclude some tests when running on NFSPádraig Brady-22/+41
2010-09-04build: update gnulib submodule to latestJim Meyering-0/+0
2010-09-04build: use gettext-h, not gettextJim Meyering-1/+1
2010-09-01tac: suppress technically unneeded "free"Jim Meyering-0/+2
2010-09-01join: improve performance when operating on whole linesPádraig Brady-2/+2
2010-08-28tac: avoid double freeJim Meyering-2/+13
2010-08-27doc: clarify that stat -f implies -L (follows symlinks)Pádraig Brady-0/+1
2010-08-27stat: add %m to output the mount point for a fileAaron Burgemeister-90/+284
2010-08-26maint: update to latest gnulibEric Blake-0/+0
2010-08-26maint: avoid a hung 'make syntax-check' in VPATH buildEric Blake-1/+1
2010-08-25df: always print the device name for bind mounted filesPádraig Brady-40/+24
2010-08-23stat: fix a small memory leak with %NPádraig Brady-0/+1
2010-08-15maint: exclude tests from the set_program_name syntax-checkPádraig Brady-5/+1
2010-08-15doc: avoid a warning from newer texinfoRalf Wildenhues-1/+1
2010-08-15doc: improve the info on md5sum security weaknessesBruno Haible-8/+10
2010-08-13* tests/misc/sort (use-nl): Fix comment to match the test case.Paul Eggert-20/+7
2010-08-10sort, who: prefer free+malloc to realloc when contents are irrelevantPaul Eggert-5/+10
2010-08-10sort: free/xmalloc rather than xreallocPaul Eggert-2/+9
2010-08-10build: update to latest gnulibEric Blake-0/+0
2010-08-10sort: avoid gcc warning: explicitly ignore strtold resultJim Meyering-1/+2
2010-08-09tests: silence 'make syntax-check'Eric Blake-1/+2
2010-08-09dircolors: add screen.rxvt & terminator to TERM listMike Frysinger-0/+2
2010-08-09ls: fix a test failure that should have been skippedDan Hipschman-0/+2
2010-08-08sort: speed up -R with long lines in hard localesPaul Eggert-5/+13
2010-08-06sort: support all combinations of -d, -f, -i, -R, and -VPaul Eggert-126/+108
2010-08-05sort: tune and refactor --debug code, and fix minor underlining bugPaul Eggert-152/+166
2010-08-04sort: -R now uses less memory on long lines with internal NULsPaul Eggert-242/+118
2010-08-03init.sh: work around trap limitation of some shellsPaul Eggert-3/+6
2010-08-03sort: fix bug in --debug when \0 is followed by \tPaul Eggert-19/+14
2010-08-02sort: revert recent -h changes and use a more-conservative approachPaul Eggert-106/+53
2010-07-30sort: -h now handles comparisons such as 6000K vs 5M and 5MiB vs 5MBPaul Eggert-93/+120
2010-07-27sort: fix --debug display with very large offsetsPaul Eggert-2/+5
2010-07-26sort: fix bug with EOF at buffer refillPaul Eggert-1/+2
2010-07-26sort: omit some "inline"sPaul Eggert-9/+9
2010-07-26sort: don't assume ASCII when parsing K, M, G suffixesPaul Eggert-1/+5
2010-07-25sort: make struct heap privatePaul R. Eggert-8/+7
2010-07-25sort: omit unnecessary mutex unlock+lock; simplify heap accessPaul R. Eggert-14/+5
2010-07-25sort: omit 'restrict' in doubtful casesPaul R. Eggert-19/+17
2010-07-25sort: omit unnecessary castsPaul R. Eggert-8/+7
2010-07-25sort: use more-consistent style with constPaul R. Eggert-61/+60
2010-07-25du: add NEWS entry for recent du -L fixesPaul Eggert-0/+3
2010-07-24du: tune, and fix some -L bugs with dangling or cyclic symlinksPaul R. Eggert-69/+91
2010-07-23tests/misc/sort-merge-fdlimit: don't assume -R opens /dev/urandomPaul R. Eggert-5/+9
2010-07-23randread: run 2x faster on 64-bit hosts, don't assume no padding bitsPaul R. Eggert-239/+862
2010-07-22provide POSIX_FADV_SEQUENTIAL hint to appropriate utilsPádraig Brady-6/+72
2010-07-22fadvise: new module providing a simpler interface to posix_fadvisePádraig Brady-28/+188