summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* dup2: work around mingw and cygwin 1.5 bugEric Blake2009-07-212-3/+24
* Guess that wcwidth works on glibc systems.Bruno Haible2009-07-141-3/+12
* add warnings to selinux-h module's configure macrosPaolo Bonzini2009-06-272-3/+22
* Make the tests work with a C++ compiler.Sam Steingold2009-06-261-1/+2
* fpurge: migrate into <stdio.h>Eric Blake2009-06-252-4/+15
* Fix a description string.Bruno Haible2009-06-241-1/+1
* Make two consecutive identical invocations of AC_LIB_HAVE_LINKFLAGS work.Bruno Haible2009-06-211-1/+4
* Skip linear time check if it is redundant.Bruno Haible2009-06-181-15/+17
* Skip linear-time test if it is redundant.Bruno Haible2009-06-181-6/+11
* strstr, strcasestr: replace on platforms with broken memchrEric Blake2009-06-173-9/+25
* Define missing ESTALE on Interix 3.5.Bruno Haible2009-06-171-1/+4
* link-follow: fix the "checking..." message to not mention trailing slashJim Meyering2009-06-151-3/+2
* Mention also the glibc bug on IA-64.Bruno Haible2009-06-141-0/+1
* memchr: detect broken x86_64 and alpha implementationsEric Blake2009-06-122-3/+72
* New module 'idpriv-drop'.Bruno Haible2009-06-091-0/+14
* version-etc: extend for packagersMike Frysinger2009-06-031-0/+33
* manywarnings: Add GCC 4.4 warnings.Simon Josefsson2009-06-021-2/+6
* Simplify use of mode_t varargs.Bruno Haible2009-05-224-4/+34
* Remove redundant m4_quote invocations.Bruno Haible2009-05-212-20/+20
* Second attempt to work around an AIX 5.3, 6.1 compiler bug with include_next.Eric Blake2009-05-211-1/+17
* Avoid redefinition warnings for SIZE_MAX.Bruno Haible2009-05-211-1/+10
* Simplify m4 code.Bruno Haible2009-05-211-5/+3
* sys_socket: MinGW and IRIX does not have sa_family_t type.Simon Josefsson2009-05-201-1/+6
* rename.m4: fix typos that would make non-mingw cross-configure failTom Prince2009-05-141-3/+3
* mmap-anon: avoid out-of-order autoconf expansionEric Blake2009-05-131-2/+2
* Make the MAP_ANONYMOUS detection work on HP-UX 11.Bruno Haible2009-05-131-4/+6
* Add comments.Bruno Haible2009-05-131-1/+10
* m4/sys_socket_h.m4: Test for ws2tcpip.h earlier.Simon Josefsson2009-05-081-20/+26
* sys_socket: Define sockaddr_storage.Simon Josefsson2009-05-081-1/+18
* Exploit new semantics of AC_DEFUN_ONCE available since 2009-01-26.Bruno Haible2009-05-042-4/+2
* Avoid warning about use AC_REQUIRE in recent autoconf.Bruno Haible2009-05-041-3/+3
* m4/fnmatch.m4: Fix fnmatch re-define.Simon Josefsson2009-05-041-1/+1
* priv-set: new module and accompanying tests; adapt write-any-fileDavid Bartley2009-05-031-0/+15
* Remove incompatibility between modules fnmatch-posix and fnmatch-gnu.Bruno Haible2009-05-021-102/+97
* Modernize fnmatch detection macro.Bruno Haible2009-05-021-7/+7
* Replace wcrtomb, wcsrtombs, wcsnrtombs if mbstate_t has to be replaced.Bruno Haible2009-05-014-32/+48
* New module 'libunistring'.Bruno Haible2009-04-271-0/+37
* Make the lib vs. lib64 recognition work on openSUSE 11 with "gcc -m32".Bruno Haible2009-04-261-2/+5
* Simplify gl_LIBSIGSEGV.Bruno Haible2009-04-262-45/+16
* Fix cross-compilation results.Bruno Haible2009-04-236-27/+27
* Tweak last commit.Bruno Haible2009-04-141-1/+2
* Make fcntl module detect O_NOATIME, O_NOFOLLOW on GNU/Linux.Ben Pfaff2009-04-121-0/+1
* Make rename replace existing destinations on Windows.Ben Pfaff2009-04-121-6/+23
* Fix cross-compile guess for utime test.Bruno Haible2009-04-101-1/+32
* Port inet_ntop to Solaris 8 (problem found in coreutils 7.2).Paul Eggert2009-04-031-2/+13
* lib-symbol-versions: Add comment about false positive on mingw.Simon Josefsson2009-04-031-0/+5
* Add lib-msvc-compat module.Simon Josefsson2009-04-011-0/+29
* New modules nproc, pthread.Paul Eggert2009-03-251-0/+27
* Remove dependency from 'close' module to -lws2_32 on native Windows.Bruno Haible2009-03-231-4/+2
* signal.h: always support 'volatile sig_atomic_t'Eric Blake2009-03-231-2/+10