summaryrefslogtreecommitdiff
path: root/t/op/array.t
Commit message (Expand)AuthorAgeFilesLines
* Fix unit tests for experimental::builtin warningsPaul "LeoNerd" Evans2022-01-251-0/+1
* Remove unnecessary braces in t/op/array.tPaul "LeoNerd" Evans2021-12-081-8/+6
* Use builtin::weaken() in t/Paul "LeoNerd" Evans2021-12-081-7/+6
* Fix ary shifting when sparse ary is passed to subFather Chrysostomos2018-02-181-1/+30
* Test #132729 with array flatteningFather Chrysostomos2018-02-181-1/+18
* Follow-up to fd77b29b3be4Father Chrysostomos2018-01-211-1/+17
* Don’t vivify elems when putting array on stackFather Chrysostomos2018-01-191-1/+32
* additional test for lazy array element creationZefram2018-01-161-1/+5
* vivify array elements when putting them on stackZefram2018-01-161-1/+17
* [perl #129164] Crash with spliceFather Chrysostomos2016-09-111-0/+17
* Use set_up_inc for several unit testsNicolas R2016-08-181-1/+1
* Fix crash with: undef *_; shift;Father Chrysostomos2016-05-171-0/+3
* re-implement OPpASSIGN_COMMON mechanismDavid Mitchell2015-08-171-1/+7
* scalar($#foo) needs to propagate lvalue contextFather Chrysostomos2014-11-291-1/+4
* [perl #122965] aelemfast in list assignmentFather Chrysostomos2014-10-131-1/+7
* Test preamble: unify to dot slash test dot plJarkko Hietaniemi2014-10-081-1/+1
* Disallow omitting % and @ on hash and array namesDagfinn Ilmari Mannsåker2014-06-041-34/+29
* make OP_AELEMFAST work with negative indicesDavid Mitchell2014-02-281-1/+44
* Don’t push nulls on to the stack in pp_padavFather Chrysostomos2013-08-251-1/+5
* Fix assertion failure with $#a=\1Father Chrysostomos2013-08-221-1/+5
* [perl #118691] Allow defelem magic with neg indicesFather Chrysostomos2013-08-211-1/+21
* array.t: Tests for #7508 and #109726Father Chrysostomos2013-08-201-1/+8
* t/op/array.t: remove ‘no warnings "deprecated"’Father Chrysostomos2013-07-151-5/+0
* [perl #85670] Copy magic to ary elems properlyFather Chrysostomos2012-01-061-1/+24
* [perl #107440] Save av/hv on mortals stack when clearingFather Chrysostomos2012-01-061-3/+11
* remove index offsetting ($[)Zefram2011-09-091-34/+1
* Change aassign_common_vars to check using the optree without using the linked...Gerard Goossen2011-08-081-1/+1
* AASSIGN_COMMON var detection bug with logical operators, TODO testGerard Goossen2011-08-081-1/+8
* add more tests for 'my @a =' OPpASSIGN_COMMONDavid Mitchell2011-03-111-1/+23
* Stop aelemfast from crashing on GVs with null AVsFather Chrysostomos2011-02-261-1/+3
* Add a warning to test.pl if quotes are used in one-liners.Nicholas Clark2010-09-241-1/+1
* [perl #70171] 5.10.0 -> 5.10.1 Regression in fafafbaf70 (Big slowdown in 5.10...Father Chrysostomos2009-12-141-1/+15
* Bracket deprecated features with no warnings 'deprecated';Nicholas Clark2009-10-161-1/+10
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Fix a bug on setting OPpASSIGN_COMMON on a AASSIGN op when the leftRafael Garcia-Suarez2006-07-051-2/+38
* patch@26180 - t/op/array.t : Can't reset %ENV on VMSJohn E. Malmberg2005-11-221-1/+1
* Re: [PATCH] Re: [perl #37350] $#{@$aref} in debugger gives: Bizarre copy of A...Robin Houston2005-10-191-1/+29
* the "local @foo with $#foo" tests are no longer TODODave Mitchell2005-07-191-3/+1
* Work around bug 36211, plus a lot of TODO regression tests for local/Nicholas Clark2005-06-101-2/+67
* $r = do {my @a; \$#a}; $$r = 503 # is also naughty and now warnsNicholas Clark2005-06-091-5/+12
* Fixes the case of $a = \$#{[]}; and then accessing $$aNicholas Clark2005-06-091-1/+11
* Convert op/array.t to test.plNicholas Clark2005-06-091-120/+100
* Remove the "malloc wrappage" tests, due to their unportabilityRafael Garcia-Suarez2004-06-091-22/+1
* Re: [PATCH] Re: Lack of error for large string on SolarisJarkko Hietaniemi2004-06-081-2/+48
* Re: [perl #15439] unreferenced scalar due to double DESTROYDave Mitchell2003-01-221-1/+26
* Forgot to bump the number of tests in #9164.Jarkko Hietaniemi2001-04-071-1/+1
* PATCH: $[Robin Houston2001-04-071-0/+13
* Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havocBenjamin Holzman2000-11-261-1/+6
* Re: Questions about Tie::Array and perl modulesNick Ing-Simmons2000-10-061-1/+14
* qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapesGurusamy Sarathy2000-04-281-2/+2