summaryrefslogtreecommitdiff
path: root/t/re/subst.t
Commit message (Expand)AuthorAgeFilesLines
* regexec.c - avoid calling regrepeat when the max is 0Yves Orton2023-01-131-1/+18
* Block lacked 'skip' condition; de-SKIP itJames E Keenan2022-09-051-14/+14
* Fix some unit tests to use new refcount_is() functionPaul "LeoNerd" Evans2022-08-021-2/+2
* PATCH: [perl #133882] Assertion failureKarl Williamson2019-03-071-1/+5
* t/re/subst.t: Fix typo in commentKarl Williamson2019-03-071-1/+1
* PATCH: [perl #133899] panic in s///Karl Williamson2019-03-071-2/+5
* fix line numbers in multi-line s///David Mitchell2018-03-071-1/+11
* crash on explicit return from s///eDavid Mitchell2016-11-281-1/+16
* The 1994b214 made the test dependent on Tie::Hash::NamedCapture.Jarkko Hietaniemi2016-10-211-1/+5
* t/re/subst.t: tests for RT #23624Dan Collins2016-10-211-1/+29
* PATCH: [perl #129038] Crash with s///lKarl Williamson2016-08-291-1/+18
* move Internals::hv_clear_placeholders() to Hash::Util::_clear_placeholders()Yves Orton2016-08-141-1/+1
* [perl #127635] s///r with -DPERL_NO_COW attempts to modify source SVTony Cook2016-03-011-1/+8
* /..\G/: use chars, not bytesDavid Mitchell2015-12-021-1/+13
* [perl #126602] make sure targ isn't freed from under usTony Cook2015-11-171-1/+6
* t/re/subst.t: Don't skip a test on EBCDICKarl Williamson2015-10-261-3/+1
* re/subst.t: Clarify a test's EBCDIC skip messageKarl Williamson2015-10-261-4/+4
* Remove TODOs from tests now passingKarl Williamson2015-10-191-3/+0
* Add TODO tests for [perl #126319]Karl Williamson2015-10-191-1/+23
* t/re/subst.t: Use loc_tools for skipping locale testsKarl Williamson2015-10-191-2/+2
* s/.../$_++/ge assertion failureDavid Mitchell2015-04-221-1/+10
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get t/re/subst.t working under minitestFather Chrysostomos2014-09-021-2/+3
* t/re/subst.t: Proper skip for systems without localeBrian Fraser2014-07-251-1/+3
* skip works only with SKIP.Jarkko Hietaniemi2014-06-271-3/+6
* PATCH: [perl #122090] Non-word-boundary doesn't match EOSKarl Williamson2014-06-261-1/+46
* [perl #121031] fix all of the other incorrect calls to fresh_perl_is()Tony Cook2014-01-201-3/+3
* Read-only COWs should not be exempt from s/// croakingFather Chrysostomos2013-08-111-1/+8
* Avoid assert fail with s// $target = \3 /eFather Chrysostomos2013-08-091-1/+22
* s/.(?=.\G)/X/g: refuse to go backwardsDavid Mitchell2013-07-281-2/+86
* fix 114884 positive GPOS lookbehind regex substitution failureYves Orton2013-07-281-3/+7
* subst.t: Rename testFather Chrysostomos2013-06-181-1/+1
* subst.t: Test something I nearly brokeFather Chrysostomos2012-11-271-1/+6
* Disable const repl optimisation for empty patternFather Chrysostomos2012-10-111-1/+11
* [perl #49190] Don’t prematurely optimise s/foo/bar$baz/Father Chrysostomos2012-10-111-1/+8
* [perl #49190] Stringify repl repeatedly in s///gFather Chrysostomos2012-10-111-1/+11
* Simplify the fix for bug #41530Father Chrysostomos2012-10-111-1/+7
* [perl #26986] Skip subst const repl optimisation for logopsFather Chrysostomos2012-10-091-2/+11
* Fix infinite loop with $tied =~ s/non-utf8/utf8/Father Chrysostomos2012-10-071-1/+32
* add test for 6502e08, s/(.)/die/eDavid Mitchell2012-09-121-2/+11
* $tied =~ s///e when FETCH returns a COWFather Chrysostomos2011-12-021-1/+10
* For s///r, don't call SvPV_force() on the original value. Resolves #97954.Nicholas Clark2011-08-291-1/+33
* Add warning_like() in test.pl to replace some uses of ReTest.pl's must_warn().Nicholas Clark2011-03-051-17/+6
* fix a s/non-utf8/is-utf8/ bit of nastinessDavid Mitchell2011-02-061-1/+19
* s///r leaks like a sieveFather Chrysostomos2010-11-021-1/+6
* Don’t capitalise words in the middle of an error messageFather Chrysostomos2010-11-021-1/+1
* [perl #19078] wrong match order inside replacementFather Chrysostomos2010-09-201-1/+23
* Add missing bug numbersFather Chrysostomos2010-09-201-1/+1
* Add tests for \400 for "" strings, s//replacement/Karl Williamson2010-07-171-1/+12
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-1/+80