summaryrefslogtreecommitdiff
path: root/bytecode.pl
Commit message (Collapse)AuthorAgeFilesLines
* fix outdated bytecode.plGurusamy Sarathy1998-06-111-7/+2
| | | p4raw-id: //depot/perl@1113
* Almost OK: 5.004_61 (threads, perlio)Spider Boardman1998-03-051-2/+2
| | | p4raw-id: //depot/perl@774
* Change FREAD/FGETC to BGET_FREAD/BGET_FGETC to avoid clash withMalcolm Beattie1998-02-271-1/+1
| | | | | preprocessor symbol on Digital UNIX. p4raw-id: //depot/perl@602
* [win32] various cleanups so that B can be built as "just another extension"Gurusamy Sarathy1998-02-261-9/+15
| | | | | | | | | | - export symbols needed for building B - bset_obj_store() is needed by byterun(), so define it there instead of at B.xs, and export it - freadpv() is only used in B.xs, so move it there - byte*.h are now included by perl.h - regenerate embed*.h p4raw-id: //depot/win32/perl@589
* More compiler tweaks.Malcolm Beattie1998-02-251-8/+6
| | | p4raw-id: //depot/perl@585
* Remove compiler files from their old lib/B locations. The compilerMalcolm Beattie1998-02-201-2/+2
| | | | | | now builds by default (without the byteperl executable so far) and seems to work at least minimally. p4raw-id: //depot/perl@565
* Start getting compiler to work when built with the core.Malcolm Beattie1998-02-201-11/+3
|\ | | | | | | | | [Still won't work as of this change.] p4raw-id: //depot/perl@563
| * [compiler] Win32 changes from Sarathy, tweaked slightly by me.Malcolm Beattie1998-02-201-5/+6
| | | | | | p4raw-id: //depot/perlext/Compiler@561
| * [perlext] Assorted changes to the compilerMalcolm Beattie1998-02-171-1/+1
| | | | | | p4raw-id: //depot/perlext/Compiler@531
| * Start overhauling compiler. It was working at least minimallyMalcolm Beattie1997-12-101-5/+3
| | | | | | | | | | | | | | right up until the final tweak of B.xs to add threadsv_names at which point building it provokes a seg fault in perl while doing the xsubpp :-(. p4raw-id: //depot/perlext/Compiler@357
| * Make compiler build/work with devel 5.005Malcolm Beattie1997-09-031-1/+9
| | | | | | p4raw-id: //depot/perlext/Compiler@50
| * Development to pre-alpha4Malcolm Beattie1997-05-031-7/+7
| | | | | | p4raw-id: //depot/perlext/Compiler@11
| * Initial check-in of perl compiler.Malcolm Beattie1997-05-031-0/+370
| | | p4raw-id: //depot/perlext/Compiler@10
* Merge perlext/Compiler/... into mainline. Some files move toMalcolm Beattie1998-02-201-0/+377
ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some move to the base perl directory (e.g. headers). Will need some cleaning up before it builds properly, I would guess. p4raw-id: //depot/perl@562