summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.Bruno Haible2008-02-0710-118/+226
* getloadavg: use libperfstat on AIX5Peter O'Gorman2008-02-051-0/+4
* Mark set_uint32 function as 'inline'.Bruno Haible2008-01-313-6/+9
* Fix autoconf test bug introduced on 2008-01-15.Andreas Schwab2008-01-311-1/+7
* Use the GCC built-in __builtin_isnanl (if it works).Bruno Haible2008-01-261-5/+17
* Make use of GCC's __builtin_isnan.Bruno Haible2008-01-261-2/+9
* Use the GCC built-in when available.Bruno Haible2008-01-261-4/+10
* Rename isnan, applicable to 'double' only, to isnand.Bruno Haible2008-01-261-10/+10
* Exploit the __builtin_signbit GCC built-in.Bruno Haible2008-01-262-102/+144
* Add module sockets.Simon Josefsson2008-01-241-0/+35
* Work around a MacOS X 10.5 bug in frexpl().Bruno Haible2008-01-161-4/+20
* Touch up previous patch.Eric Blake2008-01-141-2/+2
* Convert strcasestr module to use Two-Way algorithm.Eric Blake2008-01-142-5/+51
* Replace strsignal if it does not work fine.Bruno Haible2008-01-152-6/+38
* Typo in comment.Bruno Haible2008-01-143-4/+4
* New module 'strsignal'.Colin Watson2008-01-142-0/+26
* Avoid unsupported locales on OpenBSD.Bruno Haible2008-01-133-18/+46
* * m4/strstr.m4: Delete cruft from copy-n-paste.Eric Blake2008-01-101-5/+1
* Avoid quadratic strstr implementations.Eric Blake2008-01-102-2/+52
* Small tweaks to memmem module.Bruno Haible2008-01-101-3/+3
* Work around OpenBSD 4.0 tdelete() bug.Bruno Haible2008-01-102-6/+45
* Undo the commit dced91140ad8eb666ed6cc6192fb486dadf623bb.Bruno Haible2008-01-101-4/+3
* gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.Paul Eggert2008-01-091-6/+2
* Add memmem-simple module.Eric Blake2008-01-091-5/+15
* Detect wcwidth bug on OpenBSD 4.0.Bruno Haible2008-01-081-3/+4
* Add a configure time option: --disable-acl.Mike Frysinger2008-01-081-34/+43
* Avoid quadratic system memmem.Eric Blake2008-01-051-5/+24
* Fix bug introduced on 2007-12-02.Bruno Haible2008-01-051-4/+4
* Ensure that 'glob' stays under LGPLv2+.Bruno Haible2007-12-311-2/+2
* Override getpagesize on mingw.Martin Lambers2007-12-262-0/+8
* Make --enable-relocatable work with DESTDIR.Bruno Haible2007-12-261-2/+2
* Split setenv module into setenv and unsetenv. Get rid of setenv.h.Bruno Haible2007-12-262-3/+16
* Fix memmem to avoid O(n^2) worst-case complexity.Eric Blake2007-12-202-1/+16
* Avoid a crash of a configure test on some x86_64 systems.Bruno Haible2007-12-171-1/+3
* Fix OpenBSD 4.0 <float.h> handling of long double.Eric Blake2007-12-111-2/+2
* Let these macros work also with autoconf-2.59.Jim Meyering2007-12-072-4/+4
* Avoid a configure-time syntax error in gl_FUNC_ACL.Jim Meyering2007-12-061-1/+2
* Update comments after last change.Bruno Haible2007-12-051-4/+3
* Fix frexp on mingw.Eric Blake2007-12-041-1/+2
* Make cygwin fseeko check more reliable.Eric Blake2007-12-041-8/+5
* * m4/strerror.m4: Bump version number.Eric Blake2007-12-041-1/+1
* Fix strerror module on Solaris 7.Eric Blake2007-12-031-0/+1
* Add support for Solaris 10 ACLs. Also, ACLs are Gnulib, not Autoconf.Paul Eggert2007-12-031-36/+40
* Move declaration of getpagesize() from getpagesize.h to unistd.h.Bruno Haible2007-12-033-10/+22
* Move declarations of str{,n}casecmp from <string.h> to <strings.h>.Bruno Haible2007-12-032-2/+33
* Fix fseeko detection for cygwin 1.5.25.Eric Blake2007-12-011-7/+9
* New module posix-shell, for determining a POSIX shellPaul Eggert2007-11-151-0/+58
* New module gnu-make, for determining whether we're using GNU Make.Paul Eggert2007-11-151-0/+19
* Don't insist on 'long long int' support in the preprocessor. ItPaul Eggert2007-11-122-7/+66
* Detect round() bug on NetBSD 3.0/x86.Bruno Haible2007-11-111-2/+41