summaryrefslogtreecommitdiff
path: root/byterun.h
Commit message (Collapse)AuthorAgeFilesLines
* PL_ prefix to all perlvars, part1Nick Ing-Simmons1998-07-181-4/+4
| | | | | Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT p4raw-id: //depot/ansiperl@1532
* fix outdated bytecode.plGurusamy Sarathy1998-06-111-3/+0
| | | p4raw-id: //depot/perl@1113
* [win32] add AS patch#25 (allow B build with -DPERL_OBJECT)Gurusamy Sarathy1998-06-041-1/+0
| | | p4raw-id: //depot/win32/perl@1074
* [asperl] add AS patch#20 (exposes more global constants)Gurusamy Sarathy1998-05-011-2/+2
| | | p4raw-id: //depot/asperl@908
* Almost OK: 5.004_61 (threads, perlio)Spider Boardman1998-03-051-1/+1
| | | p4raw-id: //depot/perl@774
* [win32] various cleanups so that B can be built as "just another extension"Gurusamy Sarathy1998-02-261-7/+1
| | | | | | | | | | - 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-6/+6
| | | p4raw-id: //depot/perl@585
* [compiler] Win32 changes from Sarathy, tweaked slightly by me.Malcolm Beattie1998-02-201-5/+7
| | | p4raw-id: //depot/perlext/Compiler@561
* Start overhauling compiler. It was working at least minimallyMalcolm Beattie1997-12-101-21/+19
| | | | | | | 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/+8
| | | p4raw-id: //depot/perlext/Compiler@50
* Initial check-in of perl compiler.Malcolm Beattie1997-05-031-0/+187
p4raw-id: //depot/perlext/Compiler@10