summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Assignment to a tainted variable was causing confusion if the sourceNicholas Clark2007-01-021-1/+13
* PL_linestr needs to survive until the end of scope, not just the nextNicholas Clark2006-12-312-1/+10
* Update Compress Modules to version 2.002Paul Marquess2006-12-303-9/+26
* further fix for #29543: fix parser leaks caused by croakingDave Mitchell2006-12-291-1/+25
* Re: Named-capture regex syntaxSADAHIRO Tomoyuki2006-12-261-22/+23
* Re: Named-capture regex syntaxYves Orton2006-12-252-3/+95
* Fix #6006 for taint mode too.Rafael Garcia-Suarez2006-12-231-3/+0
* Remove -T from op/subst.t, and add a new test file, substT.t,Rafael Garcia-Suarez2006-12-232-1/+13
* Fix RT #6006: Regexp replaces using large replacement variables failRafael Garcia-Suarez2006-12-231-4/+5
* syswrite() wasn't reporting a warning when writing to a filehandleRafael Garcia-Suarez2006-12-231-0/+8
* Re: [perl #41071] require stringifies code references in tied @INCRick Delaney2006-12-182-1/+18
* Fixes for the test suite on OS/2Ilya Zakharevich2006-12-182-2/+3
* Add a new flag SVprv_PCS_IMPORTED (which is a pseudonym for SVf_SCREAM)Nicholas Clark2006-12-161-0/+41
* Text mode wrongly set on pipe file descriptorsIlya Zakharevich2006-12-131-2/+45
* t/op/groups.t: prevent failure on modern FreeBSDsAnton Berezin2006-12-131-1/+3
* Oops. As of some point one stopped being able to assign integers andNicholas Clark2006-12-121-1/+8
* First patch from:Jan Dubois2006-12-111-0/+1
* fix eval qw(BEGIN{die}) style leaks (second attempt).Dave Mitchell2006-12-111-2/+26
* Downgrading a fixed or floating substring of a pattern whilst matchingNicholas Clark2006-12-101-0/+1
* #28315 could crash when freeing ops with different padsDave Mitchell2006-12-101-1/+18
* Make use of $Config{d_pseudofork} in a couple of core testsSteve Hay2006-12-071-6/+1
* User pragmas now accessible from BJoshua ben Jore2006-12-062-5/+5
* \R is supposed to mean something else so switch to \g and make it more useful...Yves Orton2006-12-042-8/+19
* Re: [perl #41010] (?(COND)) in pattern matching not working properlyYves Orton2006-12-031-1/+34
* Re: Fix \k<foo> preceded by literalYves Orton2006-11-291-0/+6
* Change in handling of \RNNN inside nested patternsYves Orton2006-11-292-3/+14
* Un-TODO one test in pat.t ($1 kept safe after a /g match)Rafael Garcia-Suarez2006-11-241-1/+1
* Fix for bug #38631: tied variables don't work with .= <>Rafael Garcia-Suarez2006-11-231-1/+13
* \G with /g results in infinite loop in 5.6 and laterYves Orton2006-11-222-6/+25
* Invalidate the method lookup cache when assigning to a globRafael Garcia-Suarez2006-11-211-1/+8
* Remove the test counter checker at the end of t/op/pat.t : itRafael Garcia-Suarez2006-11-211-5/+0
* Correct typo in test description.Nicholas Clark2006-11-201-1/+1
* Unify the two warnings "Can't declare %s in %s", in line with what'sRafael Garcia-Suarez2006-11-201-2/+2
* Patch by Yves Orton to fix the regression reported in :Andreas König2006-11-201-10/+24
* Un-TODO tests for bug #32840, plus some new tests,Rafael Garcia-Suarez2006-11-201-9/+13
* Update skip count for VMS.Craig A. Berry2006-11-181-1/+1
* [perl #18209] bug in regex s/\s$word\s/ /gi; and $& yves orton2006-11-171-0/+7
* [perl #18209] bug in regex s/\s$word\s/ /gi; and $& yves orton2006-11-171-1/+19
* [perl #22395] regexp /(.*)[bc]/ 10000 times slower in 5.8.0 vs 5.6.1 yves orton2006-11-171-2/+10
* [perl #17542] regex confusion yves orton2006-11-171-1/+11
* [perl #36909] $^R undefined on matches involving backreferencesyves orton2006-11-172-4/+53
* Change 29297 omitted a semicolon.Nicholas Clark2006-11-171-1/+1
* Study SUSPEND (and recursion) properlyYves Orton2006-11-171-3/+11
* Change #27951 added tests to t/op/taint.t involving taint, opening Steve Peters2006-11-171-0/+3
* Re: [PATCH] Fix RT#19049 and add relative backreferencesYves Orton2006-11-152-4/+25
* Fix bug #39037: rcatline doesn't stringify referencesRafael Garcia-Suarez2006-11-141-1/+6
* Allow negative indexing in recursive patternsYves Orton2006-11-142-3/+21
* Re: [PATCH] New regex syntax omnibusYves Orton2006-11-131-38/+48
* Parsing fix: it wasn't possible to call a function with a (_) prototypeRafael Garcia-Suarez2006-11-131-1/+2
* Regex Utility Functions and Substituion Fix (XML::Twig core dump)Yves Orton2006-11-131-1/+13