This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
warnings.pl: Silence perl compiler warnings
[perl5.git] / ext / Opcode /
2009-10-15 Nicholas ClarkReplace sv_2mortal(newSVpvn(...)) with newSVpvn_flags...
2009-10-15 Nicholas ClarkUse gv_stashsv() and gv_fetchpvs(), the later with...
2009-10-15 demerphqOptimise if (%foo) to be faster than if(keys %foo)
2009-08-27 Nicholas ClarkMake extensions in ext run their tests from the extensi...
2009-06-06 Rafael Garcia-SuarezMark all .t and .pm files as non executable
2009-03-26 Nicholas Clarkmake_ext.pl's automatic Makefile.PL generation can...
2009-02-10 Nicholas ClarkMove Safe.pm into ext/Safe, and temporarily give it...
2008-09-15 Steve HayBump VERSIONs in all non-dual-lived modules that have...
2008-08-24 Rafael Garcia-SuarezPatch by Tod Hagan to document the 2nd argument of...
2008-03-13 Rafael Garcia-SuarezRegexp::DESTROY was only added in 5.8.1
2008-02-23 Vincent PitRe: [PATCH] Splitting OP_CONST (Was: pp_const, not...
2008-02-05 Rafael Garcia-SuarezAdapt Safe innards to older (XS) versions of version.pm
2008-02-05 Rafael Garcia-SuarezFix CPAN bug #32896: make version.pm loadable in a...
2008-02-01 Nicholas ClarkBreak apart the list of functions defined in universal...
2008-01-30 Rafael Garcia-SuarezBump Safe's version
2008-01-28 Rafael Garcia-SuarezBump the version of Safe
2008-01-28 Rafael Garcia-SuarezIn Safe, load Carp::Heavy only if it exists (to remain
2008-01-26 Nicholas ClarkEliminate the OP_SETSTATE, which had been disabled...
2008-01-23 Nicholas ClarkPurge all use of Nullch in non-dual life modules.
2007-12-20 Nicholas ClarkImplement each @array.
2007-12-08 Rafael Garcia-SuarezChange maintainer address for Safe.
2007-10-12 Rafael Garcia-SuarezFunny symbol table names can be shared, too
2007-10-12 Rafael Garcia-SuarezShare the internal XS functions defined in universal.c
2007-10-09 Rafael Garcia-SuarezNew opcode category :load, for require, dofile and...
2007-09-06 Nicholas ClarkChange 31798 forgot to add the op 'once' to Opcode.pm
2007-07-13 Rafael Garcia-SuarezUse new style L<> links in POD
2007-01-08 Nicholas ClarkEliminate pp_threadsv, as it was only ever used by...
2006-09-07 Rafael Garcia-SuarezInvalidate ISA and method caches when calling a safe...
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2006-01-13 Rafael Garcia-SuarezAdd a link to the Opcode doc in Safe.
2006-01-12 Nicholas ClarkBump $VERSION in many modules that have changed.
2005-12-19 Robin Houstonlatest switch/say/~~
2005-09-21 Nicholas ClarkRemove the last STRLEN n_a;s that my compiler can reach.
2005-09-18 Nicholas ClarkIt looks like the only way to reliably make Perl_hv_nam...
2005-08-02 Piotr FusikTypos in *.p[lm]
2005-07-20 Rafael Garcia-SuarezRemove :base_io from the set of default "safe" opcodes.
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-06-02 Steve PetersSvPVX_const() - part 3 ... and const'ing Storable
2005-05-30 Andy Lester[PATCH] Minor warning squashings
2005-05-21 Nicholas ClarkMove hv_name, hv_eiter and hv_riter into a new aux...
2004-07-02 Rafael Garcia-SuarezBump version number of Safe for CPAN release
2004-06-03 Rafael Garcia-SuarezCarp was mostly unusable with Safe because it may require
2003-11-05 Craig A. BerryOpcode.xs/RC2 compile nit on VMS
2003-11-02 Rafael Garcia-SuarezFix for [perl #24347] segfault with Safe
2003-09-07 Dave MitchellRe: [perl #23656] Safe reval bleeds local variable...
2003-08-14 Jarkko HietaniemiThe blead version has got the dor.
2003-07-28 Jarkko HietaniemiNo more ext/*/*.t, move them all to ext/*/t.
2002-10-06 Artur BergmanUpgrade Safe.pm to 2.09 after CPAN backport.
2002-10-04 Rafael Garcia-SuarezComplement to change #17976 :
2002-10-04 Rafael Garcia-SuarezFix bug #17744, suggested by Andreas Jurenda,
2002-10-03 Rafael Garcia-SuarezChange the warning message "%s trapped by operation...
2002-08-17 Slaven RezicSafe.pm documentation
2002-08-11 Nick Ing-SimmonsIntegrate mainline.
2002-08-05 Brent DaxDefined-or patch (cleaned up)
2002-04-26 Gurusamy Sarathyvarious signed/unsigned mismatch nits
2002-01-17 Nick Ing-SimmonsIntegrate mainline (for ndbm fixes etc.)
2002-01-17 Nikola KnezevicNo more warnings from Opcode.c
2002-01-07 Jarkko HietaniemiExtension nits found by -Wall (several from threads
2001-12-04 Rafael Garcia-Suarezminor pod fix in Safe.pm
2001-11-16 Jarkko HietaniemiAdd the fruits of Larry Shatzer's version verifying...
2001-10-26 Jarkko HietaniemiIntegrate maintperl changes #12268 and #12669;
2001-10-25 Jarkko HietaniemiIntegrate changes #12652 and #12653 from maintperl;
2001-09-21 Ronald J. Kimballavoid v-strings with require/use
2001-09-16 Jarkko HietaniemiChange use|require 5.005_64 to use|require 5.6.1.
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Simon CozensCustom Ops
2001-07-08 Jarkko HietaniemiRetract #11212.
2001-07-08 Graham Barr(Retracted by #11223.)
2001-06-29 Jarkko HietaniemiBump up the VERSIONs of modules that have changed since...
2001-06-18 Jarkko HietaniemiThe Grand Trek: move the *.t files from t/ to lib/...
2001-02-18 Doug MacEachern[patch] -Wall cleanup round 2
2001-01-24 Charles BaileySYN SYN
2001-01-23 Jarkko HietaniemiA bug introduced in #8217 (the undefined variable in the
2001-01-10 Charles LaneOpcode.XS, fix memory leak
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-15 Charles Lanestuff for caller and _ in Safe::
2000-12-06 Michael G. Schwern$VERSION crusade, strict, tests, etc... all over lib/
2000-10-20 Charles BaileySYN SYN
2000-09-07 Gisle AasModernize Opcode.pm documentation
2000-08-30 Jarkko HietaniemiFrom now on, Gisle is on my list of usual suspects :-)
2000-08-29 Gisle AasRetry what #6882 attempted.
2000-08-29 Jarkko HietaniemiRetract #6882, broke the safe tests.
2000-08-29 Gisle Aas[ID 20000829.004] Sharing leak root name into safe...
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-06-30 Jarkko HietaniemiIntegrate with Sarathy.
2000-06-30 Gurusamy Sarathylocalize %INC in a Safe compartment so that use/require...
2000-02-09 Charles BaileyResync with mainline
2000-01-23 Gurusamy Sarathys/use vars/our/g modules that aren't independently...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-03 Ilya Zakharevichapplied suggested patch; removed $VERSION = $VERSION...
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathysundry cleanups for cloned interpreters (only known...
1999-09-29 Charles Baileyresync with mainline
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-12 Gurusamy Sarathyfix DATA leaks; reword documentation about the DATA...
1999-09-05 Gurusamy Sarathyinitial implementation of lvalue subroutines (slightly...
1999-07-26 Chip Salzenbergoptimize method name lookup
1999-07-23 Hugo van der Sandenapplied suggested patch for tracking line numbers corre...
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
next