This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
RT-119817 - Treat =back as the end of a warning description.
[perl5.git] / lib / overload.t
2013-09-12 Ricardo Signesoverload tests: use parent instead of base
2013-08-04 Father ChrysostomosRevert "[perl #119043] Exempt shared hash key consts...
2013-07-28 Father Chrysostomos[perl #119043] Exempt shared hash key consts from ro
2013-07-26 Father ChrysostomosMake overloaded constants always read-only
2013-07-26 Father ChrysostomosTest readonliness of overload constants
2013-03-27 Brian FraserMake smartmatch, given & when experimental
2013-02-26 Ricardo SignesRevert "Lookup overloaded assignment operators when...
2012-09-12 David Mitchellstop ""-overloaded Regex recursing
2012-06-29 Jesse Luehrsfix 386a548 for fallback => undef
2012-06-29 Jesse Luehrs"use overload fallback => 0" should enable overloading...
2012-06-28 Jesse Luehrspropagate context into overloads [perl #47119]
2012-06-13 David Mitchellre-apply temporarily remove overload.t changes
2012-06-13 David Mitchellhandle (??{}) returning an overloaded value
2012-06-13 David Mitchellundo temporarily reverted lib/overload.t tests"
2012-06-13 David MitchellMove bulk of pp_regcomp() into re_op_compile()
2012-06-13 Father ChrysostomosFix =~ $str_overloaded (5.10 regression)
2012-06-13 David Mitchellfix for overload/stringfy and pp_regcomp
2012-06-13 David MitchellRevert 4 regex commits to ease rebasing
2012-06-13 David MitchellTemporarily revert some lib/overload.t tests
2012-06-13 David MitchellTemporarily remove overload.t changes
2012-05-23 Rafael Garcia-SuarezMerge branch 'rgs/overload' into blead
2012-05-23 Father Chrysostomos[perl #113050] Put fallback back under "()"
2012-05-22 Rafael Garcia-SuarezLookup overloaded assignment operators when trying...
2012-05-22 Father ChrysostomosTest <> ovrld with glob override
2012-05-22 Father Chrysostomosoverload.pm: Allow :: in method names
2012-05-22 Father Chrysostomosoverload.t: Make the undef %overload:: test useful
2012-05-22 Father Chrysostomosoverload.t: Translate a comment into English :-)
2012-05-22 Father Chrysostomosoverload.t: Move a test
2012-05-22 Father Chrysostomossv.c: Don’t fiddle with AMAGIC in sv_bless
2012-05-22 Father ChrysostomosMake ‘no overload’ also warn about invalid args
2012-05-22 Father ChrysostomosMake overloaded classes inherit fallback
2012-05-22 Father Chrysostomosoverload.t: Tests for no overload "fallback"
2012-05-22 Father ChrysostomosCorrect comment typo in overload.t
2012-05-22 Father ChrysostomosMake @ISA changes update overloadedness
2012-05-22 Father Chrysostomosoverload.t: Move some tests above ‘keep last’ test
2012-05-22 Father Chrysostomos[perl #112708] Update overloadedness with ‘use overload’
2012-05-22 Father Chrysostomosoverload.t: Another to-do test for isa changes
2012-05-22 Father Chrysostomosgv.c: Check overload tables when overloading is used
2012-05-22 Father ChrysostomosMove SvAMAGIC flag from object to stash
2012-05-22 Father ChrysostomosTo-do tests for method/isa/overload updates and overloading
2012-01-16 Father ChrysostomosTest invalid arg warning from overload
2012-01-10 Joshua ben Jore[perl #40333] Another test
2012-01-10 Father Chrysostomos[perl #40333] Stop overload::Overloaded from calling...
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-10-29 Father ChrysostomosFix =~ $str_overloaded (5.10 regression)
2011-10-07 Father ChrysostomosMake undef %overload:: test more likely to crash
2011-10-01 Father ChrysostomosRestore the package name to overload errors; fix crash
2011-08-24 Gerard Goossen[perl #97088] Prevent double get-magic in various cases
2011-07-21 Father Chrysostomosoverload.t: Remove a bug workarond
2011-07-21 Father ChrysostomosTests for overload errors
2011-01-03 David Mitchellfix a few typos in lib/overload.t
2011-01-02 David Mitchellmake <expr> always overload if expr is overloaded
2011-01-02 David Mitchelloverloaded <> sometimes left an extra stack arg
2010-12-03 Michael Breen[perl #71286] fallback/nomethod failures
2010-09-28 Father Chrysostomos[perl #71998] overload::Method can die with blessed...
2010-09-13 Father ChrysostomosTest %main::OVERLOAD, which was almost broken by a...
2010-08-15 Chris 'BinGOs' Wil... Fix the overload tests marked as TODO in 22afb09b13a6dc...
2010-08-14 Chris 'BinGOs' Wil... Made a number of tests TODO in lib/overload.t due to...
2010-07-03 David Mitchellavoid multiple FETCH/stringify on filetest ops
2010-07-03 David Mitchellavoid extra FETCHes on overloaded qr stringify
2010-07-03 David Mitchelloverload.t: clarify concat #FETCH expected
2010-07-03 David Mitchellremove double stringify-overload from $ovld .= foo
2010-07-03 David Mitchelleval: handle taint of overloaded/tied arg
2010-07-03 David Mitchellfix tainting and overload
2010-07-03 David Mitchelltaint-enable lib/overload.t
2010-06-04 David Mitchellfix for RT #8438: $tied->() doesn't call FETCH
2010-05-21 David Mitchellmake overload respect get magic
2010-03-11 Nicholas ClarkFix stringification assumption bug in overload.t, revea...
2009-12-14 Michael Breenfix bug 67156: overload: nomethod(..., '!') return...
2009-11-01 Rafael Garcia-SuarezImprovements to qr-overload tests
2009-11-01 Ben MorrowImplement the 'qr' overload type.
2009-01-12 Rafael Garcia-SuarezTest that overload::constant works in eval("")
2008-09-07 Vincent PitRe: unless(...) terser than if(!...)
2008-06-15 Rick Delaney[perl #55786] [PATCH blead] Re: Overload Segfaulting
2008-01-06 Yves OrtonMake new regex type be 'REGEXP' and make all core qr...
2007-12-28 Nicholas ClarkFirst class regexps.
2007-12-27 Nicholas ClarkRegexps are now orange.
2007-10-19 Jerry D. HeddenFix overloading for 64-bit ints (revised)
2007-10-08 Rafael Garcia-SuarezSuggestion by Rick Delaney to make this test pass with...
2007-10-08 Rick DelaneyRe: [perl #46011] [RESOLVED] overload "0+" doesn't...
2007-10-07 Rick DelaneyRe: [perl #46011] overload "0+" doesn't handle integer...
2007-10-03 Nicholas ClarkI can't spell (well know fact) and while I'm there...
2007-10-03 Nicholas ClarkTest for a subtle pre-5.10 bug. Before 5.10 the overloa...
2007-02-23 Rick DelaneyRe: [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 ClarkD'oh! 27508 wasn't quite testing what I wanted it to...
2006-03-15 Nicholas ClarkTest for reblessing objects with weak references.
2006-03-15 Nicholas ClarkMoving the overloading flag from the reference to the...
2006-03-15 Nicholas ClarkFinish converting overload.t to Test::More
2006-03-15 Nicholas ClarkFurther conversion of overload.t
2006-03-15 Nicholas ClarkFurther conversion of overload.t
2006-03-15 Nicholas ClarkPartially convert overload.t to Test::More
2005-12-29 Robin HoustonTest that constant overloading is propagated into eval
2004-11-04 Rick DelaneyRe: [PATCH perl-current] Re: [perl #31793] Data::Dumper...
2004-11-03 Rafael Garcia-SuarezMostly revert change #23347 (keep the test suite, fixed),
2004-10-10 Dave MitchellTurn regcomp into a list op
2004-10-04 Rick DelaneyRe: [perl #31793] Data::Dumper: Useqq interacts badly...
2004-07-14 Nicholas ClarkNumeric comparison operators mustn't compare addresses...
2004-06-25 Andy DoughertyCorrect detection of absent modules. Based on
2004-06-22 Nicholas ClarkSkip tests if List::Util not built
next