Add missing dependencies on new m4/exponent[fdl].m4 files.
[gnulib.git] / m4 /
2008-07-26 Ben PfaffAdd isinf module.
2008-07-26 Ben PfaffMove macros for finding floating-point exponents into...
2008-07-17 Eric BlakeMake c-stack use libsigsegv, when available.
2008-07-14 Bruno HaibleRemove unneeded AC_PREREQ.
2008-07-14 Bruno HaibleNew module 'libsigsegv'.
2008-07-12 Bruno HaibleSet ISNAN_LIBM to empty when libm is not actually needed.
2008-07-12 Bruno HaibleComment.
2008-07-12 Ben PfaffAdd isnan module.
2008-07-12 Ben PfaffAdd isnanf module.
2008-07-12 Ben PfaffAdd isnand module.
2008-07-09 Jim Meyeringposix-shell.m4: fix typo that made this test malfunction
2008-07-08 Bruno HaibleUpdate comments.
2008-06-29 Bruno HaibleUpdate to match current gnulib-tool.
2008-06-24 Andreas SchwabDon't test whether compound literals can be used as...
2008-06-23 Bruno HaibleUpdate after lib/sig-handler.h is no longer included...
2008-06-23 Bruno HaibleComment fixes.
2008-06-22 Bruno HaibleRequire gl_SIGNAL_H_DEFAULTS.
2008-06-22 Bruno HaibleRequire AC_C_INLINE.
2008-06-21 Eric BlakeUse sigaction module rather than signal().
2008-06-21 Eric BlakeNew module sigaction, for mingw.
2008-06-18 Bruno HaibleNew macro gl_DISABLE_THREADS.
2008-06-17 Eric BlakeSimplify c-stack prerequisites.
2008-06-16 Eric BlakeUse raise module consistently.
2008-06-14 Bruno HaibleFix various problems in 'obstack-printf' module.
2008-06-13 Eric BlakeAdd obstack-printf and obstack-printf-posix modules.
2008-06-12 Bruno HaibleWork around open() bug on HP-UX 11 and Solaris 9.
2008-06-09 Eric BlakeWork around environments that (stupidly) ignore SIGALRM.
2008-06-06 Eric BlakeTweak documentation to cover cygwin argz bugs.
2008-06-05 Jim Meyeringgenerate argz.c and argz.in.h from glibc sources
2008-06-02 Bruno HaibleExtend ACL support tests to support OSF/1, MacOS X...
2008-05-29 Eric BlakePrefer new POSIX 200x interfaces over futimesat.
2008-05-25 Bruno HaibleDrop LIB_ACL_TRIVIAL.
2008-05-23 Bruno HaibleAdd support for ACLs on OSF/1.
2008-05-23 Bruno HaibleMake copy_acl work on MacOS X 10.5.
2008-05-22 Bruno HaibleSplit off copy_acl function to separate file.
2008-05-21 Simon JosefssonWhen cross-compiling, assume memcmp works if it is...
2008-05-20 Jim Meyeringremove trailing blanks
2008-05-16 Eric BlakeExtend previous patch to cygwin 1.7.0.
2008-05-15 Bruno HaibleUpdate cross-compiling guess now that glibc 2.9 will...
2008-05-14 Eric BlakeReduce number of forks required during autoconf.
2008-05-11 Bruno HaibleAdd prerequisites for using 'inline'.
2008-05-11 Jim MeyeringNew modules: crypto/sha256, crypto/sha512 (from coreutils)
2008-05-10 Bruno HaibleSplit up the 'linebreak' module.
2008-05-08 Bruno HaibleCorrect indentation.
2008-05-08 Eric BlakeSupport cross-compilation of <wctype.h>.
2008-05-03 Simon JosefssonMake sure inet_ntop/inet_pton is declared when needed.
2008-04-29 Bruno HaibleEnsure the system declares inet_ntop, inet_pton when...
2008-04-29 Jim Meyering* m4/arpa_inet_h.m4: Remove trailing blanks.
2008-04-29 Bruno HaibleEnable gnulib's <arpa/inet.h> replacement also when...
2008-04-29 Simon JosefssonMake arpa/inet module build under MinGW.
2008-04-29 Eric BlakeTest getndelim2.
2008-04-29 Bruno HaibleDeclare rpmatch.
2008-04-29 Bruno HaibleChange rpmatch to use nl_langinfo when appropriate.
2008-04-28 Eric BlakeAdd rawmemchr module, matching glibc.
2008-04-28 Simon JosefssonMove AC_REQUIRE([AC_C_INLINE]) to top.
2008-04-28 Simon JosefssonMove inet_ntop and inet_pton declarations to arpa/inet.h.
2008-04-28 Simon JosefssonFix proper win32 checks and use of inline for setsockopt.
2008-04-27 Bruno HaibleStricter test whether isnanl works.
2008-04-27 Bruno HaibleFix 'isfinite' on x86, x86_64, ia64 platforms.
2008-04-26 Bruno HaiblePut system dependent routines into inline functions.
2008-04-25 Eric BlakeUse native fstatat on cygwin 1.7.0.
2008-04-23 Simon JosefssonAdd inet_ntop and inet_pton declarations to arpa/inet...
2008-04-21 Bruno HaibleReplace the isw* functions on Linux libc5.
2008-04-21 Bruno HaibleFix typo in last commit.
2008-04-21 Bruno HaibleFix compilation errors related to rpl_mkdir on mingw.
2008-04-20 Bruno HaibleWork around roundf() bug on mingw.
2008-04-20 Bruno Haible<sys/stat.h> must provide the nlink_t type.
2008-04-19 Bruno HaibleWork around snprintf bug on Linux libc5.
2008-04-17 Eric BlakeAdjust strtod detection to catch glibc 2.7 bug.
2008-04-14 Bruno HaibleFix underquoting of AC_LANG_PROGRAM arguments.
2008-04-13 Bruno HaibleMake truncl work on OSF/1 4.0.
2008-04-13 Bruno HaibleCheck for libintl.h. Needed for HAVE_LIBINTL_H.
2008-04-13 Bruno HaibleOverride <sys/socket.h> when it exists but is incomplete.
2008-04-12 Bruno HaibleOverride the system isnanf also on IRIX 6.5 with gcc.
2008-04-12 Jim Meyering* m4/math_h.m4 (gl_MATH_H): Fix typos.
2008-04-12 Eric BlakeWork around Solaris 10 math.h bug.
2008-04-11 Bruno HaibleFix two compilation errors.
2008-04-11 Bruno HaibleFix __GNUC_STDC_INLINE__ predefine with Apple GCC on...
2008-04-10 Bruno HaiblePort the extended stdio functions to emx+gcc.
2008-04-09 Eric BlakeAvoid some more autoconf warnings.
2008-04-09 Eric BlakeAvoid some autoconf warnings.
2008-04-05 Ralf WildenhuesFix quoting in double-slash-root.m4.
2008-04-04 Eric BlakeImprove strtod bug detection check.
2008-03-30 Karl BerryMerge branch 'master' of ssh://karl@git.sv.gnu.org...
2008-03-30 Bruno HaibleUse module 'EOVERFLOW' rather than defining an EOVERFLO...
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.
next