guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (1a6eaba -> 91d4d31)


From: Mike Gran
Subject: [Guile-commits] branch master updated (1a6eaba -> 91d4d31)
Date: Thu, 21 Jan 2021 19:06:13 -0500 (EST)

mike121 pushed a change to branch master
in repository guile.

    from 1a6eaba  Use mkdtemp to simplify repl server test
     new fe505e1  encoding test tries to delete a file that is not closed
     new 50da058  for socket test, don't presume TMP is usable
     new efb37b9  skip compile test when pause not available
     new 0d80eb2  in command line encoding test don't presume extant UTF-8 
locale
     new 93b8ab2  for dynamic-link tests, mingw needs to link to msvcrt
     new dd97382  test-foreign-object-c should link libgnu
     new c5faaf5  missing includes for list.h
     new d3f7a1d  Need Guile and Windows types for the declarations posix-w32
     new 449b9bd  in null threads, don't define sigmask stub when 
pthread_sigmask does not exist
     new efecac1  skip version test if git-version-gen can't compute version 
from git
     new 9baa2e9  standalone tests require libgnu on DLL-based platforms
     new c65154a  avoid a ports test when fcntl is not provided
     new 91d4d31  socket test should not throw unresolved outside of a test

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:
 libguile/gen-scmconfig.c                         | 12 +++++--
 libguile/loader.c                                |  3 +-
 libguile/null-threads.h                          |  4 ++-
 libguile/posix-w32.h                             |  9 +++++-
 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-socket.test                  | 41 ++++++++++++------------
 test-suite/tests/ports.test                      | 17 ++++++----
 test-suite/tests/version.test                    | 24 +++++++-------
 13 files changed, 94 insertions(+), 63 deletions(-)



reply via email to

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