summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* version-etc: update the copyright year it reportsJim Meyering2011-01-011-1/+1
* isfinite: Avoid compiler bug of "cc -O" on HP-UX 11.11.Bruno Haible2011-01-011-3/+16
* pwrite: Work around HP-UX 11.11 bug.Bruno Haible2011-01-011-3/+21
* nl_langinfo: fix YESEXPR on Irix 6.5Eric Blake2010-12-311-1/+1
* ftello: avoid compilation failure with SunStudio c89Eric Blake2010-12-311-1/+1
* sys_select: Avoid warning about missing memset declaration on HP-UX 11.Bruno Haible2010-12-311-0/+5
* waitpid: Fix link error in C++ mode.Bruno Haible2010-12-311-6/+0
* isnan: Use GCC built-ins when possible.Bruno Haible2010-12-311-2/+8
* open: Avoid C++ error on HP-UX 11.Bruno Haible2010-12-311-0/+4
* time_r: Add missing declarations on HP-UX 11.Bruno Haible2010-12-311-2/+6
* mountlist: tweak previous commitEric Blake2010-12-291-1/+2
* mountlist: fix local drive detection on cygwinEric Blake2010-12-291-0/+24
* ftoastr, snprintf: ftoastr + snprintf modulePaul Eggert2010-12-291-1/+1
* alloca: one step towards thread-safetyPaul Eggert2010-12-281-7/+9
* regex: don't infloop on persistent failing callocJim Meyering2010-12-281-0/+2
* linkat: Make implementation robust against system behaviour variations.Bruno Haible2010-12-281-0/+30
* New modules for grapheme cluster breaking.Ben Pfaff2010-12-275-6/+1241
* utimens: work around glibc rounding bug on more platformsPaul Eggert2010-12-271-1/+1
* mbrtowc: Work around a Solaris 7 bug.Bruno Haible2010-12-271-2/+11
* read-file.c: tweak syntaxJim Meyering2010-12-271-4/+4
* utimens: work around glibc rounding bug on older Linux kernelsPaul Eggert2010-12-271-5/+46
* inet_ntop: Hide mismatch of declaration on NonStop Kernel.Bruno Haible2010-12-271-3/+5
* inet_ntop, inet_pton: Ensure declaration on NonStop Kernel.Bruno Haible2010-12-271-0/+6
* arpa_inet: Use the common idioms with C++ support.Bruno Haible2010-12-271-11/+16
* printf-posix: Fix link error when a non-GCC compiler is used.Bruno Haible2010-12-261-0/+3
* ptsname: Avoid ERANGE failure on some systems.Bruno Haible2010-12-251-1/+1
* iswblank: Fix C++ link error on Solaris 8.Bruno Haible2010-12-251-2/+2
* fcntl-h: Fix for use of C++ on glibc systems.Bruno Haible2010-12-251-1/+7
* ceil, trunc, round: Fix gcc warnings.Bruno Haible2010-12-253-1/+9
* stdint: avoid HP-UX 10.20 preprocessor bugEric Blake2010-12-241-3/+4
* pipe: make obsoletion transition easierEric Blake2010-12-241-0/+2
* sys_socket: Hide mismatch of declarations on NonStop Kernel.Bruno Haible2010-12-241-9/+20
* gethostname: Ensure declaration on NonStop Kernel.Bruno Haible2010-12-241-2/+4
* sys_select: Ensure all necessary types on NonStop Kernel.Bruno Haible2010-12-241-0/+5
* sys_select: Remove unneeded include.Bruno Haible2010-12-241-1/+4
* signal: Define NSIG.Bruno Haible2010-12-241-0/+8
* getlogin_r: Work around portability problem on OSF/1.Bruno Haible2010-12-222-3/+21
* Port extended stdio modules to HP NonStop Kernel.Bruno Haible2010-12-2213-13/+24
* ttyname_r: Work around bug on OSF/1 5.1.Bruno Haible2010-12-221-2/+3
* round: Implement result sign according to IEEE 754.Bruno Haible2010-12-221-2/+12
* trunc: Implement result sign according to IEEE 754.Bruno Haible2010-12-221-3/+21
* ceil: Implement result sign according to IEEE 754.Bruno Haible2010-12-221-2/+16
* floor: Implement result sign according to IEEE 754.Bruno Haible2010-12-221-2/+6
* New module 'trunc-ieee'.Bruno Haible2010-12-211-2/+10
* New module 'ceil-ieee'.Bruno Haible2010-12-211-0/+13
* New module 'floor-ieee'.Bruno Haible2010-12-211-0/+13
* New module 'truncf-ieee'.Bruno Haible2010-12-211-2/+10
* math: Fix indentation.Bruno Haible2010-12-211-1/+1
* ftoastr: fix comment againPaul Eggert2010-12-201-2/+2
* ttyname_r: Add missing declaration on HP-UX 11.Bruno Haible2010-12-201-1/+1