log

age author description
Fri, 16 Dec 2016 09:34:02 -0800 Paul Eggert regex: fix integer-overflow bug in never-used code
Fri, 16 Dec 2016 07:38:58 -0800 Paul Eggert fpending: fix port to MinGW on Emacs
Thu, 15 Dec 2016 10:00:22 -0800 Paul Eggert safe-alloc: use xalloc-oversized
Thu, 15 Dec 2016 09:59:21 -0800 Paul Eggert xalloc: do not exceed PTRDIFF_MAX
Thu, 15 Dec 2016 09:56:53 -0800 Paul Eggert malloca: do not exceed PTRDIFF_MAX
Thu, 15 Dec 2016 09:53:45 -0800 Paul Eggert quotearg: pacify GCC better
Wed, 14 Dec 2016 17:09:04 -0800 Paul Eggert xalloc-oversized: check for PTRDIFF_MAX too
Wed, 14 Dec 2016 15:11:28 -0800 Paul Eggert dfa: fix glitches in previous commit
Wed, 14 Dec 2016 13:21:04 -0800 Paul Eggert dfa: fix some unlikely integer overflows
Mon, 12 Dec 2016 21:12:14 -0800 Jim Meyering dfa: add an assertion to avoid coverity false positive
Tue, 13 Dec 2016 14:44:44 -0800 Paul Eggert dfa: remove DFA_CASE_FOLD flag in favor of RE_ICASE
Tue, 13 Dec 2016 22:10:08 +0200 Arnold D. Robbins dfa: remove DFA_CASE_FOLD flag in favor of RE_ICASE
Tue, 13 Dec 2016 12:43:09 -0500 John W. Eaton link: fix test to declare use of rename()
Tue, 13 Dec 2016 11:19:35 +0100 Bruno Haible fpending: Port to native Windows with MSVC.
Tue, 13 Dec 2016 01:44:06 +0100 Bruno Haible stdioext: Port to native Windows with MSVC.
Sun, 11 Dec 2016 22:39:42 -0800 Jim Meyering non-recursive-gnulib-prefix-hack.m4: remove leading "(" in case stmt
Sat, 10 Dec 2016 14:04:42 +0100 Bruno Haible threadlib: Optimize out runtime test on Solaris >= 10.
Sat, 10 Dec 2016 12:08:07 +0100 Bruno Haible stdint: Update doc about Solaris 9.
Sat, 10 Dec 2016 01:26:47 +0100 Bruno Haible c-ctype tests: Fix link error on Solaris 9.
Fri, 09 Dec 2016 15:09:03 -0800 Paul Eggert dfa: fix performance bug that recomputes trans
Fri, 09 Dec 2016 08:16:13 -0800 Paul Eggert same-inode: port to MinGW
Sun, 04 Dec 2016 19:50:26 +0100 Bruno Haible javacomp: Support Java 7 and 8.
Fri, 02 Dec 2016 17:16:50 +0100 Daiki Ueno gnulib-tool: fix the previous change
Fri, 02 Dec 2016 16:56:11 +0100 Daiki Ueno gnulib-tool: fix the previous change
Mon, 21 Nov 2016 21:15:25 +0100 Nikos Mavrogiannopoulos gnulib-tool: properly list the LGPL3orGPLv2 license
Fri, 02 Dec 2016 13:52:43 +0100 Bruno Haible localcharset: Avoid theoretical buffer overrun.
Fri, 02 Dec 2016 02:02:09 +0100 Bruno Haible Relicense some modules under LGPLv2+.
Thu, 01 Dec 2016 19:52:46 +0900 KO Myung-Hun scandir: Fix _D_ALLOC_NAMLEN() on OS/2 kLIBC
Thu, 01 Dec 2016 19:52:45 +0900 KO Myung-Hun alphasort, scandir: Port to OS/2 kLIBC
Thu, 01 Dec 2016 19:52:44 +0900 KO Myung-Hun relocatable: Fix that /@unixroot prefix is not working on OS/2 kLIBC
Thu, 01 Dec 2016 19:52:43 +0900 KO Myung-Hun sys_socket: typedef sa_family_t correctly on OS/2 kLIBC
Tue, 29 Nov 2016 10:45:46 -0800 Jim Meyering dfa: avoid new infinite loop
Mon, 28 Nov 2016 22:26:07 +0900 Norihiro Tanaka dfa: do not match middle of multibyte character
Sun, 27 Nov 2016 15:36:51 -0800 Jim Meyering dfa: avoid false match in non-UTF8 multibyte locales
Sat, 26 Nov 2016 22:52:00 -0500 Mike Frysinger ptsname_r: leverage AC_HEADER_MAJOR
Sun, 27 Nov 2016 00:23:14 +0000 Pádraig Brady md4,md5,sha*: allow _STRING_INLINE_unaligned enable unaligned operation
Sat, 26 Nov 2016 15:39:11 +0000 Pádraig Brady maint: use a more standard return from mbrtowc test
Sat, 26 Nov 2016 15:11:55 -0800 Paul Eggert freopen: fix typo in previous commit
Sat, 26 Nov 2016 14:53:29 -0800 Paul Eggert freopen: work around glibc bug with closed fd
Fri, 25 Nov 2016 18:45:05 -0800 Paul Eggert fnmatch: fix typo introduced on 2016-08-17
Fri, 25 Nov 2016 12:45:15 -0800 Paul Eggert maint: fix ChangeLog typo
Fri, 25 Nov 2016 10:43:38 -0800 Paul Eggert dfa: simplify with new function fillset
Fri, 25 Nov 2016 10:43:38 -0800 Paul Eggert dfa: fix glitches with on-demand states
Fri, 25 Nov 2016 10:43:38 -0800 Norihiro Tanaka dfa: addition of new state on demand
Wed, 23 Nov 2016 13:39:30 +0100 Daiki Ueno srclist: sync with released gettext
Wed, 23 Nov 2016 12:46:09 +0100 Daiki Ueno srclist: add "release" option
Sun, 20 Nov 2016 13:24:27 +0100 Bruno Haible snippet/c++defs: Simplify _GL_CXXALIAS_* macros.
Sun, 20 Nov 2016 20:16:29 -0800 Paul Eggert dfa: fix logic typo
Sun, 20 Nov 2016 08:33:38 -0800 Jim Meyering fix test driver leaks: exclude, malloc, realloc
Sat, 12 Nov 2016 17:22:53 +0100 Pedro Alves Fix gnulib C++ namespace support and std::frexp
Sat, 12 Nov 2016 17:22:54 +0100 Pedro Alves GNULIB_NAMESPACE::func need not pull in rpl_func
Sat, 12 Nov 2016 01:17:26 +0100 Bruno Haible libunistring: Relicense under dual "LGPLv3+ or GPLv2" license.
Sun, 13 Nov 2016 04:03:39 +0100 Bruno Haible Relicense some modules under LGPLv2+.
Sun, 13 Nov 2016 03:58:45 +0100 Bruno Haible Relicense some modules under LGPLv2+.
Sat, 19 Nov 2016 06:45:25 -0800 Karl Berry autoupdate
Thu, 17 Nov 2016 11:51:55 +0100 Bruno Haible Enable Unicode decoder safety unconditionally.
Sat, 19 Nov 2016 14:07:58 +0100 Bruno Haible Correct indentation.
Sat, 19 Nov 2016 14:03:07 +0100 Bruno Haible relocatable-prog-wrapper: Fix breakage on Cygwin.
Sat, 19 Nov 2016 12:50:28 +0100 Bruno Haible strerror: Make it compile in C++ mode.
Tue, 15 Nov 2016 02:36:00 +0000 Pedro Alves sys_time: add gnulib::timeval for C++
Mon, 14 Nov 2016 23:08:21 +0000 Pedro Alves snippet/c++defs: fix real-floating arg functions in C++ mode
Sun, 13 Nov 2016 18:15:36 -0800 Jim Meyering strftime: don't use __THROW
Mon, 14 Nov 2016 19:48:28 -0800 Paul Eggert obstack: port to gcc -fcheck-pointer-bounds
Mon, 14 Nov 2016 15:36:51 -0600 Eric Blake strerror_r-posix: Another fix, for HAVE_DECL_STRERROR_R on mingw
Mon, 14 Nov 2016 20:07:39 +0000 Pádraig Brady strptime: fix compile error in recent change
Sun, 13 Nov 2016 04:12:26 +0100 Bruno Haible gnulib-tool: Support for the dual "LGPLv3+ or GPLv2" license.
Sat, 12 Nov 2016 17:40:26 -0800 Paul Eggert strftime: tune %q
Sat, 12 Nov 2016 17:26:39 -0800 Paul Eggert Merge strftime.c changes from glibc
Fri, 04 Nov 2016 14:06:39 -0500 Eric Blake strerror_r-posix: Fix override of AC_FUNC_STRERROR_R
Sat, 12 Nov 2016 16:22:53 +0000 Pedro Alves Fix gnulib C++ namespace support and std::frexp
Sat, 12 Nov 2016 16:22:54 +0000 Pedro Alves GNULIB_NAMESPACE::func need not pull in rpl_func
Wed, 09 Nov 2016 06:21:51 -0500 Frediano Ziglio manywarnings: fix -Wno-missing-field-initializers detection
Mon, 07 Nov 2016 12:50:24 +0000 Pádraig Brady non-recursive-gnulib-prefix-hack: revert use of parameterized 'lib' dir
Wed, 19 Oct 2016 14:46:14 -0700 Pádraig Brady strftime,strptime: support %q to represent the quarter
Fri, 04 Nov 2016 08:32:09 -0700 Karl Berry autoupdate
Thu, 03 Nov 2016 13:50:30 -0500 Eric Blake bootstrap: Fix get_version() for AIX 5.3
Thu, 03 Nov 2016 21:34:58 -0700 Paul Eggert intprops: port to older XL C
Thu, 03 Nov 2016 06:52:50 -0700 Karl Berry autoupdate
Wed, 02 Nov 2016 17:52:12 +0000 Pádraig Brady backupfile: initialize default suffix within the implementation
Tue, 01 Nov 2016 15:38:59 -0700 Paul Eggert futimens: remove FIXME for old Linux kernels
Tue, 01 Nov 2016 08:55:17 -0700 Paul Eggert utimensat: remove FIXME for old Linux kernels
Thu, 27 Oct 2016 09:12:16 -0700 Paul Eggert maint: update how to make web pages
Sun, 16 Oct 2016 22:11:32 +0200 Bruno Haible qsort_r: Fix macrology for platforms that lack the function.
Wed, 26 Oct 2016 18:10:37 -0700 Paul Eggert sys_types: fix Texinfo typos
Wed, 26 Oct 2016 17:16:01 -0700 John David Anglin getprogname: port to HP-UX
Fri, 21 Oct 2016 03:09:23 +0200 Bruno Haible Update doc about target platforms.
Sat, 15 Oct 2016 15:23:34 +0200 Bruno Haible opendir, readdir, closedir: Relicense under LGPLv2+.
Sun, 16 Oct 2016 17:45:52 +0200 Bruno Haible Fix conflict between strerror_r-posix module and AC_FUNC_STRERROR_R.
Sun, 16 Oct 2016 17:43:53 +0200 Bruno Haible Make the 'argp' module work without the 'error' module.
Tue, 25 Oct 2016 14:59:29 -0700 Paul Eggert diffseq: restore TOO_EXPENSIVE heuristic
Sat, 22 Oct 2016 19:17:26 +0200 Bruno Haible non-recursive-gnulib-prefix-hack: Don't make assumptions about gnulib-tool's --source-base option value.
Sat, 22 Oct 2016 23:04:03 +0200 Bruno Haible iconv: Avoid compilation error when bootstrapping GNU libiconv.
Sat, 15 Oct 2016 15:51:20 +0200 Bruno Haible Avoid gnulib-tool warnings about the dependencies of 'parse-datetime'.
Mon, 17 Oct 2016 02:16:57 +0200 Bruno Haible system-quote tests: Avoid compiler warning on AIX.
Sun, 16 Oct 2016 16:59:45 +0200 Bruno Haible Fix some "gcc -Wall" warnings.
Sun, 16 Oct 2016 14:11:18 +0200 Bruno Haible gnulib-tool: Make --create-testdir on all modules work again.
Thu, 20 Oct 2016 09:45:50 +0200 Daiki Ueno libunistring: change the maintainer to 'all'
Sun, 16 Oct 2016 15:54:45 +0200 Bruno Haible Simplify "configure: checking ..." messages.
Sun, 16 Oct 2016 16:09:29 +0200 Bruno Haible Simplify "configure: checking ..." messages.
Thu, 20 Oct 2016 15:35:02 -0700 Paul Eggert quotearg-tests: pacify gcc -Wall
Thu, 20 Oct 2016 11:28:07 -0700 Pádraig Brady canonicalize-lgpl: fix for missing SIZE_MAX on older systems
Thu, 20 Oct 2016 09:32:54 -0700 Jim Meyering printf.m4: fix a bug in detecting printf %j support
Wed, 19 Oct 2016 23:46:10 -0700 Paul Eggert sched: substitute HAVE_SYS_CDEFS_H too
Tue, 18 Oct 2016 13:00:07 -0700 Pádraig Brady quotearg: never write beyond the returned length
Wed, 19 Oct 2016 00:33:01 +0200 Bruno Haible getprogname tests: Avoid failure in packages that use libtool.
Sun, 16 Oct 2016 13:53:18 +0200 Bruno Haible getprogname: Fix test failure on Cygwin. Comments.
Sun, 16 Oct 2016 20:07:37 +0200 Bruno Haible Make sure the libunistring detection rejects older versions with a known bug.
Tue, 18 Oct 2016 14:10:01 +0200 Bruno Haible sh-quote, system-quote: revert regression of unit test.
Sun, 16 Oct 2016 22:51:30 +0100 Pádraig Brady quotearg: fix stale tests
Sun, 16 Oct 2016 13:24:09 -0700 Jim Meyering non-recursive-gnulib-prefix-hack: fix inconsequential typo
Sun, 16 Oct 2016 20:09:16 +0200 Bruno Haible Fix a test crash.
Sat, 15 Oct 2016 23:29:16 +0100 Pádraig Brady test-limits-h: suppress -Woverlength-strings
Sat, 15 Oct 2016 15:09:13 +0200 Bruno Haible gettime, timespec, utimens: Relicense under LGPL.
Fri, 14 Oct 2016 02:49:05 +0200 Bruno Haible canonicalize-lgpl: Support the case path_max > INT_MAX.
Thu, 13 Oct 2016 14:59:10 -0700 Jim Meyering getprogname: IBM z/OS: avoid NULL-dereference
Wed, 12 Oct 2016 12:30:07 -0700 Jim Meyering test-stdint: use _GL_VERIFY rather than "verify" for some tests
Thu, 13 Oct 2016 11:31:23 -0700 Paul Eggert Add missing ChangeLog entry
Thu, 13 Oct 2016 11:16:40 -0700 Paul Eggert stdint: port SIZE_MAX to glibc s390
Thu, 13 Oct 2016 09:42:42 +0100 Daniel Richard G getprogname: port to IBM z/OS
Tue, 11 Oct 2016 21:41:57 -0700 Jim Meyering maint: remove stray space after "." in AC_DEFINE comment.
Wed, 05 Oct 2016 10:43:09 -0700 Jim Meyering long-options: avoid new GCC 7 warning from -Wimplicit-fallthrough
Wed, 05 Oct 2016 09:13:55 -0700 Jim Meyering utimecmp: avoid new GCC 7 warning from -Wbool-operation
Mon, 10 Oct 2016 23:08:29 +0900 Norihiro Tanaka dfa: save memory for states
Mon, 10 Oct 2016 08:05:36 -0700 Eli Zaretskii wchar, wctype-h: fix for MinGW 3.22.2
Wed, 05 Oct 2016 10:43:09 -0700 Jim Meyering long-options: avoid new GCC 7 warning from -Wimplicit-fallthrough
Wed, 05 Oct 2016 09:13:55 -0700 Jim Meyering utimecmp: avoid new GCC 7 warning from -Wbool-operation
Mon, 03 Oct 2016 14:26:04 -0700 Karl Berry autoupdate
Mon, 26 Sep 2016 15:13:34 +0100 Pádraig Brady quotearg: minimize shell quoting using double quotes
Sun, 02 Oct 2016 12:09:13 -0700 Jim Meyering vasnprintf.c: avoid spurious warning from GCC 7
Sat, 01 Oct 2016 19:53:52 -0700 Jim Meyering getprogname: correct the test for a __progname variable
Wed, 28 Sep 2016 21:36:55 -0700 Jim Meyering u8-uctomb-aux.c: build: placate GCC 7's new -Wimplicit-fallthrough
Wed, 28 Sep 2016 21:20:38 -0700 Jim Meyering dfa: build: avoid warning from GCC 7's new -Wimplicit-fallthrough
Wed, 28 Sep 2016 20:57:24 -0700 Jim Meyering getprogname: avoid __progname vs program_invocation_short_name pitfall
Wed, 28 Sep 2016 11:09:03 -0700 Jim Meyering getprogname: port to OpenBSD 5.1
Sat, 24 Sep 2016 21:10:12 -0700 Paul Eggert sched: port to GCC 6.2.1 on macOS Sierra
Sat, 24 Sep 2016 20:13:43 -0700 Paul Eggert tests/init.sh: port Alpine fix to AIX 7.1
Thu, 22 Sep 2016 14:42:15 -0700 Paul Eggert nl_langinfo: pacify GCC
Thu, 22 Sep 2016 11:44:39 -0700 Paul Eggert stdint: also set GL_GENERATE_LIMITS_H
Thu, 22 Sep 2016 10:47:57 -0700 Paul Eggert limits-h, stdint: Don't assume extensions, fix typo
Wed, 21 Sep 2016 21:15:59 -0700 Jim Meyering getprogname: port to AIX
Mon, 19 Sep 2016 09:32:31 -0700 Karl Berry update from texinfo
Sun, 18 Sep 2016 09:12:57 -0700 Karl Berry update from texinfo
Thu, 15 Sep 2016 12:30:25 -0700 Paul Eggert extensions: fix typo in comment
Thu, 15 Sep 2016 11:34:52 -0700 Paul Eggert stdint: support new _WIDTH macros
Thu, 15 Sep 2016 11:34:52 -0700 Paul Eggert limits-h: new module
Fri, 16 Sep 2016 00:37:14 -0700 Paul Eggert stdio: don't redefine __USE_MINGW_ANSI_STDIO
Wed, 14 Sep 2016 19:36:14 -0500 Eric Blake sys_types: avoid glibc 2.25 warnings about major()
Wed, 14 Sep 2016 19:21:42 -0500 Eric Blake mountlist: include sysmacros.h for glibc
Thu, 15 Sep 2016 10:32:54 -0700 Paul Eggert extensions: port to more ISO C TSes
Tue, 13 Sep 2016 21:49:10 -0700 Paul Eggert intprops: new macro TYPE_WIDTH
Tue, 13 Sep 2016 18:34:20 -0700 Paul Eggert extensions: port to recent ISO C TRs
Tue, 13 Sep 2016 08:53:06 -0700 Karl Berry update from texinfo
Mon, 12 Sep 2016 07:26:44 -0700 Karl Berry update from texinfo
Sun, 11 Sep 2016 16:13:11 -0700 Paul Eggert dfa: port to Solaris 9
Sun, 11 Sep 2016 05:38:19 -0700 Karl Berry autoupdate
Sat, 10 Sep 2016 17:50:58 -0700 Jim Meyering strverscmp: avoid link failure on OS X
Tue, 16 Aug 2016 15:00:43 -0700 Jim Meyering dfa: new module, importing grep's DFA matcher
Fri, 09 Sep 2016 15:46:53 -0700 Jim Meyering getprogname-tests: don't depend on assert-h
Wed, 07 Sep 2016 11:03:03 -0700 Jim Meyering getprogname-tests: work also when EXEEXT is nonempty
Wed, 07 Sep 2016 10:45:03 -0700 Gisle Vanem getprogname: fix errors in previous change
Thu, 08 Sep 2016 15:17:10 +0100 Pádraig Brady parse-datetime: restrict debug output to input string
Wed, 07 Sep 2016 16:42:13 -0700 Paul Eggert flexmember: new macro FLEXALIGNOF
Wed, 07 Sep 2016 07:57:47 -0700 Jim Meyering getprogname: port to systems with __argv (mingw, msvc)
Wed, 07 Sep 2016 02:01:42 -0700 Paul Eggert flexmember: port better to GCC + valgrind
Tue, 06 Sep 2016 23:56:26 -0700 Paul Eggert getprogname: port to Solaris 10
Tue, 06 Sep 2016 14:26:05 -0700 Paul Eggert stdalign: correct mistake in alignof doc
Mon, 05 Sep 2016 21:40:57 -0700 Jim Meyering getprogname.h: declare with _GL_ATTRIBUTE_PURE, when required
Thu, 18 Aug 2016 15:18:25 +0200 Pino Toscano main.mk: remove sc_program_name
Thu, 18 Aug 2016 15:18:24 +0200 Pino Toscano Port tests away from progname
Thu, 18 Aug 2016 15:18:23 +0200 Pino Toscano Port modules to use getprogname explicitly
Thu, 18 Aug 2016 15:18:22 +0200 Pino Toscano getprogname: new module
Mon, 05 Sep 2016 06:39:15 -0700 Karl Berry autoupdate
Fri, 02 Sep 2016 09:16:16 -0700 Jim Meyering manywarnings: add -fno-common
Wed, 31 Aug 2016 14:27:04 +0200 Simon Josefsson parse-datetime: Fix typo.
Tue, 30 Aug 2016 12:29:21 -0700 Paul Eggert intprops: tune INT_NEGATE_OVERFLOW for GCC 5 and 6
Tue, 30 Aug 2016 08:23:44 -0700 Paul Eggert strverscmp: sync with glibc
Mon, 29 Aug 2016 16:33:43 -0700 Jim Meyering xalloc-oversized.h: port __builtin_mul_overflow change to GCC 6.2.0
Mon, 29 Aug 2016 12:03:51 -0700 Paul Eggert intprops.h: port recent changes to GCC 6.2.0
Mon, 29 Aug 2016 10:08:32 -0700 Paul Eggert intprops.h: use __typeof__ with GCC 7
Mon, 29 Aug 2016 09:45:18 -0700 Jim Meyering intprops.h, xalloc-oversized.h: work with gcc 7
Mon, 29 Aug 2016 09:27:50 -0700 Jim Meyering intprops.h: fix missing-backslash problems
Fri, 26 Aug 2016 06:33:31 -0700 Karl Berry autoupdate
Wed, 24 Aug 2016 22:24:48 -0700 Paul Eggert intprops: fix paren typo on old platforms
Wed, 24 Aug 2016 20:48:32 -0700 Paul Eggert intprops: port to OpenVMS
Sun, 14 Aug 2016 21:29:50 -0400 Assaf Gordon parse-datetime: improve debug implementation
Fri, 19 Aug 2016 12:24:03 -0700 Daniel Richard G c-strcase-tests: port to EBCDIC
Fri, 19 Aug 2016 12:22:13 -0700 Daniel Richard G sigpipe-tests: fix typo
Thu, 18 Aug 2016 11:56:07 -0700 Paul Eggert canonicalize-lgpl: fix errno after malloca fails
Wed, 17 Aug 2016 17:38:05 -0700 Paul Eggert strtod: port errno handling to z/OS
Wed, 17 Aug 2016 17:36:24 -0700 Daniel Richard G strtod: port to z/OS
Wed, 17 Aug 2016 17:24:11 -0700 Paul Eggert regex, string: rename to avoid '__string'
Wed, 17 Aug 2016 17:18:22 -0700 Paul Eggert c-strcase-tests, wcwidth-tests: depend on c-ctype
Wed, 17 Aug 2016 16:59:39 -0700 Daniel Richard G thread: port to z/OS
Wed, 17 Aug 2016 16:57:35 -0700 Daniel Richard G maint: port tests to z/OS errno behavior
Wed, 17 Aug 2016 16:55:13 -0700 Daniel Richard G maint: preprocessor changes to support z/OS
Wed, 17 Aug 2016 16:09:38 -0700 Daniel Richard G fclose, strstr-simple, wchar: port to z/OS
Wed, 17 Aug 2016 16:05:02 -0700 Daniel Richard G iconv_open-utf-tests, iconv-tests: port to EBCDIC
Wed, 17 Aug 2016 15:58:01 -0700 Daniel Richard G c-strcase-tests, wcwidth-tests: port to EBCDIC
Wed, 17 Aug 2016 15:33:06 -0700 Paul Eggert stdbool: don't require _Bool for C++
Wed, 17 Aug 2016 15:01:50 -0700 Paul Eggert getdelim: remove dependency on realloc-posix
Wed, 17 Aug 2016 08:37:27 -0700 Karl Berry update from texinfo
Wed, 10 Aug 2016 07:12:01 -0700 Karl Berry update from texinfo
Sat, 06 Aug 2016 20:08:32 -0400 Assaf Gordon parse-datetime: add optional debug printing
Tue, 09 Aug 2016 07:54:32 -0700 Karl Berry update from texinfo
Mon, 01 Aug 2016 09:37:15 -0700 Jim Meyering tests/init.sh: exclude dash with bad "local" semantics
Mon, 08 Aug 2016 06:52:16 -0700 Karl Berry update from texinfo
Sat, 06 Aug 2016 08:18:27 -0700 Karl Berry update from texinfo
Thu, 04 Aug 2016 06:13:19 -0700 Karl Berry update from texinfo
Wed, 03 Aug 2016 07:05:05 -0700 Karl Berry update from texinfo
Tue, 02 Aug 2016 15:41:13 +0200 Ján Tomko maint.mk: expand the prohibit_doubled_word regex
Mon, 01 Aug 2016 10:54:47 -0700 Ján Tomko useless-if-before-free: skip non-matching lines early
Tue, 02 Aug 2016 06:00:57 -0700 Karl Berry update from texinfo
Fri, 29 Jul 2016 22:39:31 -0700 Ján Tomko maint.mk: speed up sc_po_check
Tue, 26 Jul 2016 16:28:16 +0200 Ján Tomko maint.mk: speed up require_config_h_first
Fri, 29 Jul 2016 22:39:31 -0700 Ján Tomko maint.mk: speed up sc_po_check
Mon, 01 Aug 2016 06:42:23 -0700 Karl Berry update from texinfo
Sun, 31 Jul 2016 10:52:14 -0700 Karl Berry update from texinfo
Sun, 31 Jul 2016 10:52:02 -0700 Karl Berry autoupdate
Fri, 22 Jul 2016 06:35:57 -0700 Karl Berry autoupdate
Thu, 21 Jul 2016 06:32:07 -0700 Karl Berry update from texinfo
Tue, 19 Jul 2016 08:12:23 -0700 Karl Berry autoupdate
Sun, 17 Jul 2016 08:26:26 -0700 Karl Berry update from texinfo
Fri, 15 Jul 2016 10:35:22 +0200 Paul Eggert obstack: pacify GCC 6 with -Wnull-dereference
Thu, 14 Jul 2016 08:36:45 -0700 Karl Berry update from texinfo
Wed, 13 Jul 2016 09:51:00 -0600 Eric Blake doc: mention glibc, OS X, Cygwin [S]SIZE_MAX buglet
Wed, 13 Jul 2016 11:42:40 +0200 Paul Eggert doc: mention glibc SSIZE_MAX buglet
Mon, 04 Jul 2016 09:10:59 +0200 Martin Kletzander printf-posix: Fix mingw build
Sun, 03 Jul 2016 12:59:54 +0200 Paul Eggert mktime: call tzset as per POSIX
Wed, 22 Jun 2016 13:49:53 +0100 Pádraig Brady fts: handle readdir() errors
Fri, 24 Jun 2016 13:35:12 +0200 Paul Eggert intprops: port better to GCC 7
Thu, 23 Jun 2016 14:51:02 +0200 Paul Eggert intprops-test: port to GCC 6
Mon, 20 Jun 2016 08:16:31 -0700 Karl Berry autoupdate
Sun, 19 Jun 2016 09:36:26 -0700 Karl Berry update from texinfo
Tue, 14 Jun 2016 09:05:27 -0700 Karl Berry autoupdate
Mon, 13 Jun 2016 11:17:03 -0700 Paul Eggert xalloc-oversized: port to GCC 7; fewer warnings
Mon, 13 Jun 2016 08:37:24 -0700 Karl Berry autoupdate (gettext-0.19.8.1)
Thu, 09 Jun 2016 09:21:51 -0700 Karl Berry update from texinfo
Wed, 08 Jun 2016 01:46:35 -0700 Paul Eggert regex: port to Sun C
Sat, 04 Jun 2016 05:49:04 -0700 Karl Berry update from texinfo
Tue, 31 May 2016 09:03:15 -0700 Paul Eggert stdbool: Restore __bool_true_false_are_defined check