summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* test.pl uses skip_all(...), not plan(skip_all => ...)Tony Cook2014-07-111-2/+2
* [perl #119973] Treat initial { in format args as blockFather Chrysostomos2014-07-111-1/+20
* [perl #119949] Stop undef *_, goto &sub from crashingFather Chrysostomos2014-04-161-1/+18
* RT #119125: fix two issues with/[#]/xDavid Mitchell2014-03-071-1/+9
* remove a now-fixed podcheck known problemRicardo Signes2013-12-211-1/+0
* Fix buffer overflow with overlong identifiersFather Chrysostomos2013-12-211-1/+9
* Unbreak -bareword under strict+integerFather Chrysostomos2013-12-191-1/+8
* PATCH: [perl #120799] 5.18 regression with [:^ascii] and \x80-\xFFKarl Williamson2013-12-191-0/+1
* [perl #120694] Fix ->SUPER::foo and AUTOLOADFather Chrysostomos2013-12-061-1/+22
* [perl #114864] Make UNIVERSAL::DESTROY changes invalidate cachesFather Chrysostomos2013-11-301-1/+15
* reparse compile-time /(?{})/ in right scopeDavid Mitchell2013-11-301-0/+42
* PATCH [perl #119713] Regex \8 and \9 after literals no longer workKarl Williamson2013-11-271-1/+22
* Disable new //p testsDavid Mitchell2013-11-191-1/+2
* RT #118213: handle $r=qr/.../; /$r/p properlyDavid Mitchell2013-11-191-4/+9
* RT #119125: continue /[#$x]/x not interpolatingDavid Mitchell2013-08-031-1/+18
* import Module-Corelist 2.95 from bleadRicardo Signes2013-08-011-2/+2
* Don’t leak when compiling /(?[\d\d])/Father Chrysostomos2013-07-311-1/+2
* Free operand when encountering unmatched ')' in (?[])Father Chrysostomos2013-07-311-1/+2
* Stop /(?[\p{...}])/ compilation from leakingFather Chrysostomos2013-07-311-1/+2
* Stop (?[]) operators from leakingFather Chrysostomos2013-07-311-1/+7
* Don’t leak the /(?[])/ parsing stack on errorFather Chrysostomos2013-07-311-1/+2
* Handle /[#]/ and /[(?#]/ with code blocksDavid Mitchell2013-07-311-0/+12
* Stop undef &foo from crashing on lex subsFather Chrysostomos2013-07-271-1/+9
* don't crash on deep recursion warnings in lexical subs (#118521)Lukas Mai2013-07-271-1/+9
* Fix crashes after syntax errors in lexical subsFather Chrysostomos2013-07-271-4/+0
* [perl #116735] Honour lexical prototypes when no parens are usedFather Chrysostomos2013-07-271-1/+3
* Name lexical constantsFather Chrysostomos2013-07-271-1/+5
* lexsub.t: To-do tests for citing lex subs after errorsFather Chrysostomos2013-07-271-1/+19
* Fix regex seqfault 5.18 regressionKarl Williamson2013-07-141-0/+8
* [perl #118159] Make PVs take precedence in SvTRUEFather Chrysostomos2013-06-151-1/+15
* Fix regmatch pointer 32-bit wraparound regressionTony Cook2013-06-151-1/+16
* [perl #118297] Fix interpolating downgraded variables into upgraded regexpDagfinn Ilmari Mannsåker2013-06-061-1/+14
* [perl #117947] Verify lvalueness of XSUBs at run timeFather Chrysostomos2013-06-051-1/+6
* fix extrefs text with SDK 2003Steve Hay2013-05-131-1/+9
* [perl #117141] sometimes we just can't make fork fail, skip the testTony Cook2013-05-131-0/+3
* Fix regex /il and /iaa failures for single element [] classKarl Williamson2013-05-091-2/+6
* porting/podcheck.t: improve diagnosticDavid Mitchell2013-05-091-2/+3
* Restore the warning previously issued by (-l $fh)Ricardo Signes2013-05-082-3/+12
* cleanup and test PERL_PERTURB_KEYS environment variable handlingYves Orton2013-05-081-1/+48
* Make it possible to disable and control hash key traversal randomizationYves Orton2013-05-072-5/+15
* make /(?p:...)/ keep RXf_PMf_KEEPCOPY flagDavid Mitchell2013-05-061-1/+13
* Add a space after -o to keep Darwin's g++ happy, in t/porting/extrefs.tNicholas Clark2013-05-031-1/+4
* Add a "verbose" option to t/porting/extrefs.t for debugging.Nicholas Clark2013-05-031-1/+2
* support MSWin32 tooTony Cook2013-05-031-6/+16
* remove code for non-core builds and "modernize"Tony Cook2013-05-031-69/+20
* test that perl headers don't introduce external referencesTony Cook2013-05-031-0/+155
* Revert "Change the warning for $* to add ", and will become a syntax error"."Nicholas Clark2013-05-032-9/+9
* Revert "Add a deprecation warning for all uses of @*, %*, &* and **."Nicholas Clark2013-05-031-18/+0
* Deprecate spaces/comments in some regex tokensKarl Williamson2013-05-021-0/+2
* PATCH: [perl #117327]: Sequence (?#...) not recognized in regexKarl Williamson2013-05-021-1/+8