summaryrefslogtreecommitdiff
path: root/t/op/ref.t
Commit message (Expand)AuthorAgeFilesLines
* op.c: Stop copying constants under ithreadsFather Chrysostomos2013-07-251-4/+0
* To-do test for #109746Father Chrysostomos2013-07-251-1/+8
* Test that literal numbers and strings are read-onlyFather Chrysostomos2013-07-251-1/+23
* Fix double free with stashes blessed into each otherFather Chrysostomos2012-11-211-1/+8
* Tests for perl #94476Father Chrysostomos2012-06-151-1/+2
* [perl #106288] Tests for \scalar @arrayFather Chrysostomos2011-12-181-1/+3
* [perl #101738] Make sv_sethek set the UTF8 flag correctlyFather Chrysostomos2011-10-201-1/+10
* Remove untrue comment from t/op/ref.tFather Chrysostomos2011-10-201-1/+0
* Several TODO tests that now pass.Brian Fraser2011-10-061-4/+2
* pp.c & sv.c: pp_ref UTF8 and null cleanup.Brian Fraser2011-10-061-1/+3
* Disallow weakening of read-only referencesFather Chrysostomos2011-09-161-1/+22
* Test ref(\pos) and ref(\vec...)Father Chrysostomos2011-06-161-2/+4
* Revert "Partially revert 4155e4fe"Father Chrysostomos2011-05-181-2/+1
* handle freed backref array in global cleanupDavid Mitchell2011-04-131-1/+55
* Skip a block of ref.t's tests on minitest, as C<re> may not be available.Nicholas Clark2011-03-061-2/+3
* Partially revert 4155e4feFather Chrysostomos2011-01-301-1/+2
* [perl #81750] Perl 5.12: undef-as-hashref bugFather Chrysostomos2011-01-211-1/+21
* Fix typos (spelling errors) in t/*.Peter J. Acklam) (via RT2011-01-071-1/+1
* Make newline on last record explicit.Craig A. Berry2011-01-051-4/+4
* tests for [perl #36347] Object destruction incompleteFather Chrysostomos2011-01-021-1/+20
* Add a refgen+PADTMP testFather Chrysostomos2010-10-031-2/+11
* Add a warning to test.pl if quotes are used in one-liners.Nicholas Clark2010-09-241-2/+2
* Avoid using double quotes in a one-liner runperl.Nicholas Clark2010-09-241-1/+1
* stop do_clean_named_objs() leaving dangling refsDavid Mitchell2010-09-201-1/+17
* Attached are two TODO patches for the remaining test failures on VMS.Craig A. Berry2010-03-171-4/+7
* Improvements to 31c9a3 - CPAN code did depend on the previous behaviour of bl...Nicholas Clark2010-02-061-2/+2
* RT#69616: regexp SVs lose regexpness in assignmentBen Morrow2009-10-221-1/+28
* Suppress system messages when op/ref.t calls die on VMS.Craig A. Berry2009-08-151-3/+4
* Mark all .t and .pm files as non executableRafael Garcia-Suarez2009-06-061-0/+0
* Tests for [perl #57564] and [perl #24524] Refcounting bugBram2008-08-061-1/+13
* Some more missing isGV_with_GP()sBen Morrow2008-06-281-9/+57
* For symbolic references test the defined path through the pp functions.Nicholas Clark2007-04-111-1/+17
* Be a bit more specific in what our second typeglob isn't. It is actuallyNicholas Clark2007-04-111-1/+1
* Test that format references can't be wrongly dereferenced.Nicholas Clark2007-03-101-9/+24
* Add get_cvn_flags(), which is like get_cv() but takes a length. ThisNicholas Clark2007-01-151-1/+7
* Test that names with embedded NULs work for symbolic array, hash andNicholas Clark2007-01-151-3/+44
* One shouldn't be able to dereference a GLOB as a SCALAR.Yitzchak Scott-Thoennes2006-02-141-1/+13
* Make Perl_gv_fetchpvn_flags actually heed the passed in length.Nicholas Clark2006-01-311-2/+1
* Re: stringification of v-string referencesJohn Peacock2005-12-061-1/+6
* Allow non-arrowed form of chained subscripts after slicesYitzchak Scott-Thoennes2005-09-131-1/+18
* Add TODO tests for UTF8 encoded soft referencesNicholas Clark2005-01-061-1/+48
* Turn barewords into strings to run under strict subs.Nicholas Clark2005-01-061-13/+20
* All tests now use test.plNicholas Clark2005-01-061-51/+57
* Start converting t/op/ref.t to use test.plNicholas Clark2005-01-061-72/+59
* a regex in STDOUT destructor coredumped because regex pad alreadyDave Mitchell2004-08-201-1/+14
* [perl #27268] Blessed reference to anonymous globDave Mitchell2004-03-261-1/+11
* Re: [perl #22719] ISA cache problem with blessed stash objectsDave Mitchell2003-06-241-1/+9
* Re: nitpick with \(0..2)Steve Grazzini2003-06-091-2/+2
* Fix another segfault case (warn called from UNIVERSAL::DESTROY).Adrian M. Enache2003-04-211-1/+5
* Fix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with qr//)Adrian M. Enache2003-04-191-1/+7