summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-06-21 12:38:21 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-06-22 01:53:59 +0000
commitd09b2d29781629d5f0436d3a59d2552621af768b (patch)
tree991d92776cb5a97bba1d0894f26fc0738df69d19 /MANIFEST
parenta29cdaf07aa5601e42ae4955cc0f168e91a7c385 (diff)
downloadperl-d09b2d29781629d5f0436d3a59d2552621af768b.tar.gz
add patch that generates regnodes.h via regcomp.pl
Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup p4raw-id: //depot/perl@1188
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST3
1 files changed, 3 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index fa7a24bbcb..2ea489065a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -723,8 +723,11 @@ qnx/ar QNX implementation of "ar" utility
qnx/cpp QNX implementation of preprocessor filter
regcomp.c Regular expression compiler
regcomp.h Private declarations for above
+regcomp.pl Builder of regnodes.h
+regcomp.sym Data for regnodes.h
regexec.c Regular expression evaluator
regexp.h Public declarations for the above
+regnodes.h Description of nodes of RE engine
run.c The interpreter loop
scope.c Scope entry and exit code
scope.h Scope entry and exit header