summaryrefslogtreecommitdiff
path: root/byterun.c
Commit message (Collapse)AuthorAgeFilesLines
* Almost OK: 5.004_61 (threads, perlio)Spider Boardman1998-03-051-1/+1
| | | 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-2/+14
| | | | | | | | | | - 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-5/+3
| | | p4raw-id: //depot/perl@585
* [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-32/+18
| | | | | | | 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/+2
| | | 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/+870
p4raw-id: //depot/perlext/Compiler@10