In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/65be717f6aa83a42f3379d93eab290add00492fe?hp=d7cb65f2ace0ce6e923d8b8b50868eb175a47fad>

- Log -----------------------------------------------------------------
commit 65be717f6aa83a42f3379d93eab290add00492fe
Author: Father Chrysostomos <[email protected]>
Date:   Wed Oct 13 23:29:57 2010 -0700

    warnings.pl -> regen/warnings.pl

M       lib/warnings.pm
M       regen/warnings.pl
M       warnings.h

commit eb2624c95a41b2512e2c8b733c4fd413dd9330e5
Author: Father Chrysostomos <[email protected]>
Date:   Wed Oct 13 23:28:48 2010 -0700

    regcomp.pl -> regen/regcomp.pl

M       regen/regcomp.pl
M       regexp.h
M       regnodes.h

commit c416fdc92526dadcf4f3e9b21a3787b525280aec
Author: Father Chrysostomos <[email protected]>
Date:   Wed Oct 13 23:26:14 2010 -0700

    reentr.pl -> regen/reentr.pl

M       reentr.c
M       reentr.h
M       regen/reentr.pl

commit 1de57daf2d497210ed5eeb9f993ec4d55c56cda7
Author: Father Chrysostomos <[email protected]>
Date:   Wed Oct 13 23:24:22 2010 -0700

    overload.pl -> regen/overload.pl

M       lib/overload/numbers.pm
M       overload.c
M       overload.h
M       regen/overload.pl

commit d006332cfb349d5885d1ea03df62775bc204e064
Author: Father Chrysostomos <[email protected]>
Date:   Wed Oct 13 23:18:36 2010 -0700

    opcode.pl -> regen/opcode.pl

M       opcode.h
M       opnames.h
M       pp.sym
M       regen/opcode.pl

commit f8c27b692ec646033f2ca0684ec5527ec342a8e6
Author: Father Chrysostomos <[email protected]>
Date:   Wed Oct 13 23:22:56 2010 -0700

    keywords.pl -> regen/keywords.pl

M       keywords.h
M       regen/keywords.pl
-----------------------------------------------------------------------

Summary of changes:
 keywords.h              |    4 ++--
 lib/overload/numbers.pm |    2 +-
 lib/warnings.pm         |    2 +-
 opcode.h                |    4 ++--
 opnames.h               |    4 ++--
 overload.c              |    2 +-
 overload.h              |    2 +-
 pp.sym                  |    4 ++--
 reentr.c                |    2 +-
 reentr.h                |    2 +-
 regen/keywords.pl       |    4 ++--
 regen/opcode.pl         |   12 ++++++------
 regen/overload.pl       |    4 ++--
 regen/reentr.pl         |    4 ++--
 regen/regcomp.pl        |    2 +-
 regen/warnings.pl       |    4 ++--
 regexp.h                |   12 ++++++------
 regnodes.h              |    2 +-
 warnings.h              |    2 +-
 19 files changed, 37 insertions(+), 37 deletions(-)

diff --git a/keywords.h b/keywords.h
index b2e996d..526f3e4 100644
--- a/keywords.h
+++ b/keywords.h
@@ -9,8 +9,8 @@
  *    License or the Artistic License, as specified in the README file.
  *
  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by keywords.pl from its data.  Any changes made here
- *  will be lost!
+ *  This file is built by regen/keywords.pl from its data.  Any changes
+ *  made here will be lost!
  */
 #define KEY_NULL               0
 #define KEY___FILE__           1
diff --git a/lib/overload/numbers.pm b/lib/overload/numbers.pm
index d9daab5..599361e 100644
--- a/lib/overload/numbers.pm
+++ b/lib/overload/numbers.pm
@@ -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 overload.pl
+# This file is built by regen/overload.pl
 #
 
 package overload::numbers;
diff --git a/lib/warnings.pm b/lib/warnings.pm
index c8d6182..5aa0a9c 100644
--- a/lib/warnings.pm
+++ b/lib/warnings.pm
@@ -1,6 +1,6 @@
 # -*- buffer-read-only: t -*-
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-# This file was created by warnings.pl
+# This file was created by regen/warnings.pl
 # Any changes made here will be lost.
 #
 
diff --git a/opcode.h b/opcode.h
index 9bdae57..b670675 100644
--- a/opcode.h
+++ b/opcode.h
@@ -9,8 +9,8 @@
  *    License or the Artistic License, as specified in the README file.
  *
  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by opcode.pl from its data.  Any changes made here
- *  will be lost!
+ *  This file is built by regen/opcode.pl from its data.  Any changes made
+ *  here will be lost!
  */
 
 #ifndef PERL_GLOBAL_STRUCT_INIT
