This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Hmmm...strftime() does work on Win32, but tzset() is having problems
[perl5.git] / ext / ByteLoader / byterun.c
2005-07-08 Jim CromieRe: janitorial work ? [patch]
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-05-20 Nicholas ClarkRemove PMROOT and replace it with a small shell script...
2005-05-20 Nicholas ClarkGoodbye AvFLAGS
2005-05-11 Rafael Garcia-SuarezInclude vim/emacs modelines in generated files to open...
2005-04-22 Steve Petersbytecode.pl, bytecode.h, and sv.h fixes
2005-04-21 Jarkko HietaniemiSymbian port of Perl
2005-04-19 Dave Mitchellrun regen_headers after addition of FOO_set() macros
2005-04-19 Nicholas ClarkForce RVALUE macros when in PERL_DEBUG_COW
2005-04-19 Steve PetersRefactoring to Sv*_set() macros - patch #5
2005-04-18 Nicholas ClarkTwo more uses of lvalue SvIVX()
2005-04-08 Steve PetersRefactoring to Sv*_set() macros - patch #1
2004-02-21 Paul JohnsonRe: op_seq (was: Freeing code)
2003-09-04 Adrian M. EnacheRe: [PATCH] Re: ByteLoader and MSWin32
2003-08-23 Jarkko HietaniemiForgot to regen byterun.c.
2003-08-21 Jarkko HietaniemiByteloader patching from Enache continues;
2003-07-28 Jarkko HietaniemiSolaris cc didn't appreciate casting a long to a pointer
2003-07-28 Jarkko HietaniemiRevert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode...
2003-07-27 Jarkko HietaniemiFurther Byteloader tweaks from Enache.
2003-07-27 Jarkko HietaniemiRegen byterun once more: the incav is not yet right...
2003-07-27 Jarkko HietaniemiRegenerated because of #20220.
2003-07-02 James Jurachline numbers are given % 64k
2003-03-20 Adrian M. EnacheRe: Bytecode? Back into service.
2002-05-07 Gurusamy Sarathyfixes for various warnings identified by Visual C++
2001-11-29 Jarkko HietaniemiChange $=, $., $*, $%, and $- to be IVs instead of...
2001-08-31 Gurusamy Sarathyremove deprecated PERL_OBJECT cruft, it has long since...
2001-01-24 Charles BaileySYN SYN
2001-01-15 Stephen McCamant[PATCH @8436] Eliminate op_children
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-10-20 Charles BaileySYN SYN
2000-08-22 Jarkko HietaniemiBytecompiler patches from Benjamin Stuhl.
2000-06-25 Jarkko HietaniemiRegen headers.
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-10-29 Gurusamy Sarathymore cleanup: avoid unused knowledge of "file GV" notio...
1999-10-29 Gurusamy Sarathyusurp GVOP slot for new PADOP (one small step to making...
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
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-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-05-28 Tom HughesByteLoader mark 2