diff options
Diffstat (limited to 'extension')
-rw-r--r-- | extension/ChangeLog | 4 | ||||
-rw-r--r-- | extension/Makefile.am | 2 | ||||
-rw-r--r-- | extension/Makefile.in | 2 | ||||
-rw-r--r-- | extension/filefuncs.c | 2 | ||||
-rw-r--r-- | extension/intdiv.c | 2 | ||||
-rw-r--r-- | extension/po/ChangeLog | 4 | ||||
-rw-r--r-- | extension/readdir.c | 3 | ||||
-rw-r--r-- | extension/rwarray0.c | 2 |
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 |