summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2022-01-26 23:00:41 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2022-01-26 23:01:09 -0800
commit78596ab7d0156b500ca2e8987ba22702b3ce0d2c (patch)
tree3f9c60281420586785fc05e7c0d6baaf333a0250 /ChangeLog
parent364c5ba2e40d17e98cc66021ef893e30a009068b (diff)
downloadgnulib-78596ab7d0156b500ca2e8987ba22702b3ce0d2c.tar.gz
calloc-gnu: fix misspelling in 2022-01-03 patch
Problem reported by Thien-Thi Nguyen in: https://lists.gnu.org/r/bug-gnulib/2022-01/msg00170.html * modules/calloc-gnu (Depends-on): * modules/calloc-posix (Depends-on): Fix misspelling of REPLACE_CALLOC_FOR_CALLOC_POSIX.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f0e65522ea..1e9fa10432 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2022-01-26 Paul Eggert <eggert@cs.ucla.edu>
+ calloc-gnu: fix misspelling in 2022-01-03 patch
+ Problem reported by Thien-Thi Nguyen in:
+ https://lists.gnu.org/r/bug-gnulib/2022-01/msg00170.html
+ * modules/calloc-gnu (Depends-on):
+ * modules/calloc-posix (Depends-on):
+ Fix misspelling of REPLACE_CALLOC_FOR_CALLOC_POSIX.
+
close-stream: avoid crash on MSVC Debug mode
Problem reported by Julien Marrec in:
https://lists.gnu.org/r/bug-m4/2022-01/msg00000.html