summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MANIFEST4
-rw-r--r--Porting/exec-bit.txt2
-rw-r--r--regcharclass.h2
-rwxr-xr-xregen/regcharclass.pl (renamed from Porting/regcharclass.pl)0
4 files changed, 4 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index 9842238328..de536471bc 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -4432,7 +4432,6 @@ Porting/perlhist_calculate.pl Perform calculations to update perlhist
Porting/podtidy Reformat pod using Pod::Tidy
Porting/pumpkin.pod Guidelines and hints for Perl maintainers
Porting/README.y2038 Perl notes for the 2038 fix
-Porting/regcharclass.pl Generate regcharclass.h from inline data
Porting/release_managers_guide.pod Release Manager's Guide
Porting/release_schedule.pod Schedule for future releases
Porting/rt_list_patches A tool to help you apply patches from RT
@@ -4496,7 +4495,7 @@ README.vos Perl notes for Stratus VOS
README.win32 Perl notes for Windows
reentr.c Reentrant interfaces
reentr.h Reentrant interfaces
-regcharclass.h Generated by Porting/regcharclass.pl
+regcharclass.h Generated by regen/regcharclass.pl
regcomp.c Regular expression compiler
regcomp.h Private declarations for above
regcomp.sym Data for regnodes.h
@@ -4508,6 +4507,7 @@ regen/overload.pl generate overload.h
regen_perly.pl generate perly.{act,h,tab} from perly.y
regen.pl Run all scripts that (re)generate files
regen/reentr.pl Reentrant interfaces
+regen/regcharclass.pl Generate regcharclass.h from inline data
regen/regcomp.pl Builder of regnodes.h
regen/regen_lib.pl Common file routines for generator scripts
regen/warnings.pl Program to write warnings.h and lib/warnings.pm
diff --git a/Porting/exec-bit.txt b/Porting/exec-bit.txt
index 87d93d21ab..854fcb9e89 100644
--- a/Porting/exec-bit.txt
+++ b/Porting/exec-bit.txt
@@ -20,6 +20,7 @@ myconfig.SH
regen/embed.pl
regen/keywords.pl
regen/opcode.pl
+regen/regcharclass.pl
runtests.SH
t/TEST
vms/ext/filespec.t
@@ -48,7 +49,6 @@ Porting/make_dot_patch.pl
Porting/make_snapshot.pl
Porting/newtests-perldelta.pl
Porting/perlhist_calculate.pl
-Porting/regcharclass.pl
Porting/sort_perldiag.pl
Porting/valgrindpp.pl
mpeix/nm
diff --git a/regcharclass.h b/regcharclass.h
index e15da14bae..ea5cb99733 100644
--- a/regcharclass.h
+++ b/regcharclass.h
@@ -8,7 +8,7 @@
* License or the Artistic License, as specified in the README file.
*
* !!!!!!! DO NOT EDIT THIS FILE !!!!!!!
- * This file is built by Porting/regcharclass.pl.
+ * This file is built by regen/regcharclass.pl.
* Any changes made here will be lost!
*/
diff --git a/Porting/regcharclass.pl b/regen/regcharclass.pl
index c3ea8a62b0..c3ea8a62b0 100755
--- a/Porting/regcharclass.pl
+++ b/regen/regcharclass.pl