aboutsummaryrefslogtreecommitdiffstats
path: root/support/malloc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2022-01-19 12:05:37 +0200
committerArnold D. Robbins <arnold@skeeve.com>2022-01-19 12:05:37 +0200
commit18213a779d239baf5e24ba52d77ba920f314ab7e (patch)
tree0e5d39698d954b6ceddc5cfc38d8ca380ed23d5b /support/malloc
parent7388d79e02299193e991b6714c3b3c5314191154 (diff)
parentd96d55d7d23ee27c49cf7055956007de5f3432db (diff)
downloadegawk-18213a779d239baf5e24ba52d77ba920f314ab7e.tar.gz
egawk-18213a779d239baf5e24ba52d77ba920f314ab7e.tar.bz2
egawk-18213a779d239baf5e24ba52d77ba920f314ab7e.zip
Merge branch 'gawk-5.1-stable'
Diffstat (limited to 'support/malloc')
-rw-r--r--support/malloc/dynarray-skeleton.c2
-rw-r--r--support/malloc/dynarray.h2
-rw-r--r--support/malloc/dynarray_at_failure.c2
-rw-r--r--support/malloc/dynarray_emplace_enlarge.c2
-rw-r--r--support/malloc/dynarray_finalize.c2
-rw-r--r--support/malloc/dynarray_resize.c2
-rw-r--r--support/malloc/dynarray_resize_clear.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/support/malloc/dynarray-skeleton.c b/support/malloc/dynarray-skeleton.c
index 48210e32..bad548a4 100644
--- a/support/malloc/dynarray-skeleton.c
+++ b/support/malloc/dynarray-skeleton.c
@@ -1,5 +1,5 @@
/* Type-safe arrays which grow dynamically.
- Copyright (C) 2017-2021 Free Software Foundation, Inc.
+ Copyright (C) 2017-2022 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/support/malloc/dynarray.h b/support/malloc/dynarray.h
index 638c33f9..f16fd950 100644
--- a/support/malloc/dynarray.h
+++ b/support/malloc/dynarray.h
@@ -1,5 +1,5 @@
/* Type-safe arrays which grow dynamically. Shared definitions.
- Copyright (C) 2017-2021 Free Software Foundation, Inc.
+ Copyright (C) 2017-2022 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/support/malloc/dynarray_at_failure.c b/support/malloc/dynarray_at_failure.c
index 8dd68507..062ab706 100644
--- a/support/malloc/dynarray_at_failure.c
+++ b/support/malloc/dynarray_at_failure.c
@@ -1,5 +1,5 @@
/* Report an dynamic array index out of bounds condition.
- Copyright (C) 2017-2021 Free Software Foundation, Inc.
+ Copyright (C) 2017-2022 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/support/malloc/dynarray_emplace_enlarge.c b/support/malloc/dynarray_emplace_enlarge.c
index 0f8baf94..0cff2e70 100644
--- a/support/malloc/dynarray_emplace_enlarge.c
+++ b/support/malloc/dynarray_emplace_enlarge.c
@@ -1,5 +1,5 @@
/* Increase the size of a dynamic array in preparation of an emplace operation.
- Copyright (C) 2017-2021 Free Software Foundation, Inc.
+ Copyright (C) 2017-2022 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/support/malloc/dynarray_finalize.c b/support/malloc/dynarray_finalize.c
index c33da413..3f360c3a 100644
--- a/support/malloc/dynarray_finalize.c
+++ b/support/malloc/dynarray_finalize.c
@@ -1,5 +1,5 @@
/* Copy the dynamically-allocated area to an explicitly-sized heap allocation.
- Copyright (C) 2017-2021 Free Software Foundation, Inc.
+ Copyright (C) 2017-2022 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/support/malloc/dynarray_resize.c b/support/malloc/dynarray_resize.c
index 5a57166a..8d1922e5 100644
--- a/support/malloc/dynarray_resize.c
+++ b/support/malloc/dynarray_resize.c
@@ -1,5 +1,5 @@
/* Increase the size of a dynamic array.
- Copyright (C) 2017-2021 Free Software Foundation, Inc.
+ Copyright (C) 2017-2022 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/support/malloc/dynarray_resize_clear.c b/support/malloc/dynarray_resize_clear.c
index 9c43b00c..8cf1b0d0 100644
--- a/support/malloc/dynarray_resize_clear.c
+++ b/support/malloc/dynarray_resize_clear.c
@@ -1,5 +1,5 @@
/* Increase the size of a dynamic array and clear the new part.
- Copyright (C) 2017-2021 Free Software Foundation, Inc.
+ Copyright (C) 2017-2022 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