2011-07-12 |
Paul Eggert | xstrtol: use stdnoreturn.h |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | xmemdup0: use stdnoreturn.h |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | sigpipe-die: use stdnoreturn.h |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | openat: use stdnoreturn.h |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | * lib/openat-die.c (openat_save_fail): Modernize comment. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | * lib/xalloc-die.c (xalloc_die): Modernize comment. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | * lib/glthread/thread.h: Modernize comment. |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | obstack: use _Noreturn |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | c-stack: use _Noreturn |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | exclude_tests: use _Noreturn |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | argmatch-tests: use _Noreturn |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | stdlib: use _Noreturn |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | stdnoreturn-tests: new module |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | stdnoreturn: new module |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | _Noreturn-tests: new module |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | _Noreturn: new module |
commit | commitdiff | tree | snapshot |
2011-07-12 |
Paul Eggert | * m4/gnulib-common.m4 (gl_COMMON_BODY): Add _Noreturn. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Eric Blake | ffs: new module |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Eric Blake | * ChangeLog: Fix typo. |
commit | commitdiff | tree | snapshot |
2011-07-11 |
Eric Blake | regex: avoid compiler warning |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Paul Eggert | stdint: respect system's intmax_t if INTMAX_MAX |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Bruno Haible | pthread_sigmask tests: Avoid a compiler warning. |
commit | commitdiff | tree | snapshot |
2011-07-09 |
Bruno Haible | sigprocmask tests: A better way to avoid a compiler... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Haible | pthread_sigmask: Work around IRIX bug. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Haible | pthread_sigmask: Work around Cygwin bug. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Haible | pthread_sigmask: Work around bug in single-threaded... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Eric Blake | test-sigprocmask: avoid compiler warning |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Eric Blake | test-snprintf: avoid compiler warning |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Haible | Tests for module 'pthread_sigmask'. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Jim Meyering | test-getopt.h: avoid warning about an unused variable |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Jim Meyering | maint: reduce list of files exempt from sc_prohibit_lea... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Paul Eggert | pthread_sigmask: Assume POSIX when not gl_THREADLIB. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Paul Eggert | pthread_sigmask: fix typo when testing for libraries |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Eric Blake | fts: introduce FTS_NOATIME |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Haible | Tests for module 'thread'. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Haible | thread: Avoid gcc warnings when using gl_thread_self(). |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Haible | signal-c++-tests: Check declaration of pthread_sigmask. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Haible | pthread_sigmask: Fix link requirements on OSF/1 5.1... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Haible | pthread_sigmask: Ensure declaration in <signal.h> also... |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Haible | pthread_sigmask: Ensure declaration in <signal.h>. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Haible | pthread_sigmask: Document the module. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Haible | pthread_sigmask: Follow gnulib conventions. |
commit | commitdiff | tree | snapshot |
2011-07-08 |
Bruno Haible | pthread_sigmask: Make declaration C++ safe. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Bruno Haible | pthread_sigmask: Fix return value. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Eric Blake | getopt: more portable argv creation |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Bruno Haible | Tests for module 'sigprocmask'. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Bruno Haible | float tests: Tweak. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Eric Blake | getopt: avoid compiler warning during configure |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Eric Blake | getopt-gnu: avoid crash in glibc getopt |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Eric Blake | getopt: handle W; without long options in getopt |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Bruno Haible | Avoid literal tabs. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Bruno Haible | Comments. |
commit | commitdiff | tree | snapshot |
2011-07-07 |
Bruno Haible | sys_select: Fix compilation error on mingw, introduced... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Paul Eggert | * modules/pthread_sigmask (configure.ac): gl_SIGNAL_MOD... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Erik Faye-Lund | poll: do not return 0 on timeout=-1 |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Eric Blake | pthread_sigmask: always replace when not using pthread |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Bruno Haible | Comments. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Paul Eggert | sys_select: define sigset_t more portably |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Paul Eggert | * m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Poison... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Paul Eggert | pselect: Use pthread_sigmask, not sigprocmask. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Paul Eggert | modules/pselect: Add Bruno and Jim to maintainers. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Paul Eggert | * modules/pselect: Add select, LIBSOCKET. |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Paul Eggert | * lib/pselect.c (pselect): Use plain name, without... |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Paul Eggert | pselect: document better |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Paul Eggert | pthread_sigmask: new module |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Paul Eggert | test-pselect: new module |
commit | commitdiff | tree | snapshot |
2011-07-06 |
Paul Eggert | * tests/test-sys_select.c (sigset_t): Test for it,... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Eric Blake | snprintf: guarantee %1$d, for libintl |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Jim Meyering | maint: exempt stdio-read.c and stdio-write.c from the... |
commit | commitdiff | tree | snapshot |
2011-07-05 |
Jim Meyering | maint: indent with spaces, not TABs, and add a rule... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Jim Meyering | maint.mk: correct omissions in prohibit_argmatch_withou... |
commit | commitdiff | tree | snapshot |
2011-07-03 |
Bruno Haible | Comments about EINTR. |
commit | commitdiff | tree | snapshot |
2011-07-01 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Paul Eggert | xnanosleep: Rewrite to use new dtotimespec module. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Paul Eggert | timespec-add, timespec-sub: new modules |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Paul Eggert | dtotimespec: new module |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Paul Eggert | * lib/timespec.h (timespectod): New inline function. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Paul Eggert | * lib/timespec.h (timespec_sign): New inline function. |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Paul Eggert | pselect: new module |
commit | commitdiff | tree | snapshot |
2011-06-30 |
Paul Eggert | sys_select: don't depend on sys_socket |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Eric Blake | pipe2: fix C89 compile problem |
commit | commitdiff | tree | snapshot |
2011-06-29 |
Eric Blake | pipe, pipe2: don't corrupt fd on error |
commit | commitdiff | tree | snapshot |
2011-06-28 |
Paolo Bonzini | mmap-anon: do not use regular expressions inadvertently |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Paul Eggert | nanosleep: fix integer overflow problem |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Paul Eggert | nanosleep: simplify carrying |
commit | commitdiff | tree | snapshot |
2011-06-25 |
Paul Eggert | dup2: remove test for existence of fcntl |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Eric Blake | maint.mk: enhance useless header checks |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Jim Meyering | syntax-check: keep one maint.mk rule in sync with its... |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Eric Blake | maint.mk: update sc_prohibit_intprops_without_use |
commit | commitdiff | tree | snapshot |
2011-06-24 |
Bruno Haible | strerror-override: No-op tweak. |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Karl Berry | autoupdate |
commit | commitdiff | tree | snapshot |
2011-06-23 |
Eric Blake | maint.mk: test further PATH_MAX issues |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Eric Blake | maint.mk: add syntax-check to avoid char[PATH_MAX] |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Eric Blake | stat: be robust to PATH_MAX definition |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Eric Blake | link: work around IRIX bug |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Eric Blake | getopt: silence clang warning |
commit | commitdiff | tree | snapshot |
2011-06-22 |
Jim Meyering | bootstrap: do not insert a blank line into each .gitign... |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Eric Blake | perror: test for output mismatch |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Eric Blake | strerror_r: fix OpenBSD behavior on out-of-range |
commit | commitdiff | tree | snapshot |
2011-06-21 |
Eric Blake | strerror_r: fix OpenBSD behavior on 0 |
commit | commitdiff | tree | snapshot |
next |