summaryrefslogtreecommitdiff
path: root/ext/ByteLoader
Commit message (Expand)AuthorAgeFilesLines
* GvFILE() cannot be a pointer to the memory owned by the COP, becauseNicholas Clark2006-05-022-1/+12
* Oops. Change 27826 had an error in the definition of BGET_PADOFFSET().Nicholas Clark2006-04-171-2/+2
* Coverity was getting upset about an assignment from a functionNicholas Clark2006-04-151-14/+23
* Update the assertion to a croak "Out of range special SV number"Nicholas Clark2006-04-151-3/+5
* (Hopefully) fix coredumps in ByteLoader, which were a side effect ofNicholas Clark2006-04-132-2/+6
* Fix B and ByteLoader to cope with cop_warnings no longer being an SV.Nicholas Clark2006-04-132-3/+16
* Convert ByteLoader to use CopARYBASE_set().Nicholas Clark2006-04-022-1/+2
* Change all NEWSV() to newSV() in the core and non-dual-lived modules.Steve Hay2006-01-181-1/+1
* All Perl_hv_name_set()s need to be plain hv_name_set if they are toNicholas Clark2005-09-191-1/+1
* Re: janitorial work ? [patch]Jim Cromie2005-07-082-3/+3
* ByteLoader.xs cleanupAndy Lester2005-05-311-2/+3
* Need a cast to avoid a compiler warning.Nicholas Clark2005-05-301-1/+1
* Replace all uses of HvNAME with the appropriate HvNAME_get orNicholas Clark2005-05-252-1/+3
* Move the xpv_pv/xrv_rv member into the SV head, in a union withNicholas Clark2005-05-213-20/+25
* Remove PMROOT and replace it with a small shell script. Er, magic.Nicholas Clark2005-05-202-175/+167
* Goodbye AvFLAGSNicholas Clark2005-05-202-181/+173
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-112-2/+7
* bytecode.pl, bytecode.h, and sv.h fixesSteve Peters2005-04-222-2/+2
* Symbian port of PerlJarkko Hietaniemi2005-04-211-6/+7
* Refactoring to Sv*_set() macros - patch #6Steve Peters2005-04-201-0/+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-192-6/+6
* 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-212-108/+116
* Re: [PATCH] Re: ByteLoader and MSWin32Adrian M. Enache2003-09-042-1/+3
* Avoid lvalue casts, from Enache.Jarkko Hietaniemi2003-09-031-1/+1
* Re: ByteLoader and MSWin32Adrian M. Enache2003-09-021-6/+6
* Forgot to regen byterun.c.Jarkko Hietaniemi2003-08-231-9/+9
* More bytecode patching from Enache.Jarkko Hietaniemi2003-08-221-0/+2
* Byteloader patching from Enache continues;Jarkko Hietaniemi2003-08-212-3/+5
* Patch from Enache for the crashing of bytecode.t in Tru64.Jarkko Hietaniemi2003-08-201-4/+11
* Bytecode patching from Enache.Jarkko Hietaniemi2003-08-051-4/+0
* pod likes whitespace.Jarkko Hietaniemi2003-08-011-0/+1
* Enache again.Jarkko Hietaniemi2003-07-311-4/+2
* Retract #20385.Jarkko Hietaniemi2003-07-311-2/+4
* (retracted by #20390)Jarkko Hietaniemi2003-07-311-4/+2
* 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-274-279/+358
* Regen byterun once more: the incav is not yet right, but atJarkko Hietaniemi2003-07-271-1/+1
* Regenerated because of #20220.Jarkko Hietaniemi2003-07-272-226/+428
* Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at allAdrian M. Enache2003-07-273-89/+167
* line numbers are given % 64kJames Jurach2003-07-021-2/+2
* Re: Bytecode? Back into service.Adrian M. Enache2003-03-202-137/+145
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-072-2/+2
* various signed/unsigned mismatch nitsGurusamy Sarathy2002-04-261-1/+1
* PM_SETRE() fallout.Jarkko Hietaniemi2002-03-211-2/+4
* BGET_IV was missing.Jarkko Hietaniemi2001-11-291-0/+8