2011-08-10 |
Paul Eggert | base64: fix off-by-one buffer size bug |
tree | commitdiff |
2011-08-10 |
Eric Blake | closein: correct comments |
tree | commitdiff |
2011-08-09 |
Eric Blake | fseeko: remove unneeded hack |
tree | commitdiff |
2011-08-09 |
Eric Blake | fseeko: fix bug on glibc |
tree | commitdiff |
2011-08-05 |
Simon Josefsson | openat: Fix warnings and commens when building unlinkat... |
tree | commitdiff |
2011-08-05 |
Bruno Haible | canonicalize-lgpl: Support larger filenames on the... |
tree | commitdiff |
2011-08-05 |
Bruno Haible | pathmax: Leave PATH_MAX undefined on the Hurd, and... |
tree | commitdiff |
2011-07-31 |
Bruno Haible | sys_utsname: Add support for Minix. |
tree | commitdiff |
2011-07-31 |
Bruno Haible | strings: Add support for Minix. |
tree | commitdiff |
2011-07-31 |
Bruno Haible | wctype-h: Add support for Minix. |
tree | commitdiff |
2011-07-31 |
Paul Eggert | * lib/xalloc.h (DEFAULT_MXFAST): Track 64-bit glibc. |
tree | commitdiff |
2011-07-31 |
Bruno Haible | stdioext: Add support for Minix. |
tree | commitdiff |
2011-07-31 |
Bruno Haible | errno: Port to Minix. |
tree | commitdiff |
2011-07-25 |
Paul Eggert | * lib/ftell.c (ftell): Comment out cast. |
tree | commitdiff |
2011-07-24 |
Paul Eggert | ftell: don't include <unistd.h> |
tree | commitdiff |
2011-07-24 |
Paul Eggert | ftell: do not assume wraparound signed arithmetic |
tree | commitdiff |
2011-07-24 |
Bruno Haible | fsusage: Enable large volume support on AIX >= 5.2. |
tree | commitdiff |
2011-07-22 |
Kamil Dudka | file-has-acl: use acl_extended_file_nofollow if available |
tree | commitdiff |
2011-07-16 |
Paul Eggert | pthread_sigmask: ensure usleep is declared |
tree | commitdiff |
2011-07-16 |
Bruno Haible | ffsl, ffsll: Avoid unportable behaviour. |
tree | commitdiff |
2011-07-15 |
Eric Blake | ffsl, ffsll: new modules |
tree | commitdiff |
2011-07-15 |
Eric Blake | ffs: avoid undefined behavior |
tree | commitdiff |
2011-07-12 |
Paul Eggert | stdnoreturn, stdnoreturn-tests: remove modules |
tree | commitdiff |
2011-07-12 |
Paul Eggert | xalloc: use stdnoreturn.h |
tree | commitdiff |
2011-07-12 |
Paul Eggert | xstrtol: use stdnoreturn.h |
tree | commitdiff |
2011-07-12 |
Paul Eggert | xmemdup0: use stdnoreturn.h |
tree | commitdiff |
2011-07-12 |
Paul Eggert | sigpipe-die: use stdnoreturn.h |
tree | commitdiff |
2011-07-12 |
Paul Eggert | openat: use stdnoreturn.h |
tree | commitdiff |
2011-07-12 |
Paul Eggert | * lib/openat-die.c (openat_save_fail): Modernize comment. |
tree | commitdiff |
2011-07-12 |
Paul Eggert | * lib/xalloc-die.c (xalloc_die): Modernize comment. |
tree | commitdiff |
2011-07-12 |
Paul Eggert | * lib/glthread/thread.h: Modernize comment. |
tree | commitdiff |
2011-07-12 |
Paul Eggert | obstack: use _Noreturn |
tree | commitdiff |
2011-07-12 |
Paul Eggert | c-stack: use _Noreturn |
tree | commitdiff |
2011-07-12 |
Paul Eggert | stdlib: use _Noreturn |
tree | commitdiff |
2011-07-11 |
Eric Blake | ffs: new module |
tree | commitdiff |
2011-07-11 |
Eric Blake | regex: avoid compiler warning |
tree | commitdiff |
2011-07-09 |
Paul Eggert | stdint: respect system's intmax_t if INTMAX_MAX |
tree | commitdiff |
2011-07-08 |
Bruno Haible | pthread_sigmask: Work around IRIX bug. |
tree | commitdiff |
2011-07-08 |
Bruno Haible | pthread_sigmask: Work around Cygwin bug. |
tree | commitdiff |
2011-07-08 |
Bruno Haible | pthread_sigmask: Work around bug in single-threaded... |
tree | commitdiff |
2011-07-08 |
Eric Blake | fts: introduce FTS_NOATIME |
tree | commitdiff |
2011-07-08 |
Bruno Haible | thread: Avoid gcc warnings when using gl_thread_self(). |
tree | commitdiff |
2011-07-08 |
Bruno Haible | pthread_sigmask: Fix link requirements on OSF/1 5.1... |
tree | commitdiff |
2011-07-08 |
Bruno Haible | pthread_sigmask: Ensure declaration in <signal.h> also... |
tree | commitdiff |
2011-07-08 |
Bruno Haible | pthread_sigmask: Ensure declaration in <signal.h>. |
tree | commitdiff |
2011-07-08 |
Bruno Haible | pthread_sigmask: Make declaration C++ safe. |
tree | commitdiff |
2011-07-07 |
Bruno Haible | pthread_sigmask: Fix return value. |
tree | commitdiff |
2011-07-07 |
Eric Blake | getopt: handle W; without long options in getopt |
tree | commitdiff |
2011-07-07 |
Bruno Haible | sys_select: Fix compilation error on mingw, introduced... |
tree | commitdiff |
2011-07-06 |
Erik Faye-Lund | poll: do not return 0 on timeout=-1 |
tree | commitdiff |
2011-07-06 |
Paul Eggert | sys_select: define sigset_t more portably |
tree | commitdiff |
2011-07-06 |
Paul Eggert | pselect: Use pthread_sigmask, not sigprocmask. |
tree | commitdiff |
2011-07-06 |
Paul Eggert | * lib/pselect.c (pselect): Use plain name, without... |
tree | commitdiff |
2011-07-06 |
Paul Eggert | pthread_sigmask: new module |
tree | commitdiff |
2011-07-03 |
Bruno Haible | Comments about EINTR. |
tree | commitdiff |
2011-06-30 |
Paul Eggert | xnanosleep: Rewrite to use new dtotimespec module. |
tree | commitdiff |
2011-06-30 |
Paul Eggert | timespec-add, timespec-sub: new modules |
tree | commitdiff |
2011-06-30 |
Paul Eggert | dtotimespec: new module |
tree | commitdiff |
2011-06-30 |
Paul Eggert | * lib/timespec.h (timespectod): New inline function. |
tree | commitdiff |
2011-06-30 |
Paul Eggert | * lib/timespec.h (timespec_sign): New inline function. |
tree | commitdiff |
2011-06-30 |
Paul Eggert | pselect: new module |
tree | commitdiff |
2011-06-30 |
Paul Eggert | sys_select: don't depend on sys_socket |
tree | commitdiff |
2011-06-29 |
Eric Blake | pipe2: fix C89 compile problem |
tree | commitdiff |
2011-06-29 |
Eric Blake | pipe, pipe2: don't corrupt fd on error |
tree | commitdiff |
2011-06-25 |
Paul Eggert | nanosleep: fix integer overflow problem |
tree | commitdiff |
2011-06-25 |
Paul Eggert | nanosleep: simplify carrying |
tree | commitdiff |
2011-06-24 |
Bruno Haible | strerror-override: No-op tweak. |
tree | commitdiff |
2011-06-22 |
Eric Blake | stat: be robust to PATH_MAX definition |
tree | commitdiff |
2011-06-22 |
Eric Blake | link: work around IRIX bug |
tree | commitdiff |
2011-06-22 |
Eric Blake | getopt: silence clang warning |
tree | commitdiff |
2011-06-21 |
Eric Blake | strerror_r: fix OpenBSD behavior on out-of-range |
tree | commitdiff |
2011-06-21 |
Eric Blake | strerror_r: fix OpenBSD behavior on 0 |
tree | commitdiff |
2011-06-21 |
Eric Blake | perror: adjust array size |
tree | commitdiff |
2011-06-21 |
Eric Blake | strerror-override: reduce size |
tree | commitdiff |
2011-06-20 |
Bruno Haible | pathmax: Ensure correct value for PATH_MAX on HP-UX. |
tree | commitdiff |
2011-06-20 |
Paul Eggert | alloca: port to compilers that can optimize like GCC... |
tree | commitdiff |
2011-06-20 |
Paul Eggert | c-stack: stop worrying about stack direction |
tree | commitdiff |
2011-06-20 |
Bruno Haible | float: Work around <float.h> bugs on FreeBSD/x86, AIX... |
tree | commitdiff |
2011-06-19 |
Bruno Haible | isinf: Coding style. |
tree | commitdiff |
2011-06-18 |
Bruno Haible | clean-temp: Improve documentation. |
tree | commitdiff |
2011-06-17 |
Bruno Haible | pread, pwrite: Avoid cc warning on AIX. |
tree | commitdiff |
2011-06-15 |
Paul Eggert | verify: new macro verify_expr; verify_true deprecated |
tree | commitdiff |
2011-06-13 |
Paul Eggert | ftoastr: use strtof only if HAVE_STRTOF |
tree | commitdiff |
2011-06-13 |
Bruno Haible | fseeko: Provide a non-inline replacement of fseek(). |
tree | commitdiff |
2011-06-13 |
Bruno Haible | ftello: Provide a non-inline replacement of ftell(). |
tree | commitdiff |
2011-06-13 |
Bruno Haible | file-set.h: guard __attibute__ use, now that it's not... |
tree | commitdiff |
2011-06-13 |
Bruno Haible | acl: Add support for HP-UX >= 11.11 JFS ACLs. |
tree | commitdiff |
2011-06-12 |
Bruno Haible | acl: Complete the 2010-08-10 fix. |
tree | commitdiff |
2011-06-11 |
James Youngman | New module 'stat-size'. |
tree | commitdiff |
2011-06-09 |
Bruno Haible | thread: Support pthreads-win32. |
tree | commitdiff |
2011-06-09 |
Bruno Haible | thread: Fix confusion between NULL and 0. |
tree | commitdiff |
2011-06-08 |
Eric Blake | strerror_r-posix: fix on MacOS |
tree | commitdiff |
2011-06-07 |
Paul Eggert | stat-time: get_stat_birthtime failure is better-defined |
tree | commitdiff |
2011-06-06 |
Eric Blake | strerror: work around FreeBSD bug |
tree | commitdiff |
2011-06-06 |
Bruno Haible | careadlinkat: Avoid mismatch between ssize_t and int. |
tree | commitdiff |
2011-06-05 |
Bruno Haible | pipe-filter-ii: Fix test failure on AIX and IRIX. |
tree | commitdiff |
2011-06-05 |
Bruno Haible | error: Avoid gcc warning. |
tree | commitdiff |
2011-06-05 |
Bruno Haible | unsetenv: Avoid gcc warning. |
tree | commitdiff |
2011-06-05 |
Bruno Haible | setenv: Avoid gcc warning. |
tree | commitdiff |
2011-06-05 |
Bruno Haible | sys_select: Ensure memset is declared also on AIX 7. |
tree | commitdiff |
next |