diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-14 22:13:23 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2021-10-14 22:13:23 +0300 |
commit | 5306af231c97812a5e33250abd10ef1fd622976a (patch) | |
tree | 68f17abc7d59a9dfd1d3cf36a61afec0f32e4c51 /extension | |
parent | bda77e2f678441b75161eae00e7b03129a99790e (diff) | |
parent | 3fc30463797c0ba8648e76ab6de76b883ce79a86 (diff) | |
download | egawk-5306af231c97812a5e33250abd10ef1fd622976a.tar.gz egawk-5306af231c97812a5e33250abd10ef1fd622976a.tar.bz2 egawk-5306af231c97812a5e33250abd10ef1fd622976a.zip |
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'extension')
-rw-r--r-- | extension/ChangeLog | 7 | ||||
-rw-r--r-- | extension/ordchr.c | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/extension/ChangeLog b/extension/ChangeLog index ee4ff404..2ceeecc2 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> @@ -81,7 +84,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 |