summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* read-file.c: tweak syntaxJim Meyering2010-12-271-0/+6
* times test: Avoid gcc warnings on OSF/1.Bruno Haible2010-12-271-0/+6
* utimens: work around glibc rounding bug on older Linux kernelsPaul Eggert2010-12-271-0/+9
* inet_ntop: Hide mismatch of declaration on NonStop Kernel.Bruno Haible2010-12-271-0/+7
* inet_ntop, inet_pton: Ensure declaration on NonStop Kernel.Bruno Haible2010-12-271-0/+12
* arpa_inet: Use the common idioms with C++ support.Bruno Haible2010-12-271-0/+12
* Fix more C++ link errors on Solaris 8.Bruno Haible2010-12-261-0/+11
* printf-posix: Fix link error when a non-GCC compiler is used.Bruno Haible2010-12-261-0/+7
* strerror_r-posix: Update doc.Bruno Haible2010-12-261-0/+6
* utimens: simplify the logic of the previous changePaul Eggert2010-12-251-0/+4
* utimens: configure better on hosts with NFS clock skewPaul Eggert2010-12-251-0/+8
* ptsname test: Avoid failure on Solaris.Bruno Haible2010-12-251-0/+7
* ptsname: Avoid ERANGE failure on some systems.Bruno Haible2010-12-251-0/+5
* rename, renameat: Avoid test failures at NFS mounted locations.Bruno Haible2010-12-251-0/+6
* iswblank: Fix C++ link error on Solaris 8.Bruno Haible2010-12-251-0/+6
* unistd: Fix C++ link error on Solaris 8.Bruno Haible2010-12-251-0/+5
* readlink doc: Mention an old glibc bug.Bruno Haible2010-12-251-0/+5
* fcntl-h: Fix for use of C++ on glibc systems.Bruno Haible2010-12-251-0/+7
* roundl-ieee: Make it work on OSF/1 5.1 with cc.Bruno Haible2010-12-251-0/+5
* truncl-ieee: Make it work on OSF/1 5.1 with cc.Bruno Haible2010-12-251-0/+11
* ceill-ieee: Make it work on OSF/1 5.1 with cc.Bruno Haible2010-12-251-0/+11
* Ensure all prerequisites of <wchar.h> are included.Bruno Haible2010-12-251-0/+20
* strtok_r: Fix C syntax error in autoconf macro.Bruno Haible2010-12-251-0/+6
* ceil, trunc, round: Fix gcc warnings.Bruno Haible2010-12-251-0/+8
* select tests: Avoid failures on OSF/1 5.1.Bruno Haible2010-12-251-0/+6
* stdint: avoid HP-UX 10.20 preprocessor bugEric Blake2010-12-241-0/+6
* pipe: make obsoletion transition easierEric Blake2010-12-241-0/+7
* sys_socket: Hide mismatch of declarations on NonStop Kernel.Bruno Haible2010-12-241-0/+7
* gethostname: Ensure declaration on NonStop Kernel.Bruno Haible2010-12-241-0/+6
* sys_select: Ensure all necessary types on NonStop Kernel.Bruno Haible2010-12-241-0/+9
* sys_select: Remove unneeded include.Bruno Haible2010-12-241-0/+6
* gethostname: Provide a fallback for HOST_NAME_MAX.Bruno Haible2010-12-241-0/+8
* sigaction tests: Allow missing SA_RESETHAND and SA_RESTART.Bruno Haible2010-12-241-0/+7
* signal: Define NSIG.Bruno Haible2010-12-241-0/+7
* rename, renameat: Avoid test failures on OSF/1 5.1.Bruno Haible2010-12-241-0/+7
* *printf: Detect large precisions bug on Solaris 10/SPARC.Bruno Haible2010-12-241-0/+22
* tests: port test-fdutimensat.c to Solaris 8Paul Eggert2010-12-241-0/+7
* vsnprintf: make more consistent with snprintf; doc fixesPaul Eggert2010-12-231-0/+13
* sigpipe: relax to LGPLv2+, since it did not have any LGPLv3+ partsEric Blake2010-12-231-0/+5
* doc: document Solaris printf bug with large float precisionsPaul Eggert2010-12-221-0/+20
* test-posixtm.c: add two testsPaul Eggert2010-12-221-0/+7
* getlogin_r: Work around portability problem on OSF/1.Bruno Haible2010-12-221-0/+12
* ptsname: Avoid test failure on OSF/1 5.1.Bruno Haible2010-12-221-0/+8
* Port extended stdio modules to HP NonStop Kernel.Bruno Haible2010-12-221-0/+19
* ttyname_r: Work around bug on OSF/1 5.1.Bruno Haible2010-12-221-0/+9
* Oops, fix last ChangeLog entry.Bruno Haible2010-12-221-1/+1
* round: Implement result sign according to IEEE 754.Bruno Haible2010-12-221-0/+7
* trunc: Implement result sign according to IEEE 754.Bruno Haible2010-12-221-0/+13
* ceil: Implement result sign according to IEEE 754.Bruno Haible2010-12-221-0/+13
* floor: Implement result sign according to IEEE 754.Bruno Haible2010-12-221-0/+10