log

age author description
Sun, 16 Sep 2018 19:12:44 +0200 Bruno Haible setlocale: Improve locale handling on macOS 10.12 or newer.
Sun, 16 Sep 2018 17:14:12 +0200 Bruno Haible Update list of locale names with scripts on macOS.
Sun, 16 Sep 2018 17:08:04 +0200 Bruno Haible gettext: Use newer macOS APIs when possible.
Sun, 16 Sep 2018 14:45:15 +0200 Bruno Haible gettext: Use newer macOS APIs when possible.
Sun, 16 Sep 2018 14:42:55 +0200 Bruno Haible localename: Revisit macOS specific code.
Sun, 16 Sep 2018 03:15:54 +0200 Bruno Haible setlocale: Improve support for locales not supported by libc.
Sat, 15 Sep 2018 12:04:03 +0200 Bruno Haible strstr, strcasestr: Add workaround against glibc-2.28 bug.
Fri, 14 Sep 2018 12:52:53 +0200 Bruno Haible doc: Fix bottom of top-level page.
Wed, 12 Sep 2018 23:40:02 +0200 Bruno Haible Add test case from a recent glibc bug.
Wed, 12 Sep 2018 21:30:42 +0200 Bruno Haible Apply Eric Blake's improvements from 2011-02-25 to more tests.
Wed, 12 Sep 2018 21:27:52 +0200 Bruno Haible Apply Jim Meyering's fix from 2015-01-11 to more tests.
Tue, 11 Sep 2018 12:42:31 -0700 Paul Eggert xstrtol: actually copy the intprops.h line
Tue, 11 Sep 2018 12:29:01 -0700 Paul Eggert xstrtol: fix missing-TYPE_SIGNED typo
Mon, 10 Sep 2018 18:42:25 -0700 Paul Eggert timespec: fix resolution confusion
Sun, 09 Sep 2018 08:56:15 -0700 Paul Eggert mktime: simplify in prep for glibc merge
Fri, 07 Sep 2018 17:13:59 -0700 Paul Eggert intprops: minor clarification of code
Fri, 07 Sep 2018 23:39:37 +0200 Bruno Haible Fix a comment.
Fri, 07 Sep 2018 23:38:53 +0200 Bruno Haible posix_spawn_file_actions_addchdir: Add tests.
Fri, 07 Sep 2018 23:35:52 +0200 Bruno Haible posix_spawn_file_actions_addchdir: New module.
Fri, 07 Sep 2018 09:57:25 +0200 Bruno Haible Fix typo in comment in yesterday's commit.
Thu, 06 Sep 2018 22:44:01 +0200 Bruno Haible stddef: Override max_align_t on NetBSD 8.0/x86.
Thu, 06 Sep 2018 18:36:02 +0200 Bruno Haible fcntl: Fix F_DUPFD_CLOEXEC behaviour on Haiku.
Thu, 06 Sep 2018 14:50:04 +0200 Bruno Haible count-trailing-zeros tests: Rely on limits-h module.
Thu, 06 Sep 2018 14:49:14 +0200 Bruno Haible count-leading-zeros tests: Rely on limits-h module.
Thu, 06 Sep 2018 14:48:00 +0200 Bruno Haible count-one-bits tests: Rely on limits-h module.
Thu, 06 Sep 2018 14:46:06 +0200 Bruno Haible xstrtoll: Rely on limits-h module.
Thu, 06 Sep 2018 14:41:00 +0200 Bruno Haible strtoll, strtoull: Rely on limits-h module.
Thu, 06 Sep 2018 14:35:29 +0200 Bruno Haible intprops tests: Fix compilation error with pre-C99 compiler.
Thu, 06 Sep 2018 14:28:38 +0200 Bruno Haible limits-h: Provide numerical limits macros.
Thu, 06 Sep 2018 11:23:53 +0200 Bruno Haible fcntl: Don't access nonexistent optional argument.
Thu, 31 May 2018 08:52:40 -0500 Eric Blake doc: mention environ pitfall
Mon, 03 Sep 2018 21:19:16 +0200 Bruno Haible gnulib-tool: Fix build order when $testsbase is a subdir of $sourcebase.
Sun, 02 Sep 2018 02:53:31 -0700 Paul Eggert mktime: fix unlikely race+overflow bug
Fri, 31 Aug 2018 18:02:48 -0700 Paul Eggert mktime, timegm: simplify glibc time64_t
Fri, 31 Aug 2018 18:02:48 -0700 Paul Eggert mktime, timegm: simplify merge to glibc
Thu, 30 Aug 2018 06:27:53 -0700 Karl Berry autoupdate
Tue, 28 Aug 2018 08:20:16 -0700 Karl Berry autoupdate
Mon, 27 Aug 2018 18:31:44 -0700 Paul Eggert intprops: avoid evaluation of some expressions
Sat, 25 Aug 2018 20:40:55 -0700 Paul Eggert autoupdate
Sat, 25 Aug 2018 08:22:51 -0700 Karl Berry autoupdate
Fri, 24 Aug 2018 08:14:55 -0700 Karl Berry autoupdate
Thu, 23 Aug 2018 21:13:19 +0200 Bruno Haible getcwd: Add cross-compilation guesses.
Wed, 22 Aug 2018 17:59:49 -0700 Paul Eggert ; autoupdate
Mon, 20 Aug 2018 08:31:12 -0700 Karl Berry autoupdate
Sun, 19 Aug 2018 21:00:35 +0200 Bruno Haible glob-h: Formalize side effects from other modules.
Sun, 19 Aug 2018 20:58:58 +0200 Bruno Haible fnmatch-h: Formalize side effects from other modules.
Sun, 19 Aug 2018 20:57:24 +0200 Bruno Haible limits-h: Formalize side effects from other modules.
Sun, 19 Aug 2018 14:14:17 +0200 Bruno Haible getpass: Move declaration to <unistd.h>.
Sun, 19 Aug 2018 12:03:27 +0200 Bruno Haible glob: Fix over-optimization due to attribute __nonnull__.
Sun, 19 Aug 2018 11:47:06 +0200 Bruno Haible glob: Fix another compilation error when glob.h is not replaced.
Sun, 19 Aug 2018 03:00:13 +0200 Bruno Haible fnmatch: Avoid conflicting macro definitions of 'fnmatch'.
Sat, 18 Aug 2018 23:26:06 +0200 Bruno Haible Avoid -Wcast-function-type warnings from casts after GetProcAddress.
Sat, 18 Aug 2018 23:32:14 +0200 Bruno Haible glob: Fix another compilation error when glob.h is not replaced.
Sat, 18 Aug 2018 22:44:28 +0200 Bruno Haible glob: Fix compilation error when glob.h is not replaced.
Sat, 18 Aug 2018 21:37:03 +0200 Bruno Haible scratch_buffer: Add tests.
Sat, 18 Aug 2018 21:35:11 +0200 Bruno Haible scratch_buffer: Fix include file.
Sat, 18 Aug 2018 21:31:30 +0200 Bruno Haible glob-h: Revert Paul Eggert's revert.
Sat, 18 Aug 2018 00:54:35 -0700 Paul Eggert glob-h: always build glob.h
Tue, 14 Aug 2018 08:18:56 -0700 Karl Berry autoupdate
Tue, 14 Aug 2018 02:34:28 +0200 Bruno Haible monetary: Simplify m4 code.