summaryrefslogtreecommitdiff
path: root/t
Commit message (Expand)AuthorAgeFilesLines
* Use the $Is_MacOS variableRafael Garcia-Suarez2007-01-151-3/+3
* Simplify the ok/not ok logicRafael Garcia-Suarez2007-01-151-9/+13
* Various cleanup and factorization by SchwernRafael Garcia-Suarez2007-01-151-16/+23
* Test that names with embedded NULs work for symbolic array, hash andNicholas Clark2007-01-151-3/+44
* Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, c...Yves Orton2007-01-111-1/+51
* Re: Change 29723 breaks t/op/inccode-tie.t on Win32Nicholas Clark2007-01-091-1/+1
* do $file; won't propagate errors from die, as do is an implicit eval.Nicholas Clark2007-01-0811-14/+14
* Turn taint warnings (-t) into severe warnings, so they'reRafael Garcia-Suarez2007-01-081-4/+14
* help cygwin find its dlls even on taint tests with no pathYitzchak Scott-Thoennes2007-01-081-16/+0
* fix occasional op/time.t failureDave Mitchell2007-01-081-0/+1
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface a...Yves Orton2007-01-041-2/+19
* 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