summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2018-02-02 19:47:11 +0100
committerBruno Haible <bruno@clisp.org>2018-02-02 19:47:37 +0100
commitff72a9d745fb6ab701dda9d98acf16cefe07c982 (patch)
treeb9ab33781db4aa1f112ef2f7907875647d2e3b23
parent2d67d42e96b66796874b04879decb995abb84f22 (diff)
downloadlibunistring-ff72a9d745fb6ab701dda9d98acf16cefe07c982.tar.gz
Update after gnulib changed.
-rw-r--r--ChangeLog5
-rw-r--r--NEWS3
-rw-r--r--gnulib-m4/gnulib-cache.m42
-rw-r--r--lib/.gitignore1
4 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 33c0d7a..563c6e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2018-02-02 Bruno Haible <bruno@clisp.org>
+
+ Update after gnulib changed.
+ * NEWS: Mention the multithread-safety fix from gnulib module 'malloca'.
+
2018-01-27 Bruno Haible <bruno@clisp.org>
Rename some file.
diff --git a/NEWS b/NEWS
index b422ca8..40793e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+New in 0.9.9:
+* Fixed a multithread-safety bug.
+
New in 0.9.8:
* The data tables and line breaking algorithm have been updated to Unicode
version 9.0.0.
diff --git a/gnulib-m4/gnulib-cache.m4 b/gnulib-m4/gnulib-cache.m4
index 9fe2ea3..6458386 100644
--- a/gnulib-m4/gnulib-cache.m4
+++ b/gnulib-m4/gnulib-cache.m4
@@ -1,4 +1,4 @@
-# Copyright (C) 2002-2017 Free Software Foundation, Inc.
+# Copyright (C) 2002-2018 Free Software Foundation, Inc.
#
# This file is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/lib/.gitignore b/lib/.gitignore
index 028e585..c1c58ac 100644
--- a/lib/.gitignore
+++ b/lib/.gitignore
@@ -54,7 +54,6 @@
/malloc.c
/malloca.c
/malloca.h
-/malloca.valgrind
/math.c
/math.in.h
/mbchar.c