summaryrefslogtreecommitdiff
path: root/bytecode.pl
Commit message (Expand)AuthorAgeFilesLines
* 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
* ByteLoader mark 2Tom Hughes1999-05-281-92/+115
* Cures for _57 in AIX 4.1.5.0.Jarkko Hietaniemi1999-05-251-1/+1
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-2/+0
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-101-0/+1
* update copyright yearsGurusamy Sarathy1999-03-221-1/+1
* ensure 'make regen_headers' even without perl installedGurusamy Sarathy1998-11-271-0/+3
* s/PL_sv/PL_bytecode_sv/ etc., so we have unique, case-insensitiveGurusamy Sarathy1998-07-221-125/+125
* fix bytecode.pl with moved var namesGurusamy Sarathy1998-07-211-81/+101
* complete s/foo/PL_foo/ changes (all escaped cases identified withGurusamy Sarathy1998-07-201-18/+18
* fix outdated bytecode.plGurusamy Sarathy1998-06-111-7/+2
* Almost OK: 5.004_61 (threads, perlio)Spider Boardman1998-03-051-2/+2
* Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash withMalcolm Beattie1998-02-271-1/+1
* [win32] various cleanups so that B can be built as "just another extension"Gurusamy Sarathy1998-02-261-9/+15
* More compiler tweaks.Malcolm Beattie1998-02-251-8/+6
* Remove compiler files from their old lib/B locations. The compilerMalcolm Beattie1998-02-201-2/+2
* Start getting compiler to work when built with the core.Malcolm Beattie1998-02-201-11/+3
|\
| * [compiler] Win32 changes from Sarathy, tweaked slightly by me.Malcolm Beattie1998-02-201-5/+6
| * [perlext] Assorted changes to the compilerMalcolm Beattie1998-02-171-1/+1
| * Start overhauling compiler. It was working at least minimallyMalcolm Beattie1997-12-101-5/+3
| * Make compiler build/work with devel 5.005Malcolm Beattie1997-09-031-1/+9
| * Development to pre-alpha4Malcolm Beattie1997-05-031-7/+7
| * Initial check-in of perl compiler.Malcolm Beattie1997-05-031-0/+370
* Merge perlext/Compiler/... into mainline. Some files move toMalcolm Beattie1998-02-201-0/+377