From abdd68df1a22db62a7eb68ed93fed51f7988578e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Mon, 22 May 2017 22:26:29 +0200 Subject: [PATCH] Fix ChangeLog formatting. --- ChangeLog | 216 +++++++++++++++++++++++++++--------------------------- 1 file changed, 108 insertions(+), 108 deletions(-) diff --git a/ChangeLog b/ChangeLog index aa4d5e8927..b92e4de256 100644 --- a/ChangeLog +++ b/ChangeLog @@ -408,7 +408,7 @@ Problem reported by Daniel P. Berrage in: http://lists.gnu.org/archive/html/bug-gnulib/2017-05/msg00086.html -2017-05-11 Bruno Haible +2017-05-11 Bruno Haible gettimeofday: Increase precision on mingw. * m4/gettimeofday.m4 (gl_FUNC_GETTIMEOFDAY): Require AC_CANONICAL_HOST. @@ -418,13 +418,13 @@ * doc/posix-functions/gettimeofday.texi: Mention precision problem on mingw. -2017-05-11 Bruno Haible +2017-05-11 Bruno Haible poll: Fix confusion between SOCKETs and FDs on native Windows. Fix proposed by Daniel P. Berrange . * lib/poll.c [WINDOWS_NATIVE]: Undefine select. -2017-05-11 Bruno Haible +2017-05-11 Bruno Haible doc: Clarify doc about socket functions on native Windows. This reworks doc that was added on 2008-09-29. @@ -446,12 +446,12 @@ * doc/posix-functions/shutdown.texi: Likewise. * doc/posix-functions/socket.texi: Likewise. -2017-05-10 Bruno Haible +2017-05-10 Bruno Haible poll: Fix link error on native Windows. * lib/poll.c [WINDOWS_NATIVE]: Undefine recv. -2017-05-10 Bruno Haible +2017-05-10 Bruno Haible time: Fix missing initialization of HAVE_TIMEZONE_T. * m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS): Initialize HAVE_TIMEZONE_T @@ -462,7 +462,7 @@ * modules/time_rz (Depends-on): Add 'time'. Remove useless quoting. (configure.ac): Remove useless quoting. -2017-05-10 Bruno Haible +2017-05-10 Bruno Haible Implement a way to opt out from MSVC support, part 2. * modules/msvc-inval (Include): Document recommended idiom. @@ -530,37 +530,37 @@ * doc/gnulib.texi (Native Windows Support without MSVC Support): New section. -2017-05-10 Bruno Haible +2017-05-10 Bruno Haible wait-process: Adjust native Windows support. * lib/wait-process.c: Use the usual condition for recognizing a native Windows platform. -2017-05-10 Bruno Haible +2017-05-10 Bruno Haible doc: New chapter "Native Windows Support". * doc/gnulib.texi (Native Windows Support): New chapter. * doc/windows-libtool.texi: Small wording changes. * doc/windows-sockets.texi: Small wording and formatting changes. -2017-05-10 Bruno Haible +2017-05-10 Bruno Haible doc: Move section "Library version handling". * doc/gnulib.texi: Move section "Library version handling" from chapter "Miscellaneous Notes" to chapter "Particular Modules". -2017-05-10 Bruno Haible +2017-05-10 Bruno Haible doc: Move section "Running self-tests under valgrind". * doc/gnulib.texi: Move section "Running self-tests under valgrind" from chapter "Particular Modules" to chapter "Miscellaneous Notes". -2017-05-10 Bruno Haible +2017-05-10 Bruno Haible doc: New chapter "Build Infrastructure Modules". * doc/gnulib.texi (Build Infrastructure Modules): New chapter. -2017-05-10 Bruno Haible +2017-05-10 Bruno Haible Prepare for reordering sections in the manual. * doc/gnulib.texi: Move several sections to separate files. Include @@ -577,12 +577,12 @@ * doc/build-automation.texi: Likewise. * doc/c-locale.texi: Likewise. -2017-05-10 Bruno Haible +2017-05-10 Bruno Haible Fix instructions how to update manual on www.gnu.org. * doc/README: Add -I option, so that texi2dvi finds texinfo.tex. -2017-05-09 Bruno Haible +2017-05-09 Bruno Haible tzset: Expand comment about TZ problem on native Windows. * lib/tzset.c (tzset): Elaborate comment, based on explanations by @@ -604,7 +604,7 @@ already. Check widths of other standard integer types. * modules/intprops (Depends-on): Remove ‘verify’. -2017-05-07 Bruno Haible +2017-05-07 Bruno Haible utimens: On native Windows, support 100ns resolution also if fd < 0. * lib/utime.in.h: Include . @@ -615,19 +615,19 @@ instead of utime. * modules/utime (Depends-on): Add 'time'. -2017-05-07 Bruno Haible +2017-05-07 Bruno Haible utimens: Improve error code on native Windows. * lib/utimens.c (fdutimens): If fd was not opened with O_RDWR, fail with error code EACCES, not EINVAL. -2017-05-07 Bruno Haible +2017-05-07 Bruno Haible utime: Handle more Windows error codes. * lib/utime.c (utime): Handle ERROR_BAD_NETPATH. Based on explanations by Billy O'Neal. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible crypto/rijndael: Fix "strict-aliasing rules" warnings, alignment issues. * lib/rijndael-api-fst.c (rijndaelBlockEncrypt): Declare 'block' as a @@ -636,31 +636,31 @@ (rijndaelPadDecrypt): Likewise. Use local variable 'iv' to cache the value of cipher->IV. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible wctype-h-c++-tests: Update. * tests/test-wctype-h-c++.cc: Reorder to match lib/wchar.in.h. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible wchar-c++-tests: Update. * tests/test-wchar-c++.cc (wcsftime): Declare, missing since 2017-04-30. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible utime-h-c++-tests: New module. * tests/test-utime-h-c++.cc: New file. (utime): Declare, missing since 2017-04-30. * modules/utime-h-c++-tests: New file. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible unistd-c++-tests: Update. * tests/test-unistd-c++.cc (isatty): Declare, missing since 2012-01-03. (read): Declare, missing since 2011-04-15. (sethostname): Declare, missing since 2011-12-03. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible time-c++-tests: Update. * tests/test-time-c++.cc (tzset): Declare, missing since 2017-05-01. @@ -670,27 +670,27 @@ (tzalloc, tzfree, localtime_rz, mktime_z): Declare, missing since 2015-07-24. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible sys_resource-c++-tests: New module. * tests/test-sys_resource-c++.cc: New file. (getrusage): Declare, missing since 2012-04-13. * modules/sys_resource-c++-tests: New file. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible strings-c++-tests: New module. * tests/test-strings-c++.cc: New file. (ffs): Declare, missing since 2011-07-12. * modules/strings-c++-tests: New file. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible string-c++-tests: Update. * tests/test-string-c++.cc (ffsl): Declare, missing since 2011-07-15. (ffsll): Declare, missing since 2011-07-15. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible stdlib-c++-tests: Update. * tests/test-stdlib-c++.cc (posix_openpt): Declare, missing since @@ -701,30 +701,30 @@ 2012-01-14. (secure_getenv): Declare, missing since 2013-02-05. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible stdio-c++-tests: Update. * tests/test-stdio-c++.cc (pclose): Declare, missing since 2011-09-18. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible signal-h-c++-tests: Update. * tests/test-signal-h-c++.cc (raise): Remove redundant declaration. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible math-c++-tests: Update. * tests/test-math-c++.cc (fmaf): Declare, missing since 2011-10-17. (fma): Declare, missing since 2011-10-17. (fmal): Declare, missing since 2011-10-17. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible locale-c++-tests: Update. * tests/test-locale-c++.cc (localeconv): Declare, missing since 2012-03-25. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible inttypes-c++-tests: New module. * tests/test-inttypes-c++.cc: New file. @@ -732,14 +732,14 @@ (strtoumax): Declare, missing since 2012-01-05. * modules/inttypes-c++-tests: New file. -2017-05-05 Bruno Haible +2017-05-05 Bruno Haible dirent-c++-tests: Update. * tests/test-dirent-c++.cc (readdir): Declare, missing since 2011-09-13. (rewinddir): Declare, missing since 2011-09-13. (dirfd): Declare, missing since 2010-03-08. -2017-05-04 Bruno Haible +2017-05-04 Bruno Haible argp: Fix mistake in 2017-04-23 commit. * lib/argp-help.c (__argp_failure): If GNULIB_STRERROR_R_POSIX is set, @@ -1220,7 +1220,7 @@ poll: improve fast check for out-of-range NFD * lib/poll.c: Do not include intprops.h. (poll): Compare NFD to INT_MAX, not to TYPE_MAXIMUM (nfds_t) / 2. - * modules/poll (Depends-on): Remove intprops. + * modules/poll (Depends-on): Remove intprops. ftoastr: cite a newer paper * lib/ftoastr.c (FTOASTR): In comment, cite Andrysco et al. 2016 @@ -1228,19 +1228,19 @@ 2017-04-22 Bruno Haible - poll: Enable argument check also in the Windows implementation. + poll: Enable argument check also in the Windows implementation. * lib/poll.c (poll) [WINDOWS_NATIVE]: Check value of nfd correctly. - Reported by Paul Eggert. + Reported by Paul Eggert. 2017-04-22 Bruno Haible - getlogin_r: Work around bug in Mac OS X 10.12. - * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Test also against the Mac OS X - bug. - * lib/getlogin_r.c (getlogin_r): When getlogin_r returns a string of the - given size minus 1, call getlogin_r a second time, on a larger buffer. - * modules/getlogin_r (Depends-on): Add malloca. - * doc/posix-functions/getlogin_r.texi: Mention the Mac OS X bug. + getlogin_r: Work around bug in Mac OS X 10.12. + * m4/getlogin_r.m4 (gl_FUNC_GETLOGIN_R): Test also against the Mac OS X + bug. + * lib/getlogin_r.c (getlogin_r): When getlogin_r returns a string of the + given size minus 1, call getlogin_r a second time, on a larger buffer. + * modules/getlogin_r (Depends-on): Add malloca. + * doc/posix-functions/getlogin_r.texi: Mention the Mac OS X bug. 2017-04-22 Paul Eggert @@ -2599,7 +2599,7 @@ gl_thread_exit): Make sure Pth is initialized before invoking any Pth function. -2017-01-04 Assaf Gordon +2017-01-04 Assaf Gordon parse-datetime: fix debug message on lone year number Input dates such as @@ -3449,7 +3449,7 @@ * gnulib-tool (func_import): Relax the regex used for "LGPLv3+ or GPLv2" rewriting. -2016-12-02 Nikos Mavrogiannopoulos +2016-12-02 Nikos Mavrogiannopoulos * gnulib-tool (func_import): Adhere to the license guideline when rewriting the license text to "LGPLv3+ or GPLv2": @@ -3508,7 +3508,7 @@ The solution is to update "matched" when necessary. Introduced by commit v0.1-983-g403adf1. -2016-11-27 Norihiro Tanaka +2016-11-27 Norihiro Tanaka dfa: avoid match middle in multibyte character * lib/dfa.c (transit_state): If fails in matching single byte characters @@ -5150,7 +5150,7 @@ * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): __bool_true_false_are_defined is still defined, even with C++11. -2016-05-31 David Seifert (tiny change) +2016-05-31 David Seifert (tiny change) stdbool: Port AC_CHECK_HEADER_STDBOOL to C++11 * m4/stdbool.m4 (AC_CHECK_HEADER_STDBOOL): Port to C++11. @@ -5536,7 +5536,7 @@ * tests/test-userspec.c (main): Remove unnecessary braces and fix misleading indentation. Here is the diagnostic gcc-6.0-to-be issued: test-userspec.c:176:9: error: statement is indented as if it were \ - guarded by... [-Werror=misleading-indentation] + guarded by... [-Werror=misleading-indentation] { ^ test-userspec.c:173:7: note: ...this 'if' clause, but it is not @@ -6948,7 +6948,7 @@ This mainly excludes /bin/sh on Solaris. * tests/init.sh (gl_shell_test_script_): Add a test for 'local'. -2015-07-03 Seiya Kawashima (tiny change) +2015-07-03 Seiya Kawashima (tiny change) and Daiki Ueno unistr/uN-strtok: handle multibyte delimiters @@ -7088,7 +7088,7 @@ What happens is that when the cache is set, we'd skip the code in that AC_CACHE_CHECK call, and leave LINKAT_SYMLINK_NOTSUP defined to whatever value it happened to have in configure's - environment. In my case, it was not defined, so this later code: + environment. In my case, it was not defined, so this later code: AC_DEFINE_UNQUOTED([LINKAT_SYMLINK_NOTSUP], [$LINKAT_SYMLINK_NOTSUP], [Define to 1 if linkat can create hardlinks to symlinks]) @@ -9460,7 +9460,7 @@ o Test only that noncanonical values do not cause crashes, not that * lib/localename.h (gl_locale_name_default): Tag extern declaration as const when appropriate. -2014-07-10 Eli Zaretskii +2014-07-10 Eli Zaretskii nl_langinfo: Fix last change. * lib/nl_langinfo.c (includes): Drop redundant include. @@ -10545,7 +10545,7 @@ o Test only that noncanonical values do not cause crashes, not that * lib/regex_internal.c (build_wcs_upper_buffer, build_upper_buffer): Don't test whether a character is lowercase before uppercasing it. -2014-03-04 Kevin Cernekee +2014-03-04 Kevin Cernekee stdint, read-file: fix missing SIZE_MAX on Android (tiny change) This is basically one of the options Bruno Haible proposed in: @@ -10554,7 +10554,7 @@ o Test only that noncanonical values do not cause crashes, not that * lib/stdint.in.h: Use it. * modules/stdint (Depends-on): Add sys_types. -2014-02-26 Pádraig Brady +2014-02-26 Pádraig Brady parse-datetime: fix crash or infloop in TZ="" parsing * lib/parse-datetime.y (parse_datetime): Break out of the @@ -10608,7 +10608,7 @@ o Test only that noncanonical values do not cause crashes, not that (streamsavedir): Use stpcpy instead. * modules/savedir (Depends-on): Add stpcpy. -2014-02-21 Pádraig Brady +2014-02-21 Pádraig Brady spawn: fix link error on uclibc * m4/spawn_h.m4 (gl_HAVE_POSIX_SPAWN): use AC_SEARCH_LIBS, @@ -10885,12 +10885,12 @@ o Test only that noncanonical values do not cause crashes, not that md5, sha1, sha256, sha512: fix (trivial) compile error in c++ mode. * lib/gl_openssl.h: Cast void pointers to a specific type. -2013-12-07 Pádraig Brady +2013-12-07 Pádraig Brady open-tests: fix build failure with -Werror=old-style-declaration * tests/test-open.h: Reorder the inline to avoid the issue. -2013-12-07 Pádraig Brady +2013-12-07 Pádraig Brady md5, sha1, sha256, sha512: fix link error with partial libcrypto * m4/gl-openssl.m4 (gl_CRYPTO_CHECK): Only clear LIB_CRYPTO at @@ -10932,12 +10932,12 @@ o Test only that noncanonical values do not cause crashes, not that * m4/include_next.m4 (gl_NEXT_HEADERS_INTERNAL): Reuse gl_ABSOLUTE_HEADER_ONE instead of open-coding it. -2013-12-04 Pádraig Brady +2013-12-04 Pádraig Brady getcwd: fix compile error in configure check * m4/getcwd-abort-bug.m4 (gl_FUNC_GETCWD_ABORT_BUG): Include errno.h -2013-12-04 Pádraig Brady +2013-12-04 Pádraig Brady regex: suppress core dumps from detection code * m4/regex.m4 (gl_REGEX): Catch the SIGABRT and convert to SIGTERM @@ -10945,7 +10945,7 @@ o Test only that noncanonical values do not cause crashes, not that These core dumps might not be cleaned up automatically, or could trigger some system core dump handling logic. -2013-12-03 Pádraig Brady +2013-12-03 Pádraig Brady md5, sha1, sha256, sha512: support mandating use of openssl * m4/gl-openssl.m4 (gl_crypto_check): Adjust the --with-openssl @@ -10969,7 +10969,7 @@ o Test only that noncanonical values do not cause crashes, not that glibc bug 15078 in turn triggers bug 16159. Reported by Michal Privoznik. -2013-12-02 Pádraig Brady +2013-12-02 Pádraig Brady md5, sha1, sha256, sha512: use openssl routines if available. --with-openssl the libcrypto md5, sha1, sha224, sha256, sha384, sha256 @@ -11025,7 +11025,7 @@ o Test only that noncanonical values do not cause crashes, not that . Change the comment to try to explain this better. -2013-11-27 Pádraig Brady +2013-11-27 Pádraig Brady selinux-h: improve stub types and add more stub functions @@ -11086,7 +11086,7 @@ o Test only that noncanonical values do not cause crashes, not that New function and macro, to work around _DARWIN_C_SOURCE problem. Reported by Jack Howarth in . -2013-11-11 Pádraig Brady +2013-11-11 Pádraig Brady base64: provide a fast path for encoding well sized buffers Avoid conditionals in the base64 encoding loop, @@ -11192,7 +11192,7 @@ o Test only that noncanonical values do not cause crashes, not that http://lists.debian.org/debian-bsd/2012/05/msg00032.html. Reported by Sylvain . -2013-10-21 Michael Haubenwallner +2013-10-21 Michael Haubenwallner selinux-h: Really build without selinux when library is missing. * m4/selinux-selinux-h.m4: When the selinux library is missing, really @@ -11203,7 +11203,7 @@ o Test only that noncanonical values do not cause crashes, not that regex: also remove dependency on HAVE_WCSCOLL * lib/regex_internal.h: Remove final vestige of the wcscoll dependency. -2013-10-21 Reuben Thomas +2013-10-21 Reuben Thomas xfreopen: Fix typo. s/frepoen/freopen/ * lib/xfreopen.c: Fix description. @@ -11711,7 +11711,7 @@ o Test only that noncanonical values do not cause crashes, not that Allow platforms like 64-bit OpenBSD where timeval's tv_sec is wider than time_t. -2013-08-09 Pádraig Brady +2013-08-09 Pádraig Brady bootstrap: support checksum utils having -c but not --status * build-aux/bootstrap: Only look for sha1sum if updating po files. @@ -11753,7 +11753,7 @@ o Test only that noncanonical values do not cause crashes, not that require AC_PROG_SED to allow user to specify custom sed command when generating en@quot PO file. -2013-07-18 Werner Lemberg (tiny change) +2013-07-18 Werner Lemberg (tiny change) bootstrap: use correct source when copying build-aux files * build-aux/bootstrap (gnulib_extra_files): This variable is @@ -12001,7 +12001,7 @@ o Test only that noncanonical values do not cause crashes, not that * doc/posix-functions/getgroups.texi (getgroups): Mention multithread safety and mgetgroups. -2013-05-22 Bernhard Voelker +2013-05-22 Bernhard Voelker test-lchown, test-chown: also skip test if chown fails with EPERM * tests/test-lchown.h (test_lchown): Add EPERM to the condition to @@ -13882,7 +13882,7 @@ o Test only that noncanonical values do not cause crashes, not that (Depends-on): Add extern-inline. (configure.ac): Do not require AC_C_INLINE. -2012-11-20 Theophile Ranquet +2012-11-20 Theophile Ranquet maint.mk: avoid gratuitous failure Reported by Stefano Lattarini in @@ -14475,14 +14475,14 @@ o Test only that noncanonical values do not cause crashes, not that C99 and POSIX-2001 or later, with respect to how getchar etc. behave when feof reports nonzero. -2012-09-13 Joachim Schmitz (tiny change) +2012-09-13 Joachim Schmitz (tiny change) poll: fix poll(0, NULL, msec) * lib/poll.c: don't exit early if NULL is the 1st arg to poll(), but nfd is 0. In that case poll should behave like select. -2012-09-13 Joachim Schmitz (tiny change) - Paolo Bonzini +2012-09-13 Joachim Schmitz (tiny change) + Paolo Bonzini poll: fix for systems that can't recv() on a non-socket * lib/poll.c: if recv returns ENOTSOCK, assume the descriptor @@ -14656,7 +14656,7 @@ o Test only that noncanonical values do not cause crashes, not that (sc_prohibit_defined_have_decl_tests, sc_const_long_option) (sc_makefile_path_separator_check): Remove bogus $(ME). -2012-08-20 Mike Frysinger +2012-08-20 Mike Frysinger timer-time: fix link order when static linking on glibc * m4/timer_time.m4 (LIB_TIMER_TIME): Add -lpthread @@ -22223,7 +22223,7 @@ o Test only that noncanonical values do not cause crashes, not that log message and output in standard ChangeLog multi-author format. Reported by Peter Rosin -2011-11-15 Ben Walton (tiny change) +2011-11-15 Ben Walton (tiny change) Bruno Haible Fix some modules' file list. @@ -32522,7 +32522,7 @@ o Test only that noncanonical values do not cause crashes, not that or you shouldn't be releasing. * build-aux/announce-gen: Die if the NEWS delta is effectively empty. -2011-05-17 Pádraig Brady +2011-05-17 Pádraig Brady * top/maint.mk (_gl_tight_scope:): Automatically exclude compiler reserved symbols starting with double underscore from the check. @@ -32560,7 +32560,7 @@ o Test only that noncanonical values do not cause crashes, not that * m4/inttypes.m4 (gl_INTTYPES_INCOMPLETE): Only expand once. * m4/stdint.m4 (gl_STDINT_H): Likewise. -2011-05-16 Sam Steingold +2011-05-16 Sam Steingold and Eric Blake vc-list-files: accept multiple directory operands @@ -33419,7 +33419,7 @@ o Test only that noncanonical values do not cause crashes, not that manywarnings: fix indentation * m4/manywarnings.m4: Indent by 2 spaces consistently. -2011-04-30 Pádraig Brady +2011-04-30 Pádraig Brady manywarnings: add -Wno-missing-field-initializers if needed. * m4/manywarnings.m4 (gl_MANYWARN_ALL_GCC): Add the above @@ -35298,7 +35298,7 @@ o Test only that noncanonical values do not cause crashes, not that * top/maint.mk (sc_unmarked_diagnostics): Allow 0 or 1 space between "ngettext" and the following "(". -2011-03-11 Pádraig Brady +2011-03-11 Pádraig Brady maint.mk: suppress a false positive warning * top/maint.mk ((sc_unmarked_diagnostics): Don't warn when @@ -37313,7 +37313,7 @@ o Test only that noncanonical values do not cause crashes, not that * lib/mbsstr.c (mbsstr): Adjust for the changed str-kmp.h. * lib/mbscasestr.c (mbscasestr): Likewise. -2011-01-21 Pádraig Brady +2011-01-21 Pádraig Brady malloca-tests: make faster by unsetting MALLOC_PERTURB_ * tests/test-malloca.c (main): Unset the environment variable @@ -37321,7 +37321,7 @@ o Test only that noncanonical values do not cause crashes, not that * tests/init.sh: Don't say that MALLOC_PERTURB_ is cheap. * modules/malloca-tests: Depend on unsetenv. -2011-01-21 Pádraig Brady +2011-01-21 Pádraig Brady ignore-value: remove stdint dependency * lib/ignore-value.h: Remove @@ -37359,7 +37359,7 @@ o Test only that noncanonical values do not cause crashes, not that don't parenthesize return value, add spaces around "=" and after ";-in-for-stmt". -2011-01-14 Markus Duft +2011-01-14 Markus Duft mountlist: add support for Interix * lib/mountlist.c (read_file_system_list) [MOUNTED_INTERIX_STATVFS]: @@ -38338,7 +38338,7 @@ o Test only that noncanonical values do not cause crashes, not that * tests/test-mkdir.h (test_mkdir): Allow EOPNOTSUPP as alternative error code. -2011-01-07 Pádraig Brady +2011-01-07 Pádraig Brady ignore-value: fixup comments, and add Eric Blake as an author since he rewrote the macros. @@ -38372,7 +38372,7 @@ o Test only that noncanonical values do not cause crashes, not that (submodule-checks): New variable. (alpha beta stable): Depend on the variable. -2011-01-05 Pádraig Brady +2011-01-05 Pádraig Brady and Jim Meyering ignore-value: make ignore_value more generic; deprecate ignore_ptr @@ -39847,7 +39847,7 @@ o Test only that noncanonical values do not cause crashes, not that * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE): Avoid possible gcc warning. Fix preprocessor directive indentation. -2010-12-15 Pádraig Brady +2010-12-15 Pádraig Brady memmem, memmem-simple: reorganize and expand empty needle check * m4/memmem.m4 (gl_FUNC_MEMMEM_SIMPLE, gl_FUNC_MEMMEM): Move all @@ -39861,7 +39861,7 @@ o Test only that noncanonical values do not cause crashes, not that Clarify exactly how the memmem and memmem-simple modules relate to each other. -2010-12-15 Pádraig Brady +2010-12-15 Pádraig Brady Bruno Haible Improve cross-compilation guesses for uClibc. @@ -39877,7 +39877,7 @@ o Test only that noncanonical values do not cause crashes, not that * modules/configmake (Files): Ship it. (configure.ac): Use it to guarantee fallbacks. -2010-12-13 Pádraig Brady +2010-12-13 Pádraig Brady read-file: Improve handling of large files * lib/read-file.c (fread_file): Minimize realloc()s @@ -42549,7 +42549,7 @@ o Test only that noncanonical values do not cause crashes, not that selinux/context.h. Reported by Johan Hattne . -2010-08-29 Ralf Wildenhues +2010-08-29 Ralf Wildenhues Bruno Haible Make the module 'realloc-gnu' work again on AIX and OSF/1. @@ -42560,7 +42560,7 @@ o Test only that noncanonical values do not cause crashes, not that (SYSTEM_MALLOC_GLIBC_COMPATIBLE): Adjust definition. * modules/realloc-gnu (configure.ac): Use gl_MODULE_INDICATOR. -2010-08-29 Ralf Wildenhues +2010-08-29 Ralf Wildenhues Bruno Haible Make the module 'calloc-gnu' work again on AIX and OSF/1. @@ -42571,7 +42571,7 @@ o Test only that noncanonical values do not cause crashes, not that GNULIB_CALLOC_GNU && !HAVE_CALLOC_GNU. * modules/calloc-gnu (configure.ac): Invoke gl_MODULE_INDICATOR. -2010-08-29 Ralf Wildenhues +2010-08-29 Ralf Wildenhues Bruno Haible Make the module 'malloc-gnu' work again on AIX and OSF/1. @@ -42979,7 +42979,7 @@ o Test only that noncanonical values do not cause crashes, not that * lib/astrxfrm.c: New file, based on lib/memxfrm.c. * modules/astrxfrm: New file. -2010-08-14 Reuben Thomas +2010-08-14 Reuben Thomas regex: Tweak doc. * doc/regex.texi (Overview): Don't mention regex.c. @@ -43011,7 +43011,7 @@ o Test only that noncanonical values do not cause crashes, not that * lib/strtod.c (strtod): Don't assign const char * to char *, as this elicits a warning from GCC when warnings are enabled. -2010-08-10 Pádraig Brady +2010-08-10 Pádraig Brady and Eric Blake copy-acl: ignore ENOTSUP on HP-UX @@ -43700,7 +43700,7 @@ o Test only that noncanonical values do not cause crashes, not that * m4/memcoll.m4 (gl_MEMCOLL): Omit AC_FUNC_STRCOLL, as it's no longer needed. -2010-07-08 Chen Guo +2010-07-08 Chen Guo (x)memcoll: speedup when input is known to be NUL delimited * lib/memcoll.c: Include stdlib. @@ -46365,7 +46365,7 @@ o Test only that noncanonical values do not cause crashes, not that Assume rmdir exists. * lib/rmdir.c (rpl_rmdir): Remove code that invokes the rmdir program. -2010-04-06 Giuseppe Scrivano +2010-04-06 Giuseppe Scrivano doc: update users.txt * users.txt: Add gcal. @@ -48069,7 +48069,7 @@ o Test only that noncanonical values do not cause crashes, not that * tests/test-vc-list-files-git.sh: Unset problematic environment variables. Chain commands together. -2010-03-17 Ludovic Courtès (tiny change) +2010-03-17 Ludovic Courtès (tiny change) * m4/pty.m4: Unset $ac_cv_have_decl_forkpty before the second `AC_CHECK_DECL' invocation. @@ -48938,7 +48938,7 @@ o Test only that noncanonical values do not cause crashes, not that (func_all_modules): Invoke it. * doc/gnulib-tool.texi (Which modules?): New node. -2010-02-18 Markus Duft (tiny change) +2010-02-18 Markus Duft (tiny change) * lib/sys_select.in.h: Provide select replacement even if sys/select.h exists on a system, for Interix. @@ -49415,7 +49415,7 @@ o Test only that noncanonical values do not cause crashes, not that * modules/xstrtol-tests (Depends-on): Add inttypes. * modules/xstrtoll-tests (Depends-on): Likewise. Remove xstrtoll. -2010-01-25 Pádraig Brady +2010-01-25 Pádraig Brady syntax-check: detect incorrect boolean macro values in config.h * modules/maintainer-makefile (configure.ac): Parameterize the location @@ -54115,7 +54115,7 @@ o Test only that noncanonical values do not cause crashes, not that * lib/mgetgroups.c (mgetgroups): Don't remove duplicates if there is at most one group. -2009-12-09 Simon Josefsson +2009-12-09 Simon Josefsson Bruno Haible * build-aux/link-warning.h: Add copyright notice. @@ -64205,7 +64205,7 @@ o Test only that noncanonical values do not cause crashes, not that string from each and every "case", use a variable, and add a single cast after the switch. -2009-01-16 Albert Chin-A-Young +2009-01-16 Albert Chin-A-Young * lib/arpa_inet.in.h: Add extern "C" block for C++. @@ -64602,7 +64602,7 @@ o Test only that noncanonical values do not cause crashes, not that poll: don't return uninitialized * lib/poll.c (poll) [WIN32_NATIVE]: Initialize "rc". -2009-01-06 Jeremy Olexa (tiny change) +2009-01-06 Jeremy Olexa (tiny change) avoid compile failure on AIX 6.1 * lib/getloadavg.c [HAVE_LIBPERFSTAT]: Include . @@ -67827,7 +67827,7 @@ o Test only that noncanonical values do not cause crashes, not that * m4/pmccabe2html.m4: New file. * modules/pmccabe2html: New file. -2008-10-07 Richard W.M. Jones +2008-10-07 Richard W.M. Jones flock: new module * MODULES.html.sh: Add to list of modules. @@ -69651,7 +69651,7 @@ o Test only that noncanonical values do not cause crashes, not that * lib/gc-gnulib.c: Indentation cleanup. Add some comments regarding Windows crypto stuff, from Mono. -2008-08-19 Adam Strzelecki (tiny change) +2008-08-19 Adam Strzelecki (tiny change) * lib/gc-gnulib.c: Use CRYPT_VERIFY_CONTEXT. Try to use Intel CSP if present, for intel RND. Return error on failures. @@ -71241,7 +71241,7 @@ o Test only that noncanonical values do not cause crashes, not that * modules/base64-tests: New file. -2008-05-19 Bo Borgerson +2008-05-19 Bo Borgerson * lib/base64.c (base64_decode_ctx): If a decode context structure was passed in use it to ignore newlines. If a context structure @@ -74039,7 +74039,7 @@ o Test only that noncanonical values do not cause crashes, not that * lib/vasnprintf.c (VASNPRINTF): Perform zero-padding also if !NEED_PRINTF_FLAG_ZERO. -2008-02-05 Peter O'Gorman +2008-02-05 Peter O'Gorman getloadavg: use libperfstat on AIX5 * lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat @@ -75183,7 +75183,7 @@ o Test only that noncanonical values do not cause crashes, not that * lib/unictype/scripts.c: Include unictype/scripts_byname.h instead of scripts_byname.h. -2007-12-02 Martin Lambers +2007-12-02 Martin Lambers Bruno Haible * lib/getpagesize.h: Remove file. @@ -77019,7 +77019,7 @@ o Test only that noncanonical values do not cause crashes, not that * m4/printf.m4 (gl_PRINTF_DIRECTIVE_N, gl_SNPRINTF_DIRECTIVE_N): Put the format string into writable memory. Needed in Fortify conditions. -2007-10-18 Colin Watson (tiny change) +2007-10-18 Colin Watson (tiny change) Bruno Haible * lib/trim.c: Include config.h unconditionally. Include trim.h always. @@ -86020,7 +86020,7 @@ o Test only that noncanonical values do not cause crashes, not that (func_import): Set for_test to false. (func_create_testdir): Set for_test to true. -2007-01-27 Yoann Vandoorselaere +2007-01-27 Yoann Vandoorselaere Bruno Haible * modules/strcasestr (Files): Remove lib/strcasestr.h. @@ -87685,7 +87685,7 @@ o Test only that noncanonical values do not cause crashes, not that using +=. Reported by Simon Josefsson . -2006-11-28 James Youngman +2006-11-28 James Youngman * README: Advise users that they might find the bug-gnulib@gnu.org and autotools-announce@gnu.org mailing lists useful. @@ -87751,7 +87751,7 @@ o Test only that noncanonical values do not cause crashes, not that Don't close an fd more than once. Identical atimes indicate success, not failure. -2006-11-22 Robinson Mittmann (tiny change) +2006-11-22 Robinson Mittmann (tiny change) * lib/sincosl.c (kernel_sinl): Fix typo in threshold. -- 2.39.5