log

age author description
Fri, 05 Oct 2018 18:42:44 +0200 Bruno Haible mkdir-p: Depend on 'mkdir'.
Fri, 05 Oct 2018 18:37:31 +0200 Bruno Haible tempname: Depend on 'mkdir'.
Tue, 02 Oct 2018 06:19:19 +0200 Akim Demaille timevar: rely on gnulib modules for time portability.
Fri, 05 Oct 2018 01:38:46 +0200 Bruno Haible sh-filename: New module.
Fri, 05 Oct 2018 01:16:56 +0200 Bruno Haible fcntl: Make it possible to namespace the defined symbol, part 2.
Fri, 05 Oct 2018 00:27:25 +0200 Bruno Haible spawn-pipe tests: Avoid test failure on native Windows.
Fri, 05 Oct 2018 00:22:57 +0200 Bruno Haible fcntl: Make it possible to namespace the defined symbol.
Wed, 03 Oct 2018 02:56:57 +0200 Bruno Haible vasnprintf tests: Avoid test failure on HP-UX/hppa and IRIX.
Tue, 02 Oct 2018 10:50:42 +0200 Bruno Haible vasnprintf tests: Avoid test failure on Cygwin.
Tue, 02 Oct 2018 01:17:34 +0200 Bruno Haible mkostemp, mkostemps: Update documentation.
Mon, 01 Oct 2018 14:57:45 -0600 Tom Tromey mkostemp, mkostemps: Fix compilation error in C++ mode on Mac OS X.
Sat, 29 Sep 2018 22:20:17 -0700 Pádraig Brady hmac-*: refactor to remove repetitive code
Sat, 29 Sep 2018 19:57:56 -0700 Zhang Qing hmac-sha512: fix hash for keys > blocksize (128 bytes)
Sun, 30 Sep 2018 23:16:45 +0200 Bruno Haible vasnprintf: Avoid warnings from GCC's -Wsign-compare.
Sun, 30 Sep 2018 19:50:34 +0200 Bruno Haible grantpt: Remove unnecessary dependency.
Sun, 30 Sep 2018 19:36:29 +0200 Bruno Haible timevar: Small tweaks.
Sun, 30 Sep 2018 19:27:56 +0200 Bruno Haible timevar: Include documentation in gnulib manual.
Thu, 27 Sep 2018 18:20:29 +0200 Akim Demaille timevar: import from Bison.
Wed, 26 Sep 2018 22:14:07 +0200 Bruno Haible javacomp-script, javacomp: Add preliminary support for Java 12..17.
Wed, 26 Sep 2018 11:21:30 +0200 Bruno Haible javacomp-script, javacomp: Add support for Java 11.
Sun, 23 Sep 2018 14:13:52 +0200 Bruno Haible vasnprintf: Fix heap memory overrun bug.
Sat, 22 Sep 2018 08:45:27 -0700 Karl Berry autoupdate
Wed, 19 Sep 2018 20:59:26 -0700 Paul Eggert maint: mktime.c now shared with glibc
Wed, 19 Sep 2018 14:26:49 -0700 Paul Eggert mktime: fix _LIBC typo
Wed, 19 Sep 2018 08:35:49 -0700 Norihiro Tanaka dfa: optimization for state merge
Tue, 18 Sep 2018 21:26:01 -0700 Jim Meyering dfa: trivial comment fix: s/is/if/
Tue, 18 Sep 2018 19:12:06 -0700 Paul Eggert dfa: use more-informative function name
Tue, 18 Sep 2018 19:05:26 -0700 Paul Eggert dfa: tweak allocation performance
Tue, 18 Sep 2018 18:24:27 -0700 Paul Eggert dfa: prune states as we go
Tue, 18 Sep 2018 15:25:51 -0700 Paul Eggert dfa: reorder enum for efficiency