summaryrefslogtreecommitdiff
path: root/t/uni
Commit message (Expand)AuthorAgeFilesLines
* No re module if only miniperl built.Jarkko Hietaniemi2014-09-211-0/+1
* Avoid creating GVs when subs are declaredFather Chrysostomos2014-09-152-5/+4
* t/uni/parser.t: Make a test more robustFather Chrysostomos2014-09-061-1/+1
* lex_utf8.t can run under miniperlFather Chrysostomos2014-09-051-1/+1
* Fix my constant $var utf8 confusionFather Chrysostomos2014-09-051-1/+6
* Skip t/uni/variables.t in absence of Unicode tablesFather Chrysostomos2014-09-021-0/+1
* Get t/uni/universal.t working under minitestFather Chrysostomos2014-09-021-1/+1
* Get t/uni/stash.t working under minitestFather Chrysostomos2014-09-021-1/+1
* Get t/uni/readline.t working under minitestFather Chrysostomos2014-09-021-1/+1
* Skip t/uni/parser.t in absence of Unicode tablesFather Chrysostomos2014-09-021-0/+1
* Get t/uni/opcroak.t working under minitestFather Chrysostomos2014-09-021-1/+1
* t/uni/opcroak.t: Die if eval failsFather Chrysostomos2014-09-021-0/+2
* Get t/uni/method.t working under minitestFather Chrysostomos2014-09-021-1/+1
* Really get t/uni/ case tests working under miniperlFather Chrysostomos2014-09-021-0/+1
* Move @INC setup to t/uni/case.plFather Chrysostomos2014-09-024-4/+4
* skip_all_without_unicode_tablesFather Chrysostomos2014-09-025-20/+5
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-028-16/+8
* Really get t/uni/labels.t working under miniperlFather Chrysostomos2014-09-021-0/+4
* Really get t/uni/gv.t working under miniperlFather Chrysostomos2014-09-021-0/+4
* Really get t/uni/fold.t working under miniperlFather Chrysostomos2014-09-021-0/+4
* Really get t/uni/class.t working under miniperlFather Chrysostomos2014-09-021-0/+4
* Really get t/uni/cache.t working under miniperlFather Chrysostomos2014-09-021-0/+4
* Get t/uni/upper.t working under minitestFather Chrysostomos2014-09-021-2/+3
* Get t/uni/title.t working under minitestFather Chrysostomos2014-09-021-2/+3
* Get t/uni/lower.t working under minitestFather Chrysostomos2014-09-021-2/+3
* Get t/uni/labels.t working under minitestFather Chrysostomos2014-09-021-1/+2
* Get t/uni/gv.t working under minitestFather Chrysostomos2014-09-021-1/+2
* Get t/uni/fold.t working under minitestFather Chrysostomos2014-09-021-2/+3
* Get t/uni/class.t working under minitestFather Chrysostomos2014-09-021-2/+3
* Get t/uni/cache.t working under minitestFather Chrysostomos2014-09-021-2/+3
* Disallow importing functions from UNIVERSALDagfinn Ilmari Mannsåker2014-07-211-11/+1
* Make like() and unlike() in t/test.pl refuse non-qr// argumentsÆvar Arnfjörð Bjarmason2014-06-212-3/+3
* Revert the removal of 'use encoding'Karl Williamson2014-06-177-7/+0
* Fatalize defined(@) and defined{%)Karl Williamson2014-06-162-34/+2
* Experimentally cause 'use encoding' to fail.Karl Williamson2014-06-137-0/+7
* 'use locale' no longer ever fails.to compileKarl Williamson2014-06-052-11/+3
* Use already existing functions in some .t filesKarl Williamson2014-05-311-1/+2
* Fixes for running a clean minitest (at least in OS X). - detect POSIX locale ...Jarkko Hietaniemi2014-05-291-2/+7
* Fix more tests to work on systems that don't define LC_ALL and friendsBrian Fraser2014-02-051-2/+2
* t/uni/fold.t: use &LC_ALL with & to avoid strict errorsBrian Fraser2014-02-051-1/+1
* Don't test locales that are invalid for needed categoriesKarl Williamson2014-02-041-2/+2
* Work properly under UTF-8 LC_CTYPE localesKarl Williamson2014-01-271-0/+32
* [perl #121031] fix all of the other incorrect calls to fresh_perl_is()Tony Cook2014-01-201-1/+1
* t/uni/variables.t: Skip $[ test under miniperlFather Chrysostomos2013-12-061-0/+3
* [perl #120463] s/// and tr/// with wide delimitersFather Chrysostomos2013-11-141-1/+14
* Test that ${foo{bar}} and ${\nfoo{bar}} mean the same thing.Brian Fraser2013-09-211-1/+16
* [perl #119123] disallow literal control character variablesBrian Fraser2013-09-181-1/+28
* toke.c, S_scan_ident: Skip over newlines as well as spaces and tabs.Brian Fraser2013-09-181-2/+21
* regcomp.c, S_compile_runtime_code: croak using the SVf formatBrian Fraser2013-09-101-3/+1
* toke.c: "Unrecognized character" error shouldn't leak memory or mangle charac...Brian Fraser2013-09-101-1/+45