summaryrefslogtreecommitdiff
path: root/t/uni
Commit message (Expand)AuthorAgeFilesLines
* In tests, fix @INC before loading more stuffHugo van der Sanden2020-10-032-3/+4
* Convert issue links from rt.perl.org to GitHubDan Book2019-11-262-3/+3
* Remove swashes from coreKarl Williamson2019-11-061-35/+0
* PATCH: [perl #133860] 5.30 regressionKarl Williamson2019-05-161-1/+18
* (perl #134061) move the test to t/uni/parser.tTony Cook2019-05-031-1/+8
* Deparse: mark "$a[0]\[1]" TODODavid Mitchell2019-04-191-1/+2
* PATCH: [perl #133876] Write out of boundsKarl Williamson2019-03-081-1/+2
* Revamp qr/[...]/ optimizationsKarl Williamson2018-12-261-0/+15
* Fatalize use of $* and $#James E Keenan2018-10-171-1/+2
* (perl #125760) fatalize sysread/syswrite/recv/send on :utf8 handlesTony Cook2018-10-102-5/+4
* Remove support for setting $[ to a non-zero valueDagfinn Ilmari Mannsåker2018-09-261-4/+2
* t/uni/caller.t should declare its plan at run timeNicolas R2018-09-211-1/+2
* Bring all Unicode property definitions into coreKarl Williamson2018-04-201-0/+1
* [perl #129916] Allow sub-in-stash outside of mainFather Chrysostomos2017-10-082-1/+5
* t/uni/parser.t: Skip some tests on 32-bit platformsKarl Williamson2017-07-121-11/+17
* Move test from t/opbasic to t/uniKarl Williamson2017-07-121-1/+8
* Revert: Restrict code points to <= IV_MAXKarl Williamson2017-07-121-1/+2
* fix utf char > IV_MAX on 32-bit platformsDavid Mitchell2017-06-121-2/+1
* Make setting ${^ENCODING} to a defined value fatalDagfinn Ilmari Mannsåker2017-06-071-40/+0
* fixup tests under t/ that assumed '.' in @INCDavid Mitchell2017-04-073-3/+3
* toke.c: Fix bugs where UTF-8 is turned on in mid chunkKarl Williamson2017-02-131-1/+1
* Various .t's: Escape literal '}' and ']' in patternsKarl Williamson2017-01-132-3/+3
* Use fnc to force out malformed warningsKarl Williamson2016-12-231-0/+2
* t/uni/variables.t: Test what it purports to testKarl Williamson2016-12-221-1/+1
* Silence deprecation warnings in testsMatthew Horsfall2016-11-141-4/+7
* Fix typos in test commentDagfinn Ilmari Mannsåker2016-11-031-1/+1
* skip SEGVing test in t/uni/overload.tDavid Mitchell2016-11-031-1/+4
* t/uni/overload.t: Skip hanging test on FreeBSDDan Collins2016-10-211-0/+1
* t/uni/overload.t: test for RT #3270Dan Collins2016-10-211-1/+11
* t/uni/overload.t: test for RT 3054: might segfault.Dan Collins2016-10-211-1/+10
* Use set_up_inc for several unit testsNicolas R2016-08-1812-12/+12
* t/uni/parser.t: Fix failing test on VMSKarl Williamson2016-08-101-0/+1
* PATCH: [perl #128738] Large code pt as string delimKarl Williamson2016-08-051-1/+17
* Tired of looking up old bug numbersFather Chrysostomos2016-07-293-3/+3
* [perl #128747] Fix line number bug with s//<<END/eFather Chrysostomos2016-07-271-1/+16
* Remove t/uni/tr_?jis.tFather Chrysostomos2016-07-132-85/+0
* Remove t/uni/chr.tFather Chrysostomos2016-07-131-31/+0
* Disable encoding.pm’s default mode; update docsFather Chrysostomos2016-07-132-46/+0
* Disable ${^ENCODING}Father Chrysostomos2016-07-136-52/+16
* Change \p{foo} to mean \p{scx: foo}Karl Williamson2016-06-301-2/+2
* Remove deprecated literal control char variable namesKarl Williamson2016-05-091-2/+2
* *glob{FILEHANDLE} is no longer deprecatedRicardo Signes2016-01-021-1/+4
* [perl #126593] make sure utf8_heavy.pl doesn't depend on itselfTony Cook2015-12-091-0/+40
* t/uni/case.pl: Sort numerics with <=> to get better resultsKarl Williamson2015-12-051-2/+2
* Various tests: use centralized locale detectionKarl Williamson2015-11-202-14/+6
* Unicode::Normalize no-go with miniperl.Jarkko Hietaniemi2015-10-284-0/+13
* t/uni/gv.t: Generalize for EBCDICKarl Williamson2015-09-031-6/+13
* uni/lex_utf8.t: Generalize for EBCDIC platformsKarl Williamson2015-09-031-15/+38
* [perl #125760] deprecate sys(read|write)(), send(), recv() on :utf8Tony Cook2015-08-171-0/+1
* t/uni/variables.t: Fix nits in commentsKarl Williamson2015-07-281-1/+1