summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Don't touch configmake.h if it has not actually changed.Bruno Haible2009-04-191-2/+7
|
* Tweak last commit.Bruno Haible2009-04-141-0/+1
|
* New include file "iconveh.h".Bruno Haible2009-04-112-1/+2
|
* Mark the 'utime' module obsolete.Bruno Haible2009-04-101-0/+6
|
* Use the new u*_cmp2 functions.Bruno Haible2009-04-054-4/+4
|
* Use the u*_cmp functions.Bruno Haible2009-04-053-3/+3
|
* New module 'unistr/u32-cmp2'.Bruno Haible2009-04-051-0/+26
|
* New module 'unistr/u16-cmp2'.Bruno Haible2009-04-051-0/+26
|
* New module 'unistr/u8-cmp2'.Bruno Haible2009-04-051-0/+26
|
* Port inet_ntop to Solaris 8 (problem found in coreutils 7.2).Paul Eggert2009-04-031-1/+1
| | | | | | | | | * modules/arpa_inet (arpa/inet.h): Depend on arpa_inet.in.h. * m4/inet_ntop.m4 (gl_INET_NTOP): Search for inet_ntop in -lnsl, for Solaris 8. This is a bit of a hack, as it means it's the caller's responsibility to add -lnsl if needed, but most likely it won't be needed since only getaddrinfo uses this and getaddrinfo isn't needed on Solaris 8.
* fnmatch depends on mbsrtowcs and mbsinit.Paul Eggert2009-04-031-0/+2
|
* Rename module 'visibility'.Bruno Haible2009-04-021-0/+0
|
* Add lib-msvc-compat module.Simon Josefsson2009-04-011-0/+14
|
* Rename ld-version-script to lib-symbol-versions.Simon Josefsson2009-04-011-0/+0
|
* Add u64-tests module.Simon Josefsson2009-03-311-0/+6
|
* Add missing file to last commit.Simon Josefsson2009-03-311-0/+17
|
* New module u64. Make crypto/sha512 use it.Simon Josefsson2009-03-311-1/+1
|
* test-strerror: make debugging EAI_SYSTEM easierEric Blake2009-03-271-0/+1
| | | | | | | | * modules/getaddrinfo-tests (Depends-on): Add strerror. * test-getaddrinfo.c (simple) [ENABLE_DEBUGGING]: Report errno if failure was EAI_SYSTEM. Signed-off-by: Eric Blake <ebb9@byu.net>
* Fix a problem with --enable-relocatable on Solaris 7.Bruno Haible2009-03-261-0/+1
|
* New modules nproc, pthread.Paul Eggert2009-03-252-0/+52
| | | | | | | | | | * MODULES.html.sh: Add pthread, nproc. * lib/nproc.c: New file. * lib/nproc.h: New file. * lib/pthread.in.h: New file. * m4/pthread.m4: New file. * modules/nproc: New file. * modules/pthread: New file.
* Fix a link error on MacOS X 10.5.Simon Josefsson2009-03-241-0/+1
|
* modules/stdlib (Depends-on): Add stdint.Simon Josefsson2009-03-241-0/+1
| | | | | Needed when defining struct random_data on, for example, HP-UX 10.20. Reported by Albert Chin <bug-gnulib@mlists.thewrittenword.com>.
* Remove dependency from 'close' module to -lws2_32 on native Windows.Bruno Haible2009-03-234-5/+26
|
* signal-tests: test previous patchEric Blake2009-03-231-0/+13
| | | | | | | * tests/test-signal.c: New file. * modules/signal-tests: Likewise. Signed-off-by: Eric Blake <ebb9@byu.net>
* signal.h: always support 'volatile sig_atomic_t'Eric Blake2009-03-231-0/+1
| | | | | | | | | | | | * m4/signal_h.m4 (gl_SIGNAL_H): Check for AIX limitation. (gl_SIGNAL_H_DEFAULTS): Add a default. * modules/signal (Makefile.am): Substitute if needed. * lib/signal.in.h (sig_atomic_t): Redefine if needed, so that users can blindly add volatile. * doc/posix-headers/signal.texi (signal.h): Document it. Reported by Matthew Woehlke. Signed-off-by: Eric Blake <ebb9@byu.net>
* isnanl-nolibm-tests (Files): Add tests/nan.h to avoid failure.Simon Josefsson2009-03-171-0/+1
|
* Straighten some module dependencies.Bruno Haible2009-03-1410-10/+10
|
* Work around select() bug on Interix 3.5.Bruno Haible2009-03-134-4/+5
|
* Rename lib/winsock-select.c to lib/select.c.Bruno Haible2009-03-131-2/+2
|
* avoid gcc warnings about unused macro definitionsJim Meyering2009-03-122-0/+2
| | | | | | | | | | | | * lib/readtokens.c (STREQ): Remove unused definition. * lib/xmalloc.c (SIZE_MAX): Likewise. * lib/openat-die.c (N_): Likewise. * lib/mountlist.c (SIZE_MAX): Remove definition. Instead, include <stdint.h>. * lib/readutmp.c: Likewise. * modules/readutmp (Depends-on): Add stdint. * modules/mountlist (Depends-on): Add stdint. * lib/userspec.c (ISDIGIT): Move definition into #if block where used.
* Tests for module 'mbmemcasecoll'.Bruno Haible2009-03-111-0/+27
|
* New module 'mbmemcasecoll'.Bruno Haible2009-03-111-0/+30
|
* Restructure the mbmemcasecmp test.Bruno Haible2009-03-111-0/+1
|
* Tests for module 'mbmemcasecmp'.Bruno Haible2009-03-101-0/+26
|
* New module 'mbmemcasecmp'.Bruno Haible2009-03-101-0/+24
|
* Tests for module 'unicase/ulc-casecoll'.Bruno Haible2009-03-101-0/+25
|
* New module 'unicase/ulc-casecoll'.Bruno Haible2009-03-101-0/+26
|
* New module 'unicase/ulc-casexfrm'.Bruno Haible2009-03-101-0/+26
|
* Followup to 2008-12-22: Remove unnecessary AC_FUNC_MBRTOWC invocations.Bruno Haible2009-03-1015-43/+0
|
* Tests for module 'unicase/ulc-casecmp'.Bruno Haible2009-03-091-0/+25
|
* New module 'unicase/ulc-casecmp'.Bruno Haible2009-03-091-0/+30
|
* Tests for module 'unicase/u32-is-cased'.Bruno Haible2009-03-081-0/+13
|
* Tests for module 'unicase/u16-is-cased'.Bruno Haible2009-03-081-0/+13
|
* Tests for module 'unicase/u8-is-cased'.Bruno Haible2009-03-081-0/+13
|
* New module 'unicase/u32-is-cased'.Bruno Haible2009-03-081-0/+30
|
* New module 'unicase/u16-is-cased'.Bruno Haible2009-03-081-0/+30
|
* New module 'unicase/u8-is-cased'.Bruno Haible2009-03-081-0/+30
|
* Tests for module 'unicase/u32-is-casefolded'.Bruno Haible2009-03-081-0/+13
|
* Tests for module 'unicase/u16-is-casefolded'.Bruno Haible2009-03-081-0/+13
|
* Tests for module 'unicase/u8-is-casefolded'.Bruno Haible2009-03-081-0/+13
|