Revert "poll-win32"
[gnulib.git] / m4 /
2008-03-30 Eric BlakeDocument various strtod bugs, with some fixes.
2008-03-29 Bruno HaibleDisable the fflush-after-ungetc tests, since gnulib...
2008-03-23 Bruno HaibleFix regex compilation error on HP-UX 11.
2008-03-12 Bruno HaibleExtend AC_LIB_LINKFLAGS to the situation of several...
2008-03-12 Bruno HaibleAvoid conflicts between local macro definitions.
2008-03-11 Bruno HaibleCorrect the va_copy definition for AIX 5.
2008-03-11 Bruno HaibleDocument a pitfall.
2008-03-07 Eric BlakeLikewise for ftello.
2008-03-06 Bruno HaibleEnsure that fseeko is declared when possible.
2008-03-06 Simon JosefssonRename __func__ module to func.
2008-03-06 Simon JosefssonAdd module __func__ to provide C99 __func__ variable.
2008-03-02 Jim MeyeringRemove the last dependency on the "free" module.
2008-03-02 Karl Berryautoupdate
2008-02-29 Sergey Poznyakoff(gl_ARGP): Use AC_TRY_LINK to test if program_invocatio...
2008-02-24 Bruno HaibleFix a build problem on HP-UX 10.
2008-02-24 Bruno HaibleNew module 'environ'.
2008-02-07 Bruno HaibleFix *printf behaviour regarding the left-adjust flag...
2008-02-05 Peter O'Gormangetloadavg: use libperfstat on AIX5
2008-01-31 Bruno HaibleMark set_uint32 function as 'inline'.
2008-01-30 Andreas SchwabFix autoconf test bug introduced on 2008-01-15.
2008-01-26 Bruno HaibleUse the GCC built-in __builtin_isnanl (if it works).
2008-01-26 Bruno HaibleMake use of GCC's __builtin_isnan.
2008-01-26 Bruno HaibleUse the GCC built-in when available.
2008-01-26 Bruno HaibleRename isnan, applicable to 'double' only, to isnand.
2008-01-26 Bruno HaibleExploit the __builtin_signbit GCC built-in.
2008-01-24 Simon JosefssonAdd module sockets.
2008-01-15 Bruno HaibleWork around a MacOS X 10.5 bug in frexpl().
2008-01-15 Eric BlakeTouch up previous patch.
2008-01-15 Eric BlakeConvert strcasestr module to use Two-Way algorithm.
2008-01-15 Bruno HaibleReplace strsignal if it does not work fine.
2008-01-14 Bruno HaibleTypo in comment.
2008-01-13 Colin WatsonNew module 'strsignal'.
2008-01-13 Bruno HaibleAvoid unsupported locales on OpenBSD.
2008-01-11 Eric Blake* m4/strstr.m4: Delete cruft from copy-n-paste.
2008-01-10 Eric BlakeAvoid quadratic strstr implementations.
2008-01-10 Bruno HaibleSmall tweaks to memmem module.
2008-01-10 Bruno HaibleWork around OpenBSD 4.0 tdelete() bug.
2008-01-10 Bruno HaibleUndo the commit dced91140ad8eb666ed6cc6192fb486dadf623bb.
2008-01-10 Paul Eggertgl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H uncondit...
2008-01-09 Eric BlakeAdd memmem-simple module.
2008-01-08 Bruno HaibleDetect wcwidth bug on OpenBSD 4.0.
2008-01-08 Mike FrysingerAdd a configure time option: --disable-acl.
2008-01-05 Eric BlakeAvoid quadratic system memmem.
2008-01-04 Bruno HaibleFix bug introduced on 2007-12-02.
2007-12-31 Bruno HaibleEnsure that 'glob' stays under LGPLv2+.
2007-12-26 Martin LambersOverride getpagesize on mingw.
2007-12-26 Bruno HaibleMake --enable-relocatable work with DESTDIR.
2007-12-26 Bruno HaibleSplit setenv module into setenv and unsetenv. Get rid...
2007-12-20 Eric BlakeFix memmem to avoid O(n^2) worst-case complexity.
2007-12-17 Bruno HaibleAvoid a crash of a configure test on some x86_64 systems.
2007-12-11 Eric BlakeFix OpenBSD 4.0 <float.h> handling of long double.
2007-12-07 Karl BerryMerge branch 'master' of ssh://karl@git.sv.gnu.org...
2007-12-07 Jim MeyeringLet these macros work also with autoconf-2.59.
2007-12-06 Jim MeyeringAvoid a configure-time syntax error in gl_FUNC_ACL.
2007-12-05 Bruno HaibleUpdate comments after last change.
2007-12-04 Eric BlakeFix frexp on mingw.
2007-12-04 Eric BlakeMake cygwin fseeko check more reliable.
2007-12-04 Eric Blake* m4/strerror.m4: Bump version number.
2007-12-04 Eric BlakeFix strerror module on Solaris 7.
2007-12-03 Paul EggertAdd support for Solaris 10 ACLs. Also, ACLs are Gnulib...
2007-12-03 Bruno HaibleMove declaration of getpagesize() from getpagesize...
2007-12-03 Bruno HaibleMove declarations of str{,n}casecmp from <string.h...
2007-12-01 Eric BlakeFix fseeko detection for cygwin 1.5.25.
2007-11-16 Paul EggertNew module posix-shell, for determining a POSIX shell
2007-11-15 Paul EggertNew module gnu-make, for determining whether we're...
2007-11-12 Paul EggertDon't insist on 'long long int' support in the preproce...
2007-11-11 Bruno HaibleDetect round() bug on NetBSD 3.0/x86.
2007-11-11 Bruno HaibleUse the shared tests for the floor* and ceil* functions.
2007-11-11 Bruno HaibleHandle the case that floorl and roundl are declared...
2007-11-11 Bruno HaibleUse REPLACE_ROUND instead of HAVE_DECL_ROUND.
2007-11-11 Bruno HaibleAlign checks for ptrdiff_t.
2007-11-09 Bruno HaibleAvoid a test failure on BeOS.
2007-11-08 Jim MeyeringChange cache variable name prefix "jm_" to "gl_" everyw...
2007-11-07 Bruno HaibleUpgrade to gettext-0.17.
2007-11-07 Bruno HaibleUpdate version number, from gettext-0.17.
2007-11-07 Bruno HaiblePort to QNX.
2007-11-04 Bruno HaibleUse GL_NOCRASH, to avoid a crashreporter dialog box...
2007-11-04 Bruno HaibleNew module 'nocrash'.
2007-11-04 Bruno HaibleFix *printf behaviour for large precisions on mingw...
2007-11-03 Bruno HaibleFix *printf behaviour in out-of-memory situations on...
2007-11-03 Bruno HaibleNew module 'frexp-nolibm'.
2007-11-01 Paul Eggert* m4/putenv.m4 (gl_FUNC_PUTENV): Also mention that...
2007-11-01 Bruno HaibleDefine the putenv substitute in <stdlib.h> rather than...
2007-10-31 Bruno HaibleRemove obsolete macros gl_AC_TYPE_LONG_LONG, gl_AC_TYPE...
2007-10-31 Bruno HaibleEnsure AC_TYPE_LONG_LONG_INT and AC_TYPE_UNSIGNED_LONG_...
2007-10-30 Bruno HaibleRename the cache variable to contain the special marker...
2007-10-29 Bruno HaibleUse REPLACE_ISFINITE instead of HAVE_DECL_ISFINITE.
2007-10-29 Bruno HaibleFix link errors with Sun C 5.0 on Solaris 10.
2007-10-29 Bruno HaiblePut the test whether the floor or ceil variant needs...
2007-10-28 Ben PfaffImplement 'isfinite' module.
2007-10-28 Ben PfaffCheck whether round* exist in libraries, not just wheth...
2007-10-27 Bruno HaibleBorrow an improved version of AC_C_RESTRICT from autoconf.
2007-10-22 Bruno Haible* m4/ulonglong.m4 (AC_TYPE_UNSIGNED_LONG_LONG_INT)...
2007-10-22 Simon JosefssonAdd module 'gc-camellia'.
2007-10-22 Ben PfaffFix bugs in round modules reported by Bruno Haible.
2007-10-21 Bruno HaibleReplace wcwidth also if it fails on U+200B (ZERO WIDTH...
2007-10-20 Ben PfaffImplement 'round', 'roundf', 'roundl' modules.
2007-10-20 Bruno HaibleNew module 'ceil'.
2007-10-20 Bruno HaibleNew module 'floor'.
2007-10-18 Bruno HaibleImprove detection of whether %n is supported or not.
next