guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch excise-ltdl updated (a39b592 -> 9e6ac92)


From: Andy Wingo
Subject: [Guile-commits] branch excise-ltdl updated (a39b592 -> 9e6ac92)
Date: Fri, 29 Jan 2021 10:14:46 -0500 (EST)

wingo pushed a change to branch excise-ltdl
in repository guile.

 discard a39b592  whoops, add foreign-library
 discard bb6237f  ok docs done
 discard 6d9cc44  docs checkpoint
 discard fca4677  Further WIP, to squish laters
 discard 45089a9  Change tack to define a new interface and eventually replace 
the old one
 discard 888bd92  Replace libltdl with raw dlopen, dlsym
     add 32bf48e  Replace mutating mkdtemp! with non-mutating mkdtemp
     add 1a6eaba  Use mkdtemp to simplify repl server test
     add fe505e1  encoding test tries to delete a file that is not closed
     add 50da058  for socket test, don't presume TMP is usable
     add efb37b9  skip compile test when pause not available
     add 0d80eb2  in command line encoding test don't presume extant UTF-8 
locale
     add 93b8ab2  for dynamic-link tests, mingw needs to link to msvcrt
     add dd97382  test-foreign-object-c should link libgnu
     add c5faaf5  missing includes for list.h
     add d3f7a1d  Need Guile and Windows types for the declarations posix-w32
     add 449b9bd  in null threads, don't define sigmask stub when 
pthread_sigmask does not exist
     add efecac1  skip version test if git-version-gen can't compute version 
from git
     add 9baa2e9  standalone tests require libgnu on DLL-based platforms
     add c65154a  avoid a ports test when fcntl is not provided
     add 91d4d31  socket test should not throw unresolved outside of a test
     add 75b0db1  getsockopt may return garbage for parameters < sizeof(int)
     add 54fe8e8  add test for setsockopt
     add cdcdd29  socket test should not throw unresolved outside of a test
     add d6afb41  don't test crypt if not present
     add 480d86d  strptime test shouldn't presume that initial whitespace is 
ignored
     new 9e6ac92  Replace libltdl with raw dlopen, dlsym

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   (a39b592)
            \
             N -- N -- N   refs/heads/excise-ltdl (9e6ac92)

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 1 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                                             | 55 ++++++++++++++++++++++
 doc/ref/api-foreign.texi                         |  4 +-
 doc/ref/posix.texi                               | 16 +++----
 libguile/filesys.c                               | 24 ++++------
 libguile/filesys.h                               |  2 +-
 libguile/gen-scmconfig.c                         | 12 +++--
 libguile/loader.c                                |  3 +-
 libguile/null-threads.h                          |  4 +-
 libguile/posix-w32.h                             |  9 +++-
 libguile/socket.c                                |  3 +-
 libguile/stime.c                                 |  3 +-
 test-suite/standalone/Makefile.am                | 30 ++++++------
 test-suite/standalone/test-command-line-encoding |  5 +-
 test-suite/standalone/test-ffi                   |  3 ++
 test-suite/standalone/test-foreign-object-scm    |  2 +
 test-suite/standalone/test-guild-compile         |  4 +-
 test-suite/tests/00-repl-server.test             | 24 +++-------
 test-suite/tests/00-socket.test                  | 58 +++++++++++++++---------
 test-suite/tests/filesys.test                    | 37 +++++++--------
 test-suite/tests/ports.test                      | 17 ++++---
 test-suite/tests/posix.test                      |  6 ++-
 test-suite/tests/time.test                       |  6 +--
 test-suite/tests/version.test                    | 24 +++++-----
 23 files changed, 216 insertions(+), 135 deletions(-)



reply via email to

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