Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't touch configmake.h if it has not actually changed. | Bruno Haible | 2009-04-19 | 1 | -2/+7 |
| | |||||
* | Tweak last commit. | Bruno Haible | 2009-04-14 | 1 | -0/+1 |
| | |||||
* | New include file "iconveh.h". | Bruno Haible | 2009-04-11 | 2 | -1/+2 |
| | |||||
* | Mark the 'utime' module obsolete. | Bruno Haible | 2009-04-10 | 1 | -0/+6 |
| | |||||
* | Use the new u*_cmp2 functions. | Bruno Haible | 2009-04-05 | 4 | -4/+4 |
| | |||||
* | Use the u*_cmp functions. | Bruno Haible | 2009-04-05 | 3 | -3/+3 |
| | |||||
* | New module 'unistr/u32-cmp2'. | Bruno Haible | 2009-04-05 | 1 | -0/+26 |
| | |||||
* | New module 'unistr/u16-cmp2'. | Bruno Haible | 2009-04-05 | 1 | -0/+26 |
| | |||||
* | New module 'unistr/u8-cmp2'. | Bruno Haible | 2009-04-05 | 1 | -0/+26 |
| | |||||
* | Port inet_ntop to Solaris 8 (problem found in coreutils 7.2). | Paul Eggert | 2009-04-03 | 1 | -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 Eggert | 2009-04-03 | 1 | -0/+2 |
| | |||||
* | Rename module 'visibility'. | Bruno Haible | 2009-04-02 | 1 | -0/+0 |
| | |||||
* | Add lib-msvc-compat module. | Simon Josefsson | 2009-04-01 | 1 | -0/+14 |
| | |||||
* | Rename ld-version-script to lib-symbol-versions. | Simon Josefsson | 2009-04-01 | 1 | -0/+0 |
| | |||||
* | Add u64-tests module. | Simon Josefsson | 2009-03-31 | 1 | -0/+6 |
| | |||||
* | Add missing file to last commit. | Simon Josefsson | 2009-03-31 | 1 | -0/+17 |
| | |||||
* | New module u64. Make crypto/sha512 use it. | Simon Josefsson | 2009-03-31 | 1 | -1/+1 |
| | |||||
* | test-strerror: make debugging EAI_SYSTEM easier | Eric Blake | 2009-03-27 | 1 | -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 Haible | 2009-03-26 | 1 | -0/+1 |
| | |||||
* | New modules nproc, pthread. | Paul Eggert | 2009-03-25 | 2 | -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 Josefsson | 2009-03-24 | 1 | -0/+1 |
| | |||||
* | modules/stdlib (Depends-on): Add stdint. | Simon Josefsson | 2009-03-24 | 1 | -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 Haible | 2009-03-23 | 4 | -5/+26 |
| | |||||
* | signal-tests: test previous patch | Eric Blake | 2009-03-23 | 1 | -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 Blake | 2009-03-23 | 1 | -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 Josefsson | 2009-03-17 | 1 | -0/+1 |
| | |||||
* | Straighten some module dependencies. | Bruno Haible | 2009-03-14 | 10 | -10/+10 |
| | |||||
* | Work around select() bug on Interix 3.5. | Bruno Haible | 2009-03-13 | 4 | -4/+5 |
| | |||||
* | Rename lib/winsock-select.c to lib/select.c. | Bruno Haible | 2009-03-13 | 1 | -2/+2 |
| | |||||
* | avoid gcc warnings about unused macro definitions | Jim Meyering | 2009-03-12 | 2 | -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 Haible | 2009-03-11 | 1 | -0/+27 |
| | |||||
* | New module 'mbmemcasecoll'. | Bruno Haible | 2009-03-11 | 1 | -0/+30 |
| | |||||
* | Restructure the mbmemcasecmp test. | Bruno Haible | 2009-03-11 | 1 | -0/+1 |
| | |||||
* | Tests for module 'mbmemcasecmp'. | Bruno Haible | 2009-03-10 | 1 | -0/+26 |
| | |||||
* | New module 'mbmemcasecmp'. | Bruno Haible | 2009-03-10 | 1 | -0/+24 |
| | |||||
* | Tests for module 'unicase/ulc-casecoll'. | Bruno Haible | 2009-03-10 | 1 | -0/+25 |
| | |||||
* | New module 'unicase/ulc-casecoll'. | Bruno Haible | 2009-03-10 | 1 | -0/+26 |
| | |||||
* | New module 'unicase/ulc-casexfrm'. | Bruno Haible | 2009-03-10 | 1 | -0/+26 |
| | |||||
* | Followup to 2008-12-22: Remove unnecessary AC_FUNC_MBRTOWC invocations. | Bruno Haible | 2009-03-10 | 15 | -43/+0 |
| | |||||
* | Tests for module 'unicase/ulc-casecmp'. | Bruno Haible | 2009-03-09 | 1 | -0/+25 |
| | |||||
* | New module 'unicase/ulc-casecmp'. | Bruno Haible | 2009-03-09 | 1 | -0/+30 |
| | |||||
* | Tests for module 'unicase/u32-is-cased'. | Bruno Haible | 2009-03-08 | 1 | -0/+13 |
| | |||||
* | Tests for module 'unicase/u16-is-cased'. | Bruno Haible | 2009-03-08 | 1 | -0/+13 |
| | |||||
* | Tests for module 'unicase/u8-is-cased'. | Bruno Haible | 2009-03-08 | 1 | -0/+13 |
| | |||||
* | New module 'unicase/u32-is-cased'. | Bruno Haible | 2009-03-08 | 1 | -0/+30 |
| | |||||
* | New module 'unicase/u16-is-cased'. | Bruno Haible | 2009-03-08 | 1 | -0/+30 |
| | |||||
* | New module 'unicase/u8-is-cased'. | Bruno Haible | 2009-03-08 | 1 | -0/+30 |
| | |||||
* | Tests for module 'unicase/u32-is-casefolded'. | Bruno Haible | 2009-03-08 | 1 | -0/+13 |
| | |||||
* | Tests for module 'unicase/u16-is-casefolded'. | Bruno Haible | 2009-03-08 | 1 | -0/+13 |
| | |||||
* | Tests for module 'unicase/u8-is-casefolded'. | Bruno Haible | 2009-03-08 | 1 | -0/+13 |
| |