diff --git a/opnames.h b/opnames.h
index d63e548..07626d4 100644
--- a/opnames.h
+++ b/opnames.h
@@ -10,8 +10,8 @@
  *
  *
  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by opcode.pl from its data.  Any changes made here
- *  will be lost!
+ *  This file is built by regen/opcode.pl from its data.  Any changes made
+ *  here will be lost!
  */
 
 typedef enum opcode {
diff --git a/overload.c b/overload.c
index 4a9c94b..acd4003 100644
--- a/overload.c
+++ b/overload.c
@@ -9,7 +9,7 @@
  *    License or the Artistic License, as specified in the README file.
  *
  *  !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by overload.pl
+ *  This file is built by regen/overload.pl
  */
 
 #define AMG_id2name(id) (PL_AMG_names[id]+1)
diff --git a/overload.h b/overload.h
index bbef5cb..8d74b48 100644
--- a/overload.h
+++ b/overload.h
@@ -9,7 +9,7 @@
  *    License or the Artistic License, as specified in the README file.
  *
  *  !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by overload.pl
+ *  This file is built by regen/overload.pl
  */
 
 enum {
diff --git a/pp.sym b/pp.sym
index 9d4d754..611550e 100644
--- a/pp.sym
+++ b/pp.sym
@@ -1,8 +1,8 @@
 # -*- buffer-read-only: t -*-
 #
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-#   This file is built by opcode.pl from its data.  Any changes made here
-#   will be lost!
+#   This file is built by regen/opcode.pl from its data.  Any changes made
+#   here will be lost!
 #
 
 Perl_ck_anoncode
diff --git a/reentr.c b/reentr.c
index 8d9ab2a..c9db4a8 100644
--- a/reentr.c
+++ b/reentr.c
@@ -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 reentr.pl from data in reentr.pl.
+ *  This file is built by regen/reentr.pl from data in regen/reentr.pl.
  *
  * "Saruman," I said, standing away from him, "only one hand at a time can
  *  wield the One, and you know that well, so do not trouble to say we!"
diff --git a/reentr.h b/reentr.h
index 004cc46..8b43443 100644
--- a/reentr.h
+++ b/reentr.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 reentr.pl from data in reentr.pl.
+ *  This file is built by regen/reentr.pl from data in regen/reentr.pl.
  */
 
 #ifndef REENTR_H
diff --git a/regen/keywords.pl b/regen/keywords.pl
index 8a7904d..381e098 100755
--- a/regen/keywords.pl
+++ b/regen/keywords.pl
@@ -29,8 +29,8 @@ print <<EOM;
  *    License or the Artistic License, as specified in the README file.
  *
  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by keywords.pl from its data.  Any changes made here
- *  will be lost!
+ *  This file is built by regen/keywords.pl from its data.  Any changes
+ *  made here will be lost!
  */
 EOM
 
diff --git a/regen/opcode.pl b/regen/opcode.pl
index a2d3283..d1a47d5 100755
--- a/regen/opcode.pl
+++ b/regen/opcode.pl
@@ -127,8 +127,8 @@ print <<"END";
  *    License or the Artistic License, as specified in the README file.
  *
  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by opcode.pl from its data.  Any changes made here
- *  will be lost!
+ *  This file is built by regen/opcode.pl from its data.  Any changes made
+ *  here will be lost!
  */
 
 #ifndef PERL_GLOBAL_STRUCT_INIT
@@ -155,8 +155,8 @@ print $on <<"END";
  *
  *
  * !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by opcode.pl from its data.  Any changes made here
- *  will be lost!
+ *  This file is built by regen/opcode.pl from its data.  Any changes made
+ *  here will be lost!
  */
 
 typedef enum opcode {
@@ -467,8 +467,8 @@ print $ppsym <<"END";
 # -*- buffer-read-only: t -*-
 #
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-#   This file is built by opcode.pl from its data.  Any changes made here
-#   will be lost!
+#   This file is built by regen/opcode.pl from its data.  Any changes made
+#   here will be lost!
 #
 
 END
diff --git a/regen/overload.pl b/regen/overload.pl
index 5e14531..67a30ca 100644
--- a/regen/overload.pl
+++ b/regen/overload.pl
@@ -52,7 +52,7 @@ print <<"EOF";
 #   License or the Artistic License, as specified in the README file.
 #
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-# This file is built by overload.pl
+# This file is built by regen/overload.pl
 #
 
 package overload::numbers;
@@ -87,7 +87,7 @@ sub print_header {
  *    License or the Artistic License, as specified in the README file.
  *
  *  !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by overload.pl
+ *  This file is built by regen/overload.pl
  */
 EOF
 }
diff --git a/regen/reentr.pl b/regen/reentr.pl
index b432296..ba0cfdf 100644
--- a/regen/reentr.pl
+++ b/regen/reentr.pl
@@ -65,7 +65,7 @@ print <<EOF;
  *    License or the Artistic License, as specified in the README file.
  *
  *  !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by reentr.pl from data in reentr.pl.
+ *  This file is built by regen/reentr.pl from data in regen/reentr.pl.
  */
 
 #ifndef REENTR_H
@@ -814,7 +814,7 @@ print <<EOF;
  *    License or the Artistic License, as specified in the README file.
  *
  *  !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
- *  This file is built by reentr.pl from data in reentr.pl.
+ *  This file is built by regen/reentr.pl from data in regen/reentr.pl.
  *
  * "Saruman," I said, standing away from him, "only one hand at a time can
  *  wield the One, and you know that well, so do not trouble to say we!"
diff --git a/regen/regcomp.pl b/regen/regcomp.pl
index 45ec9ac..41cbc6e 100644
--- a/regen/regcomp.pl
+++ b/regen/regcomp.pl
@@ -136,7 +136,7 @@ my $out = safer_open($tmp_h);
 printf $out <<EOP,
 /* -*- buffer-read-only: t -*-
    !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-   This file is built by regcomp.pl from regcomp.sym.
+   This file is built by regen/regcomp.pl from regcomp.sym.
    Any changes made here will be lost!
 */
 
diff --git a/regen/warnings.pl b/regen/warnings.pl
index dfc8c6c..0129603 100644
--- a/regen/warnings.pl
+++ b/regen/warnings.pl
@@ -268,7 +268,7 @@ my $pm = safer_open("lib/warnings.pm-new");
 print $warn <<'EOM' ;
 /* -*- buffer-read-only: t -*-
    !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-   This file is built by warnings.pl
+   This file is built by regen/warnings.pl
    Any changes made here will be lost!
 */
 
@@ -438,7 +438,7 @@ rename_if_different("lib/warnings.pm-new", 
"lib/warnings.pm");
 __END__
 # -*- buffer-read-only: t -*-
 # !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-# This file was created by warnings.pl
+# This file was created by regen/warnings.pl
 # Any changes made here will be lost.
 #
 
diff --git a/regexp.h b/regexp.h
index 004d614..5acdc5e 100644
--- a/regexp.h
+++ b/regexp.h
@@ -221,8 +221,8 @@ and check for NULL.
  * Note that the flags whose names start with RXf_PMf_ are defined in
  * op_reg_common.h, being copied from the parallel flags of op_pmflags
  *
- * NOTE: if you modify any RXf flags you should run regen.pl or regcomp.pl
- * so that regnodes.h is updated with the changes.
+ * NOTE: if you modify any RXf flags you should run regen.pl or
+ * regen/regcomp.pl so that regnodes.h is updated with the changes.
  *
  */
 
@@ -287,8 +287,8 @@ and check for NULL.
 #define S_PAT_MODS      M_PAT_MODS      EXEC_PAT_MODS      NONDESTRUCT_PAT_MODS
 
 /*
- * NOTE: if you modify any RXf flags you should run regen.pl or regcomp.pl
- * so that regnodes.h is updated with the changes.
+ * NOTE: if you modify any RXf flags you should run regen.pl or
+ * regen/regcomp.pl so that regnodes.h is updated with the changes.
  *
  */
 
@@ -349,8 +349,8 @@ and check for NULL.
 #endif
 
 /*
- * NOTE: if you modify any RXf flags you should run regen.pl or regcomp.pl
- * so that regnodes.h is updated with the changes.
+ * NOTE: if you modify any RXf flags you should run regen.pl or
+ * regen/regcomp.pl so that regnodes.h is updated with the changes.
  *
  */
 
diff --git a/regnodes.h b/regnodes.h
index f5aacc2..6bae28c 100644
--- a/regnodes.h
+++ b/regnodes.h
@@ -1,6 +1,6 @@
 /* -*- buffer-read-only: t -*-
    !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-   This file is built by regcomp.pl from regcomp.sym.
+   This file is built by regen/regcomp.pl from regcomp.sym.
    Any changes made here will be lost!
 */
 
diff --git a/warnings.h b/warnings.h
index 3ed9ecf..ae13187 100644
--- a/warnings.h
+++ b/warnings.h
@@ -1,6 +1,6 @@
 /* -*- buffer-read-only: t -*-
    !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-   This file is built by warnings.pl
+   This file is built by regen/warnings.pl
    Any changes made here will be lost!
 */
 

--
Perl5 Master Repository

Reply via email to