Fix stringification assumption bug in overload.t, revealed by ia64-linux-ld.
[p5sagit/p5-mst-13.2.git] / lib / overload.t
2010-03-11 Nicholas Clark Fix stringification assumption bug in overload.t, revea...
2009-12-14 Michael Breen fix bug 67156: overload: nomethod(..., '!') return...
2009-11-01 Rafael Garcia-Suarez Improvements to qr-overload tests
2009-11-01 Ben Morrow Implement the 'qr' overload type.
2009-01-12 Rafael Garcia-Suarez Test that overload::constant works in eval("")
2008-09-07 Vincent Pit Re: unless(...) terser than if(!...)
2008-06-15 Rick Delaney [perl #55786] [PATCH blead] Re: Overload Segfaulting
2008-01-06 Yves Orton Make new regex type be 'REGEXP' and make all core qr...
2007-12-28 Nicholas Clark First class regexps.
2007-12-27 Nicholas Clark Regexps are now orange.
2007-10-19 Jerry D. Hedden Fix overloading for 64-bit ints (revised)
2007-10-08 Rafael Garcia-Suarez Suggestion by Rick Delaney to make this test pass with...
2007-10-08 Rick Delaney Re: [perl #46011] [RESOLVED] overload "0+" doesn't...
2007-10-07 Rick Delaney Re: [perl #46011] overload "0+" doesn't handle integer...
2007-10-03 Nicholas Clark I can't spell (well know fact) and while I'm there...
2007-10-03 Nicholas Clark Test for a subtle pre-5.10 bug. Before 5.10 the overloa...
2007-02-23 Rick Delaney Re: [perl #41546] perl 5.8.x bug: overloaded 'eq' does...
2006-11-24 Adriano Ferreira [perl #36689] &=, |= and ^= overloads are nbot documented
2006-03-15 Nicholas Clark D'oh! 27508 wasn't quite testing what I wanted it to...
2006-03-15 Nicholas Clark Test for reblessing objects with weak references.
2006-03-15 Nicholas Clark Moving the overloading flag from the reference to the...
2006-03-15 Nicholas Clark Finish converting overload.t to Test::More
2006-03-15 Nicholas Clark Further conversion of overload.t
2006-03-15 Nicholas Clark Further conversion of overload.t
2006-03-15 Nicholas Clark Partially convert overload.t to Test::More
2005-12-29 Robin Houston Test that constant overloading is propagated into eval
2004-11-04 Rick Delaney Re: [PATCH perl-current] Re: [perl #31793] Data::Dumper...
2004-11-03 Rafael Garcia-Suarez Mostly revert change #23347 (keep the test suite, fixed),
2004-10-10 Dave Mitchell Turn regcomp into a list op
2004-10-04 Rick Delaney Re: [perl #31793] Data::Dumper: Useqq interacts badly...
2004-07-14 Nicholas Clark Numeric comparison operators mustn't compare addresses...
2004-06-25 Andy Dougherty Correct detection of absent modules. Based on
2004-06-22 Nicholas Clark Skip tests if List::Util not built
2003-10-28 Rafael Garcia-Suarez [PATCH lib/overload.t] TODO tests for bug #24313.
2003-09-18 Rick Delaney Re: [perl #19582] [PATCH bleedperl] bad overload copy...
2003-06-22 Fergal Daly [perl #22753] overload::StrVal() fails for regexp refs
2002-09-08 Yitzchak Scott-Tho... sv_2pv_flags and ROK and UTF8 flags
2002-04-25 Jarkko Hietaniemi More %{} overload tests.
2002-02-24 John Peacock Re: Copying PV only with possible UTF-8 characters
2001-06-25 Abhijit Menon-Sen Re: [ID 20010621.007] readline() not quite as equal...
2001-06-25 Abhijit Menon-Sen Re: overload.t fails
2001-06-18 Jarkko Hietaniemi The Grand Trek: move the *.t files from t/ to lib/...