This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
split ' ', $foo: don't check end byte
[perl5.git] / t / op / ref.t
2016-08-18 Nicolas RUse set_up_inc for several unit tests
2016-07-04 Father Chrysostomos[perl #128532] Crash vivifying stub in deleted pkg
2014-12-29 Father ChrysostomosRemove ‘require Config’ from ref.t
2014-12-28 Father ChrysostomosDon’t write beyond the stack with scalar \()
2014-11-11 Lukas Mairename [] from "anonymous list" to "anonymous array"
2014-10-18 Father ChrysostomosRename lvalue references
2014-10-11 Father ChrysostomosMake \($x,$y) assignment work
2014-10-08 Jarkko HietaniemiTest preamble: unify to dot slash test dot pl
2014-06-21 Ævar Arnfjörð Bjar... Make like() and unlike() in t/test.pl refuse non-qr...
2013-07-26 Father Chrysostomosop.c: Stop copying constants under ithreads
2013-07-26 Father ChrysostomosTo-do test for #109746
2013-07-26 Father ChrysostomosTest that literal numbers and strings are read-only
2012-11-21 Father ChrysostomosFix double free with stashes blessed into each other
2012-06-15 Father ChrysostomosTests for perl #94476
2011-12-18 Father Chrysostomos[perl #106288] Tests for \scalar @array
2011-10-20 Father Chrysostomos[perl #101738] Make sv_sethek set the UTF8 flag correctly
2011-10-20 Father ChrysostomosRemove untrue comment from t/op/ref.t
2011-10-06 Brian FraserSeveral TODO tests that now pass.
2011-10-06 Brian Fraserpp.c & sv.c: pp_ref UTF8 and null cleanup.
2011-09-16 Father ChrysostomosDisallow weakening of read-only references
2011-06-17 Father ChrysostomosTest ref(\pos) and ref(\vec...)
2011-05-18 Father ChrysostomosRevert "Partially revert 4155e4fe"
2011-04-13 David Mitchellhandle freed backref array in global cleanup
2011-03-06 Nicholas ClarkSkip a block of ref.t's tests on minitest, as C<re...
2011-01-31 Father ChrysostomosPartially revert 4155e4fe
2011-01-21 Father Chrysostomos[perl #81750] Perl 5.12: undef-as-hashref bug
2011-01-07 Peter J. Acklam... Fix typos (spelling errors) in t/*.
2011-01-06 Craig A. BerryMake newline on last record explicit.
2011-01-03 Father Chrysostomostests for [perl #36347] Object destruction incomplete
2010-10-03 Father ChrysostomosAdd a refgen+PADTMP test
2010-09-24 Nicholas ClarkAdd a warning to test.pl if quotes are used in one...
2010-09-24 Nicholas ClarkAvoid using double quotes in a one-liner runperl.
2010-09-20 David Mitchellstop do_clean_named_objs() leaving dangling refs
2010-03-17 Craig A. BerryAttached are two TODO patches for the remaining test...
2010-02-07 Nicholas ClarkImprovements to 31c9a3 - CPAN code did depend on the...
2009-10-22 Ben MorrowRT#69616: regexp SVs lose regexpness in assignment
2009-08-15 Craig A. BerrySuppress system messages when op/ref.t calls die on...
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2008-08-06 BramTests for [perl #57564] and [perl #24524] Refcounting bug
2008-06-28 Ben MorrowSome more missing isGV_with_GP()s
2007-04-11 Nicholas ClarkFor symbolic references test the defined path through...
2007-04-11 Nicholas ClarkBe a bit more specific in what our second typeglob...
2007-03-10 Nicholas ClarkTest that format references can't be wrongly dereferenced.
2007-01-15 Nicholas ClarkAdd get_cvn_flags(), which is like get_cv() but takes...
2007-01-15 Nicholas ClarkTest that names with embedded NULs work for symbolic...
2006-02-14 Yitzchak Scott-Tho... One shouldn't be able to dereference a GLOB as a SCALAR.
2006-01-31 Nicholas ClarkMake Perl_gv_fetchpvn_flags actually heed the passed...
2005-12-06 John PeacockRe: stringification of v-string references
2005-09-13 Yitzchak Scott-Tho... Allow non-arrowed form of chained subscripts after...
2005-01-06 Nicholas ClarkAdd TODO tests for UTF8 encoded soft references
2005-01-06 Nicholas ClarkTurn barewords into strings to run under strict subs.
2005-01-06 Nicholas ClarkAll tests now use test.pl
2005-01-06 Nicholas ClarkStart converting t/op/ref.t to use test.pl
2004-08-20 Dave Mitchella regex in STDOUT destructor coredumped because regex...
2004-03-26 Dave Mitchell[perl #27268] Blessed reference to anonymous glob
2003-06-24 Dave MitchellRe: [perl #22719] ISA cache problem with blessed stash...
2003-06-09 Steve GrazziniRe: nitpick with \(0..2)
2003-04-21 Adrian M. EnacheFix another segfault case (warn called from UNIVERSAL...
2003-04-19 Adrian M. EnacheFix bug #21347 (segfault in UNIVERSAL::AUTOLOAD with...
2003-01-22 Nicholas ClarkRe: [perl #9394] Re: [ID 20020525.002] coredump/ bad...
2002-08-12 Stephen McCamantRe: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an...
2001-12-07 Michael G. Schwernwhich_perl for safer $^Xing
2001-11-29 Jarkko Hietaniemi@INC tweak.
2001-11-29 Jarkko Hietaniemi[PATCH] Re: $\ very broken
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-05 Ilya ZakharevichRe: [PATCH] The largest hoax of all times?
1999-05-06 Gurusamy Sarathycompiler fixes from Vishal Bhatia <vishalb@hotmail...
1999-04-25 Gurusamy Sarathyfix buggy reference count on refs to SVs with autoviv...
1998-02-09 Gurusamy Sarathy[win32] fix for bugs in handling DESTROY (adjusted...
1997-11-23 Nick Ing-SimmonsAdd $$_ test
1997-09-05 Perl 5 Porters[inseparable changes from patch to perl 5.004_04] perl-5.004_04
1997-08-06 Gurusamy Sarathyobject never destructs
1997-04-29 Chip SalzenbergSupport C< $coderef->($x,$y) >
1996-09-04 Gurusamy SarathyRe: \ ( @array ) busted for lexical @array (once more)
1995-03-13 Larry WallPerl 5.001 perl-5.001
1994-10-17 Larry Wallperl 5.000 perl-5.000
1994-03-18 Larry Wallperl 5.0 alpha 6
1993-12-10 Larry Wallperl 5.0 alpha 5
1993-10-10 Larry Wallperl 5.0 alpha 3
1993-10-07 Larry Wallperl 5.0 alpha 2 perl-5a2