summaryrefslogtreecommitdiff
path: root/byterun.h
Commit message (Collapse)AuthorAgeFilesLines
* ByteLoader mark 2Tom Hughes1999-05-281-183/+0
| | | | | | | | | To: perl5-porters@perl.org Message-ID: <bf337a0849.tom@compton.compton.nu> plus resolve tiny conflict with #3479 plus regen_headers. p4raw-id: //depot/cfgperl@3499
* Cures for _57 in AIX 4.1.5.0.Jarkko Hietaniemi1999-05-251-1/+1
| | | | | | | | | | | | (1) The lddlflags lost its -lc by change #3660 (and the politeness of change #3257). (2) optype_size must end up in perl.exp (as PL_optype_size). Added it to perlvars.h, fixed bytecode.pl, regen'ed the relevant headers. p4raw-link: @3660 (not found) p4raw-link: @3257 on //depot/cfgperl: 5f3774a9b49fbaa1b06fec2cad77079ee509d6ca p4raw-id: //depot/cfgperl@3479
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-3/+1
| | | | | | | | | | needed to open myconfig.SH rather than myconfig; sundry adjustments to bytecode stuff; tweaks to DYNAMIC_ENV_FETCH code to make it work under win32; getenv_sv() changed to getenv_len() since SVs aren't visible in the lower echelons; remove bogus exports from config.sym; PERL_OBJECT-ness for C++ exception support; null out IoDIRP in filter_del() or sv_free() will attempt to close it p4raw-id: //depot/perl@3387
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-101-6/+5
| | | | | | Message-ID: <609bdff748.tom@compton.compton.nu> Subject: ByteLoader patch p4raw-id: //depot/perl@3356
* phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-0/+2
| | | | | | | | | | (objpp.h is gone, embed.pl now does some of that); objXSUB.h should soon be automated also; the global variables that escaped the PL_foo conversion are now reined in; renamed MAGIC in regcomp.h to REG_MAGIC to avoid collision with the type of same name; duplicated lists of pp_things in various places is now gone; result has only been tested on win32 p4raw-id: //depot/perl@2133
* 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