This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Merge perlext/Compiler/... into mainline. Some files move to
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Fri, 20 Feb 1998 16:42:13 +0000 (16:42 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Fri, 20 Feb 1998 16:42:13 +0000 (16:42 +0000)
commita8a597b252f6dd39ef24cf476a20f8618821e02f
tree9174bca691850d453d3313367a31f17d28fc39e6
parent78857c3c631dc8d94f4168aa465a27b5efceb36e
Merge perlext/Compiler/... into mainline. Some files move to
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
23 files changed:
bytecode.h [new file with mode: 0644]
bytecode.pl [new file with mode: 0644]
cc_runtime.h [new file with mode: 0644]
ext/B/B.xs [new file with mode: 0644]
ext/B/Makefile.PL [new file with mode: 0644]
ext/B/NOTES [new file with mode: 0644]
ext/B/README [new file with mode: 0644]
ext/B/TESTS [new file with mode: 0644]
ext/B/Todo [new file with mode: 0644]
ext/B/byteperl.c [new file with mode: 0644]
ext/B/ramblings/cc.notes [new file with mode: 0644]
ext/B/ramblings/curcop.runtime [new file with mode: 0644]
ext/B/ramblings/flip-flop [new file with mode: 0644]
ext/B/ramblings/magic [new file with mode: 0644]
ext/B/ramblings/reg.alloc [new file with mode: 0644]
ext/B/ramblings/runtime.porting [new file with mode: 0644]
ext/B/typemap [new file with mode: 0644]
lib/B.pm [new file with mode: 0644]
lib/B/assemble [new file with mode: 0755]
lib/B/cc_harness [new file with mode: 0644]
lib/B/disassemble [new file with mode: 0755]
lib/B/makeliblinks [new file with mode: 0644]
lib/O.pm [new file with mode: 0644]