guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch wip-modernize-autotools updated (eb9e547e6 -> 0be


From: Mike Gran
Subject: [Guile-commits] branch wip-modernize-autotools updated (eb9e547e6 -> 0bebd7a32)
Date: Sat, 8 Oct 2022 11:26:49 -0400 (EDT)

mike121 pushed a change to branch wip-modernize-autotools
in repository guile.

 discard eb9e547e6 Remove special logic for the obscure CMU C library's libc.h
 discard 3976f8fbf Presume time.h and sys/time.h don't conflict when included
 discard cc29f7686 Presume ISO C90 functions are always available
 discard 7cb5d66f8 Presume ISO C90 headers are always available
 discard 882cab342 Remove AC_HEADER_STDC from configure.ac
 discard 8b92a9d64 Remove obsolete macro AM_PROG_CC_C_O in configure script
 discard d831b8733 Use autoconf's ability to choose the latest version of C
 discard 34938b984 Presume const is always available
 discard 0e58e105b Update libtool initialization in configure script
     add 9592516bf string-fun: Fix typo
     add 1d313bf5f 'pipe' now takes an optional 'flags' parameter.
     add 61393a5da test-suite: Remove obsolete use of 'debug-enable'.
     add 130463be2 When fork unavailable, skip standalone tests that require it
     add 775149f0f in ftw test, don't presume symlink is defined
     add 426ed4068 in ftw test, skip EACCESS test on MinGW
     add c0004442b Fix bad arguments to range_error() in numbers.c
     add d1a4b101b Fix doc for string args to error C API
     add df86a2a8c Finalization thread exits when it gets EOF on its pipe.
     add e2797f529 Baseline compiler no longer crashes on (not (list 1 2)).
     add 6c4738ee4 doc: Clarify reference to (sxml transform) module.
     add b16dbb14b doc: Fix typo under "CPS Soup".
     add 78c7772eb doc: Fix typo in 'coverage-data->lcov' example.
     add 3ed7673ac srfi-35: Fix expansion of 'condition' for compound 
conditions.
     add f5c064576 Avoids deprecated egrep in c-api.test
     add 45cc892fe Modifies command line quoting in c-api.test
     add 584ba588e Test for out of range depth in fluid-ref*
     new 02bdbacc8 Update libtool initialization in configure script
     new 7a87a42cb Presume const is always available
     new a0d19cba6 Use autoconf's ability to choose the latest version of C
     new c8a10a47f Remove obsolete macro AM_PROG_CC_C_O in configure script
     new ddd03c612 Remove AC_HEADER_STDC from configure.ac
     new 5cb6a0faa Presume ISO C90 headers are always available
     new dccc073a8 Presume ISO C90 functions are always available
     new 6bf4b8912 Presume time.h and sys/time.h don't conflict when included
     new e75b13d18 Remove special logic for the obscure CMU C library's libc.h
     new 52ea50e9c Modernizes labels-as-values.m4
     new c0feb578f Presumes signal handler return void
     new 573e72129 autoupdate acinclude.m4
     new 0bebd7a32 Adds automake option for subdirs

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (eb9e547e6)
            \
             N -- N -- N   refs/heads/wip-modernize-autotools (0bebd7a32)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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:
 NEWS                                         |  9 +++
 acinclude.m4                                 | 40 ++++++-------
 configure.ac                                 |  4 +-
 doc/ref/api-control.texi                     | 14 ++---
 doc/ref/api-coverage.texi                    |  2 +-
 doc/ref/compiler.texi                        |  2 +-
 doc/ref/posix.texi                           | 20 ++++++-
 doc/ref/sxml.texi                            | 16 +++---
 libguile/Makefile.am                         |  2 +-
 libguile/finalizers.c                        |  9 ++-
 libguile/numbers.c                           |  4 +-
 libguile/posix.c                             | 51 +++++++++++++++--
 libguile/posix.h                             |  3 +-
 libguile/scmsigs.c                           | 24 +++-----
 m4/labels-as-values.m4                       | 13 ++---
 module/ice-9/string-fun.scm                  |  2 +-
 module/language/tree-il/compile-bytecode.scm |  4 +-
 module/srfi/srfi-35.scm                      |  6 +-
 test-suite/guile-test                        |  5 +-
 test-suite/standalone/test-close-on-exec     |  3 +
 test-suite/standalone/test-signal-fork       |  5 +-
 test-suite/tests/c-api.test                  |  4 +-
 test-suite/tests/compiler.test               |  8 ++-
 test-suite/tests/fluids.test                 |  4 ++
 test-suite/tests/ftw.test                    | 86 ++++++++++++++++------------
 test-suite/tests/posix.test                  | 35 +++++++++++
 test-suite/tests/srfi-35.test                | 18 +++++-
 27 files changed, 263 insertions(+), 130 deletions(-)



reply via email to

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