summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* Use native fstatat on cygwin 1.7.0.Eric Blake2008-04-251-3/+4
* Add inet_ntop and inet_pton declarations to arpa/inet.h, for MinGW.Simon Josefsson2008-04-231-2/+19
* Replace the isw* functions on Linux libc5.Bruno Haible2008-04-221-2/+31
* Fix typo in last commit.Bruno Haible2008-04-221-1/+1
* Fix compilation errors related to rpl_mkdir on mingw.Bruno Haible2008-04-212-23/+21
* Work around roundf() bug on mingw.Bruno Haible2008-04-201-2/+37
* <sys/stat.h> must provide the nlink_t type.Bruno Haible2008-04-201-2/+11
* Work around snprintf bug on Linux libc5.Bruno Haible2008-04-195-42/+97
* Adjust strtod detection to catch glibc 2.7 bug.Eric Blake2008-04-161-1/+17
* Fix underquoting of AC_LANG_PROGRAM arguments.Bruno Haible2008-04-1520-75/+75
* Make truncl work on OSF/1 4.0.Bruno Haible2008-04-132-6/+30
* Check for libintl.h. Needed for HAVE_LIBINTL_H.Bruno Haible2008-04-131-1/+2
* Override <sys/socket.h> when it exists but is incomplete.Bruno Haible2008-04-131-3/+22
* Override the system isnanf also on IRIX 6.5 with gcc.Bruno Haible2008-04-121-5/+29
* * m4/math_h.m4 (gl_MATH_H): Fix typos.Jim Meyering2008-04-121-3/+3
* Work around Solaris 10 math.h bug.Eric Blake2008-04-122-2/+30
* Fix two compilation errors.Bruno Haible2008-04-121-2/+2
* Fix __GNUC_STDC_INLINE__ predefine with Apple GCC on MacOS X 10.5.Bruno Haible2008-04-111-2/+21
* Port the extended stdio functions to emx+gcc.Bruno Haible2008-04-101-2/+5
* Avoid some more autoconf warnings.Eric Blake2008-04-097-126/+62
* Avoid some autoconf warnings.Eric Blake2008-04-092-4/+4
* Fix quoting in double-slash-root.m4.Ralf Wildenhues2008-04-061-4/+4
* Improve strtod bug detection check.Eric Blake2008-04-041-3/+11
* Use module 'EOVERFLOW' rather than defining an EOVERFLOW replacement in the CBruno Haible2008-03-309-18/+9
* Document various strtod bugs, with some fixes.Eric Blake2008-03-292-6/+43
* Disable the fflush-after-ungetc tests, since gnulib currently does notBruno Haible2008-03-291-5/+12
* Fix regex compilation error on HP-UX 11.Bruno Haible2008-03-231-2/+3
* Extend AC_LIB_LINKFLAGS to the situation of several libraries provided by a s...Bruno Haible2008-03-121-6/+34
* Avoid conflicts between local macro definitions.Bruno Haible2008-03-121-15/+17
* Correct the va_copy definition for AIX 5.Bruno Haible2008-03-111-13/+40
* Document a pitfall.Bruno Haible2008-03-112-4/+10
* Likewise for ftello.Eric Blake2008-03-061-2/+6
* Ensure that fseeko is declared when possible.Bruno Haible2008-03-061-2/+6
* Rename __func__ module to func.Simon Josefsson2008-03-061-6/+6
* Add module __func__ to provide C99 __func__ variable.Simon Josefsson2008-03-061-0/+20
* Remove the last dependency on the "free" module.Jim Meyering2008-03-021-3/+2
* autoupdateKarl Berry2008-03-021-2/+2
* (gl_ARGP): Use AC_TRY_LINK to test if program_invocation_name andSergey Poznyakoff2008-02-291-12/+12
* Fix a build problem on HP-UX 10.Bruno Haible2008-02-241-2/+4
* New module 'environ'.Bruno Haible2008-02-243-25/+44
* 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