Change 29800 by [EMAIL PROTECTED] on 2007/01/13 23:25:42

        Integrate:
        [ 26562]
        Update copyrights for files modified in 2006
        
        [ 26564]
        Subject: [patch] comment grammar and indentation, spurious tab
        From: Jim Cromie <[EMAIL PROTECTED]>
        Date: Fri, 30 Dec 2005 22:45:55 -0700
        Message-ID: <[EMAIL PROTECTED]>
        
        [ 26652]
        More copyright updates
        
        [ 26732]
        Update copyright years (including some years where we made changes but
        did not update)

Affected files ...

... //depot/maint-5.8/perl/cop.h#23 integrate
... //depot/maint-5.8/perl/deb.c#17 integrate
... //depot/maint-5.8/perl/doio.c#83 integrate
... //depot/maint-5.8/perl/dump.c#56 integrate
... //depot/maint-5.8/perl/hv.c#89 integrate
... //depot/maint-5.8/perl/locale.c#21 integrate
... //depot/maint-5.8/perl/mathoms.c#15 integrate
... //depot/maint-5.8/perl/mg.c#118 integrate
... //depot/maint-5.8/perl/mg.h#12 integrate
... //depot/maint-5.8/perl/perl.h#124 integrate
... //depot/maint-5.8/perl/perlio.c#81 integrate
... //depot/maint-5.8/perl/perlvars.h#19 integrate
... //depot/maint-5.8/perl/pp_ctl.c#134 integrate
... //depot/maint-5.8/perl/pp_pack.c#44 integrate
... //depot/maint-5.8/perl/pp_sort.c#39 integrate
... //depot/maint-5.8/perl/run.c#7 integrate
... //depot/maint-5.8/perl/scope.c#51 integrate
... //depot/maint-5.8/perl/sv.c#276 edit
... //depot/maint-5.8/perl/sv.h#64 integrate
... //depot/maint-5.8/perl/taint.c#17 integrate
... //depot/maint-5.8/perl/thread.h#17 integrate

Differences ...

