summaryrefslogtreecommitdiff
path: root/t/uni
Commit message (Expand)AuthorAgeFilesLines
* toke.c: S_checkcomma, "No comma allowed after %s" cleanupBrian Fraser2012-03-221-1/+7
* toke.c: '"(my|state)" variable %s can't be in a package' cleanup.Brian Fraser2012-03-221-1/+10
* toke.c: 'No package name allowed for variable %s in "our"' cleanup.Brian Fraser2012-03-221-2/+8
* toke.c: 'No such class %s' cleanup.Brian Fraser2012-03-221-1/+10
* uni/parser.t: Fix eval num in testFather Chrysostomos2012-03-221-1/+1
* toke.c: 'Unrecognized character' croak cleanup.Brian Fraser2012-03-221-1/+9
* Implement the fc keyword and the \F string escape.Brian Fraser2012-01-291-5/+326
* Avoid 'defined(@array) is deprecated' warnings in tests.Nicholas Clark2012-01-171-1/+4
* regcomp.c: Optimize a single Unicode property in a [character class]Karl Williamson2012-01-131-4/+9
* uni/cache.t: Fix to handle regex compile time Uni propsKarl Williamson2012-01-131-6/+12
* uni/class.t: Add testKarl Williamson2012-01-131-3/+6
* pp_hot.c: First letter of latin-1 classnames wasn't being checked correctly.Brian Fraser2011-12-151-1/+18
* Add class_ok() and object_ok() to t/test.pl.Michael G. Schwern2011-11-171-3/+3
* t/uni/case.pl: Allow overridden simple maps in inputKarl Williamson2011-11-081-1/+6
* eval STRING UTF8 cleanup.Brian Fraser2011-11-061-0/+42
* Don’t put malformed UTF8 in $AUTOLOADFather Chrysostomos2011-10-071-1/+10
* Correct skip counts for miniperlFather Chrysostomos2011-10-062-2/+2
* uni/universal.t tests passingFather Chrysostomos2011-10-061-8/+2
* toke.c, ext/attributes/attributes.xs: Make attributes UTF-8 clean.Brian Fraser2011-10-061-0/+195
* TODO tests for parsing our() now passBrian Fraser2011-10-061-7/+4
* gv.c, op.c, pp.c: Stash-injected prototypes and prototype() are UTF-8 clean.Brian Fraser2011-10-061-6/+3
* toke.c: Some simple mending to get readline() working with UTF-8 filehandlesBrian Fraser2011-10-061-0/+66
* pp_sys.c: pp_select UTF8 cleanup.Brian Fraser2011-10-061-0/+35
* op.c: Malformed prototype warning on UTF8 sub nameBrian Fraser2011-10-061-1/+8
* Several TODO tests that now pass.Brian Fraser2011-10-062-10/+5
* t/uni/gv.t, stringify is clean, remove the TODOBrian Fraser2011-10-061-3/+2
* Tests for DATA handle in UTF8 packagesBrian Fraser2011-10-061-1/+12
* Tests for UTF-8 stashes.Brian Fraser2011-10-061-0/+318
* Tests for package; declarations in UTF-8Brian Fraser2011-10-061-0/+94
* More tests for t/uni/method.tBrian Fraser2011-10-061-1/+88
* sv.c: Make most warnings utf8-cleanBrian Fraser2011-10-061-1/+57
* sv.c: Pass in UNI_DISPLAY_ISPRINT in S_not_a_numberBrian Fraser2011-10-061-6/+4
* pp_sys.c: Make warnings utf8-cleanBrian Fraser2011-10-061-2/+29
* pp_hot.c: Make warnings utf8-cleanBrian Fraser2011-10-061-1/+3
* Tests for DOES/isa/can with UTF8 and embedded nulsBrian Fraser2011-10-061-0/+177
* pp_sys.c: pp_tie and untie UTF8 cleanup.Brian Fraser2011-10-062-25/+34
* pp_ctl.c: pp_caller UTF8 cleanup.Brian Fraser2011-10-061-0/+71
* pp.c & sv.c: pp_ref UTF8 and null cleanup.Brian Fraser2011-10-061-4/+1
* pp.c: pp_bless UTF8 cleanup.Brian Fraser2011-10-061-0/+127
* op.c: Flag named methods if they are in UTF-8.Brian Fraser2011-10-061-0/+40
* pp_ctl.c: pp_goto UTF8 cleanup.Brian Fraser2011-10-061-0/+41
* Tests for UTF-8 GVs.Brian Fraser2011-10-061-0/+853
* op.c: newCONSTSUB and newXS UTF8 cleanup.Brian Fraser2011-10-061-1/+6
* Basic tests for UTF-8 vars.Brian Fraser2011-10-061-0/+93
* [perl #99984] Incorrect errmsg with our $::éFather Chrysostomos2011-10-011-1/+8
* Rename test.pl's skip_all_without_extension to *_dynamic_extension().Nicholas Clark2011-03-128-16/+8
* Refactor 5 tests to use skip_all(), instead of generating TAP locally.Nicholas Clark2011-03-071-4/+1
* Simplify the startup skip logic of tests in t/uni.Nicholas Clark2011-03-079-168/+39
* Skip taint.t and lex_utf8.t under minitest, as both require C<re>.Nicholas Clark2011-03-061-0/+1
* In t/ avoid using File::Spec for paths only used by Perl.Nicholas Clark2011-03-062-9/+2