guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] branch stable-2.0 updated (c691c0e -> 0cf62c5)


From: Andy Wingo
Subject: [Guile-commits] branch stable-2.0 updated (c691c0e -> 0cf62c5)
Date: Sat, 16 Jul 2016 13:38:55 +0000 (UTC)

wingo pushed a change to branch stable-2.0
in repository guile.

      from  c691c0e   Fix bug compiling fixpoint combinator
       new  0cf62c5   Allow mkstemp! to have optional "mode" argument

The 1 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:
 NEWS                           |   14 +++++++
 doc/ref/posix.texi             |    6 ++-
 lib/Makefile.am                |   10 ++---
 lib/{mkstemp.c => mkostemp.c}  |   12 ++----
 libguile/filesys.c             |   47 ++++++++++++++++++++---
 libguile/fports.c              |   77 +++++++++++++++++++++----------------
 libguile/fports.h              |    2 +
 m4/gnulib-cache.m4             |    4 +-
 m4/gnulib-comp.m4              |   19 +++++-----
 m4/mkostemp.m4                 |   23 +++++++++++
 m4/mkstemp.m4                  |   82 ----------------------------------------
 module/system/base/compile.scm |    2 +-
 12 files changed, 151 insertions(+), 147 deletions(-)
 rename lib/{mkstemp.c => mkostemp.c} (80%)
 create mode 100644 m4/mkostemp.m4
 delete mode 100644 m4/mkstemp.m4



reply via email to

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