log

age author description
Wed, 06 Jul 2011 10:48:21 -0700 Paul Eggert * modules/pthread_sigmask (configure.ac): gl_SIGNAL_MODULE_INDICATOR
Wed, 06 Jul 2011 12:10:51 +0200 Erik Faye-Lund poll: do not return 0 on timeout=-1
Wed, 06 Jul 2011 09:30:38 -0600 Eric Blake pthread_sigmask: always replace when not using pthread
Wed, 06 Jul 2011 16:59:51 +0200 Bruno Haible Comments.
Wed, 06 Jul 2011 00:42:24 -0700 Paul Eggert sys_select: define sigset_t more portably
Wed, 06 Jul 2011 00:09:12 -0700 Paul Eggert * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Poison pselect.
Wed, 06 Jul 2011 00:05:40 -0700 Paul Eggert pselect: Use pthread_sigmask, not sigprocmask.
Wed, 06 Jul 2011 00:02:53 -0700 Paul Eggert modules/pselect: Add Bruno and Jim to maintainers.
Wed, 06 Jul 2011 00:01:23 -0700 Paul Eggert * modules/pselect: Add select, LIBSOCKET.
Tue, 05 Jul 2011 23:58:08 -0700 Paul Eggert * lib/pselect.c (pselect): Use plain name, without "rpl_".
Tue, 05 Jul 2011 23:48:19 -0700 Paul Eggert pselect: document better
Tue, 05 Jul 2011 23:44:24 -0700 Paul Eggert pthread_sigmask: new module
Tue, 05 Jul 2011 14:46:08 -0700 Paul Eggert test-pselect: new module
Tue, 05 Jul 2011 14:42:11 -0700 Paul Eggert * tests/test-sys_select.c (sigset_t): Test for it, too.
Fri, 01 Jul 2011 08:20:06 -0600 Eric Blake snprintf: guarantee %1$d, for libintl
Tue, 05 Jul 2011 10:32:30 +0200 Jim Meyering maint: exempt stdio-read.c and stdio-write.c from the cppi check
Mon, 04 Jul 2011 12:31:05 +0200 Jim Meyering maint: indent with spaces, not TABs, and add a rule to check this
Sun, 03 Jul 2011 23:00:15 +0200 Jim Meyering maint.mk: correct omissions in prohibit_argmatch_without_use check
Sun, 03 Jul 2011 13:36:43 +0200 Bruno Haible Comments about EINTR.
Fri, 01 Jul 2011 07:29:04 -0700 Karl Berry autoupdate
Thu, 30 Jun 2011 15:23:29 -0700 Paul Eggert xnanosleep: Rewrite to use new dtotimespec module.
Thu, 30 Jun 2011 15:17:31 -0700 Paul Eggert timespec-add, timespec-sub: new modules
Thu, 30 Jun 2011 15:14:25 -0700 Paul Eggert dtotimespec: new module
Thu, 30 Jun 2011 15:06:54 -0700 Paul Eggert * lib/timespec.h (timespectod): New inline function.
Thu, 30 Jun 2011 15:04:56 -0700 Paul Eggert * lib/timespec.h (timespec_sign): New inline function.
Thu, 30 Jun 2011 14:57:39 -0700 Paul Eggert pselect: new module
Thu, 30 Jun 2011 10:58:24 -0700 Paul Eggert sys_select: don't depend on sys_socket
Wed, 29 Jun 2011 17:05:08 -0600 Eric Blake pipe2: fix C89 compile problem
Wed, 29 Jun 2011 15:46:50 -0600 Eric Blake pipe, pipe2: don't corrupt fd on error
Tue, 28 Jun 2011 16:46:39 +0200 Paolo Bonzini mmap-anon: do not use regular expressions inadvertently