aboutsummaryrefslogtreecommitdiffstats
path: root/extension
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2021-10-13 16:05:41 +0300
committerArnold D. Robbins <arnold@skeeve.com>2021-10-13 16:05:41 +0300
commitc9cccc5377c6c243f4ed8911455c42cda6b13b84 (patch)
treed9f2e7cfc65900ab3e039002192fbc2afb6b64d5 /extension
parent92fd9a46428f29daf3270008d39b0cc6b5e3d7b6 (diff)
downloadegawk-c9cccc5377c6c243f4ed8911455c42cda6b13b84.tar.gz
egawk-c9cccc5377c6c243f4ed8911455c42cda6b13b84.tar.bz2
egawk-c9cccc5377c6c243f4ed8911455c42cda6b13b84.zip
Update copyright years, some other small cleanups.
Diffstat (limited to 'extension')
-rw-r--r--extension/ChangeLog7
-rw-r--r--extension/ordchr.c2
2 files changed, 6 insertions, 3 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog
index 094f6824..d937cdbf 100644
--- a/extension/ChangeLog
+++ b/extension/ChangeLog
@@ -1,3 +1,7 @@
+2021-10-13 Arnold D. Robbins <arnold@skeeve.com>
+
+ * ordchr.c: Update copyright year.
+
2021-09-27 Andrew J. Schorr <aschorr@telemetry-investments.com>
* ordchr.c (do_ord): Add white space around cast.
@@ -19,7 +23,6 @@
Unrelated:
* aclocal.m4: Regenerated: Automake 1.16.4.
- * NEWS: Updated.
2021-09-09 Arnold D. Robbins <arnold@skeeve.com>
@@ -68,7 +71,7 @@
Miscellanious fixes from Michael Builov <mbuilov@gmail.com>.
- * fts.c (fts_open): Fix memory leak: fts_sort() allocates
+ * gawkfts.c (fts_open): Fix memory leak: fts_sort() allocates
sp->fts_array, but it's not freed if next fts_alloc() fails.
(fts_build): Need to free "head" list before returning NULL
on failure.
diff --git a/extension/ordchr.c b/extension/ordchr.c
index ff990b6b..851414c4 100644
--- a/extension/ordchr.c
+++ b/extension/ordchr.c
@@ -9,7 +9,7 @@
*/
/*
- * Copyright (C) 2001, 2004, 2011, 2012, 2013, 2018, 2020,
+ * Copyright (C) 2001, 2004, 2011, 2012, 2013, 2018, 2020, 2021,
* the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the