+2017-05-22 Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
+
+ Remove repeated words in comments.
+
2017-05-22 Bernhard Voelker <mail@bernhard-voelker.de>
fallthrough: reinstate a FALLTHROUGH instance in quotearg
HAVE_GETXATTR.
* m4/acl.m4 (gl_FILE_HAS_ACL): Test fot the entire combination of
linux/xattr.h, sys/xattr.h, getxattr, XATTR_NAME_POSIX_ACL_ACCESS,
- and XATTR_NAME_POSIX_ACL_DEFAULT, since that's what what
+ and XATTR_NAME_POSIX_ACL_DEFAULT, since that's what
file-has-acl.c actually needs.
2015-04-26 Pádraig Brady <P@draigBrady.com>
* m4/gettimeofday.m4 (gl_GETTIMEOFDAY_REPLACE_LOCALTIME):
* m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS):
* modules/time (time.h):
- Don't worry about about the possibility of localtime and gmtime
+ Don't worry about the possibility of localtime and gmtime
being absent; they're present in all C libraries we know about.
* m4/time_h.m4 (gl_HEADER_TIME_H_DEFAULTS):
Don't assume sys_time is present and has been initialized.
* m4/gl-openssl.m4 (gl_CRYPTO_CHECK):
Add support for a new option, --with-openssl=auto, which causes
the library to be used if available and silently ignored if not.
- Add support to allow allow configure.ac to specify its own
+ Add support to allow configure.ac to specify its own
default, by setting with_openssl_default before invoking gl_INIT.
2013-12-05 Paul Eggert <eggert@cs.ucla.edu>
(main): Perform test also when getrlimit and setrlimit don't exist or
when setrlimit of RLIMIT_DATA fails (like on Cygwin). Instead of
limiting the address space size using setrlimit, compare the address
- space size before and after the the test.
+ space size before and after the test.
* tests/test-dprintf-posix2.c: Likewise.
* tests/test-fprintf-posix3.sh: Update skip messages.
* tests/test-dprintf-posix2.sh: Likewise.
* m4/pty_h.m4 (gl_PTY_H_DEFAULTS): Add new witnesses. Move decl
check...
* m4/pty.m4 (gl_FORKPTY, gl_OPENPTY): ...here. Request
- replacement for for non-const BSD signature.
+ replacement for non-const BSD signature.
* modules/pty (Makefile.am): Substitute witnesses.
* lib/pty.in.h (forkpty, openpty): Declare replacements.
* tests/test-forkpty.c: Update signature check.
2010-02-21 Bruno Haible <bruno@clisp.org>
- Really work around around "broken pipe" error message from bash 3.2.
+ Really work around "broken pipe" error message from bash 3.2.
* gnulib-tool (func_reset_sigpipe): Remove function.
(echo): In bash 3.2, define to a function that uses printf.
Analyzed by Ralf Wildenhues, Chet Ramey, Ben Pfaff.
* m4/fclose.m4 (gl_REPLACE_FCLOSE): Likewise.
* m4/open.m4 (gl_REPLACE_OPEN): Likewise.
* m4/strstr.m4 (gl_FUNC_STRSTR): Execute AC_LIBOBJ when REPLACE_STRSTR
- is 1, not only the the first time.
+ is 1, not only the first time.
2009-08-10 Bruno Haible <bruno@clisp.org>
glibc. No doubt this problem also needs to be handled for glibc
as well, but the result will be an incompatible change to the
glibc ABI, and the old ABI will have to be supported too. That
- can be the the subject for another patch.
+ can be the subject for another patch.
* lib/regex.h (_REGEX_LARGE_OFFSETS): New feature-test macro,
governing whether the rest of this patch is active. By default,