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++