==== //depot/maint-5.8/perl/cop.h#23 (text) ====
Index: perl/cop.h
--- perl/cop.h#22~29760~        2007-01-11 09:10:41.000000000 -0800
+++ perl/cop.h  2007-01-13 15:25:42.000000000 -0800
@@ -1,7 +1,7 @@
 /*    cop.h
  *
  *    Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- *    2000, 2001, 2002, 2003, 2004, by Larry Wall and others
+ *    2000, 2001, 2002, 2003, 2004, 2005, 2006 by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/deb.c#17 (text) ====
Index: perl/deb.c
--- perl/deb.c#16~29771~        2007-01-12 05:01:39.000000000 -0800
+++ perl/deb.c  2007-01-13 15:25:42.000000000 -0800
@@ -1,7 +1,7 @@
 /*    deb.c
  *
  *    Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1998, 1999,
- *    2000, 2001, 2002, 2003, 2004, 2005, by Larry Wall and others
+ *    2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/dump.c#56 (text) ====
Index: perl/dump.c
--- perl/dump.c#55~29792~       2007-01-13 10:44:35.000000000 -0800
+++ perl/dump.c 2007-01-13 15:25:42.000000000 -0800
@@ -1,7 +1,7 @@
 /*    dump.c
  *
  *    Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- *    2000, 2001, 2002, 2003, 2004, 2005, by Larry Wall and others
+ *    2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/locale.c#21 (text) ====
Index: perl/locale.c
--- perl/locale.c#20~29771~     2007-01-12 05:01:39.000000000 -0800
+++ perl/locale.c       2007-01-13 15:25:42.000000000 -0800
@@ -1,7 +1,7 @@
 /*    locale.c
  *
  *    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- *    2000, 2001, 2002, 2003, 2005, by Larry Wall and others
+ *    2000, 2001, 2002, 2003, 2005, 2006, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/mathoms.c#15 (text) ====
Index: perl/mathoms.c
--- perl/mathoms.c#14~29132~    2006-10-29 11:16:37.000000000 -0800
+++ perl/mathoms.c      2007-01-13 15:25:42.000000000 -0800
@@ -1,6 +1,6 @@
 /*    mathoms.c
  *
- *    Copyright (C) 2005, by Larry Wall and others
+ *    Copyright (C) 2005, 2006, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/mg.c#118 (text) ====
Index: perl/mg.c
--- perl/mg.c#117~29794~        2007-01-13 11:26:17.000000000 -0800
+++ perl/mg.c   2007-01-13 15:25:42.000000000 -0800
@@ -1,7 +1,7 @@
 /*    mg.c
  *
  *    Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- *    2000, 2001, 2002, 2003, 2004, 2005, 2006 by Larry Wall and others
+ *    2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/mg.h#12 (text) ====
Index: perl/mg.h
--- perl/mg.h#11~28128~ 2006-05-08 12:22:03.000000000 -0700
+++ perl/mg.h   2007-01-13 15:25:42.000000000 -0800
@@ -1,7 +1,7 @@
 /*    mg.h
  *
  *    Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1999,
- *    2000, 2002, by Larry Wall and others
+ *    2000, 2002, 2005, 2006, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/perl.h#124 (text) ====
Index: perl/perl.h
--- perl/perl.h#123~29163~      2006-10-30 10:26:48.000000000 -0800
+++ perl/perl.h 2007-01-13 15:25:42.000000000 -0800
@@ -1,7 +1,7 @@
 /*    perl.h
  *
  *    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- *    2000, 2001, 2002, 2003, 2004, 2005, 2006 by Larry Wall and others
+ *    2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/perlvars.h#19 (text) ====
Index: perl/perlvars.h
--- perl/perlvars.h#18~28115~   2006-05-06 17:03:20.000000000 -0700
+++ perl/perlvars.h     2007-01-13 15:25:42.000000000 -0800
@@ -1,6 +1,7 @@
 /*    perlvars.h
  *
- *    Copyright (C) 1999, 2000, 2001, 2002, by Larry Wall and others
+ *    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
+ *    by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/pp_pack.c#44 (text) ====
Index: perl/pp_pack.c
--- perl/pp_pack.c#43~29771~    2007-01-12 05:01:39.000000000 -0800
+++ perl/pp_pack.c      2007-01-13 15:25:42.000000000 -0800
@@ -1,7 +1,7 @@
 /*    pp_pack.c
  *
  *    Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- *    2000, 2001, 2002, 2003, 2004, 2005, by Larry Wall and others
+ *    2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/run.c#7 (text) ====
Index: perl/run.c
--- perl/run.c#6~25472~ 2005-09-18 08:52:39.000000000 -0700
+++ perl/run.c  2007-01-13 15:25:42.000000000 -0800
@@ -1,7 +1,7 @@
 /*    run.c
  *
  *    Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- *    2000, 2001, by Larry Wall and others
+ *    2000, 2001, 2004, 2005, 2006, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/scope.c#51 (text) ====
Index: perl/scope.c
--- perl/scope.c#50~29769~      2007-01-12 03:55:51.000000000 -0800
+++ perl/scope.c        2007-01-13 15:25:42.000000000 -0800
@@ -1,7 +1,7 @@
 /*    scope.c
  *
  *    Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- *    2000, 2001, 2002, 2003, 2004, 2005, by Larry Wall and others
+ *    2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/sv.c#276 (text) ====
Index: perl/sv.c
--- perl/sv.c#275~29794~        2007-01-13 11:26:17.000000000 -0800
+++ perl/sv.c   2007-01-13 15:25:42.000000000 -0800
@@ -115,7 +115,7 @@
 called by visit() for each SV]):
 
     sv_report_used() / do_report_used()
-                       dump all remaining SVs (debugging aid)
+                       dump all remaining SVs (debugging aid)
 
     sv_clean_objs() / do_clean_objs(),do_clean_named_objs()
                        Attempt to free all objects pointed to by RVs,
@@ -1121,7 +1121,7 @@
 #endif
 
        if (new_type == SVt_PVIO)
-           IoPAGE_LEN(sv)      = 60;
+           IoPAGE_LEN(sv) = 60;
        break;
     default:
        Perl_croak(aTHX_ "panic: sv_upgrade to unknown type %lu", new_type);
@@ -1723,7 +1723,7 @@
        } else if (SvTYPE(sv) < SVt_PVNV)
            sv_upgrade(sv, SVt_PVNV);
 
-       /* If NV preserves UV then we only use the UV value if we know that
+       /* If NVs preserve UVs then we only use the UV value if we know that
           we aren't going to call atof() below. If NVs don't preserve UVs
           then the value returned may have more precision than atof() will
           return, even though value isn't perfectly accurate.  */

==== //depot/maint-5.8/perl/sv.h#64 (text) ====
Index: perl/sv.h
--- perl/sv.h#63~29795~ 2007-01-13 14:37:35.000000000 -0800
+++ perl/sv.h   2007-01-13 15:25:42.000000000 -0800
@@ -1,7 +1,7 @@
 /*    sv.h
  *
  *    Copyright (C) 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- *    2000, 2001, 2002, 2003, 2004, 2005, 2006 by Larry Wall and others
+ *    2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/taint.c#17 (text) ====
Index: perl/taint.c
--- perl/taint.c#16~29771~      2007-01-12 05:01:39.000000000 -0800
+++ perl/taint.c        2007-01-13 15:25:42.000000000 -0800
@@ -1,7 +1,7 @@
 /*    taint.c
  *
  *    Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999,
- *    2000, 2001, 2002, by Larry Wall and others
+ *    2000, 2001, 2002, 2003, 2004, 2005, 2006, by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
  *    License or the Artistic License, as specified in the README file.

==== //depot/maint-5.8/perl/thread.h#17 (text) ====
Index: perl/thread.h
--- perl/thread.h#16~24156~     2005-04-05 04:07:15.000000000 -0700
+++ perl/thread.h       2007-01-13 15:25:42.000000000 -0800
@@ -1,6 +1,6 @@
 /*    thread.h
  *
- *    Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005
+ *    Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
  *    by Larry Wall and others
  *
  *    You may distribute under the terms of either the GNU General Public
End of Patch.

Reply via email to