aboutsummaryrefslogtreecommitdiffstats
path: root/extension
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-10-28 21:05:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-10-28 21:05:03 +0300
commit642c56e04516457c9a0c49934be8441394da1ce5 (patch)
tree43663c2c79afcd2d6cd59a4c134a6f16c3bcac08 /extension
parentfd77bb810a66777c32d8205babb705ee3cd5dc78 (diff)
parent2b1fffef190f46f6c0da770bba2745f6574bebca (diff)
downloadegawk-642c56e04516457c9a0c49934be8441394da1ce5.tar.gz
egawk-642c56e04516457c9a0c49934be8441394da1ce5.tar.bz2
egawk-642c56e04516457c9a0c49934be8441394da1ce5.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'extension')
-rw-r--r--extension/ChangeLog4
-rw-r--r--extension/Makefile.am2
-rw-r--r--extension/Makefile.in2
-rw-r--r--extension/filefuncs.c2
-rw-r--r--extension/intdiv.c2
-rw-r--r--extension/po/ChangeLog4
-rw-r--r--extension/readdir.c3
-rw-r--r--extension/rwarray0.c2
8 files changed, 15 insertions, 6 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 2ceeecc2..d3070fc0 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2021-10-27 Arnold D. Robbins <arnold@skeeve.com>
+
+ * 5.1.1: Release tar ball made.
+
2021-10-13 Arnold D. Robbins <arnold@skeeve.com>
* ordchr.c: Update copyright year.
diff --git a/extension/Makefile.am b/extension/Makefile.am
index c5f52bff..dbd68797 100644
--- a/extension/Makefile.am
+++ b/extension/Makefile.am
@@ -1,7 +1,7 @@
#
# extension/Makefile.am --- automake input file for gawk
#
-# Copyright (C) 1995-2006, 2012-2015, 2017, 2020,
+# Copyright (C) 1995-2006, 2012-2015, 2017, 2020, 2021,
# the Free Software Foundation, Inc.
#
# This file is part of GAWK, the GNU implementation of the
diff --git a/extension/Makefile.in b/extension/Makefile.in
index 53920992..cfa4200d 100644
--- a/extension/Makefile.in
+++ b/extension/Makefile.in
@@ -17,7 +17,7 @@
#
# extension/Makefile.am --- automake input file for gawk
#
-# Copyright (C) 1995-2006, 2012-2015, 2017, 2020,
+# Copyright (C) 1995-2006, 2012-2015, 2017, 2020, 2021,
# the Free Software Foundation, Inc.
#
# This file is part of GAWK, the GNU implementation of the
diff --git a/extension/filefuncs.c b/extension/filefuncs.c
index 83141685..b2dfb23a 100644
--- a/extension/filefuncs.c
+++ b/extension/filefuncs.c
@@ -10,7 +10,7 @@
*/
/*
- * Copyright (C) 2001, 2004, 2005, 2010-2020,
+ * Copyright (C) 2001, 2004, 2005, 2010-2021,
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
diff --git a/extension/intdiv.c b/extension/intdiv.c
index 94c970ed..8d52c879 100644
--- a/extension/intdiv.c
+++ b/extension/intdiv.c
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 2017, 2018, the Free Software Foundation, Inc.
+ * Copyright (C) 2017, 2018, 2021, the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
diff --git a/extension/po/ChangeLog b/extension/po/ChangeLog
index cb0b8e30..bc8d3196 100644
--- a/extension/po/ChangeLog
+++ b/extension/po/ChangeLog
@@ -1,3 +1,7 @@
+2021-10-27 Arnold D. Robbins <arnold@skeeve.com>
+
+ * 5.1.1: Release tar ball made.
+
2021-06-18 Arnold D. Robbins <arnold@skeeve.com>
* remove-potcdate.sed: Deleted. It gets nuked by 'make distclean.
diff --git a/extension/readdir.c b/extension/readdir.c
index fb739754..77059168 100644
--- a/extension/readdir.c
+++ b/extension/readdir.c
@@ -11,7 +11,8 @@
*/
/*
- * Copyright (C) 2012-2014, 2018, 2019 the Free Software Foundation, Inc.
+ * Copyright (C) 2012-2014, 2018, 2019, 2021,
+ * 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 72a376c1..5ff61c80 100644
--- a/extension/rwarray0.c
+++ b/extension/rwarray0.c
@@ -7,7 +7,7 @@
*/
/*
- * Copyright (C) 2009, 2010, 2011, 2012, 2013, 2018, 2020,
+ * Copyright (C) 2009, 2010, 2011, 2012, 2013, 2018, 2020, 2021,
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the