guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.11-79-gb1451


From: Mark H Weaver
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.11-79-gb1451ad
Date: Wed, 01 Oct 2014 23:14:55 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=b1451ad859183ae48c624d19ec144306bd2d3e3a

The branch, stable-2.0 has been updated
       via  b1451ad859183ae48c624d19ec144306bd2d3e3a (commit)
      from  3157d455039f137ca5dfa8b9fbc4a3404ce00606 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b1451ad859183ae48c624d19ec144306bd2d3e3a
Author: Mark H Weaver <address@hidden>
Date:   Wed Oct 1 18:57:44 2014 -0400

    docs: Fix documented return type of 'scm_c_export'.
    
    Fixes <http://bugs.gnu.org/17869>.
    Reported and fixed by Alexei Matveev <address@hidden>.
    
    * doc/ref/api-modules.texi (Accessing Modules from C): Change documented
      return type of 'scm_c_export' to 'void' to reflect reality.
    * THANKS: Add Alexei Matveev to the fixes section.

-----------------------------------------------------------------------

Summary of changes:
 THANKS                   |    1 +
 doc/ref/api-modules.texi |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/THANKS b/THANKS
index 4038d5e..1cc749a 100644
--- a/THANKS
+++ b/THANKS
@@ -127,6 +127,7 @@ For fixes or providing information which led to a fix:
         Gregory Marton
       Kjetil S. Matheussen
         Antoine Mathys
+         Alexei Matveev
         Patrick McCarty
             Dan McMahill
           Roger Mc Murtrie
diff --git a/doc/ref/api-modules.texi b/doc/ref/api-modules.texi
index e9d7aec..4c46f29 100644
--- a/doc/ref/api-modules.texi
+++ b/doc/ref/api-modules.texi
@@ -1066,7 +1066,7 @@ module, as with @code{(use-modules @var{name})}.  The 
name is
 interpreted as for @code{scm_c_define_module}.
 @end deftypefn
 
address@hidden {C Function} SCM scm_c_export ({const char address@hidden, ...)
address@hidden {C Function} void scm_c_export ({const char address@hidden, ...)
 Add the bindings designated by @var{name}, ... to the public interface
 of the current module.  The list of names is terminated by
 @code{NULL}.


hooks/post-receive
-- 
GNU Guile



reply via email to

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