In perl.git, the branch blead has been updated

<http://perl5.git.perl.org/perl.git/commitdiff/d7cb65f2ace0ce6e923d8b8b50868eb175a47fad?hp=2bd4012dc624b6c0e9c04f091f91d51aadf2738a>

- Log -----------------------------------------------------------------
commit d7cb65f2ace0ce6e923d8b8b50868eb175a47fad
Author: Father Chrysostomos <[email protected]>
Date:   Wed Oct 13 23:15:06 2010 -0700

    embed.pl -> regen/embed.pl
    
    so newcomers can find it more easily
-----------------------------------------------------------------------

Summary of changes:
 embed.fnc      |    4 ++--
 embed.h        |    4 ++--
 embedvar.h     |    4 ++--
 global.sym     |    4 ++--
 intrpvar.h     |    2 +-
 perlapi.c      |    4 ++--
 perlapi.h      |    4 ++--
 perlvars.h     |    2 +-
 proto.h        |    4 ++--
 regen/embed.pl |    4 ++--
 10 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/embed.fnc b/embed.fnc
index ee596d1..d5a99c5 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1,6 +1,6 @@
-: BEGIN {die "You meant to run embed.pl"} # Stop early if fed to perl.
+: BEGIN{die "You meant to run regen/embed.pl"} # Stop early if fed to perl.
 :
-: This file is processed by embed.pl and autodoc.pl
+: This file is processed by regen/embed.pl and autodoc.pl
 :
 : Lines are of the form:
 :    flags|return_type|function_name|arg1|arg2|...|argN
diff --git a/embed.h b/embed.h
index f186c99..b0d35f1 100644
--- a/embed.h
+++ b/embed.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 embed.pl from data in embed.fnc, embed.pl,
- * pp.sym, intrpvar.h, and perlvars.h.
+ * This file is built by regen/embed.pl from data in embed.fnc,
+ * regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h.
  * Any changes made here will be lost!
  *
  * Edit those files and run 'make regen_headers' to effect changes.
diff --git a/embedvar.h b/embedvar.h
index a8ec4cf..b7f2454 100644
--- a/embedvar.h
+++ b/embedvar.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 embed.pl from data in embed.fnc, embed.pl,
- * pp.sym, intrpvar.h, and perlvars.h.
+ * This file is built by regen/embed.pl from data in embed.fnc,
+ * regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h.
  * Any changes made here will be lost!
  *
  * Edit those files and run 'make regen_headers' to effect changes.
diff --git a/global.sym b/global.sym
index d888892..049e25c 100644
--- a/global.sym
+++ b/global.sym
@@ -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 embed.pl from data in embed.fnc, embed.pl,
-# pp.sym, intrpvar.h, and perlvars.h.
+# This file is built by regen/embed.pl from data in embed.fnc,
+# regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h.
 # Any changes made here will be lost!
 #
 # Edit those files and run 'make regen_headers' to effect changes.
diff --git a/intrpvar.h b/intrpvar.h
index 37ded60..55e91f6 100644
--- a/intrpvar.h
+++ b/intrpvar.h
@@ -15,7 +15,7 @@
 /* These variables are per-interpreter in threaded/multiplicity builds,
  * global otherwise.
 
- * Don't forget to re-run embed.pl to propagate changes! */
+ * Don't forget to re-run regen/embed.pl to propagate changes! */
 
 /* New variables must be added to the very end for binary compatibility.
  * XSUB.h provides wrapper functions via perlapi.h that make this
diff --git a/perlapi.c b/perlapi.c
index ff7d628..232b94f 100644
--- a/perlapi.c
+++ b/perlapi.c
@@ -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 embed.pl from data in embed.fnc, embed.pl,
- * pp.sym, intrpvar.h, and perlvars.h.
+ * This file is built by regen/embed.pl from data in embed.fnc,
+ * regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h.
  * Any changes made here will be lost!
  *
  * Edit those files and run 'make regen_headers' to effect changes.
diff --git a/perlapi.h b/perlapi.h
index 8e2c1f0..151eacc 100644
--- a/perlapi.h
+++ b/perlapi.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 embed.pl from data in embed.fnc, embed.pl,
- * pp.sym, intrpvar.h, and perlvars.h.
+ * This file is built by regen/embed.pl from data in embed.fnc,
+ * regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h.
  * Any changes made here will be lost!
  *
  * Edit those files and run 'make regen_headers' to effect changes.
diff --git a/perlvars.h b/perlvars.h
index 0e09ead..e424913 100644
--- a/perlvars.h
+++ b/perlvars.h
@@ -12,7 +12,7 @@
 =head1 Global Variables
 */
 
-/* Don't forget to re-run embed.pl to propagate changes! */
+/* Don't forget to re-run regen/embed.pl to propagate changes! */
 
 /* This file describes the "global" variables used by perl
  * This used to be in perl.h directly but we want to abstract out into
diff --git a/proto.h b/proto.h
index 23577f9..fb3ed70 100644
--- a/proto.h
+++ b/proto.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 embed.pl from data in embed.fnc, embed.pl,
- * pp.sym, intrpvar.h, and perlvars.h.
+ * This file is built by regen/embed.pl from data in embed.fnc,
+ * regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h.
  * Any changes made here will be lost!
  *
  * Edit those files and run 'make regen_headers' to effect changes.
diff --git a/regen/embed.pl b/regen/embed.pl
index 3aae2cd..92dcfce 100755
--- a/regen/embed.pl
+++ b/regen/embed.pl
@@ -59,8 +59,8 @@ sub do_not_edit ($)
    License or the Artistic License, as specified in the README file.
 
 !!!!!!!   DO NOT EDIT THIS FILE   !!!!!!!
-This file is built by embed.pl from data in embed.fnc, embed.pl,
-pp.sym, intrpvar.h, and perlvars.h.
+This file is built by regen/embed.pl from data in embed.fnc,
+regen/embed.pl, pp.sym, intrpvar.h, and perlvars.h.
 Any changes made here will be lost!
 
 Edit those files and run 'make regen_headers' to effect changes.

--
Perl5 Master Repository

Reply via email to