summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* inet_ntop, inet_pton: Ensure declaration on NonStop Kernel.Bruno Haible2010-12-277-5/+46
* arpa_inet: Use the common idioms with C++ support.Bruno Haible2010-12-276-12/+92
* Fix more C++ link errors on Solaris 8.Bruno Haible2010-12-267-6/+17
* printf-posix: Fix link error when a non-GCC compiler is used.Bruno Haible2010-12-262-0/+10
* strerror_r-posix: Update doc.Bruno Haible2010-12-262-1/+7
* utimens: simplify the logic of the previous changePaul Eggert2010-12-252-4/+6
* utimens: configure better on hosts with NFS clock skewPaul Eggert2010-12-252-15/+47
* ptsname test: Avoid failure on Solaris.Bruno Haible2010-12-253-0/+36
* ptsname: Avoid ERANGE failure on some systems.Bruno Haible2010-12-252-1/+6
* rename, renameat: Avoid test failures at NFS mounted locations.Bruno Haible2010-12-252-5/+16
* iswblank: Fix C++ link error on Solaris 8.Bruno Haible2010-12-252-2/+8
* unistd: Fix C++ link error on Solaris 8.Bruno Haible2010-12-252-1/+6
* readlink doc: Mention an old glibc bug.Bruno Haible2010-12-252-1/+6
* fcntl-h: Fix for use of C++ on glibc systems.Bruno Haible2010-12-252-1/+14
* roundl-ieee: Make it work on OSF/1 5.1 with cc.Bruno Haible2010-12-252-0/+7
* truncl-ieee: Make it work on OSF/1 5.1 with cc.Bruno Haible2010-12-255-2/+75
* ceill-ieee: Make it work on OSF/1 5.1 with cc.Bruno Haible2010-12-255-2/+75
* Ensure all prerequisites of <wchar.h> are included.Bruno Haible2010-12-2511-27/+190
* strtok_r: Fix C syntax error in autoconf macro.Bruno Haible2010-12-252-6/+12
* ceil, trunc, round: Fix gcc warnings.Bruno Haible2010-12-254-1/+17
* update from texinfoKarl Berry2010-12-241-20/+23
* select tests: Avoid failures on OSF/1 5.1.Bruno Haible2010-12-252-2/+8
* stdint: avoid HP-UX 10.20 preprocessor bugEric Blake2010-12-243-4/+11
* pipe: make obsoletion transition easierEric Blake2010-12-243-1/+10
* sys_socket: Hide mismatch of declarations on NonStop Kernel.Bruno Haible2010-12-242-9/+27
* gethostname: Ensure declaration on NonStop Kernel.Bruno Haible2010-12-242-2/+10
* sys_select: Ensure all necessary types on NonStop Kernel.Bruno Haible2010-12-243-1/+15
* sys_select: Remove unneeded include.Bruno Haible2010-12-242-1/+10
* gethostname: Provide a fallback for HOST_NAME_MAX.Bruno Haible2010-12-242-3/+15
* sigaction tests: Allow missing SA_RESETHAND and SA_RESTART.Bruno Haible2010-12-242-0/+13
* signal: Define NSIG.Bruno Haible2010-12-243-0/+18
* rename, renameat: Avoid test failures on OSF/1 5.1.Bruno Haible2010-12-243-4/+11
* *printf: Detect large precisions bug on Solaris 10/SPARC.Bruno Haible2010-12-2416-54/+126
* tests: port test-fdutimensat.c to Solaris 8Paul Eggert2010-12-242-1/+13
* vsnprintf: make more consistent with snprintf; doc fixesPaul Eggert2010-12-236-15/+33
* sigpipe: relax to LGPLv2+, since it did not have any LGPLv3+ partsEric Blake2010-12-232-1/+6
* doc: document Solaris printf bug with large float precisionsPaul Eggert2010-12-2211-0/+70
* test-posixtm.c: add two testsPaul Eggert2010-12-222-0/+13
* getlogin_r: Work around portability problem on OSF/1.Bruno Haible2010-12-228-5/+92
* ptsname: Avoid test failure on OSF/1 5.1.Bruno Haible2010-12-223-2/+34
* Port extended stdio modules to HP NonStop Kernel.Bruno Haible2010-12-2214-13/+43
* ttyname_r: Work around bug on OSF/1 5.1.Bruno Haible2010-12-224-6/+28
* Oops, fix last ChangeLog entry.Bruno Haible2010-12-221-1/+1
* round: Implement result sign according to IEEE 754.Bruno Haible2010-12-225-2/+52
* trunc: Implement result sign according to IEEE 754.Bruno Haible2010-12-227-7/+95
* ceil: Implement result sign according to IEEE 754.Bruno Haible2010-12-227-4/+80
* floor: Implement result sign according to IEEE 754.Bruno Haible2010-12-227-4/+59
* getaddrinfo: Update doc.Bruno Haible2010-12-222-1/+7
* getaddrinfo, inet_ntop: Update doc for Solaris.Paul Eggert2010-12-223-2/+10
* New module 'roundl-ieee'.Bruno Haible2010-12-219-6/+154