diff options
author | Nicholas Clark <nick@ccl4.org> | 2011-01-23 21:08:12 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2011-01-23 21:18:11 +0000 |
commit | 98e310af2e424d7966915bbf6e126ab8f117a9d0 (patch) | |
tree | 574ef4e72db1cff44a201e24e18834701c8308fc /MANIFEST | |
parent | 8770da0e36c1d16484eea6e86a2d0eeafad07f30 (diff) | |
download | perl-98e310af2e424d7966915bbf6e126ab8f117a9d0.tar.gz |
Move regencharclass.pl from Porting/ to regen/
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |