summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fflush: avoid warnings on modern systemsJim Meyering2009-01-261-59/+58
* Avoid link errors on MacOS X 10.3 / PowerPC.Bruno Haible2009-01-262-4/+4
* Use the posix_spawn or its replacement on all Unix platforms.Bruno Haible2009-01-262-124/+2
* Avoid a compilation warning.Bruno Haible2009-01-251-0/+1
* Avoid warning from OSF/1 C compiler.Bruno Haible2009-01-251-1/+5
* Add support for the GB18030 encoding.Bruno Haible2009-01-251-4/+41
* Avoid redefining 'struct random_data' on OSF/1 5.1.Bruno Haible2009-01-251-1/+7
* Don't install charset.alias on MacOS X >= 10.3.Bruno Haible2009-01-251-2/+39
* c-strtod: avoid warningsJim Meyering2009-01-251-2/+2
* Add support for non-UTF-8 locales on MacOS X.Bruno Haible2009-01-251-6/+40
* Adjust specification.Bruno Haible2009-01-241-3/+3
* On HP-UX, don't pretend it was a SIGSEGV when it was a stack overflow.Bruno Haible2009-01-241-14/+14
* Add formal specification of what c_strtod, c_strtold do.Bruno Haible2009-01-241-2/+37
* Change c_strtod, c_strtold to no longer call xalloc_die().Bruno Haible2009-01-231-4/+9
* c-strtod: when ENDPTR is non-NULL, set *ENDPTR in new failure pathJim Meyering2009-01-231-1/+5
* version-etc: Add emit_bug_reporting_address.Simon Josefsson2009-01-232-4/+19
* Cache the C locale object.Bruno Haible2009-01-221-10/+22
* Improve error checking of c_strtod call.Bruno Haible2009-01-211-4/+7
* Improve error handling of c_strtod.Bruno Haible2009-01-211-2/+15
* Make the 'link' module link on Windows NT 4.Bruno Haible2009-01-211-2/+28
* gettimeofday: move more declarations out of functionsJim Meyering2009-01-201-5/+7
* Add a newline after the specification header.Bruno Haible2009-01-191-0/+1
* unistd: guarantee STDIN_FILENO here, for OS/2 EMXEric Blake2009-01-198-48/+22
* ioctl: avoid warning: no previous prototype for 'rpl_ioctl'Daniel P. Berrange2009-01-191-1/+2
* gettimeofday: avoid warning: nested extern declaration of 'localtime'Daniel P. Berrange2009-01-191-2/+3
* Revisit the condition when to use multibyte parsing in strftime.Bruno Haible2009-01-181-7/+10
* Remove unused code for mempcpy.Bruno Haible2009-01-181-8/+1
* New module 'link'.Martin Lambers2009-01-182-1/+101
* New module 'alphasort'.Bruno Haible2009-01-182-0/+41
* New module 'scandir'.Bruno Haible2009-01-182-2/+192
* New modules 'dprintf', 'dprintf-posix'.Bruno Haible2009-01-182-0/+83
* New modules 'vdprintf', 'vdprintf-posix'.Bruno Haible2009-01-182-0/+80
* Fix compilation error on HP-UX 11.00.Bruno Haible2009-01-171-1/+3
* Attempt to avoid a recursive include of wchar.h on IRIX 6.5.Bruno Haible2009-01-171-2/+9
* Update use of API that has changed in MacOS X 10.4.Bruno Haible2009-01-171-3/+3
* strerror: avoid warnings about discarding "const"Jim Meyering2009-01-161-68/+136
* lib/arpa_inet.in.h: Add extern "C" block for C++.Albert Chin-A-Young2009-01-161-0/+8
* poll: suppress a warningJim Meyering2009-01-161-0/+5
* poll: remove declarations of unused variablesDaniel P. Berrange2009-01-161-2/+0
* Make fflush-after-ungetc POSIX compliant on BSD systems.Bruno Haible2009-01-161-19/+44
* Make fflush-after-ungetc POSIX compliant on glibc systems.Bruno Haible2009-01-162-18/+38
* Fix a syntax error due to recursive inclusion of wchar.h on HP-UX 11.00.Bruno Haible2009-01-152-4/+13
* Add more comments.Bruno Haible2009-01-141-1/+13
* sys_stat: Include sys/types.h for nlink_t.Simon Josefsson2009-01-141-1/+4
* inttostr.c: suppress a warningJim Meyering2009-01-131-1/+6
* regex: fix glibc bug 9697Paolo Bonzini2009-01-091-27/+47
* regex: fix glibc bug 697Paolo Bonzini2009-01-091-2/+7
* regex: replace mbrtowc with __mbrtowc.Paolo Bonzini2009-01-093-15/+18
* poll: filter through cppiJim Meyering2009-01-071-25/+25
* poll: don't return uninitializedDaniel P. Berrange2009-01-071-2/+2