This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
use semicolon to separate statements
[perl5.git] / lib / overload.pm
2019-05-26 Karl Williamsonlib/overload.pm: Use L</Foo Bar>, not L<Foo Bar>
2018-01-01 Father ChrysostomosUpdate docs wrt bitwise ops
2017-12-29 Zeframrevert smartmatch to 5.27.6 behaviour
2017-11-22 Zeframupdate doc in lib/ about smartmatch
2016-12-26 Dan Collinsoverload.pm: add a missing 'exists'
2016-09-28 James RaspassSpeed up compilation of overload.pm a smidge.
2015-05-09 Ricardo Signesdocument that we may add more overloaded ops over time
2015-02-01 Father Chrysostomosoverload.pm: Document fifth arg for &|^~
2015-02-01 Father Chrysostomosoverload.pm: Typo
2015-02-01 Father Chrysostomosoverload.pm: Document &. etc.
2015-02-01 Father ChrysostomosIncrease $overload::VERSION to 1.25
2015-02-01 Father Chrysostomosoverload.pm: Add string-specific bitops
2014-10-31 Brian Fraseroverload.pm: Removed an unused variable
2014-09-10 Father ChrysostomosIncrease $overload::VERSION to 1.23
2014-09-10 Father ChrysostomosRemove redundant check from overload.pm
2013-04-14 Moritz LenzDocument that range operator '..' can not be overloaded.
2013-01-25 Karl WilliamsonFix various minor pod issues
2012-06-28 Jesse Luehrspropagate context into overloads [perl #47119]
2012-05-23 Father Chrysostomos[perl #113050] Put fallback back under "()"
2012-05-22 Father Chrysostomosoverload.pm: Allow :: in method names
2012-05-22 Father Chrysostomosoverload.pm: This warning exists now
2012-05-22 Father ChrysostomosUpdate overload docs
2012-05-22 Father ChrysostomosMake ‘no overload’ also warn about invalid args
2012-05-22 Father Chrysostomosoverload.pm: Don’t touch %OVERLOAD’s dummy entry
2012-05-22 Father ChrysostomosMake overloaded classes inherit fallback
2012-05-22 Father ChrysostomosIncrease $overload::VERSION to 1.19
2012-01-24 Father ChrysostomosIncrease $overload::VERSION to 1.18
2012-01-24 Father ChrysostomosIn overload::AddrRef, use ‘no overloading’
2012-01-18 Father Chrysostomosoverload.pm: Smaller indents for long lines
2012-01-18 Father Chrysostomosoverload.pm: spaces after dots; wording tweak
2012-01-18 Father ChrysostomosDocument new overload warning in overload.pm
2012-01-18 Father Chrysostomosoverload.pm: Doc tweaks
2012-01-18 Father ChrysostomosIn overload::ov_method, use ‘no overloading’
2012-01-17 Father ChrysostomosLower $overload::VERSION to 1.17
2012-01-16 Father Chrysostomosoverload.pm: Combine two loops
2012-01-16 Father Chrysostomosoverload.pm: Put invalid arg warning in "overload"...
2012-01-16 Father ChrysostomosSuppress ‘useless’ warning in overload.pm
2012-01-16 jkeenanEmit a warning if an attempt is made to overload an...
2012-01-10 Father Chrysostomos[perl #40333] Stop overload::Overloaded from calling...
2012-01-06 Father ChrysostomosIncrease $overload::VERSION to 1.17
2012-01-06 Father ChrysostomosCorrect links to perlsyn and perlop
2011-11-23 Father ChrysostomosVersion bumps if-0.0602
2011-11-23 jkeenan[RT #36079] Convert ` to '.
2011-07-03 Karl Williamsonoverload.pm: Fix broken link
2011-05-18 Karl Williamsonoverload.pm: Fix broken link
2011-02-10 Father ChrysostomosRelation between overloading and ties: second try
2011-02-10 Father ChrysostomosRevert "The relation between overloading and ties has...
2011-02-10 Father ChrysostomosThe relation between overloading and ties has been...
2011-02-10 Michael Breenperl #82278: Overload documentation: many changes This...
2010-11-27 Father ChrysostomosIncrease overload.pm’s version
2010-11-27 Michael Fig[perl #79680] overload 1.10 sprintf fails taint checking
2010-09-28 Father Chrysostomos[perl #71998] overload::Method can die with blessed...
2009-11-01 Rafael Garcia-SuarezBump overload.pm's VERSION (plus some spelling nits)
2009-11-01 Ben MorrowDocumentation for the 'qr' overload.
2009-10-20 Jesse VincentBump overload.pm's version since it differs from the...
2009-10-12 Geoffrey T. Dairikioverload no longer implicitly unsets fallback on repeat...
2009-08-22 David Mitchellbetter document smart match overloading
2009-08-20 Chip Salzenbergincremental improvement in ~~ documentation, already...
2009-07-03 David Mitchellbump versions of non-dual-life modules that
2009-05-12 Rafael Garcia-SuarezRegister ~~ operator overloading in its own category...
2009-03-25 Ben MorrowDocs for -X overloading.
2009-02-08 Yitzchak Scott-Tho... add link for those who look at overload for overriding
2009-01-21 Ricardo SIGNESnow get non-dual lived code
2009-01-08 Rafael Garcia-SuarezUse a slightly more paranoid regex
2009-01-02 Paul FenwickMinimal mention of overloading.pm in overload.pm
2008-12-27 Nicholas ClarkMove all mro:: XS functions from mro.c to ext/mro/mro...
2008-06-15 Rick Delaney[perl #55786] [PATCH blead] Re: Overload Segfaulting
2007-04-25 Rafael Garcia-Suarezoverload must not load XS modules at compile time,...
2007-04-25 Rafael Garcia-SuarezRemove a now redundant require
2007-04-25 Rafael Garcia-SuarezMove the require at the top of the file.
2007-04-25 Brandon BlackRe: [Andreas J. Koenig] C3 MRO breaks Params::Util...
2007-04-19 Brandon BlackRe: new C3 MRO patch
2006-11-24 Adriano Ferreira[perl #36689] &=, |= and ^= overloads are nbot documented
2006-09-25 Rafael Garcia-SuarezTypo fix in overload docs
2006-04-20 Nicholas ClarkRemove the last traces of explicitly setting HINT_LOCAL...
2006-04-04 Jan Dubois"smart match" description in overload.pm is in the...
2006-02-07 Steffen MüllerRe: [PATCH] Documentation patch for overload
2006-02-05 Steffen MüllerDocumentation patch for overload
2006-01-12 Nicholas ClarkBump $VERSION in many modules that have changed.
2005-12-22 Robin Houstoneliminate HINT_HH_FOR_EVAL
2005-12-19 Robin Houstonlatest switch/say/~~
2005-09-13 Andy LesterThe return of the consting
2005-07-29 Andy LesterFix English error in overload.pm
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-04 Rafael Garcia-SuarezIncrement $overload::VERSION after change #23347
2004-10-04 Rick DelaneyRe: [perl #31793] Data::Dumper: Useqq interacts badly...
2004-08-02 Fergal Dalymention refaddr() in overload::StrVal docs
2003-08-14 Jarkko HietaniemiDiffs-sans-version-diffs between blead and maint.
2003-08-14 Jarkko HietaniemiA swath of VERSION patches from Nicholas Clark.
2003-06-22 Fergal Daly[perl #22753] overload::StrVal() fails for regexp refs
2002-11-29 Rafael Garcia-SuarezDocument the hint constants and where they're used.
2002-08-17 Michael G. SchwernRemove pseudo-hashes (complete)
2002-06-19 Jarkko HietaniemiFix for 20001101.004, at least for the memleak part.
2002-06-19 Yitzchak Scott-Tho... Re: [DOC PATCH] Re: [ID 20020613.003] context incorrect...
2002-05-04 Michael G. Schwern"\"\""
2001-11-12 Jeffrey Friedla few typo fixes
2001-03-18 Jarkko HietaniemiRetract the changes made at #9176 to Neil's and Ilya...
2001-03-16 Michael Stevensmore pod patches
2001-02-08 Charles BaileySYN SYN
next