summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Make <~> work again under miniperlFather Chrysostomos2011-10-241-2/+8
* [perl #101486] Make PL_curstash refcountedFather Chrysostomos2011-10-221-1/+9
* regexp_unicode_prop.t: Add tests.Karl Williamson2011-10-221-0/+9
* Reimplement $[ as a moduleFather Chrysostomos2011-10-213-4/+8
* Remove the MANIFEST check from the release guideFlorian Ragwitz2011-10-201-1/+1
* [perl #101738] Make sv_sethek set the UTF8 flag correctlyFather Chrysostomos2011-10-201-1/+10
* Remove untrue comment from t/op/ref.tFather Chrysostomos2011-10-201-1/+0
* regcomp.c: generate folded for EXACTF and EXACTFUKarl Williamson2011-10-171-1/+1
* regexec.c: Stop looking for match soonerKarl Williamson2011-10-171-0/+5
* regexec.c: Fix "\x{FB01}\x{FB00}" =~ /ff/iKarl Williamson2011-10-131-2/+2
* t/re/re_tests: Add tests for multi-char fold bugKarl Williamson2011-10-131-0/+5
* Mention all variables in $undef..$undef warningsFather Chrysostomos2011-10-131-2/+2
* Call get-magic once for .. in list contextFather Chrysostomos2011-10-132-21/+11
* [perl #94390] Optimised numeric sort should warn for nanFather Chrysostomos2011-10-121-0/+16
* Mention sort in warnings about sort sub retvalsFather Chrysostomos2011-10-121-0/+5
* Avoid an redundant copy in pp_flopFather Chrysostomos2011-10-121-2/+2
* [perl #30661] autoload sort subsFather Chrysostomos2011-10-111-1/+12
* Stop attribute errors from leaking op treesFather Chrysostomos2011-10-101-0/+7
* Dont’t crash when warning about XSUB redefinitionFather Chrysostomos2011-10-081-1/+12
* Don’t put malformed UTF8 in $AUTOLOADFather Chrysostomos2011-10-071-1/+10
* HEKf256 formatFather Chrysostomos2011-10-071-0/+1
* Teach porting/diag.t about HEKfFather Chrysostomos2011-10-071-0/+1
* Set PERL_DL_NONLAZY in t/TEST to check existence of all symbolsGerard Goossen2011-10-061-0/+2
* Correct skip counts for miniperlFather Chrysostomos2011-10-062-2/+2
* uni/universal.t tests passingFather Chrysostomos2011-10-061-8/+2
* Rewrite -l warning test to account for 433644eedFather Chrysostomos2011-10-061-6/+3
* whichsig nul-cleanup.Brian Fraser2011-10-061-1/+16
* toke.c, ext/attributes/attributes.xs: Make attributes UTF-8 clean.Brian Fraser2011-10-061-0/+195
* op.c: Scalar filehandles in errors UTF8 cleanup.Brian Fraser2011-10-062-22/+20
* TODO tests for parsing our() now passBrian Fraser2011-10-061-7/+4
* toke.c, op.c, sv.c: Prototype parsing and checking are nul-and-UTF8 clean.Brian Fraser2011-10-061-0/+50
* 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
* globvar.t: Skip PL_warn_uninit_svFather Chrysostomos2011-10-061-1/+1
* Several TODO tests that now pass.Brian Fraser2011-10-063-14/+7
* util.c UTF8 cleanupBrian Fraser2011-10-061-0/+120
* More warnings tests.Brian Fraser2011-10-064-0/+219
* "Use of uninitialized value..." UTF8 cleanupBrian Fraser2011-10-061-0/+13
* mro.(c|xs): Make warnings utf8-cleanBrian Fraser2011-10-061-5/+2
* 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-063-3/+78
* 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-062-2/+147
* pp_hot.c: Make warnings utf8-cleanBrian Fraser2011-10-062-1/+11