Force RVALUE macros when in PERL_DEBUG_COW
[p5sagit/p5-mst-13.2.git] / ext / ByteLoader / byterun.c
2005-04-19 Nicholas Clark Force RVALUE macros when in PERL_DEBUG_COW
2005-04-19 Steve Peters Refactoring to Sv*_set() macros - patch #5
2005-04-18 Nicholas Clark Two more uses of lvalue SvIVX()
2005-04-08 Steve Peters Refactoring to Sv*_set() macros - patch #1
2004-02-21 Paul Johnson Re: op_seq (was: Freeing code)
2003-09-04 Adrian M. Enache Re: [PATCH] Re: ByteLoader and MSWin32
2003-08-23 Jarkko Hietaniemi Forgot to regen byterun.c.
2003-08-21 Jarkko Hietaniemi Byteloader patching from Enache continues;
2003-07-28 Jarkko Hietaniemi Solaris cc didn't appreciate casting a long to a pointer
2003-07-28 Jarkko Hietaniemi Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode...
2003-07-27 Jarkko Hietaniemi Further Byteloader tweaks from Enache.
2003-07-27 Jarkko Hietaniemi Regen byterun once more: the incav is not yet right...
2003-07-27 Jarkko Hietaniemi Regenerated because of #20220.
2003-07-02 James Jurach line numbers are given % 64k
2003-03-20 Adrian M. Enache Re: Bytecode? Back into service.
2002-05-07 Gurusamy Sarathy fixes for various warnings identified by Visual C++
2001-11-29 Jarkko Hietaniemi Change $=, $., $*, $%, and $- to be IVs instead of...
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-01-24 Charles Bailey SYN SYN
2001-01-15 Stephen McCamant [PATCH @8436] Eliminate op_children
2001-01-08 Charles Bailey Once again syncing after too long an absence
2000-12-05 Jarkko Hietaniemi dTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-10-20 Charles Bailey SYN SYN
2000-08-22 Jarkko Hietaniemi Bytecompiler patches from Benjamin Stuhl.
2000-06-25 Jarkko Hietaniemi Regen headers.
2000-06-07 Jarkko Hietaniemi Mopup for #6204.
2000-03-07 Gurusamy Sarathy get ByteLoader working again
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-11-11 Gurusamy Sarathy avoid stash pointers in optree under USE_ITHREADS
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-10-29 Gurusamy Sarathy more cleanup: avoid unused knowledge of "file GV" notio...
1999-10-29 Gurusamy Sarathy usurp GVOP slot for new PADOP (one small step to making...
1999-07-12 Gurusamy Sarathy yet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-07 Paul Marquess lexical warnings update (warning.t fails one test
1999-07-06 Jarkko Hietaniemi Integrate with Sarathy.
1999-07-06 Dan Sugalski slightly tweaked version of suggested patch
1999-06-27 Gurusamy Sarathy somewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-09 Gurusamy Sarathy more complete support for implicit thread/interpreter...
1999-05-28 Tom Hughes ByteLoader mark 2