summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* convert all TABs to equivalent spaces in indentationJim Meyering2010-04-0812-140/+140
* tests: use init.sh consistentlyJim Meyering2010-04-072-3/+8
* tests: improve help-version (sync from gzip's version)Jim Meyering2010-04-072-4/+16
* tests: pull fixed init.sh from gnulibJim Meyering2010-04-051-2/+2
* maint: update tests/init.sh from gnulibJim Meyering2010-04-052-3/+106
* tests: remove all unportable uses of echoJim Meyering2010-04-011-2/+2
* tests: add explicit requirement for en_US.UTF-8Jim Meyering2010-04-013-5/+5
* tests: new function, to require an en_US UTF8 localeJim Meyering2010-04-011-0/+11
* tests: use printf, not echo -n, echo -e, or any combinationJim Meyering2010-04-011-14/+14
* build: avoid another warningEric Blake2010-03-311-1/+1
* tests: fix on systems with broken shPaolo Bonzini2010-03-315-6/+5
* tests: improve empty testPaolo Bonzini2010-03-311-1/+41
* tests: improve empty test with respect to localesPaolo Bonzini2010-03-311-7/+9
* tests: rename empty.sh to emptyPaolo Bonzini2010-03-312-1/+1
* tests: convert empty.sh to new stylePaolo Bonzini2010-03-311-4/+7
* tests: use get-mb-cur-max in char-class-multibytePaolo Bonzini2010-03-311-4/+11
* tests: fix -Wformat failurePaolo Bonzini2010-03-311-1/+1
* build: avoid compiler warning when building test programJim Meyering2010-03-302-2/+8
* tests: use $(...) consistentlyPaolo Bonzini2010-03-2910-29/+29
* tests: add program to detect localesPaolo Bonzini2010-03-294-16/+72
* tests: add tests for SJIS character setsPaolo Bonzini2010-03-292-0/+51
* tests: exercise fix for improper match of incomplete MB char prefixNorihiro Tanaka2010-03-282-0/+20
* tests: add tests for the fgrep-infloop bugNorihiro Tanaka2010-03-283-0/+27
* tests: rename: fmbtest.sh -> fmbtestJim Meyering2010-03-282-1/+1
* tests: convert fmbtest.sh to use init.shJim Meyering2010-03-281-15/+16
* tests: also exercise the --include + glob pathJim Meyering2010-03-281-0/+6
* grep -r: fix --include with non-globsJim Meyering2010-03-281-0/+5
* grep: don't segfault upon use of --include or --exclude* optionsJim Meyering2010-03-272-0/+33
* tests: rename: foad1.sh -> foad1Jim Meyering2010-03-262-1/+1
* tests: convert foad1.sh to use init.shJim Meyering2010-03-261-8/+8
* tests: insulate tests from envvar settingsJim Meyering2010-03-261-0/+29
* tests: avoid spurious test failure due to lack of a French UTF8 localeJim Meyering2010-03-262-0/+6
* tests: use awk's -v option more portablyTony Abou-Assaleh2010-03-251-1/+1
* dfa/grep: fix compilation with MBS_SUPPORTNorihirio Tanaka2010-03-252-0/+12
* grep: fix printing when -w is used and regex is needed for matchingNorihirio Tanaka2010-03-252-0/+17
* dfa: fix single byte character rangesPaolo Bonzini2010-03-251-0/+2
* tests: provide framework_failure_ functionJim Meyering2010-03-259-17/+18
* tests: fix char-class-multibytePaolo Bonzini2010-03-241-4/+4
* dfa: fix sigsegv on multibyte character classesPaolo Bonzini2010-03-232-0/+24
* tests: ensure that all programs handle [b-a] consistentlyJim Meyering2010-03-202-0/+21
* tests: change help-version to per-program functionsPaolo Bonzini2010-03-191-74/+82
* tests: fix typoPaolo Bonzini2010-03-171-1/+1
* tests: use ExitPaolo Bonzini2010-03-171-1/+1
* tests: fix syntax-check failuresPaolo Bonzini2010-03-172-5/+5
* grep: remove check_multibyte_string, fix non-UTF8 missed matchPaolo Bonzini2010-03-172-0/+25
* tests: factor name of output files into a variablePaolo Bonzini2010-03-175-20/+30
* tests: use different output files to simplify reading failed .log filesPaolo Bonzini2010-03-175-29/+22
* tests: add another grep -i testcase, from bug 16179Paolo Bonzini2010-03-172-0/+15
* dfa: rewrite handling of multibyte case_fold lexingPaolo Bonzini2010-03-173-6/+19
* dfa: fix handling of ranges in multibyte character setsPaolo Bonzini2010-03-152-0/+23