guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch main updated (bc3b1a4e2 -> 1ddc4eb96)


From: Mike Gran
Subject: [Guile-commits] branch main updated (bc3b1a4e2 -> 1ddc4eb96)
Date: Sat, 15 Oct 2022 15:16:30 -0400 (EDT)

mike121 pushed a change to branch main
in repository guile.

    from bc3b1a4e2 doc: Document how (ice-9 format) replaces 'format'.
     new da254d677 Update libtool initialization in configure script
     new bec1918b3 Presume const is always available
     new 78a98062a Use autoconf's ability to choose the latest version of C
     new a274e1ced Remove obsolete macro AM_PROG_CC_C_O in configure script
     new 128e0a347 Remove AC_HEADER_STDC from configure.ac
     new 9b357bace Presume ISO C90 headers are always available
     new 382729142 Presume ISO C90 functions are always available
     new df8e772f3 Presume time.h and sys/time.h don't conflict when included
     new e9db8a29e Remove special logic for the obscure CMU C library's libc.h
     new 2b73ef4de Modernizes labels-as-values.m4
     new d3261e849 Presumes signal handler return void
     new b6a84d50e autoupdate acinclude.m4
     new 1ddc4eb96 Fixes arg type for scm_integer_from_mpz

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 acinclude.m4                        | 85 ++++++++-----------------------------
 configure.ac                        | 67 +++++++++--------------------
 libguile/bytevectors.c              |  5 +--
 libguile/filesys.c                  | 19 ++-------
 libguile/fports.c                   |  3 --
 libguile/gen-scmconfig.c            | 16 +------
 libguile/hash.c                     |  3 --
 libguile/i18n.c                     |  9 ----
 libguile/integers.c                 |  2 +-
 libguile/net_db.c                   |  4 --
 libguile/numbers.h                  | 16 +++----
 libguile/posix.c                    | 19 +--------
 libguile/regex-posix.c              |  7 ---
 libguile/scmsigs.c                  | 28 +++---------
 libguile/simpos.c                   |  2 -
 libguile/socket.c                   |  3 +-
 m4/labels-as-values.m4              | 13 +++---
 test-suite/standalone/test-unwind.c |  6 +--
 18 files changed, 67 insertions(+), 240 deletions(-)



reply via email to

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