This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Provide a BGET_svtype, required by #28667
[perl5.git] / ext / ByteLoader / bytecode.h
2006-08-07 Steve HayProvide a BGET_svtype, required by #28667
2006-05-20 Nicholas ClarkMove the hints from op_private into cop_hints. This...
2006-05-02 Nicholas ClarkGvFILE() cannot be a pointer to the memory owned by...
2006-04-17 Nicholas ClarkOops. Change 27826 had an error in the definition of...
2006-04-15 Nicholas ClarkCoverity was getting upset about an assignment from...
2006-04-15 Nicholas ClarkUpdate the assertion to a croak "Out of range special...
2006-04-13 Nicholas Clark(Hopefully) fix coredumps in ByteLoader, which were...
2006-04-13 Nicholas ClarkFix B and ByteLoader to cope with cop_warnings no longe...
2006-04-02 Nicholas ClarkConvert ByteLoader to use CopARYBASE_set().
2006-01-18 Steve HayChange all NEWSV() to newSV() in the core and non-dual...
2005-09-19 Nicholas ClarkAll Perl_hv_name_set()s need to be plain hv_name_set...
2005-07-08 Jim CromieRe: janitorial work ? [patch]
2005-05-30 Nicholas ClarkNeed a cast to avoid a compiler warning.
2005-05-25 Nicholas ClarkReplace all uses of HvNAME with the appropriate HvNAME_...
2005-05-21 Nicholas ClarkMove the xpv_pv/xrv_rv member into the SV head, in...
2005-04-22 Steve Petersbytecode.pl, bytecode.h, and sv.h fixes
2005-04-20 Steve PetersRefactoring to Sv*_set() macros - patch #6
2003-09-04 Adrian M. EnacheRe: [PATCH] Re: ByteLoader and MSWin32
2003-09-03 Jarkko HietaniemiAvoid lvalue casts, from Enache.
2003-09-02 Adrian M. EnacheRe: ByteLoader and MSWin32
2003-08-22 Jarkko HietaniemiMore bytecode patching from Enache.
2003-08-21 Jarkko HietaniemiByteloader patching from Enache continues;
2003-08-20 Jarkko HietaniemiPatch from Enache for the crashing of bytecode.t in...
2003-08-05 Jarkko HietaniemiBytecode patching from Enache.
2003-07-31 Jarkko HietaniemiEnache again.
2003-07-31 Jarkko HietaniemiRetract #20385.
2003-07-31 Jarkko Hietaniemi(retracted by #20390)
2003-07-27 Jarkko HietaniemiFurther Byteloader tweaks from Enache.
2003-07-27 Adrian M. EnacheRe: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile...
2002-05-07 Gurusamy Sarathyfixes for various warnings identified by Visual C++
2002-03-21 Jarkko HietaniemiPM_SETRE() fallout.
2001-11-29 Jarkko HietaniemiBGET_IV was missing.
2001-09-21 Ronald J. Kimballavoid v-strings with require/use
2001-09-15 Hugo van der SandenRe: [ID 20010815.012] Unfortunate interaction between...
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-07-12 Jarkko HietaniemiCut-and-pasto in #11298.
2001-07-12 Vadim KonovalovRE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR...
2001-06-21 Nick Ing-SimmonsIntegrate mainline
2001-06-21 Richard SoderbergStep 2: Use the new PM_GETRE/SETRE macros everywhere.
2001-05-30 Jarkko HietaniemiMore -Wall silencing from Michael Schwern and Jarkko...
2000-10-20 Charles BaileySYN SYN
2000-09-14 Robin Barkercontinued -Wformat support
2000-08-28 Nicholas Clark[ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6...
2000-08-22 Jarkko HietaniemiBytecompiler patches from Benjamin Stuhl.
2000-06-22 Jarkko HietaniemiBytecode patches from Benjamin Stuhl.
2000-06-07 Jarkko HietaniemiMopup for #6204.
2000-03-07 Gurusamy Sarathyget ByteLoader working again
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-11-11 Gurusamy Sarathyavoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-09-29 Charles Baileyresync with mainline
1999-09-07 Robin BarkerFix pointer casts.
1999-07-06 Jarkko HietaniemiThere ain't Perl_atonv().
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-10 Gurusamy Sarathywin32 build fixes
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-01 Jarkko HietaniemiPatch applying of #3499 had gone awry.
1999-05-28 Tom HughesByteLoader mark 2