2010-12-31 |
Bruno Haible | time_r: Add missing declarations on HP-UX 11. |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Eric Blake | mountlist: tweak previous commit |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Eric Blake | mountlist: fix local drive detection on cygwin |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Paul Eggert | ftoastr, snprintf: ftoastr + snprintf module |
commit | commitdiff | tree | snapshot |
2010-12-29 |
Paul Eggert | alloca: one step towards thread-safety |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Paul Eggert | tests: minor indenting change |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Jim Meyering | regex: don't infloop on persistent failing calloc |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Bruno Haible | linkat: Make implementation robust against system behav... |
commit | commitdiff | tree | snapshot |
2010-12-28 |
Ben Pfaff | New modules for grapheme cluster breaking. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | linkat test: Avoid failure on Solaris 11 2010-11. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Paul Eggert | utimens: work around glibc rounding bug on more platforms |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | select tests: Improve comments. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | select tests: Safer way of handling timeout. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | select tests: Use 'bool' where appropriate. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | select tests: Use existing modules. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | mbrtowc: Work around a Solaris 7 bug. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Jim Meyering | read-file.c: tweak syntax |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | times test: Avoid gcc warnings on OSF/1. |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Paul Eggert | utimens: work around glibc rounding bug on older Linux... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | inet_ntop: Hide mismatch of declaration on NonStop... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | inet_ntop, inet_pton: Ensure declaration on NonStop... |
commit | commitdiff | tree | snapshot |
2010-12-27 |
Bruno Haible | arpa_inet: Use the common idioms with C++ support. |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Bruno Haible | Fix more C++ link errors on Solaris 8. |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Bruno Haible | printf-posix: Fix link error when a non-GCC compiler... |
commit | commitdiff | tree | snapshot |
2010-12-26 |
Bruno Haible | strerror_r-posix: Update doc. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Paul Eggert | utimens: simplify the logic of the previous change |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Paul Eggert | utimens: configure better on hosts with NFS clock skew |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | ptsname test: Avoid failure on Solaris. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | ptsname: Avoid ERANGE failure on some systems. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | rename, renameat: Avoid test failures at NFS mounted... |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | iswblank: Fix C++ link error on Solaris 8. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | unistd: Fix C++ link error on Solaris 8. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | readlink doc: Mention an old glibc bug. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | fcntl-h: Fix for use of C++ on glibc systems. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | roundl-ieee: Make it work on OSF/1 5.1 with cc. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | truncl-ieee: Make it work on OSF/1 5.1 with cc. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | ceill-ieee: Make it work on OSF/1 5.1 with cc. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | Ensure all prerequisites of <wchar.h> are included. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | strtok_r: Fix C syntax error in autoconf macro. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | ceil, trunc, round: Fix gcc warnings. |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Karl Berry | update from texinfo |
commit | commitdiff | tree | snapshot |
2010-12-25 |
Bruno Haible | select tests: Avoid failures on OSF/1 5.1. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Eric Blake | stdint: avoid HP-UX 10.20 preprocessor bug |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Eric Blake | pipe: make obsoletion transition easier |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | sys_socket: Hide mismatch of declarations on NonStop... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | gethostname: Ensure declaration on NonStop Kernel. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | sys_select: Ensure all necessary types on NonStop Kernel. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | sys_select: Remove unneeded include. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | gethostname: Provide a fallback for HOST_NAME_MAX. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | sigaction tests: Allow missing SA_RESETHAND and SA_RESTART. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | signal: Define NSIG. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | rename, renameat: Avoid test failures on OSF/1 5.1. |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Bruno Haible | *printf: Detect large precisions bug on Solaris 10... |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Paul Eggert | tests: port test-fdutimensat.c to Solaris 8 |
commit | commitdiff | tree | snapshot |
2010-12-24 |
Paul Eggert | vsnprintf: make more consistent with snprintf; doc... |
commit | commitdiff | tree | snapshot |
2010-12-23 |
Eric Blake | sigpipe: relax to LGPLv2+, since it did not have any... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Paul Eggert | doc: document Solaris printf bug with large float preci... |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Paul Eggert | test-posixtm.c: add two tests |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | getlogin_r: Work around portability problem on OSF/1. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | ptsname: Avoid test failure on OSF/1 5.1. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | Port extended stdio modules to HP NonStop Kernel. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | ttyname_r: Work around bug on OSF/1 5.1. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | Oops, fix last ChangeLog entry. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | round: Implement result sign according to IEEE 754. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | trunc: Implement result sign according to IEEE 754. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | ceil: Implement result sign according to IEEE 754. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | floor: Implement result sign according to IEEE 754. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Bruno Haible | getaddrinfo: Update doc. |
commit | commitdiff | tree | snapshot |
2010-12-22 |
Paul Eggert | getaddrinfo, inet_ntop: Update doc for Solaris. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'roundl-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'truncl-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'ceill-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'floorl-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'round-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'trunc-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'ceil-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'floor-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'roundf-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'truncf-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'ceilf-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | New module 'floorf-ieee'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | Support for minus zero in autoconf macros. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | Tests for module 'ceil'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | Tests for module 'floor'. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | math: Fix indentation. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | Fix cross-compilation guesses on Solaris. |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Paul Eggert | snprintf: port snprintf (NULL, 0, ...) to Solaris 8... |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Paul Eggert | ftoastr: fix comment again |
commit | commitdiff | tree | snapshot |
2010-12-21 |
Bruno Haible | round*, trunc*: Update documentation regarding glibc. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Bruno Haible | roundf, round, roundl: Update documentation regarding... |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Bruno Haible | ttyname_r: Add missing declaration on HP-UX 11. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Bruno Haible | getlogin, getlogin_r: Document HP-UX 11.11 bugs. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Bruno Haible | getlogin, getlogin_r: Document HP-UX 11.11 bugs. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Bruno Haible | getlogin_r: Add missing declaration on HP-UX 11. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Bruno Haible | getlogin_r: Add missing declaration on HP-UX 11. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Bruno Haible | wcsrtombs: Don't confuse mbstate_t with rpl_mbstate_t. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Paul Eggert | ftoastr: fix comment |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Bruno Haible | isnan: Ensure it is a macro. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Bruno Haible | ldexpl test: Fix link error on OSF/1 5.1. |
commit | commitdiff | tree | snapshot |
2010-12-20 |
Bruno Haible | wctype: Make it work in C++ mode on OSF/1 5.1. |
commit | commitdiff | tree | snapshot |
next |