aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-11csplit: do not rely on undefined behavior in printf formatsPaul Eggert1-0/+15
2010-11-11csplit: fix a memory leak per input bufferPádraig Brady1-0/+29
2010-11-10tests: fix comments and --version invocation in new testJim Meyering1-2/+2
2010-11-10csplit: avoid buffer overrun when writing more than 999 filesJim Meyering1-0/+29
2010-11-06stat: do not rely on undefined behavior in printf formatsPaul Eggert1-0/+1
2010-11-06stat: use e.g. %.3X instead of %X.%3:X for sub-second precisionPaul Eggert1-9/+18
2010-11-03stat: revert %X-%Y-%Z change; use e.g., %:X to print fractional secondsJim Meyering1-0/+36
2010-10-26tests: mention that btrfs also causes failure of misc/ls-timeJim Meyering1-0/+2
2010-10-19tests: trigger and test for md5sum's new diagnosticsJim Meyering1-0/+23
2010-10-19md5sum: print a summary warning for improperly formatted linesBenno Schulenberg1-1/+1
2010-10-17tests: sort-float: avoid spurious test failure on ppc/ppc64Jim Meyering1-0/+42
2010-10-14tests: work around portability and clock-skew problemsPaul Eggert1-9/+9
2010-10-07split: fix reporting of read errorsPádraig Brady1-0/+6
2010-10-04tests: refactor the stat-birthtime test to use retry_delay_Pádraig Brady1-10/+20
2010-10-01tests: output --version of program under testEric Blake5-6/+6
2010-10-01stat: print timestamps to full resolutionEric Blake1-2/+1
2010-10-01stat: support printing birthtimeEric Blake1-0/+41
2010-09-29tr: fix various issues with case conversionPádraig Brady2-26/+112
2010-09-20tests: fix a printf portability issuePádraig Brady1-26/+26
2010-09-20tests: fix an erroneous stat failure with bind mountsPádraig Brady1-8/+2
2010-09-07tests: work around a failure with dash 0.5.4Pádraig Brady1-1/+2
2010-09-07tests: exclude some tests when running on NFSPádraig Brady1-1/+1
2010-08-28tac: avoid double freeJim Meyering1-0/+6
2010-08-27stat: add %m to output the mount point for a fileAaron Burgemeister1-0/+31
2010-08-13* tests/misc/sort (use-nl): Fix comment to match the test case.Paul Eggert1-20/+7
2010-08-06sort: support all combinations of -d, -f, -i, -R, and -VPaul Eggert1-2/+6
2010-08-05sort: tune and refactor --debug code, and fix minor underlining bugPaul Eggert1-1/+1
2010-08-03sort: fix bug in --debug when \0 is followed by \tPaul Eggert1-0/+5
2010-08-02sort: revert recent -h changes and use a more-conservative approachPaul Eggert2-7/+7
2010-07-30sort: -h now handles comparisons such as 6000K vs 5M and 5MiB vs 5MBPaul Eggert2-9/+9
2010-07-26sort: fix bug with EOF at buffer refillPaul Eggert1-0/+1
2010-07-23tests/misc/sort-merge-fdlimit: don't assume -R opens /dev/urandomPaul R. Eggert1-5/+9
2010-07-15sort: add a test case for the sort -u bugPaul R. Eggert1-0/+46
2010-07-13sort: parallelize internal sortChen Guo1-0/+52
2010-07-05tests: make tests requiring a delay to pass, more robustPádraig Brady2-25/+49
2010-07-01ls: use the POSIX date style when the locale does not specify onePádraig Brady1-0/+20
2010-05-31tests: remove unnecessary single quotes in perl hash use: ->{'SYM'}Jim Meyering6-11/+11
2010-05-29truncate: improve handling of non regular filesPádraig Brady2-4/+7
2010-05-28truncate: support sizes relative to an existing filePádraig Brady1-1/+11
2010-05-26tests: update help-version to work with parted, tooJim Meyering1-0/+3
2010-05-25maint: remove unneeded double quotes on RHS of shell assignmentsJim Meyering1-3/+3
2010-05-24maint: remove a redundant sort parameter from a testPádraig Brady1-1/+1
2010-05-24sort: adjust the leading blanks --debug warningPádraig Brady1-4/+1
2010-05-23maint: make copyright comment consistent with all othersJim Meyering1-2/+2
2010-05-18tests: fix sort-debug-keys when fr_FR.utf8 not availablePádraig Brady1-1/+2
2010-05-16sort: --debug: output data independent warnings and infoPádraig Brady1-0/+91
2010-05-12tests: fix sort-debug-keys when fr_FR.utf8 not availablePádraig Brady1-4/+3
2010-05-12sort: add a --debug option to highlight key extentsPádraig Brady1-0/+317
2010-05-09tests: update help-versionJim Meyering1-3/+11
2010-04-29sort: use long doubles for general numeric modePádraig Brady1-0/+56