summaryrefslogtreecommitdiff
path: root/t/op/substr.t
Commit message (Expand)AuthorAgeFilesLines
* substr.t: typoFather Chrysostomos2017-12-021-1/+1
* [perl #132527] Allow 4-arg substr(delete ...)Father Chrysostomos2017-12-011-1/+10
* fix lvalue context for 4-arg substrZefram2017-11-161-1/+27
* Fatalize the use of code points above 0xFF for bitwise operators.Abigail2017-06-071-9/+1
* RT#130624: heap-use-after-free in 4-arg substrAaron Crane2017-02-271-1/+13
* (perl #129340) copy the source when inside the dest in sv_insert_flags()Tony Cook2017-02-201-1/+4
* [perl #128260] Fix \substr %hFather Chrysostomos2016-06-121-1/+9
* Deprecate wide chars in logical string opsKarl Williamson2015-12-161-0/+1
* scalar($#foo) needs to propagate lvalue contextFather Chrysostomos2014-11-291-1/+8
* Put miniperl @INC logic in test.plFather Chrysostomos2014-09-021-2/+1
* Get substr.t working under minitestFather Chrysostomos2014-09-021-3/+3
* substr.t: Move two tests outside run_testsFather Chrysostomos2012-10-031-28/+29
* substr.t: Fix for substr_thr.tFather Chrysostomos2012-10-011-3/+2
* Call overloading once for utf8 ovld→substr assignmentFather Chrysostomos2012-10-011-1/+5
* Test #7678Father Chrysostomos2012-10-011-0/+3
* Make rvalue substr call overloading once on utf8 strFather Chrysostomos2012-10-011-1/+6
* Make 4-arg substr check SvUTF8(target) after stringfyingFather Chrysostomos2012-10-011-2/+23
* Make magic_setsubstr check UTF8 flag after stringificationFather Chrysostomos2012-10-011-1/+13
* Run more substr tests under a new threadFather Chrysostomos2011-12-241-31/+31
* Revert "Make scalar() propagate lvalueness"Father Chrysostomos2011-12-181-8/+1
* Make scalar() propagate lvaluenessFather Chrysostomos2011-12-131-1/+8
* Test out-of-bounds warning with lv substrFather Chrysostomos2011-12-081-1/+3
* Adjust substr offsets when using, not when creating, lvalueFather Chrysostomos2011-12-041-1/+46
* Oops!Father Chrysostomos2011-11-261-3/+1
* [perl #97632] Improve SvTAINT docsFather Chrysostomos2011-11-261-1/+3
* Remove ‘no warnings deprecated’ from two .t’sFather Chrysostomos2011-11-261-1/+0
* Don’t coerce $x immediately in foo(substr $x...)Father Chrysostomos2011-11-261-1/+10
* Move substr tests under t/opFather Chrysostomos2011-11-241-0/+764
* move regex related tests out of t/op/ into t/re/Yves Orton2009-09-101-685/+0
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Deprecate assignment to $[Rafael Garcia-Suarez2009-04-071-1/+2
* Variants of several regression tests that run the actul tests insideNicholas Clark2008-01-091-3/+10
* Convert to test.plNicholas Clark2005-04-221-331/+341
* [perl #34976] substr uses utf8 length cache incorrectlyDave Mitchell2005-04-211-1/+8
* Add a regression test for bug #23765 (by Jarkko)Rafael Garcia-Suarez2004-06-231-1/+8
* Fix 29149 - another UTF8 cache bug hit by substr.SADAHIRO Tomoyuki2004-04-291-1/+12
* [perl #24200] string corruption with lvalue subDave Mitchell2004-03-271-1/+12
* add tests for change 22414 (lvalue substr jollity)Dave Mitchell2004-03-011-1/+21
* fix bug #24605.Adrian M. Enache2003-12-111-1/+8
* Re: [perl #23207] persistant sideffect involving bitwise xor and substrAdrian M. Enache2003-08-031-1/+11
* Re: [perl #20933] \substr reuses lvalues (sometimes)Hugo van der Sanden2003-02-151-1/+8
* Continue 4-arg substr() UTF-8 fixage.Jarkko Hietaniemi2001-03-211-1/+19
* substr($bytestr, i, n, $charstr)Jarkko Hietaniemi2001-03-191-1/+20
* More UTF-8 patches from Inaba Hiroto.Jarkko Hietaniemi2001-01-151-1/+120
* Fix UTF-8 lval substr().Jarkko Hietaniemi2001-01-111-1/+126
* Re: [ID 20000912.008] substr replacement of tainted data (bug) Radu Greab2000-10-021-1/+8
* Use minimal @INC in tests, most of the time just '../lib',Mike Guy2000-08-291-1/+1
* concat doesn't preserve utf8-ness, and doesn't invalidateGurusamy Sarathy2000-05-071-8/+19
* reverse() and quotemeta() weren't preserving utf8-ness; add testsGurusamy Sarathy2000-05-071-5/+10
* repeat operator (x) doesn't preserve utf8-nessGurusamy Sarathy2000-05-071-3/+4