summaryrefslogtreecommitdiff
path: root/t/uni
Commit message (Expand)AuthorAgeFilesLines
* toke.c, S_scan_ident: Ignore whitespace on both sides of ${ ... }Brian Fraser2013-03-151-1/+27
* PATCH: [perl #117101] toke.c: Make \$$1 work again.Brian Fraser2013-03-091-2/+35
* Restrict the valid identifier syntax, fix some identifier bugs.Brian Fraser2013-03-061-3/+119
* Fix several differences in the parsing of $.. and ${...}Brian Fraser2013-03-062-5/+61
* Silence encoding.pm deprecation warnings in the core test suiteRafael Garcia-Suarez2013-02-197-0/+7
* Enable perl core tests to pass when locale support is not available.Jess Robinson2013-02-092-5/+18
* Fix unescaped left brace warning in uni/parser.t.Craig A. Berry2012-11-151-1/+1
* toke.c: Fail on malformed UTF-8 in \N{} inputKarl Williamson2012-11-111-1/+8
* Stop lexical warnings from turning off deprecationsFather Chrysostomos2012-09-141-0/+1
* Refactor t/uni/case.pl to use test.pl instead of making TAP by hand.Colin Kuskie2012-08-291-10/+4
* add warning for negative argument to chr() [perl #83048]Jesse Luehrs2012-06-241-1/+10
* stash.t: 2 TODO tests I missedFather Chrysostomos2012-06-051-4/+1
* stash.t: Un-TODO passing testsFather Chrysostomos2012-06-041-4/+1
* uni/fold.t: Improve some handling of older UnicodesKarl Williamson2012-06-021-0/+5
* uni/fold.t: Add details to some test namesKarl Williamson2012-06-021-3/+3
* uni/fold.t: Use Unicode::UCD::casefolds() for inputsKarl Williamson2012-06-021-26/+21
* t/uni/case.pl: Allow to work on early UnicodesKarl Williamson2012-06-024-81/+42
* t/uni/case.pl: Use warnings and strictKarl Williamson2012-06-021-0/+2
* Close the filehandle actually being tested in uni/readline.tSteve Hay2012-05-221-1/+1
* Make unicode label tests use unicode_eval.Brian Fraser2012-04-261-0/+1
* uni/parser.t: Don’t test for explicit eval numberFather Chrysostomos2012-03-281-0/+1
* Correct minitest skip count in uni/labels.tFather Chrysostomos2012-03-281-1/+1
* Fix test failureFather Chrysostomos2012-03-251-2/+2
* Label UTF8 cleanupBrian Fraser2012-03-251-0/+82
* toke.c: "Bad name after %s%s" cleanup.Brian Fraser2012-03-251-1/+7
* op.c: Warnings cleanup.Brian Fraser2012-03-231-0/+44
* 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