summaryrefslogtreecommitdiff
path: root/bytecode.pl
Commit message (Expand)AuthorAgeFilesLines
* Typos in *.p[lm]Piotr Fusik2005-08-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-4/+9
* Remove PMROOT and replace it with a small shell script. Er, magic.Nicholas Clark2005-05-201-1/+0
* Goodbye AvFLAGSNicholas Clark2005-05-201-1/+0
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-1/+8
* bytecode.pl, bytecode.h, and sv.h fixesSteve Peters2005-04-221-1/+1
* Symbian port of PerlJarkko Hietaniemi2005-04-211-0/+1
* Refactoring to Sv*_set() macros - patch #6Steve Peters2005-04-201-6/+6
* Make all scripts run by regen.pl write output with UNIX style EOL's.Steve Hay2004-11-161-0/+3
* Re: op_seq (was: Freeing code)Paul Johnson2004-02-211-1/+2
* Re: [PATCH] Re: ByteLoader and MSWin32Adrian M. Enache2003-09-041-1/+1
* More bytecode patching from Enache.Jarkko Hietaniemi2003-08-221-2/+2
* Byteloader patching from Enache continues;Jarkko Hietaniemi2003-08-211-1/+1
* Re: script wantedAdrian M. Enache2003-08-131-1/+1
* Solaris cc didn't appreciate casting a long to a pointerJarkko Hietaniemi2003-07-281-2/+8
* Revert 20233 + s/GvAVn/GvAV/) + rerun 'perl bytecode.pl'.Jarkko Hietaniemi2003-07-281-1/+1
* Further Byteloader tweaks from Enache.Jarkko Hietaniemi2003-07-271-0/+7
* Regen byterun once more: the incav is not yet right, but atJarkko Hietaniemi2003-07-271-1/+1
* Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at allAdrian M. Enache2003-07-271-12/+51
* line_t is U32, not I32.Jarkko Hietaniemi2003-07-041-3/+3
* line numbers are given % 64kJames Jurach2003-07-021-2/+2
* Re: Bytecode? Back into service.Adrian M. Enache2003-03-201-0/+1
* regen_headers tiny tidying:Jarkko Hietaniemi2003-03-081-1/+1
* regen_headers outside Makefile (was Re: [PATCH] embed.pl doc)Nicholas Clark2002-11-191-1/+7
* fixes for various warnings identified by Visual C++Gurusamy Sarathy2002-05-071-1/+1
* Adding B::Asmdata docsMichael G. Schwern2001-12-151-2/+44
* Change $=, $., $*, $%, and $- to be IVs instead of longs.Jarkko Hietaniemi2001-11-291-5/+5
* Add the fruits of Larry Shatzer's version verifying script.Jarkko Hietaniemi2001-11-161-0/+3
* [PATCH] Attack of the C loops, round 1Richard Soderberg2001-11-131-2/+2
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-10/+3
* [PATCH @8436] Eliminate op_childrenStephen McCamant2001-01-151-1/+0
* the dTHR hitsMichael Stevens2000-12-061-1/+0
* Bytecompiler patches from Benjamin Stuhl.Jarkko Hietaniemi2000-08-221-114/+113
* get ByteLoader working againGurusamy Sarathy2000-03-071-1/+1
* s/use vars/our/ (from Gisle Aas)Gurusamy Sarathy2000-02-151-1/+1
* avoid stash pointers in optree under USE_ITHREADSGurusamy Sarathy1999-11-111-1/+1
* another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-2/+3
* more cleanup: avoid unused knowledge of "file GV" notion in CV and GVGurusamy Sarathy1999-10-291-2/+1
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-2/+2
* misc tweaksGurusamy Sarathy1999-09-061-1/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-0/+1
* Eliminate CONDOPsStephen McCamant1999-07-071-3/+1
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-1/+1
* Remove unnecessary and extraneous my $i = 0.Jarkko Hietaniemi1999-07-051-1/+0
* Integrate with mainperl.Jarkko Hietaniemi1999-07-041-14/+0
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-2/+15
* win32 build fixesGurusamy Sarathy1999-06-101-3/+3
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-2/+3