guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] [SCM] GNU Guile branch, branch_release-1-8, updated. rel


From: Ludovic Courtès
Subject: [Guile-commits] [SCM] GNU Guile branch, branch_release-1-8, updated. release_1-8-6-44-ge9c9fd3
Date: Thu, 23 Apr 2009 22:45:55 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

The branch, branch_release-1-8 has been updated
       via  e9c9fd3d998135fe8fb5692cd52e196d55c45f5a (commit)
       via  b701fcef1de9b703e0a7d7b98d909d3457ecbe53 (commit)
       via  c50764e72efd0f8f345cae4ab106d81535b014ca (commit)
       via  fbcc27cfefa2834f2605e43e63d65f68a17c2807 (commit)
       via  d2469ca70284e1c9c880362863afa887d8965011 (commit)
       via  df2870d3853fe8d3d7fd0043354f2ce2f70dd968 (commit)
       via  5260808c9d1ce44bb00dfb47b2833bc421c20115 (commit)
      from  ceb6da3f8b76dd00ae4204fcc1fec937cce3f727 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit e9c9fd3d998135fe8fb5692cd52e196d55c45f5a
Author: Ludovic Courtès <address@hidden>
Date:   Fri Apr 24 00:44:43 2009 +0200

    Update `NEWS'.

commit b701fcef1de9b703e0a7d7b98d909d3457ecbe53
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 23 23:20:59 2009 +0200

    Don't use raw divisions by zero in `test-conversion.c'.
    
    * test-suite/standalone/test-conversion.c (ieee_init): New function.
      (guile_Inf, guile_NaN): New variables.
      (test_from_double, test_to_double): Use them.  Divisions by zero made
      `cc' on Tru64 5.1b ("Compaq C V6.5-011") bail out and led to a
      floating point exception when compiled with GCC on the same platform.
      (main): Call `ieee_init ()'.

commit c50764e72efd0f8f345cae4ab106d81535b014ca
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 23 22:51:27 2009 +0200

    Use <machine/fpu.h> instead of <fenv.h> when needed (e.g., Tru64 5.1b).
    
    * configure.in: Look for <machine/fpu.h>.
    
    * test-suite/standalone/test-round.c: Use <machine/fpu.h> if available.

commit fbcc27cfefa2834f2605e43e63d65f68a17c2807
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 23 22:24:32 2009 +0200

    Work around lack of cuserid(3) declaration on Tru64 5.1b.
    
    * configure.in: Check for a cuserid(3) declaration.
    
    * libguile/posix.c [HAVE_CUSERID][!HAVE_DECL_CUSERID]: Provide a
      declaration.

commit d2469ca70284e1c9c880362863afa887d8965011
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 23 00:28:32 2009 +0200

    Work around the lack of hstrerror(3) declaration on Tru64.
    
    * configure.in: Look for the declaration of hstrerror(3).
    
    * libguile/net_db.c: Add hstrerror(3) declaration if
      `HAVE_DECL_HSTRERROR' is undefined.

commit df2870d3853fe8d3d7fd0043354f2ce2f70dd968
Author: Ludovic Courtès <address@hidden>
Date:   Thu Apr 23 00:02:06 2009 +0200

    Fix use of unsetenv(3) on Tru64.
    
    * configure.in: Check for the declaration of unsetenv(3), which Tru64
      5.1b doesn't have.
    
    * libguile/posix.c: Include <stdlib.h> since that's where POSIX says
      unsetenv(3) should reside.
      (scm_putenv): Don't attempt to use unsetenv(3) if its declaration
      isn't available since that wouldn't work well on Tru64.

commit 5260808c9d1ce44bb00dfb47b2833bc421c20115
Author: Ludovic Courtès <address@hidden>
Date:   Wed Apr 22 23:53:52 2009 +0200

    Remove extraneous semicolons from `test-conversion.c'.
    
    * test-suite/standalone/test-conversion.c: Remove extraneous semicolon
      following `DEF[SU]TST' invocations since that made Compaq C
      V6.5-011 (`cc' on Tru64 5.1b) bail out.

-----------------------------------------------------------------------

Summary of changes:
 NEWS                                    |    1 +
 configure.in                            |   14 ++++-
 libguile/net_db.c                       |    8 ++-
 libguile/posix.c                        |   12 +++-
 test-suite/standalone/test-conversion.c |  102 ++++++++++++++++++++++---------
 test-suite/standalone/test-round.c      |    5 +-
 6 files changed, 107 insertions(+), 35 deletions(-)


hooks/post-receive
--
GNU Guile




reply via email to

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