summaryrefslogtreecommitdiff
path: root/ext/B
Commit message (Collapse)AuthorAgeFilesLines
* [win32] integrate mainlineGurusamy Sarathy1998-05-142-2/+10
| | | p4raw-id: //depot/win32/perl@973
* Miscellaneous minor fixesCharles Bailey1998-03-052-1/+1
| | | p4raw-id: //depot/perl@779
* [win32] various cleanups so that B can be built as "just another extension"Gurusamy Sarathy1998-02-262-26/+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
* [win32] integrate mainlineGurusamy Sarathy1998-02-251-1/+1
|\ | | | | p4raw-id: //depot/win32/perl@588
| * More compiler tweaks.Malcolm Beattie1998-02-251-1/+1
| | | | | | p4raw-id: //depot/perl@585
* | [win32] get compiler building under win32 (needed Makefile.PLGurusamy Sarathy1998-02-221-0/+9
|/ | | | | hacks that could be applicable to other platforms) p4raw-id: //depot/win32/perl@568
* Move lib/B/... and lib/[BO].pm over to where they should be,Malcolm Beattie1998-02-2020-0/+6155
| | | | | under ext/B. p4raw-id: //depot/perl@564
* Start getting compiler to work when built with the core.Malcolm Beattie1998-02-201-22/+13
| | | | | [Still won't work as of this change.] p4raw-id: //depot/perl@563
* Merge perlext/Compiler/... into mainline. Some files move toMalcolm Beattie1998-02-2014-0/+2638
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