summaryrefslogtreecommitdiff
path: root/ext/ByteLoader/bytecode.h
Commit message (Expand)AuthorAgeFilesLines
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-061-435/+0
* Additional changes to get C++ a little closer to a clean compileSteve Peters2006-08-161-1/+1
* Provide a BGET_svtype, required by #28667Steve Hay2006-08-071-0/+1
* Move the hints from op_private into cop_hints. This allows all 32 bitsNicholas Clark2006-05-201-1/+1
* GvFILE() cannot be a pointer to the memory owned by the COP, becauseNicholas Clark2006-05-021-0/+11
* 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-131-1/+5
* Fix B and ByteLoader to cope with cop_warnings no longer being an SV.Nicholas Clark2006-04-131-0/+12
* Convert ByteLoader to use CopARYBASE_set().Nicholas Clark2006-04-021-0/+1
* 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-081-2/+2
* 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-251-0/+2
* Move the xpv_pv/xrv_rv member into the SV head, in a union withNicholas Clark2005-05-211-16/+16
* bytecode.pl, bytecode.h, and sv.h fixesSteve Peters2005-04-221-1/+1
* Refactoring to Sv*_set() macros - patch #6Steve Peters2005-04-201-0/+7
* Re: [PATCH] Re: ByteLoader and MSWin32Adrian M. Enache2003-09-041-0/+2
* Avoid lvalue casts, from Enache.Jarkko Hietaniemi2003-09-031-1/+1
* Re: ByteLoader and MSWin32Adrian M. Enache2003-09-021-6/+6
* More bytecode patching from Enache.Jarkko Hietaniemi2003-08-221-0/+2
* Byteloader patching from Enache continues;Jarkko Hietaniemi2003-08-211-0/+2
* 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
* 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
* Further Byteloader tweaks from Enache.Jarkko Hietaniemi2003-07-271-3/+40
* Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at allAdrian M. Enache2003-07-271-71/+149
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-071-1/+1
* PM_SETRE() fallout.Jarkko Hietaniemi2002-03-211-2/+4
* BGET_IV was missing.Jarkko Hietaniemi2001-11-291-0/+8
* avoid v-strings with require/useRonald J. Kimball2001-09-211-1/+1
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C...Hugo van der Sanden2001-09-151-2/+0
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-1/+1
* Cut-and-pasto in #11298.Jarkko Hietaniemi2001-07-121-2/+2
* RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2Vadim Konovalov2001-07-121-2/+2
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-211-2/+2
* More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.Jarkko Hietaniemi2001-05-301-1/+0
* continued -Wformat supportRobin Barker2000-09-141-7/+11
* [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2....Nicholas Clark2000-08-281-1/+0
* Bytecompiler patches from Benjamin Stuhl.Jarkko Hietaniemi2000-08-221-37/+130
* get ByteLoader working againGurusamy Sarathy2000-03-071-2/+17
* avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-2/+3
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-0/+2
* Fix pointer casts.Robin Barker1999-09-071-1/+1
* There ain't Perl_atonv().Jarkko Hietaniemi1999-07-061-1/+1
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-2/+2