gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-294


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, gawk-4.2-stable, updated. gawk-4.1.0-2945-g52ccca8
Date: Tue, 13 Mar 2018 14:28:44 -0400 (EDT)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, gawk-4.2-stable has been updated
       via  52ccca825af423b22f2771755176d2c29a1a68be (commit)
      from  7d16ecd69bced8cd7a4695089c53c4079e81019d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=52ccca825af423b22f2771755176d2c29a1a68be

commit 52ccca825af423b22f2771755176d2c29a1a68be
Author: Arnold D. Robbins <address@hidden>
Date:   Tue Mar 13 20:28:20 2018 +0200

    Update copyright years that should have been updated before 4.2.1 release.

diff --git a/ChangeLog b/ChangeLog
index 969517f..1ae7cbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-13         Arnold D. Robbins     <address@hidden>
+
+       * debug.c, nonposix.h: Update copyright year.
+
 2018-03-11         Arnold D. Robbins     <address@hidden>
 
        * compile, config.guess, config.sub, configure.ac, depcomp,
diff --git a/debug.c b/debug.c
index 7a5ad21..ed763e3 100644
--- a/debug.c
+++ b/debug.c
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2004, 2010-2013, 2016-2017 the Free Software Foundation, Inc.
+ * Copyright (C) 2004, 2010-2013, 2016-2018 the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 45c61dd..107414e 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-13         Arnold D. Robbins     <address@hidden>
+
+       * gawkworkflow.texi: Fix update month.
+
 2018-02-25         Arnold D. Robbins     <address@hidden>
 
        * 4.2.1: Release tar ball made.
diff --git a/doc/gawkworkflow.texi b/doc/gawkworkflow.texi
index 88d5e5d..2b97139 100644
--- a/doc/gawkworkflow.texi
+++ b/doc/gawkworkflow.texi
@@ -28,7 +28,7 @@
 @c applies to and all the info about who's publishing this edition
 
 @c These apply across the board.
address@hidden UPDATE-MONTH April, 2017
address@hidden UPDATE-MONTH November, 2017
 
 @set TITLE Participating in @command{gawk} Development
 @set EDITION 0.7
diff --git a/extension/ChangeLog b/extension/ChangeLog
index c793fc2..0ac4457 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,12 @@
+2018-03-13         Arnold D. Robbins     <address@hidden>
+
+       * filefuncs.3am, filefuncs.c, fnmatch.3am, fnmatch.c,
+       fork.3am, fork.c, inplace.3am, inplace.c, intdiv.c,
+       ordchr.3am, ordchr.c, readdir.3am, readdir.c, readdir_test.c,
+       readfile.3am, readfile.c, revoutput.3am, revoutput.c,
+       revtwoway.3am, revtwoway.c, rwarray.3am, rwarray.c,
+       rwarray0.c, testext.c, time.3am, time.c: Update copyright year.
+
 2018-03-07  gettextize  <address@hidden>
 
        * Makefile.am (SUBDIRS): Add po.
diff --git a/extension/filefuncs.3am b/extension/filefuncs.3am
index e5be1e9..36acf64 100644
--- a/extension/filefuncs.3am
+++ b/extension/filefuncs.3am
@@ -1,4 +1,4 @@
-.TH FILEFUNCS 3am "Jan 15 2013" "Free Software Foundation" "GNU Awk Extension 
Modules"
+.TH FILEFUNCS 3am "Feb 21 2018" "Free Software Foundation" "GNU Awk Extension 
Modules"
 .SH NAME
 filefuncs \- provide some file related functionality to gawk
 .SH SYNOPSIS
@@ -346,7 +346,7 @@ distribution for an example.
 Arnold Robbins,
 .BR address@hidden .
 .SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013,
