From e5ac76418c72f011a7ff5a9770bba39432d7bdad Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 Dec 2019 17:17:02 +0100 Subject: build: Update after gnulib changed. * lib/Makefile.am (libunistring.sym): Don't rename the gl_get_setlocale_null_lock function. * NEWS: Document the fixed multithread-safety bugs: 2019-12-18 Bruno Haible hard-locale: Make multithread-safe. This fix impacts mbrtowc on Cygwin and Haiku. 2019-12-17 Bruno Haible localcharset: Fix multithread-safety bug on Windows and OS/2. --- gnulib-m4/.gitignore | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) (limited to 'gnulib-m4') diff --git a/gnulib-m4/.gitignore b/gnulib-m4/.gitignore index 419c058..4e2e159 100644 --- a/gnulib-m4/.gitignore +++ b/gnulib-m4/.gitignore @@ -2,13 +2,16 @@ /00gnulib.m4 /absolute-header.m4 /alloca.m4 +/arpa_inet_h.m4 /btowc.m4 /builtin-expect.m4 +/close.m4 /codeset.m4 /configmake.m4 /ctype.m4 /dirname.m4 /double-slash-root.m4 +/dup2.m4 /eealloc.m4 /environ.m4 /errno_h.m4 @@ -19,6 +22,8 @@ /extensions.m4 /extern-inline.m4 /fcntl-o.m4 +/fcntl.m4 +/fcntl_h.m4 /fdopen.m4 /flexmember.m4 /float_h.m4 @@ -26,8 +31,13 @@ /frexp.m4 /frexpl.m4 /fseterr.m4 +/fstat.m4 +/ftruncate.m4 +/getcwd.m4 +/getdtablesize.m4 /getpagesize.m4 /getprogname.m4 +/gettimeofday.m4 /glibc21.m4 /gnulib-common.m4 /gnulib-comp.m4 @@ -38,6 +48,7 @@ /iconv_h.m4 /iconv_open.m4 /include_next.m4 +/inet_pton.m4 /inline.m4 /intl-thread-locale.m4 /intlmacosx.m4 @@ -45,12 +56,14 @@ /inttypes-pri.m4 /inttypes.m4 /inttypes_h.m4 +/ioctl.m4 /isblank.m4 /isnand.m4 /isnanf.m4 /isnanl.m4 /iswblank.m4 /langinfo_h.m4 +/largefile.m4 /lcmessage.m4 /ldexpl.m4 /lib-ld.m4 @@ -66,8 +79,10 @@ /locale-zh.m4 /locale_h.m4 /localename.m4 +/localtime-buffer.m4 /lock.m4 /longlong.m4 +/lstat.m4 /malloc.m4 /malloca.m4 /math_h.m4 @@ -80,27 +95,48 @@ /memchr.m4 /minmax.m4 /mmap-anon.m4 +/mode_t.m4 /msvc-inval.m4 /msvc-nothrow.m4 /multiarch.m4 +/nanosleep.m4 +/netinet_in_h.m4 /nocrash.m4 /off_t.m4 +/open-cloexec.m4 +/open-slash.m4 +/open.m4 +/pathmax.m4 +/perror.m4 +/pipe.m4 /printf-frexp.m4 /printf-frexpl.m4 /printf.m4 +/pthread-thread.m4 +/pthread_h.m4 /pthread_rwlock_rdlock.m4 /pthread_sigmask.m4 /putenv.m4 /raise.m4 /relocatable-lib.m4 +/sched_h.m4 +/select.m4 /setenv.m4 /setlocale.m4 +/setlocale_null.m4 +/sigaction.m4 /signal_h.m4 /signalblocking.m4 /signbit.m4 /size_max.m4 /sleep.m4 +/socketlib.m4 +/sockets.m4 +/socklen.m4 +/sockpfaf.m4 /ssize_t.m4 +/stat-time.m4 +/stat.m4 /stdalign.m4 /stdbool.m4 /stddef_h.m4 @@ -109,11 +145,18 @@ /stdio_h.m4 /stdlib_h.m4 /strerror.m4 +/strerror_r.m4 /string_h.m4 /strncat.m4 /strstr.m4 +/symlink.m4 +/sys_ioctl_h.m4 +/sys_select_h.m4 /sys_socket_h.m4 +/sys_stat_h.m4 +/sys_time_h.m4 /sys_types_h.m4 +/sys_uio_h.m4 /thread.m4 /threadlib.m4 /time_h.m4 -- cgit v1.2.1