summaryrefslogtreecommitdiff
path: root/m4
Commit message (Expand)AuthorAgeFilesLines
* Separate two tests. Mention the platforms in canonical order.Bruno Haible2009-02-281-5/+9
* Avoid spurious "(cached)" in configure output.Bruno Haible2009-02-278-22/+35
* printf: fix regression in previous patchEric Blake2009-02-271-2/+2
* Detect bug in cygwin 1.5.x *printf on 1-character %ls.Eric Blake2009-02-271-5/+13
* avoid gcc 3.4.3 bug on long double NaN on Irix 6.5Eric Blake2009-02-262-6/+27
* Work around a *printf bug with %ls on Solaris.Bruno Haible2009-02-271-10/+33
* stdlib: favor compiler check of random.hEric Blake2009-02-261-2/+2
* Work around *printf bug with %g directive and 0.0 on HP-UX 10.20.Bruno Haible2009-02-261-3/+16
* Fix *printf behaviour regarding the %ls directive.Bruno Haible2009-02-2613-182/+310
* Update guessed test results.Bruno Haible2009-02-261-5/+5
* Work around mbrtowc bug in zh_CN.GB18030 locale on Solaris 8.Bruno Haible2009-02-261-3/+60
* Work around broken INT8_MAX, UINT8_MAX etc. values on HP-UX 11.23.Bruno Haible2009-02-261-2/+70
* tests: skip fseek/ftell tests if ungetc is brokenEric Blake2009-02-251-0/+36
* strtod: avoid C99 decl-after-statementGary V. Vaughan2009-02-251-2/+3
* strtod: detect HP-UX 11.31 bugEric Blake2009-02-241-3/+6
* vasnprintf: Fix invalid read past end of memory block.Bruno Haible2009-02-241-2/+2
* New module 'safe-alloc'.David Lutterkort2009-02-211-0/+9
* Reformulate comment.Bruno Haible2009-02-171-9/+10
* Update comment about IBM C 9.0/10.1 bug.Albert Chin-A-Young2009-02-161-10/+10
* sockets: Call AC_C_INLINE.Simon Josefsson2009-02-101-1/+3
* Fix link errors on Windows when close module is used.Ben Pfaff2009-02-051-0/+2
* fix more require-before-expand issuesEric Blake2009-01-302-5/+5
* 00gnulib.m4: add m4 quotes in shell comment to avoid autoconf warningJim Meyering2009-01-281-3/+3
* Silence warning reintroduced by recent extensions patch.Eric Blake2009-01-261-3/+3
* Backport improved autoconf semantics of AC_DEFUN_ONCE.Eric Blake2009-01-262-1/+32
* Use non-UTF-8 locales on MacOS X.Bruno Haible2009-01-263-136/+79
* Use the posix_spawn or its replacement on all Unix platforms.Bruno Haible2009-01-262-25/+2
* Avoid redefining 'struct random_data' on OSF/1 5.1.Bruno Haible2009-01-251-3/+14
* Make it possible again to use AC_GNU_SOURCE together with gnulib.Bruno Haible2009-01-251-3/+13
* Cache the C locale object.Bruno Haible2009-01-221-1/+5
* nanosleep: skip configure test (fail it) for apple universal buildsBruno Haible2009-01-211-1/+10
* mktime: skip configure test (fail it) for apple universal buildsBruno Haible2009-01-211-1/+8
* multiarch: avoid expand-before-require warningEric Blake2009-01-211-12/+4
* error: avoid expand-before-require warningEric Blake2009-01-211-9/+3
* Don't use AC_REQUIRE([AC_C_BIGENDIAN]).Bruno Haible2009-01-2011-29/+38
* Revisit the condition when to use multibyte parsing in strftime.Bruno Haible2009-01-181-2/+2
* Remove unused code for mempcpy.Bruno Haible2009-01-181-2/+2
* New module 'link'.Martin Lambers2009-01-182-2/+23
* New module 'alphasort'.Bruno Haible2009-01-182-3/+28
* New module 'scandir'.Bruno Haible2009-01-182-2/+27
* New modules 'dprintf', 'dprintf-posix'.Bruno Haible2009-01-183-0/+126
* New modules 'vdprintf', 'vdprintf-posix'.Bruno Haible2009-01-183-2/+128
* Fix test-fopen failure on mingw.Bruno Haible2009-01-171-11/+15
* Support for stripping executables in --enable-relocatable.Bruno Haible2009-01-171-2/+2
* Use an array initializer syntax that also works in C++ mode.Bruno Haible2009-01-161-5/+5
* Make fflush-after-ungetc POSIX compliant on glibc systems.Bruno Haible2009-01-161-7/+22
* openmp.m4: revert quote-adding change, for portability to older autoconfJim Meyering2009-01-151-6/+6
* mktime.m4: remove K&R-style function prototypesAlbert Chin-A-Young2009-01-151-6/+3
* Update or remove references to gettext release.Bruno Haible2009-01-148-8/+8
* many *.m4 files: improve m4 quotingJim Meyering2009-01-14218-1021/+1008