Add a TODO test for block evals segfaulting on syntax errors.
[p5sagit/p5-mst-13.2.git] / t / op / tie.t
2009-11-01 Bram [PATCH] extra tests for t/op/tie.t (was RE: [perl ...
2009-10-15 demerphq Optimise if (%foo) to be faster than if(keys %foo)
2009-06-06 Rafael Garcia-Suarez Mark all .t and .pm files as non executable
2008-11-14 Chip Salzenberg [perl #948] [PATCH] Allow tied $,
2007-07-01 Dave Mitchell test that localised tieing of a hash or array remains...
2006-08-09 Yitzchak Scott-Tho... Re: [perl #37731] junk and uninit'ed values in tied...
2006-03-30 Nicholas Clark Fix bug 36267 - assigning to a tied hash shouldn't...
2006-03-30 Robin Barker PATCH t/op/tie.t
2005-11-22 Robin Houston Re: [PATCH] concat interacts badly with magic
2005-11-22 Rafael Garcia-Suarez Revert change #26185, which could have some unwanted...
2005-11-21 Robin Houston concat interacts badly with magic
2005-09-06 Yitzchak Scott-Tho... Re: Fw: Tied hash numeric values are rounded off under...
2004-06-22 Nicholas Clark Abolish the "Tied variable freed while still in use...
2003-12-06 Tassilo von Parseval SCALAR/FIRSTKEY for tied hashes in scalar context
2003-10-25 Richard Clamp Re: [perl #948] $, untieable?
2003-09-05 Jarkko Hietaniemi Another seemingly fixed (un)tie bug,
2003-09-02 Jarkko Hietaniemi An untie test from perlmonks-- worked in 5.6.1,
2003-08-12 Jarkko Hietaniemi Fix for [perl #23287] segfault in untie.
2003-07-24 Dave Mitchell Re: Reference to tied elements results in lvalue.
2003-06-15 Aaron J. Mackey Remove all magic in untie()
2003-04-19 Dave Mitchell allow recursive FETCHes
2003-03-10 Yitzchak Scott-Tho... Re: odd (or not so odd?) segmentation fault in 5.8.0
2002-11-07 Yitzchak Scott-Tho... Re: [perl #18038] DESTROY change in 5.8.0?
2002-06-05 Doug MacEachern Re: local tied hash slices ...
2002-05-30 Yitzchak Scott-Tho... Re: perl@16861
2002-05-30 Nick Ing-Simmons Integrate all but lib/File/stat.t which seems broken.
2002-05-29 Jarkko Hietaniemi Spelling bee.
2002-05-29 Jarkko Hietaniemi Recover some of the #16845.
2002-05-28 Jarkko Hietaniemi Retract #16820, #16819, #16810, #16669, #16531, #16530...
2002-05-27 Nick Ing-Simmons Add IO::Scalar fail case to the tests.
2002-05-18 Michael G. Schwern Re: t/op/tie.t #19 TODO ENOTWORKING
2002-05-10 Jarkko Hietaniemi Move the noisy tie core dump test to fresh_perl from...
2002-05-10 Yitzchak Scott-Tho... Re: [PATCH] Re: perl@16433
2002-05-08 Yitzchak Scott-Tho... [PATCH] Re: perl@16433
2002-05-06 Jarkko Hietaniemi Add a test for #16431, and document Dave's campaign
2001-05-02 Jarkko Hietaniemi Test for #9952.
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-10-25 Jarkko Hietaniemi Temporary stopgap for the self-tying issue: for now...
2000-10-20 Charles Bailey SYN SYN
2000-10-13 Jarkko Hietaniemi Make the test acknowledge that self-ties are disabled...
2000-08-30 Nick Ing-Simmons Re: UNTIE method
2000-08-29 Mike Guy Use minimal @INC in tests, most of the time just '...
2000-05-23 Charles Bailey Resync with mainline prior to post-5.6.0 updates
2000-03-13 Gurusamy Sarathy final touches for lexical warnings (from Paul Marquess)
1999-08-29 Jarkko Hietaniemi Rename warning to warnings, from Paul Marquess.
1999-07-17 Ian Phillipps fix vec() on magic values
1999-02-12 Gurusamy Sarathy make testsuite somewhat location independent
1998-10-25 Gurusamy Sarathy integrate changes#1982,2014,2021 (from maint-5.005)
1998-08-09 Paul Marquess lexical warnings; tweaks to places that didn't apply...
1996-11-19 Perl 5 Porters [inseparable changes from patch from perl5.003_07 to...
1996-07-31 Charles Bailey perl 5.003_01: [changes beteween cumulative patches...
1996-07-03 Perl 5 Porters Add tests for new strict untie