summaryrefslogtreecommitdiff
path: root/ext/ByteLoader/byterun.c
Commit message (Expand)AuthorAgeFilesLines
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-061-1121/+0
* Additional changes to get C++ a little closer to a clean compileSteve Peters2006-08-161-4/+4
* Try to reinstate the fix of change #28638 by patching bytecode.pl andRafael Garcia-Suarez2006-08-071-2/+2
* Regenerate files after previous changeRafael Garcia-Suarez2006-08-071-1/+1
* Silence the VC7 compiler warning in the following smoke:Steve Hay2006-08-011-1/+1
* Abolish cop_io (the simple way) by storing the value in cop_hints_hash.Nicholas Clark2006-05-201-26/+19
* GvFILE() cannot be a pointer to the memory owned by the COP, becauseNicholas Clark2006-05-021-1/+1
* (Hopefully) fix coredumps in ByteLoader, which were a side effect ofNicholas Clark2006-04-131-1/+1
* Fix B and ByteLoader to cope with cop_warnings no longer being an SV.Nicholas Clark2006-04-131-3/+4
* Convert ByteLoader to use CopARYBASE_set().Nicholas Clark2006-04-021-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-1/+1
* Replace all uses of HvNAME with the appropriate HvNAME_get orNicholas Clark2005-05-251-1/+1
* Move the xpv_pv/xrv_rv member into the SV head, in a union withNicholas Clark2005-05-211-3/+3
* Remove PMROOT and replace it with a small shell script. Er, magic.Nicholas Clark2005-05-201-90/+83
* Goodbye AvFLAGSNicholas Clark2005-05-201-93/+86
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+4
* bytecode.pl, bytecode.h, and sv.h fixesSteve Peters2005-04-221-1/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-6/+7
* run regen_headers after addition of FOO_set() macrosDave Mitchell2005-04-191-7/+7
* Force RVALUE macros when in PERL_DEBUG_COWNicholas Clark2005-04-191-1/+1
* Refactoring to Sv*_set() macros - patch #5Steve Peters2005-04-191-4/+4
* Two more uses of lvalue SvIVX()Nicholas Clark2005-04-181-1/+1
* Refactoring to Sv*_set() macros - patch #1Steve Peters2005-04-081-1/+1
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-211-55/+62
* Re: [PATCH] Re: ByteLoader and MSWin32Adrian M. Enache2003-09-041-1/+1
* Forgot to regen byterun.c.Jarkko Hietaniemi2003-08-231-9/+9
* Byteloader patching from Enache continues;Jarkko Hietaniemi2003-08-211-3/+3
* Solaris cc didn't appreciate casting a long to a pointerJarkko Hietaniemi2003-07-281-1/+1
* Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.Jarkko Hietaniemi2003-07-281-1/+1
* Further Byteloader tweaks from Enache.Jarkko Hietaniemi2003-07-271-137/+173
* Regen byterun once more: the incav is not yet right, but atJarkko Hietaniemi2003-07-271-1/+1
* Regenerated because of #20220.Jarkko Hietaniemi2003-07-271-123/+301
* line numbers are given % 64kJames Jurach2003-07-021-2/+2
* Re: Bytecode? Back into service.Adrian M. Enache2003-03-201-68/+75
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-071-1/+1
* Change $=, $., $*, $%, and $- to be IVs instead of longs.Jarkko Hietaniemi2001-11-291-10/+10
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-9/+2
* [PATCH @8436] Eliminate op_childrenStephen McCamant2001-01-151-34/+27
* dTHR is a nop in 5.6.0 onwards. Ergo, it can go.Jarkko Hietaniemi2000-12-051-1/+0
* Bytecompiler patches from Benjamin Stuhl.Jarkko Hietaniemi2000-08-221-214/+239
* get ByteLoader working againGurusamy Sarathy2000-03-071-2/+2
* avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-4/+4
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-73/+80
* more cleanup: avoid unused knowledge of "file GV" notion in CV and GVGurusamy Sarathy1999-10-291-79/+72
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-5/+5
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-40/+25
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-2/+2
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-2/+13
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-2/+3