commit-autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

autoconf ChangeLog


From: Paul Eggert
Subject: autoconf ChangeLog
Date: Fri, 16 Nov 2001 15:12:11 -0500

CVSROOT:        /cvsroot/autoconf
Module name:    autoconf
Changes by:     Paul Eggert <address@hidden>    01/11/16 15:12:11

Modified files:
        .              : ChangeLog 

Log message:
        This patch implements a `long double' suggestion by Oliver Kiddle.
        
        * lib/autoconf/c.m4 (AC_LANG_BOOL_COMPILE_TRY(C)): Make the array
        static, to catch errors if the value isn't known at compile-time
        and the compiler supports dynamic arrays.  Change its name from
        `_array_' to `test_array' to avoid potential name clashes.
        (AC_C_LONG_DOUBLE): Make it a compile-time test, not a run-time
        test.  Do not define HAVE_LONG_DOUBLE if `long double' is no
        better than double.  Catch a bug in GCC 2.95.2 x86.
        * doc/autoconf.texi (C Compiler): Document the above.
        * NEWS: Likewise.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/autoconf/autoconf/ChangeLog.diff?tr1=1.1793&tr2=1.1794&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]