From 004ad931309bc8098cfc198d5e1296835517e4f2 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 28 Feb 2004 20:11:14 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 7 +++++++ libguile/ChangeLog | 11 +++++++++++ 2 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index ab3f92c91..21fbc8b9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-02-29 Kevin Ryde + + * configure.in: Use AC_COPYRIGHT and AH_TOP to get copyright notice + into generated configure and config.h.in. + + * configure.in (AC_CHECK_FUNCS): Add DINFINITY and DQNAN. + 2004-02-21 Kevin Ryde * configure.in (crypt): Test with AC_SEARCH_LIBS, for the benefit of diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 717ce0471..dc809067e 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,14 @@ +2004-02-29 Kevin Ryde + + * numbers.c (guile_ieee_init): Use C99 INFINITY and NAN when + available. Test HAVE_DINFINITY and HAVE_DQNAN for those globals, in + particular don't assume "defined (__alpha__) && ! defined (linux)" + means OSF. Remove "SCO" code, which was not really SCO specific and + which John W. Eaton advises should be long past being needed. + + * posix.c (scm_execl, scm_execlp, scm_execle): Avoid memory leak under + error throw. + 2004-02-24 Kevin Ryde * posix.c (scm_cuserid): Use a private result buffer, for thread safe. -- 2.20.1