log

age author description
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'.
Fri, 08 Jul 2011 13:25:16 +0200 Bruno Haible thread: Avoid gcc warnings when using gl_thread_self().
Fri, 08 Jul 2011 04:13:53 +0200 Bruno Haible signal-c++-tests: Check declaration of pthread_sigmask.
Fri, 08 Jul 2011 04:05:45 +0200 Bruno Haible pthread_sigmask: Fix link requirements on OSF/1 5.1 and with pth.
Fri, 08 Jul 2011 03:38:33 +0200 Bruno Haible pthread_sigmask: Ensure declaration in <signal.h> also on Solaris 2.6.
Fri, 08 Jul 2011 02:24:27 +0200 Bruno Haible pthread_sigmask: Ensure declaration in <signal.h>.
Fri, 08 Jul 2011 02:18:06 +0200 Bruno Haible pthread_sigmask: Document the module.
Fri, 08 Jul 2011 02:11:26 +0200 Bruno Haible pthread_sigmask: Follow gnulib conventions.
Fri, 08 Jul 2011 02:08:15 +0200 Bruno Haible pthread_sigmask: Make declaration C++ safe.
Fri, 08 Jul 2011 01:51:49 +0200 Bruno Haible pthread_sigmask: Fix return value.
Thu, 07 Jul 2011 16:10:30 -0600 Eric Blake getopt: more portable argv creation
Thu, 07 Jul 2011 19:52:19 +0200 Bruno Haible Tests for module 'sigprocmask'.
Thu, 07 Jul 2011 19:50:35 +0200 Bruno Haible float tests: Tweak.
Thu, 07 Jul 2011 11:02:23 -0600 Eric Blake getopt: avoid compiler warning during configure
Thu, 07 Jul 2011 10:24:20 -0600 Eric Blake getopt-gnu: avoid crash in glibc getopt
Thu, 07 Jul 2011 08:54:11 -0600 Eric Blake getopt: handle W; without long options in getopt
Thu, 07 Jul 2011 13:14:37 +0200 Bruno Haible Avoid literal tabs.
Thu, 07 Jul 2011 13:01:34 +0200 Bruno Haible Comments.
Thu, 07 Jul 2011 03:34:18 +0200 Bruno Haible sys_select: Fix compilation error on mingw, introduced on 2011-06-30.