summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* PATCH: [perl #101970] /[[:lower:]]/i matches upper caseKarl Williamson2012-08-091-0/+4
* regexec.c: Fix "\x{FB01}\x{FB00}" =~ /ff/iKarl Williamson2012-08-091-0/+6
* PATCH: [perl #101710] Regression with /i, latin1 chars.Karl Williamson2012-08-091-1/+8
* properly propagate tainted errorsTony Cook2012-08-091-2/+8
* RT 64804: tainting with index() of a constantDavid Mitchell2012-08-091-1/+15
* [perl #92258] <$fh> hangs on a glob copyFather Chrysostomos2012-03-201-1/+7
* Enforce Any ~~ Object smartmatch precedenceLeon Timmermans2012-03-201-3/+1
* /aa and \b fail under some utf8 stringsKarl Williamson2011-09-151-2/+0
* Panic with \b and /aaKarl Williamson2011-09-081-3/+5
* Make it possible to have read-only glob copiesFather Chrysostomos2011-09-051-1/+9
* Stop localised ties from becoming ro when COWFather Chrysostomos2011-09-051-0/+16
* [perl #97020] Carp (actually caller) leaking memoryFather Chrysostomos2011-08-261-1/+12
* [perl #90160] U* gives ‘U0 mode on an empty string’Father Chrysostomos2011-08-261-1/+5
* [perl #91880] $_ refcounting problems in @INC filtersFather Chrysostomos2011-08-261-1/+21
* /iaa doesn't work when the result is trie'dKarl Williamson2011-06-071-0/+4
* Assertion fails in multi-char regex matchKarl Williamson2011-06-021-0/+4
* Store the compiled format in mg_ptr instead of after SvCUR() - fixes RT #89218Nicholas Clark2011-05-301-1/+22
* Make ‘require func()’ work with .pm abs pathv5.14.0-RC3Father Chrysostomos2011-05-111-1/+15
* PATCH: [perl #89750]: Unicode regex negated case-insensitivityKarl Williamson2011-05-032-0/+7
* skip t/io/eintr.t on production releasesDavid Mitchell2011-05-031-1/+6
* skip a problematic test on openbsd/threadTony Cook2011-04-271-0/+2
* Skup sigdispatch tests on VMS as they hang the VMS smokers.Craig A. Berry2011-04-211-1/+1
* On Win32, skip the tests added in 011c3814, as alarm can't interrupt select.v5.14.0-RC1Nicholas Clark2011-04-201-1/+3
* dispatch signals when leaving an evalDavid Mitchell2011-04-191-2/+24
* porting/cmp_version.t: skip threads 1.83David Mitchell2011-04-191-0/+1
* fix blurb at top of t/porting/cmp_version.tDavid Mitchell2011-04-191-2/+3
* t/porting/cmp_version.t: add version skip facilityDavid Mitchell2011-04-191-0/+10
* Add a test for keys $tiedFather Chrysostomos2011-04-181-1/+2
* Make push, etc., work on tied scalarsFather Chrysostomos2011-04-181-1/+2
* Make keys $scalar an lvalueFather Chrysostomos2011-04-181-0/+8
* Make keys/value/each $scalar accept only unblessed refsFather Chrysostomos2011-04-181-45/+91
* Make push/shift $scalar accept only unblessed aryrefsFather Chrysostomos2011-04-182-7/+12
* TODO some of the new sigdispatch tests on VMS.Craig A. Berry2011-04-171-4/+12
* Followup to 088225f/[perl #88132]: packages ending with :Father Chrysostomos2011-04-152-5/+50
* [perl #88420] BOM support on Windows broken in 5.13.11Jan Dubois2011-04-131-0/+14
* [perl #88132] broken ISA lookup after aliasing packages ending with ::Father Chrysostomos2011-04-132-33/+51
* handle freed backref array in global cleanupDavid Mitchell2011-04-131-1/+55
* reg_eval_scope.t: skip coring tests on all archesDavid Mitchell2011-04-121-1/+3
* add tests for $tied op= $tiedDavid Mitchell2011-04-121-11/+27
* add $tied ^ $tied testDavid Mitchell2011-04-121-1/+2
* regcomp: Improve error message for (?-d:...)Karl Williamson2011-04-121-0/+1
* PATCH: [perl #86972]: Tweak error messagesKarl Williamson2011-04-121-5/+5
* Fix eval.t under minitest, inadvertently broken by 0d804ff61f3a2df2Nicholas Clark2011-04-121-2/+4
* Add test for [perl #87812]Karl Williamson2011-04-111-0/+12
* PATCH: partial [perl #86972]: Allow /(?aia)/Karl Williamson2011-04-102-2/+12
* PATCH: partial [perl #86972]: Allow /aiaKarl Williamson2011-04-101-2/+5
* Revert parts of c31c291..96b6b87Father Chrysostomos2011-04-081-12/+12
* Revert "[perl #87708] $tied / $tied under use integer"Father Chrysostomos2011-04-081-1/+0
* Correct the skip count in stash.tFather Chrysostomos2011-04-081-1/+1
* [perl #87708] Fix ‘$tied binop $tied’Father Chrysostomos2011-04-071-28/+23