+Copyright \(co 2012, 2013, 2018,
 Free Software Foundation, Inc.
 .PP
 Permission is granted to make and distribute verbatim copies of
diff --git a/extension/filefuncs.c b/extension/filefuncs.c
index 017256a..1cf3745 100644
--- a/extension/filefuncs.c
+++ b/extension/filefuncs.c
@@ -10,7 +10,7 @@
  */
 
 /*
- * Copyright (C) 2001, 2004, 2005, 2010-2017
+ * Copyright (C) 2001, 2004, 2005, 2010-2018
  * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
diff --git a/extension/fnmatch.3am b/extension/fnmatch.3am
index d82a154..c9e2b82 100644
--- a/extension/fnmatch.3am
+++ b/extension/fnmatch.3am
@@ -1,4 +1,4 @@
-.TH FNMATCH 3am "Jan 15 2013" "Free Software Foundation" "GNU Awk Extension 
Modules"
+.TH FNMATCH 3am "Feb 21 2018" "Free Software Foundation" "GNU Awk Extension 
Modules"
 .SH NAME
 fnmatch \- compare a string against a filename wildcard
 .SH SYNOPSIS
@@ -101,7 +101,7 @@ if (fnmatch("*.a", "foo.c", flags) == FNM_NOMATCH)
 Arnold Robbins,
 .BR address@hidden .
 .SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013,
+Copyright \(co 2012, 2013, 2018,
 Free Software Foundation, Inc.
 .PP
 Permission is granted to make and distribute verbatim copies of
diff --git a/extension/fnmatch.c b/extension/fnmatch.c
index 9e39e43..bf7d124 100644
--- a/extension/fnmatch.c
+++ b/extension/fnmatch.c
@@ -7,7 +7,7 @@
  */
 
 /*
- * Copyright (C) 2012, 2013 the Free Software Foundation, Inc.
+ * Copyright (C) 2012, 2013, 2018 the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/extension/fork.3am b/extension/fork.3am
index 14e3e1f..31daa24 100644
--- a/extension/fork.3am
+++ b/extension/fork.3am
@@ -1,4 +1,4 @@
-.TH FORK 3am "Jan 15 2013" "Free Software Foundation" "GNU Awk Extension 
Modules"
+.TH FORK 3am "Feb 02 2018" "Free Software Foundation" "GNU Awk Extension 
Modules"
 .SH NAME
 fork, wait, waitpid \- basic process management
 .SH SYNOPSIS
@@ -74,7 +74,7 @@ else
 Arnold Robbins,
 .BR address@hidden .
 .SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013,
+Copyright \(co 2012, 2013, 2018,
 Free Software Foundation, Inc.
 .PP
 Permission is granted to make and distribute verbatim copies of
diff --git a/extension/fork.c b/extension/fork.c
index 9ff758d..6fa6f0f 100644
--- a/extension/fork.c
+++ b/extension/fork.c
@@ -6,7 +6,8 @@
  */
 
 /*
- * Copyright (C) 2001, 2004, 2011, 2012, 2013 the Free Software Foundation, 
Inc.
+ * Copyright (C) 2001, 2004, 2011, 2012, 2013, 2018
+ * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/extension/inplace.3am b/extension/inplace.3am
index 0d1d535..48fac54 100644
--- a/extension/inplace.3am
+++ b/extension/inplace.3am
@@ -1,4 +1,4 @@
-.TH INPLACE 3am "Jun 17 2015" "Free Software Foundation" "GNU Awk Extension 
Modules"
+.TH INPLACE 3am "Feb 02 2018" "Free Software Foundation" "GNU Awk Extension 
Modules"
 .SH NAME
 inplace \- emulate sed/perl/ruby in-place editing
 .SH SYNOPSIS
@@ -66,7 +66,7 @@ gawk -i inplace -f \f(CIscriptfile\fP files ...
 Andrew Schorr,
 .BR address@hidden .
 .SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013, 2015
+Copyright \(co 2012, 2013, 2015, 2018,
 Free Software Foundation, Inc.
 .PP
 Permission is granted to make and distribute verbatim copies of
diff --git a/extension/inplace.c b/extension/inplace.c
index daed065..516edc9 100644
--- a/extension/inplace.c
+++ b/extension/inplace.c
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2013-2015 the Free Software Foundation, Inc.
+ * Copyright (C) 2013-2015, 2018, the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/extension/intdiv.c b/extension/intdiv.c
index bd0919c..4e3ae50 100644
--- a/extension/intdiv.c
+++ b/extension/intdiv.c
@@ -1,3 +1,28 @@
+/*
+ * intdiv.c - Provide integer div/mod for MPFR.
+ */
+
+/*
+ * Copyright (C) 2017, 2018, the Free Software Foundation, Inc.
+ *
+ * This file is part of GAWK, the GNU implementation of the
+ * AWK Programming Language.
+ *
+ * GAWK is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * GAWK is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, 
USA
+ */
+
 #ifdef HAVE_CONFIG_H
 #include <config.h>
 #endif
diff --git a/extension/ordchr.3am b/extension/ordchr.3am
index 186cf61..8831ab5 100644
--- a/extension/ordchr.3am
+++ b/extension/ordchr.3am
@@ -1,4 +1,4 @@
-.TH ORDCHR 3am "Jan 15 2013" "Free Software Foundation" "GNU Awk Extension 
Modules"
+.TH ORDCHR 3am "Feb 02 2018" "Free Software Foundation" "GNU Awk Extension 
Modules"
 .SH NAME
 ordchr \- convert characters to strings and vice versa
 .SH SYNOPSIS
@@ -54,7 +54,7 @@ printf("The string value of 65 is %s\en", chr(65))
 Arnold Robbins,
 .BR address@hidden .
 .SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013,
+Copyright \(co 2012, 2013, 2018,
 Free Software Foundation, Inc.
 .PP
 Permission is granted to make and distribute verbatim copies of
diff --git a/extension/ordchr.c b/extension/ordchr.c
index f0e9056..d954312 100644
--- a/extension/ordchr.c
+++ b/extension/ordchr.c
@@ -9,7 +9,8 @@
  */
 
 /*
- * Copyright (C) 2001, 2004, 2011, 2012, 2013 the Free Software Foundation, 
Inc.
+ * Copyright (C) 2001, 2004, 2011, 2012, 2013, 2018
+ * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/extension/readdir.3am b/extension/readdir.3am
index cbc221d..9cec860 100644
--- a/extension/readdir.3am
+++ b/extension/readdir.3am
@@ -1,4 +1,4 @@
-.TH READDIR 3am "Jan 15 2013" "Free Software Foundation" "GNU Awk Extension 
Modules"
+.TH READDIR 3am "Feb 02 2018" "Free Software Foundation" "GNU Awk Extension 
Modules"
 .SH NAME
 readdir \- directory input parser for gawk
 .SH SYNOPSIS
@@ -81,7 +81,7 @@ BEGIN { FS = "/" }
 Arnold Robbins,
 .BR address@hidden .
 .SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013,
+Copyright \(co 2012, 2013, 2018,
 Free Software Foundation, Inc.
 .PP
 Permission is granted to make and distribute verbatim copies of
diff --git a/extension/readdir.c b/extension/readdir.c
index c4aa7b0..e8deecd 100644
--- a/extension/readdir.c
+++ b/extension/readdir.c
@@ -10,7 +10,7 @@
  */
 
 /*
- * Copyright (C) 2012-2014 the Free Software Foundation, Inc.
+ * Copyright (C) 2012-2014, 2018 the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/extension/readdir_test.c b/extension/readdir_test.c
index a9faa54..074d4ed 100644
--- a/extension/readdir_test.c
+++ b/extension/readdir_test.c
@@ -10,7 +10,7 @@
  */
 
 /*
- * Copyright (C) 2012-2014, 2017 the Free Software Foundation, Inc.
+ * Copyright (C) 2012-2014, 2017, 2018 the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/extension/readfile.3am b/extension/readfile.3am
index a10815a..8752bd5 100644
--- a/extension/readfile.3am
+++ b/extension/readfile.3am
@@ -1,4 +1,4 @@
-.TH READFILE 3am "Mar 24 2013" "Free Software Foundation" "GNU Awk Extension 
Modules"
+.TH READFILE 3am "Feb 02 2018" "Free Software Foundation" "GNU Awk Extension 
Modules"
 .SH NAME
 readfile \- return the entire contents of a file as a string
 .SH SYNOPSIS
@@ -63,7 +63,7 @@ if (contents == "" && ERRNO != "") {
 Arnold Robbins,
 .BR address@hidden .
 .SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013, 2014,
+Copyright \(co 2012, 2013, 2014, 2018,
 Free Software Foundation, Inc.
 .PP
 Permission is granted to make and distribute verbatim copies of
diff --git a/extension/readfile.c b/extension/readfile.c
index 99a12b4..6c3307c 100644
--- a/extension/readfile.c
+++ b/extension/readfile.c
@@ -12,7 +12,7 @@
  */
 
 /*
- * Copyright (C) 2002, 2003, 2004, 2011, 2012, 2013, 2014
+ * Copyright (C) 2002, 2003, 2004, 2011, 2012, 2013, 2014, 2018
  * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
diff --git a/extension/revoutput.3am b/extension/revoutput.3am
index fbf33db..5eec60e 100644
--- a/extension/revoutput.3am
+++ b/extension/revoutput.3am
@@ -1,4 +1,4 @@
-.TH REVOUTPUT 3am "Aug 02 2015" "Free Software Foundation" "GNU Awk Extension 
Modules"
+.TH REVOUTPUT 3am "Feb 21 2018" "Free Software Foundation" "GNU Awk Extension 
Modules"
 .SH NAME
 revoutput \- Reverse output strings sample extension
 .SH SYNOPSIS
@@ -52,7 +52,7 @@ This extension does not affect the default standard output.
 Arnold Robbins,
 .BR address@hidden .
 .SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013,
+Copyright \(co 2012, 2013, 2018,
 Free Software Foundation, Inc.
 .PP
 Permission is granted to make and distribute verbatim copies of
diff --git a/extension/revoutput.c b/extension/revoutput.c
index 20f886e..c50616d 100644
--- a/extension/revoutput.c
+++ b/extension/revoutput.c
@@ -7,7 +7,7 @@
  */
 
 /*
- * Copyright (C) 2012, 2013, 2015 the Free Software Foundation, Inc.
+ * Copyright (C) 2012, 2013, 2015, 2018 the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/extension/revtwoway.3am b/extension/revtwoway.3am
index 4aa71f7..c731264 100644
--- a/extension/revtwoway.3am
+++ b/extension/revtwoway.3am
@@ -1,4 +1,4 @@
-.TH REVTWOWAY 3am "Jan 15 2013" "Free Software Foundation" "GNU Awk Extension 
Modules"
+.TH REVTWOWAY 3am "Feb 21 2018" "Free Software Foundation" "GNU Awk Extension 
Modules"
 .SH NAME
 revtwoway \- Reverse strings sample two-way processor extension
 .SH SYNOPSIS
@@ -40,7 +40,7 @@ it may also be mildly amusing.
 Arnold Robbins,
 .BR address@hidden .
 .SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013,
+Copyright \(co 2012, 2013, 2018,
 Free Software Foundation, Inc.
 .PP
 Permission is granted to make and distribute verbatim copies of
diff --git a/extension/revtwoway.c b/extension/revtwoway.c
index 5d4fb0f..ebb9692 100644
--- a/extension/revtwoway.c
+++ b/extension/revtwoway.c
@@ -7,7 +7,7 @@
  */
 
 /*
- * Copyright (C) 2012-2014, 2016 the Free Software Foundation, Inc.
+ * Copyright (C) 2012-2014, 2016, 2018 the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/extension/rwarray.3am b/extension/rwarray.3am
index e871446..f17ffaa 100644
--- a/extension/rwarray.3am
+++ b/extension/rwarray.3am
@@ -1,4 +1,4 @@
-.TH RWARRAY 3am "Jan 15 2013" "Free Software Foundation" "GNU Awk Extension 
Modules"
+.TH RWARRAY 3am "Feb 02 2018" "Free Software Foundation" "GNU Awk Extension 
Modules"
 .SH NAME
 writea, reada \- write and read gawk arrays to/from files
 .SH SYNOPSIS
@@ -79,7 +79,7 @@ ret = reada("arraydump.bin", array)
 Arnold Robbins,
 .BR address@hidden .
 .SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013,
+Copyright \(co 2012, 2013, 2018,
 Free Software Foundation, Inc.
 .PP
 Permission is granted to make and distribute verbatim copies of
diff --git a/extension/rwarray.c b/extension/rwarray.c
index 7ae1870..9ba2dca 100644
--- a/extension/rwarray.c
+++ b/extension/rwarray.c
@@ -8,7 +8,7 @@
  */
 
 /*
- * Copyright (C) 2009-2014, 2017 the Free Software Foundation, Inc.
+ * Copyright (C) 2009-2014, 2017, 2018 the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/extension/rwarray0.c b/extension/rwarray0.c
index f535a6a..726570d 100644
--- a/extension/rwarray0.c
+++ b/extension/rwarray0.c
@@ -7,7 +7,8 @@
  */
 
 /*
- * Copyright (C) 2009, 2010, 2011, 2012, 2013 the Free Software Foundation, 
Inc.
+ * Copyright (C) 2009, 2010, 2011, 2012, 2013, 2018
+ * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/extension/testext.c b/extension/testext.c
index 3815dbf..6629296 100644
--- a/extension/testext.c
+++ b/extension/testext.c
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2012, 2013, 2014, 2015
+ * Copyright (C) 2012, 2013, 2014, 2015, 2018
  * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
diff --git a/extension/time.3am b/extension/time.3am
index 9d397f7..0b872c7 100644
--- a/extension/time.3am
+++ b/extension/time.3am
@@ -1,4 +1,4 @@
-.TH TIME 3am "Jan 15 2013" "Free Software Foundation" "GNU Awk Extension 
Modules"
+.TH TIME 3am "Feb 02 2018" "Free Software Foundation" "GNU Awk Extension 
Modules"
 .SH NAME
 time \- time functions for gawk
 .SH SYNOPSIS
@@ -65,7 +65,7 @@ printf "Pausing for a while... " ; sleep(2.5) ; print "done"
 Arnold Robbins,
 .BR address@hidden .
 .SH COPYING PERMISSIONS
-Copyright \(co 2012, 2013,
+Copyright \(co 2012, 2013, 2018,
 Free Software Foundation, Inc.
 .PP
 Permission is granted to make and distribute verbatim copies of
diff --git a/extension/time.c b/extension/time.c
index 7451b25..e77a0d8 100644
--- a/extension/time.c
+++ b/extension/time.c
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2012, 2013, 2014
+ * Copyright (C) 2012, 2013, 2014, 2018
  * the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
diff --git a/missing_d/ChangeLog b/missing_d/ChangeLog
index 95da749..a5838cc 100644
--- a/missing_d/ChangeLog
+++ b/missing_d/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-13         Arnold D. Robbins     <address@hidden>
+
+       * snprintf.c: Update copyright year.
+
 2018-02-25         Arnold D. Robbins     <address@hidden>
 
        * 4.2.1: Release tar ball made.
diff --git a/missing_d/snprintf.c b/missing_d/snprintf.c
index 53b75f6..c09c747 100644
--- a/missing_d/snprintf.c
+++ b/missing_d/snprintf.c
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2006, 2007 the Free Software Foundation, Inc.
+ * Copyright (C) 2006, 2007, 2018 the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/nonposix.h b/nonposix.h
index 19336ee..bd92a68 100644
--- a/nonposix.h
+++ b/nonposix.h
@@ -3,7 +3,7 @@
  */
 
 /*
- * Copyright (C) 2012, 2013, 2016 the Free Software Foundation, Inc.
+ * Copyright (C) 2012, 2013, 2016, 2017 the Free Software Foundation, Inc.
  *
  * This file is part of GAWK, the GNU implementation of the
  * AWK Programming Language.
diff --git a/pc/ChangeLog b/pc/ChangeLog
index 28f6e8e..2bfbf09 100644
--- a/pc/ChangeLog
+++ b/pc/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-13         Arnold D. Robbins     <address@hidden>
+
+       * gawkmisc.pc: Update copyright year.
+
 2018-03-03  Eli Zaretskii  <address@hidden>
 
        * Makefile (install1): Create parent directories of $(pkgextensiondir).
diff --git a/pc/gawkmisc.pc b/pc/gawkmisc.pc
index 1d845cc..f3d6d7f 100644
--- a/pc/gawkmisc.pc
+++ b/pc/gawkmisc.pc
@@ -1,7 +1,7 @@
 /* gawkmisc.c --- miscellaneous gawk routines that are OS specific. -*-C-*- */
 
 /* 
- * Copyright (C) 1986, 1988, 1989, 1991 - 2003, 2012, 2016
+ * Copyright (C) 1986, 1988, 1989, 1991 - 2003, 2012, 2016, 2017
  * the Free Software Foundation, Inc.
  * 
  * This file is part of GAWK, the GNU implementation of the
diff --git a/support/ChangeLog b/support/ChangeLog
index 6e62893..6dc5def 100644
--- a/support/ChangeLog
+++ b/support/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-13         Arnold D. Robbins     <address@hidden>
+
+       * getopt.c: Update copyright year.
+
 2018-02-25         Arnold D. Robbins     <address@hidden>
 
        * 4.2.1: Release tar ball made.
diff --git a/support/getopt.c b/support/getopt.c
index 6429375..eeb71ba 100644
--- a/support/getopt.c
+++ b/support/getopt.c
@@ -2,7 +2,7 @@
    NOTE: getopt is part of the C library, so if you don't know what
    "Keep this file name-space clean" means, talk to address@hidden
    before changing it!
-   Copyright (C) 1987-2016 Free Software Foundation, Inc.
+   Copyright (C) 1987-2017 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
diff --git a/test/ChangeLog b/test/ChangeLog
index cd3813c..603df4e 100644
--- a/test/ChangeLog
+++ b/test/ChangeLog
@@ -1,3 +1,7 @@
+2018-03-13         Arnold D. Robbins     <address@hidden>
+
+       * Makefile.am: Update copyright year.
+
 2018-03-05         Arnold D. Robbins     <address@hidden>
 
        * Makefile.am (EXTRA_DIST): Add nlstringtest-nogettext.ok.
diff --git a/test/Makefile.am b/test/Makefile.am
index f0cd20d..e502f86 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,7 +1,7 @@
 #
 # test/Makefile.am --- automake input file for gawk
 #
-# Copyright (C) 1988-2017 the Free Software Foundation, Inc.
+# Copyright (C) 1988-2018 the Free Software Foundation, Inc.
 #
 # This file is part of GAWK, the GNU implementation of the
 # AWK Programming Language.

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                |  4 ++++
 debug.c                  |  2 +-
 doc/ChangeLog            |  4 ++++
 doc/gawkworkflow.texi    |  2 +-
 extension/ChangeLog      |  9 +++++++++
 extension/filefuncs.3am  |  4 ++--
 extension/filefuncs.c    |  2 +-
 extension/fnmatch.3am    |  4 ++--
 extension/fnmatch.c      |  2 +-
 extension/fork.3am       |  4 ++--
 extension/fork.c         |  3 ++-
 extension/inplace.3am    |  4 ++--
 extension/inplace.c      |  2 +-
 extension/intdiv.c       | 25 +++++++++++++++++++++++++
 extension/ordchr.3am     |  4 ++--
 extension/ordchr.c       |  3 ++-
 extension/readdir.3am    |  4 ++--
 extension/readdir.c      |  2 +-
 extension/readdir_test.c |  2 +-
 extension/readfile.3am   |  4 ++--
 extension/readfile.c     |  2 +-
 extension/revoutput.3am  |  4 ++--
 extension/revoutput.c    |  2 +-
 extension/revtwoway.3am  |  4 ++--
 extension/revtwoway.c    |  2 +-
 extension/rwarray.3am    |  4 ++--
 extension/rwarray.c      |  2 +-
 extension/rwarray0.c     |  3 ++-
 extension/testext.c      |  2 +-
 extension/time.3am       |  4 ++--
 extension/time.c         |  2 +-
 missing_d/ChangeLog      |  4 ++++
 missing_d/snprintf.c     |  2 +-
 nonposix.h               |  2 +-
 pc/ChangeLog             |  4 ++++
 pc/gawkmisc.pc           |  2 +-
 support/ChangeLog        |  4 ++++
 support/getopt.c         |  2 +-
 test/ChangeLog           |  4 ++++
 test/Makefile.am         |  2 +-
 40 files changed, 104 insertions(+), 43 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]