guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch master updated (867316f -> d2684fe)


From: Andy Wingo
Subject: [Guile-commits] branch master updated (867316f -> d2684fe)
Date: Mon, 25 Jul 2016 09:53:44 +0000 (UTC)

wingo pushed a change to branch master
in repository guile.

      from  867316f   build-env: prebuilt .go files are in srcdir
       new  147ba05   build: Remove unneeded check for 'unsetenv'.
       new  abb0b54   Unconditionally include <time.h> from Gnulib.
       new  b505ad9   Add missing 'const' qualifier.
       new  a9e726e   More robust setuid, setgid, etc detection
       new  a1cb59c   Provide `kill' only if supported by the host
       new  9222e05   getaffinity, setaffinity docstring cleanup
       new  f632d45   More specific status:exit-val et al compilation guards
       new  10ae9cc   Factor start_child out of open_process
       new  d32f37e   Ignore meta/build-env
       new  b2d77c3   Rename win32-uname.[ch] to posix-w32.[ch]
       new  3231d76   Add POSIX shims for MinGW
       new  513344e   Add popen feature
       new  ea223b0   Update NEWS
       new  a58bfb4   Fix MinGW build error
       new  da0ee4d   Fix unused static variables in net_db.c
       new  d87915f   Update uname implementation in posix-w32
       new  e868fae   doc: Do not gender the programmer.
       new  aae3561   Allow mkstemp! to have optional "mode" argument
       new  62843d5   Improve process handling on MS-Windows
       new  0cf155b   Untabify posix-w32.c
       new  ad7e806   doc: Add unquote and unquote-splicing examples.
       new  8868c85   Gnulib: Add dirname-lgpl.
       new  1f14900   Use gnulib for basename / dirname
       new  315acd5   Use non-deprecated HAVE_STRUCT_TM_TM_ZONE
       new  ca2d00a   Reimplement null-threads as inline functions
       new  4012143   Fix --without-threads against threaded BDW-GC
       new  d2684fe   Avoid compilation warnings about alloca in read.c

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


Summary of changes:
 .gitignore                     |    1 +
 NEWS                           |   16 +
 configure.ac                   |   10 +-
 doc/ref/api-evaluation.texi    |    4 +-
 doc/ref/api-foreign.texi       |    2 +-
 doc/ref/api-options.texi       |    7 +-
 doc/ref/posix.texi             |    8 +-
 doc/ref/sxml.texi              |    2 +-
 lib/Makefile.am                |   14 +-
 lib/{mkstemp.c => mkostemp.c}  |   12 +-
 libguile/Makefile.am           |    6 +-
 libguile/filesys.c             |  131 +++--
 libguile/fports.c              |   77 +--
 libguile/fports.h              |    2 +
 libguile/gc.c                  |    8 +-
 libguile/net_db.c              |   83 +--
 libguile/null-threads.h        |  179 +++++-
 libguile/posix-w32.c           | 1226 ++++++++++++++++++++++++++++++++++++++++
 libguile/posix-w32.h           |   98 ++++
 libguile/posix.c               |  272 ++++-----
 libguile/read.c                |    1 +
 libguile/stime.c               |   18 +-
 libguile/win32-uname.c         |  146 -----
 libguile/win32-uname.h         |   52 --
 m4/gnulib-cache.m4             |    5 +-
 m4/gnulib-comp.m4              |   64 +--
 m4/mkostemp.m4                 |   23 +
 m4/mkstemp.m4                  |   82 ---
 module/system/base/compile.scm |    2 +-
 29 files changed, 1858 insertions(+), 693 deletions(-)
 rename lib/{mkstemp.c => mkostemp.c} (80%)
 create mode 100644 libguile/posix-w32.c
 create mode 100644 libguile/posix-w32.h
 delete mode 100644 libguile/win32-uname.c
 delete mode 100644 libguile/win32-uname.h
 create mode 100644 m4/mkostemp.m4
 delete mode 100644 m4/mkstemp.m4



reply via email to

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