summaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* Make test-quotearg work on MacOS X and AIX.Bruno Haible2009-01-261-1/+12
|
* Use the posix_spawn or its replacement on all Unix platforms.Bruno Haible2009-01-262-2/+20
|
* Avoid redefining 'struct random_data' on OSF/1 5.1.Bruno Haible2009-01-251-0/+1
|
* Don't install charset.alias on MacOS X >= 10.3.Bruno Haible2009-01-251-1/+3
|
* Don't install charset.alias on mingw and Cygwin.Bruno Haible2009-01-251-2/+14
|
* Change c_strtod, c_strtold to no longer call xalloc_die().Bruno Haible2009-01-232-2/+2
|
* version-etc: Add emit_bug_reporting_address.Simon Josefsson2009-01-231-1/+1
|
* nanosleep: skip configure test (fail it) for apple universal buildsBruno Haible2009-01-211-0/+1
| | | | | | * m4/nanosleep.m4 (gl_FUNC_NANOSLEEP): Require gl_MULTIARCH. In Apple universal builds, assume that nanosleep does not work. * modules/nanosleep (Depends-on): Add multiarch.
* mktime: skip configure test (fail it) for apple universal buildsBruno Haible2009-01-211-1/+1
| | | | | | * m4/mktime.m4 (AC_FUNC_MKTIME): Require gl_MULTIARCH. In Apple universal builds, assume that mktime does not work. * modules/mktime (Depends-on): Add multiarch.
* multiarch: avoid expand-before-require warningEric Blake2009-01-211-1/+1
| | | | | | | | | | | * modules/multiarch (configure.ac): Require, rather than expand, gl_MULTIARCH. * m4/multiarch.m4 (gl_MULTIARCH_BODY): Merge... (gl_MULTIARCH): ...into this macro, and use AC_DEFUN_ONCE to enforce that all clients require it. Partial reversion of 2008-12-29 patch. Signed-off-by: Eric Blake <ebb9@byu.net>
* error: avoid expand-before-require warningEric Blake2009-01-211-1/+1
| | | | | | | | | | * modules/errno (configure.ac): Require, rather than expand, gl_HEADER_ERRNO_H. * m4/errno_h.m4 (gl_HEADER_ERRNO_H_BODY): Merge... (gl_HEADER_ERRNO_H): ...into this macro, and use AC_DEFUN_ONCE to enforce that all clients require it. Signed-off-by: Eric Blake <ebb9@byu.net>
* Revert "regex: do not depend on obsolete modules."Paolo Bonzini2009-01-211-0/+2
| | | | This reverts commit 1a6b59df981785c8a2c335e96d173a884b335fbf.
* regex: do not depend on obsolete modules.Paolo Bonzini2009-01-201-2/+0
| | | | * modules/regex: Remove memcmp and memmove.
* Don't use AC_REQUIRE([AC_C_BIGENDIAN]).Bruno Haible2009-01-203-3/+3
|
* Tests for module 'link'.Martin Lambers2009-01-201-0/+12
|
* Use module 'progname' in some more tests.Bruno Haible2009-01-209-0/+9
|
* unistd: guarantee STDIN_FILENO here, for OS/2 EMXEric Blake2009-01-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * lib/unistd.in.h (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Guarantee a definition. * doc/posix-headers/unistd.texi (unistd.h): Document the bug. * modules/unistd-safer (Depends-on): Add dependency on unistd. * lib/c-stack.c (STDERR_FILENO): Rely on <unistd.h>. * lib/dup-safer.c (STDERR_FILENO): Likewise. * lib/execute.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Likewise. * lib/fd-safer.c (STDIN_FILENO, STDERR_FILENO): Likewise. * lib/fopen-safer.c (STDERR_FILENO): Likewise. * lib/pipe.c (STDIN_FILENO, STDOUT_FILENO, STDERR_FILENO): Likewise. * lib/tmpfile-safer.c (STDERR_FILENO): Likewise. * tests/test-posix_spawn1.c (STDIN_FILENO, STDOUT_FILENO) (STDERR_FILENO): Likewise. * tests/test-posix_spawn2.c (STDIN_FILENO, STDOUT_FILENO) (STDERR_FILENO): Likewise. * tests/test-posix_spawn3.c (STDIN_FILENO, STDOUT_FILENO) (STDERR_FILENO): Likewise. Reported by Elbert Pol. Signed-off-by: Eric Blake <ebb9@byu.net>
* getdate-test: Use progname module.Simon Josefsson2009-01-191-0/+1
|
* fstrcmp-tests and filenamecat-tests: Use progname module.Simon Josefsson2009-01-192-0/+2
|
* New module 'link'.Martin Lambers2009-01-182-0/+26
|
* New module 'alphasort'.Bruno Haible2009-01-182-0/+28
|
* New module 'scandir'.Bruno Haible2009-01-182-0/+28
|
* Tests for module 'dprintf-posix'.Bruno Haible2009-01-181-0/+14
|
* New modules 'dprintf', 'dprintf-posix'.Bruno Haible2009-01-183-0/+68
|
* Tests for module 'vdprintf-posix'.Bruno Haible2009-01-181-0/+15
|
* New modules 'vdprintf', 'vdprintf-posix'.Bruno Haible2009-01-183-0/+68
|
* Avoid test-fflush2.sh failure on mingw.Bruno Haible2009-01-171-0/+1
|
* Avoid test-copy-file.sh failures when ACL support insufficient.Bruno Haible2009-01-141-1/+1
|
* Add m4/stdint_h.m4 and m4/inttypes_h.m4 to file list.Bruno Haible2009-01-134-0/+8
|
* u16-printf-parse (Files): Add m4/stdint_h.m4 and m4/inttypes_h.m4 too.Simon Josefsson2009-01-131-0/+2
|
* strftime: avoid compilation failure on Solaris 2.6Jim Meyering2009-01-021-0/+2
| | | | | | | | * modules/strftime (Depends-on): Add mbrlen and mbsinit. * lib/strftime.c [DO_MULTIBYTE]: Include <wchar.h> unconditionally. Don't #define mbrlen or mbsinit, since now they're guaranteed to be available. Reported by Tom G. Christensen. Details in <http://thread.gmane.org/gmane.comp.lib.gnulib.bugs/16180>.
* Add support for universal builds to vasnprintf.Bruno Haible2008-12-2515-0/+15
|
* Add support for universal builds to <inttypes.h>.Bruno Haible2008-12-251-0/+2
|
* Add support for universal builds to <stdint.h>.Bruno Haible2008-12-251-0/+2
|
* New module 'multiarch'.Bruno Haible2008-12-251-0/+21
|
* Relicense regex dependencies under LGPLv2+.Bruno Haible2008-12-255-5/+5
|
* Module getaddrinfo requires linking with $(GETADDRINFO_LIB).Bruno Haible2008-12-233-1/+7
|
* Work around mbrlen() bugs on various platforms.Bruno Haible2008-12-231-0/+1
|
* Remove HAVE_MBRTOWC conditionals. Use mbrtowc unconditionally.Bruno Haible2008-12-222-0/+4
|
* update regex to use the emulated mb*/wc* functionsPaolo Bonzini2008-12-221-0/+4
| | | | | | * modules/regex: Request emulations for the mb*/wc* functions we need. * m4/regex.m4: Don't look for those functions here. * lib/regex_internal.h: Do not check HAVE_WCRTOMB and HAVE_MBRTOWC.
* Oops, undo last commit.Bruno Haible2008-12-221-1/+0
|
* Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.Bruno Haible2008-12-223-6/+6
|
* Tests for module 'wcsnrtombs'.Bruno Haible2008-12-221-0/+29
|
* New module 'wcsnrtombs'.Bruno Haible2008-12-223-0/+31
|
* Tests for module 'wcsrtombs'.Bruno Haible2008-12-211-0/+29
|
* New module 'wcsrtombs'.Bruno Haible2008-12-212-0/+32
|
* Work around a wcrtomb() bug on Solaris 10 and OSF/1 5.1.Bruno Haible2008-12-212-0/+5
|
* Work around a btowc() bug on IRIX 6.5.Bruno Haible2008-12-211-0/+1
|
* Tests for module 'wcrtomb'.Bruno Haible2008-12-211-0/+27
|
* New module 'wcrtomb'.Bruno Haible2008-12-212-0/+29
|