log

age author description
Sat, 16 Jul 2011 02:01:17 -0700 Paul Eggert pthread_sigmask: ensure usleep is declared
Fri, 15 Jul 2011 18:27:51 -0700 Paul Eggert doc: Document NonStop portability issues.
Sat, 16 Jul 2011 02:51:48 +0200 Bruno Haible ffsl, ffsll: Avoid unportable behaviour.
Sat, 16 Jul 2011 02:36:07 +0200 Bruno Haible ffs: More tests.
Fri, 15 Jul 2011 15:08:34 -0600 Eric Blake ffsl, ffsll: new modules
Fri, 15 Jul 2011 14:44:12 -0600 Eric Blake ffs: fix m4 prerequisite
Fri, 15 Jul 2011 14:26:43 -0600 Eric Blake ffs: avoid undefined behavior
Tue, 12 Jul 2011 14:02:11 +0200 Bruno Haible pthread_sigmask: Rely on module 'threadlib'.
Tue, 12 Jul 2011 12:23:23 +0200 Bruno Haible regex: Depend on module 'strcase'.
Tue, 12 Jul 2011 12:34:42 +0200 Jim Meyering warn-on-use: fix typo in file name
Tue, 12 Jul 2011 12:21:46 +0200 Bruno Haible strings: Document module.
Tue, 12 Jul 2011 11:56:28 +0200 Bruno Haible Rename module '_Noreturn' to 'snippet/_Noreturn'.
Tue, 12 Jul 2011 11:52:23 +0200 Bruno Haible Mention the changes.
Tue, 12 Jul 2011 11:44:55 +0200 Bruno Haible Rename module 'warn-on-use' to 'snippet/warn-on-use'.
Tue, 12 Jul 2011 11:43:19 +0200 Bruno Haible Rename module 'unused-parameter' to 'snippet/unused-parameter'.
Tue, 12 Jul 2011 11:41:24 +0200 Bruno Haible Rename module 'link-warning' to 'snippet/link-warning'.
Tue, 12 Jul 2011 11:39:50 +0200 Bruno Haible Rename module 'c++defs' to 'snippet/c++defs'.
Tue, 12 Jul 2011 11:34:36 +0200 Bruno Haible Rename module 'arg-nonnull' to 'snippet/arg-nonnull'.
Tue, 12 Jul 2011 01:21:00 -0700 Paul Eggert Improve ChangeLog to summarize _Noreturn better.
Tue, 12 Jul 2011 01:16:45 -0700 Paul Eggert modules/_Exit-tests: test _Noreturn too
Tue, 12 Jul 2011 01:16:08 -0700 Paul Eggert stdnoreturn, stdnoreturn-tests: remove modules
Tue, 12 Jul 2011 01:15:20 -0700 Paul Eggert _Noreturn: Ignore __STDC_VERSION__; observe _MSC_VER.
Tue, 12 Jul 2011 01:14:47 -0700 Paul Eggert _Noreturn-tests: remove module
Tue, 12 Jul 2011 01:12:10 -0700 Paul Eggert * top/maint.mk: Adjust to new noreturn support.
Tue, 12 Jul 2011 01:11:41 -0700 Paul Eggert xalloc: use stdnoreturn.h
Tue, 12 Jul 2011 01:11:07 -0700 Paul Eggert xstrtol: use stdnoreturn.h
Tue, 12 Jul 2011 01:10:31 -0700 Paul Eggert xmemdup0: use stdnoreturn.h
Tue, 12 Jul 2011 01:10:04 -0700 Paul Eggert sigpipe-die: use stdnoreturn.h
Tue, 12 Jul 2011 01:09:30 -0700 Paul Eggert openat: use stdnoreturn.h
Tue, 12 Jul 2011 01:08:59 -0700 Paul Eggert * lib/openat-die.c (openat_save_fail): Modernize comment.
Tue, 12 Jul 2011 01:08:27 -0700 Paul Eggert * lib/xalloc-die.c (xalloc_die): Modernize comment.
Tue, 12 Jul 2011 01:07:21 -0700 Paul Eggert * lib/glthread/thread.h: Modernize comment.
Tue, 12 Jul 2011 01:06:42 -0700 Paul Eggert obstack: use _Noreturn
Tue, 12 Jul 2011 01:06:07 -0700 Paul Eggert c-stack: use _Noreturn
Tue, 12 Jul 2011 01:05:34 -0700 Paul Eggert exclude_tests: use _Noreturn
Tue, 12 Jul 2011 01:03:40 -0700 Paul Eggert argmatch-tests: use _Noreturn
Tue, 12 Jul 2011 01:02:54 -0700 Paul Eggert stdlib: use _Noreturn
Tue, 12 Jul 2011 01:01:45 -0700 Paul Eggert stdnoreturn-tests: new module
Tue, 12 Jul 2011 01:00:20 -0700 Paul Eggert stdnoreturn: new module
Tue, 12 Jul 2011 00:58:32 -0700 Paul Eggert _Noreturn-tests: new module
Tue, 12 Jul 2011 00:57:02 -0700 Paul Eggert _Noreturn: new module
Tue, 12 Jul 2011 00:54:29 -0700 Paul Eggert * m4/gnulib-common.m4 (gl_COMMON_BODY): Add _Noreturn.
Mon, 11 Jul 2011 17:05:34 -0600 Eric Blake ffs: new module
Mon, 11 Jul 2011 08:16:12 -0600 Eric Blake * ChangeLog: Fix typo.
Mon, 11 Jul 2011 07:32:39 -0600 Eric Blake regex: avoid compiler warning
Sat, 09 Jul 2011 14:56:56 -0700 Paul Eggert stdint: respect system's intmax_t if INTMAX_MAX
Sat, 09 Jul 2011 02:00:59 +0200 Bruno Haible pthread_sigmask tests: Avoid a compiler warning.
Sat, 09 Jul 2011 01:59:31 +0200 Bruno Haible sigprocmask tests: A better way to avoid a compiler warning.
Sat, 09 Jul 2011 01:37:58 +0200 Bruno Haible pthread_sigmask: Work around IRIX bug.
Sat, 09 Jul 2011 01:01:36 +0200 Bruno Haible pthread_sigmask: Work around Cygwin bug.
Sat, 09 Jul 2011 00:27:00 +0200 Bruno Haible pthread_sigmask: Work around bug in single-threaded implementation.
Fri, 08 Jul 2011 15:55:40 -0600 Eric Blake test-sigprocmask: avoid compiler warning
Fri, 08 Jul 2011 15:57:31 -0600 Eric Blake test-snprintf: avoid compiler warning
Fri, 08 Jul 2011 19:12:14 +0200 Bruno Haible Tests for module 'pthread_sigmask'.
Fri, 08 Jul 2011 23:17:36 +0200 Jim Meyering test-getopt.h: avoid warning about an unused variable
Thu, 07 Jul 2011 13:45:25 +0200 Jim Meyering maint: reduce list of files exempt from sc_prohibit_leading_TABs
Fri, 08 Jul 2011 10:49:07 -0700 Paul Eggert pthread_sigmask: Assume POSIX when not gl_THREADLIB.
Fri, 08 Jul 2011 10:45:41 -0700 Paul Eggert pthread_sigmask: fix typo when testing for libraries
Thu, 07 Jul 2011 11:37:37 -0600 Eric Blake fts: introduce FTS_NOATIME
Fri, 08 Jul 2011 13:28:54 +0200 Bruno Haible Tests for module 'thread'.