| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove perlcc and the byteloader | Rafael Garcia-Suarez | 2006-09-06 | 1 | -435/+0 |
* | Additional changes to get C++ a little closer to a clean compile | Steve Peters | 2006-08-16 | 1 | -1/+1 |
* | Provide a BGET_svtype, required by #28667 | Steve Hay | 2006-08-07 | 1 | -0/+1 |
* | Move the hints from op_private into cop_hints. This allows all 32 bits | Nicholas Clark | 2006-05-20 | 1 | -1/+1 |
* | GvFILE() cannot be a pointer to the memory owned by the COP, because | Nicholas Clark | 2006-05-02 | 1 | -0/+11 |
* | Oops. Change 27826 had an error in the definition of BGET_PADOFFSET(). | Nicholas Clark | 2006-04-17 | 1 | -2/+2 |
* | Coverity was getting upset about an assignment from a function | Nicholas Clark | 2006-04-15 | 1 | -14/+23 |
* | Update the assertion to a croak "Out of range special SV number" | Nicholas Clark | 2006-04-15 | 1 | -3/+5 |
* | (Hopefully) fix coredumps in ByteLoader, which were a side effect of | Nicholas Clark | 2006-04-13 | 1 | -1/+5 |
* | Fix B and ByteLoader to cope with cop_warnings no longer being an SV. | Nicholas Clark | 2006-04-13 | 1 | -0/+12 |
* | Convert ByteLoader to use CopARYBASE_set(). | Nicholas Clark | 2006-04-02 | 1 | -0/+1 |
* | Change all NEWSV() to newSV() in the core and non-dual-lived modules. | Steve Hay | 2006-01-18 | 1 | -1/+1 |
* | All Perl_hv_name_set()s need to be plain hv_name_set if they are to | Nicholas Clark | 2005-09-19 | 1 | -1/+1 |
* | Re: janitorial work ? [patch] | Jim Cromie | 2005-07-08 | 1 | -2/+2 |
* | Need a cast to avoid a compiler warning. | Nicholas Clark | 2005-05-30 | 1 | -1/+1 |
* | Replace all uses of HvNAME with the appropriate HvNAME_get or | Nicholas Clark | 2005-05-25 | 1 | -0/+2 |
* | Move the xpv_pv/xrv_rv member into the SV head, in a union with | Nicholas Clark | 2005-05-21 | 1 | -16/+16 |
* | bytecode.pl, bytecode.h, and sv.h fixes | Steve Peters | 2005-04-22 | 1 | -1/+1 |
* | Refactoring to Sv*_set() macros - patch #6 | Steve Peters | 2005-04-20 | 1 | -0/+7 |
* | Re: [PATCH] Re: ByteLoader and MSWin32 | Adrian M. Enache | 2003-09-04 | 1 | -0/+2 |
* | Avoid lvalue casts, from Enache. | Jarkko Hietaniemi | 2003-09-03 | 1 | -1/+1 |
* | Re: ByteLoader and MSWin32 | Adrian M. Enache | 2003-09-02 | 1 | -6/+6 |
* | More bytecode patching from Enache. | Jarkko Hietaniemi | 2003-08-22 | 1 | -0/+2 |
* | Byteloader patching from Enache continues; | Jarkko Hietaniemi | 2003-08-21 | 1 | -0/+2 |
* | Patch from Enache for the crashing of bytecode.t in Tru64. | Jarkko Hietaniemi | 2003-08-20 | 1 | -4/+11 |
* | Bytecode patching from Enache. | Jarkko Hietaniemi | 2003-08-05 | 1 | -4/+0 |
* | Enache again. | Jarkko Hietaniemi | 2003-07-31 | 1 | -4/+2 |
* | Retract #20385. | Jarkko Hietaniemi | 2003-07-31 | 1 | -2/+4 |
* | (retracted by #20390) | Jarkko Hietaniemi | 2003-07-31 | 1 | -4/+2 |
* | Further Byteloader tweaks from Enache. | Jarkko Hietaniemi | 2003-07-27 | 1 | -3/+40 |
* | Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at all | Adrian M. Enache | 2003-07-27 | 1 | -71/+149 |
* | fixes for various warnings identified by Visual C++ | Gurusamy Sarathy | 2002-05-07 | 1 | -1/+1 |
* | PM_SETRE() fallout. | Jarkko Hietaniemi | 2002-03-21 | 1 | -2/+4 |
* | BGET_IV was missing. | Jarkko Hietaniemi | 2001-11-29 | 1 | -0/+8 |
* | avoid v-strings with require/use | Ronald J. Kimball | 2001-09-21 | 1 | -1/+1 |
* | Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{C... | Hugo van der Sanden | 2001-09-15 | 1 | -2/+0 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -1/+1 |
* | Cut-and-pasto in #11298. | Jarkko Hietaniemi | 2001-07-12 | 1 | -2/+2 |
* | RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2 | Vadim Konovalov | 2001-07-12 | 1 | -2/+2 |
* | Step 2: Use the new PM_GETRE/SETRE macros everywhere. | Richard Soderberg | 2001-06-21 | 1 | -2/+2 |
* | More -Wall silencing from Michael Schwern and Jarkko Hietaniemi. | Jarkko Hietaniemi | 2001-05-30 | 1 | -1/+0 |
* | continued -Wformat support | Robin Barker | 2000-09-14 | 1 | -7/+11 |
* | [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.... | Nicholas Clark | 2000-08-28 | 1 | -1/+0 |
* | Bytecompiler patches from Benjamin Stuhl. | Jarkko Hietaniemi | 2000-08-22 | 1 | -37/+130 |
* | get ByteLoader working again | Gurusamy Sarathy | 2000-03-07 | 1 | -2/+17 |
* | avoid stash pointers in optree under USE_ITHREADS | Gurusamy Sarathy | 1999-11-11 | 1 | -2/+3 |
* | another change towards a shareable optree: avoid pointer to filegv | Gurusamy Sarathy | 1999-11-11 | 1 | -0/+2 |
* | Fix pointer casts. | Robin Barker | 1999-09-07 | 1 | -1/+1 |
* | There ain't Perl_atonv(). | Jarkko Hietaniemi | 1999-07-06 | 1 | -1/+1 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-06 | 1 | -2/+2 |