summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-20 18:23:47 +0000
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-20 18:23:47 +0000
commite21c45ac3eeaa7a94c61f7c376ce867a862637e4 (patch)
treeb2390e93c2184eb0ca8895a427fc243de65fc21f /MANIFEST
parenta798dbf2f5009fe67f7460a594ffd57a76c0fa98 (diff)
downloadperl-e21c45ac3eeaa7a94c61f7c376ce867a862637e4.tar.gz
Remove compiler files from their old lib/B locations. The compiler
now builds by default (without the byteperl executable so far) and seems to work at least minimally. p4raw-id: //depot/perl@565
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST30
1 files changed, 23 insertions, 7 deletions
diff --git a/MANIFEST b/MANIFEST
index 7d2920b732..a0e0dd5a63 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -32,7 +32,9 @@ XSUB.h Include file for extension subroutines
av.c Array value code
av.h Array value header
bytecode.h Bytecode header for compiler
-bytecode.pl Produces byterun.h, byterun.c and lib/B/Asmdata.pm
+bytecode.pl Produces byterun.h, byterun.c and ext/B/Asmdata.pm
+byterun.c Runtime support for compiler-generated bytecode
+byterun.h Header for byterun.c
cc_runtime.h Macros need by runtime of compiler-generated code
cflags.SH A script that emits C compilation flags per file
compat3.sym List of symbols for binary-compatibility with 5.003
@@ -123,9 +125,29 @@ emacs/ptags Creates smart TAGS file
embed.h Maps symbols to safer names
embed.pl Produces embed.h
embedvar.h C namespace management
+ext/B/B.pm Compiler backend support functions and methods
ext/B/B.xs Compiler backend external subroutines
+ext/B/B/Asmdata.pm Compiler backend data for assembler
+ext/B/B/Assembler.pm Compiler backend assembler support functions
+ext/B/B/Bblock.pm Compiler basic block analysis support
+ext/B/B/Bytecode.pm Compiler Bytecode backend
+ext/B/B/C.pm Compiler C backend
+ext/B/B/CC.pm Compiler CC backend
+ext/B/B/Debug.pm Compiler Debug backend
+ext/B/B/Deparse.pm Compiler Deparse backend
+ext/B/B/Disassembler.pm Compiler Disassembler backend
+ext/B/B/Lint.pm Compiler Lint backend
+ext/B/B/Showlex.pm Compiler Showlex backend
+ext/B/B/Stackobj.pm Compiler stack objects support functions
+ext/B/B/Terse.pm Compiler Terse backend
+ext/B/B/Xref.pm Compiler Xref backend
+ext/B/B/assemble Assemble compiler bytecode
+ext/B/B/cc_harness Simplistic wrapper for using -MO=CC compiler
+ext/B/B/disassemble Disassemble compiler bytecode output
+ext/B/B/makeliblinks Make a simplistic XSUB .so symlink tree for compiler
ext/B/Makefile.PL Compiler backend makefile writer
ext/B/NOTES Compiler backend notes
+ext/B/O.pm Compiler front-end module (-MO=...)
ext/B/README Compiler backend README
ext/B/TESTS Compiler backend test data
ext/B/Todo Compiler backend Todo list
@@ -368,11 +390,6 @@ keywords.pl Program to write keywords.h
lib/AnyDBM_File.pm Perl module to emulate dbmopen
lib/AutoLoader.pm Autoloader base class
lib/AutoSplit.pm Split up autoload functions
-lib/B.pm Compiler backend support functions and methods
-lib/B/assemble Assemble compiler bytecode
-lib/B/cc_harness Simplistic wrapper for using -MO=CC compiler
-lib/B/disassemble Disassemble compiler bytecode output
-lib/B/makeliblinks Make a simplistic XSUB .so symlink tree for compiler
lib/Benchmark.pm Measure execution time
lib/Bundle/CPAN.pm The CPAN bundle
lib/CGI.pm Web server interface ("Common Gateway Interface")
@@ -433,7 +450,6 @@ lib/Net/hostent.pm By-name interface to Perl's builtin gethost*
lib/Net/netent.pm By-name interface to Perl's builtin getnet*
lib/Net/protoent.pm By-name interface to Perl's builtin getproto*
lib/Net/servent.pm By-name interface to Perl's builtin getserv*
-lib/O.pm Compiler front-end module (-MO=...)
lib/Pod/Functions.pm used by pod/splitpod
lib/Pod/Html.pm Convert POD data to HTML
lib/Pod/Text.pm Convert POD data to formatted ASCII text