summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-06-28 00:40:04 +0200
committerBruno Haible <bruno@clisp.org>2020-06-28 00:40:04 +0200
commit447062a6999c2df9cd35d6c4297dc1a55bd39cd7 (patch)
treee883c85964f137aa830f0c711911d46ebea83fc8 /ChangeLog
parent64a1a8244c07b83e5bf3eebfc6e358aa9d58c6a9 (diff)
downloadgnulib-447062a6999c2df9cd35d6c4297dc1a55bd39cd7.tar.gz
fatal-signal: Make multithread-safe.
* lib/fatal-signal.c (at_fatal_signal): Don't free the old actions array.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e046bc402..12dadaaa36 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2020-06-27 Bruno Haible <bruno@clisp.org>
+ fatal-signal: Make multithread-safe.
+ * lib/fatal-signal.c (at_fatal_signal): Don't free the old actions array.
+
+2020-06-27 Bruno Haible <bruno@clisp.org>
+
clean-temp: Don't force deletion of temporary files on native Windows.
* lib/clean-temp.h (open_temp, fopen_temp): Add delete_on_close
argument.