guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-7-75-g3ef


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-7-75-g3ef9fa5
Date: Tue, 16 Feb 2010 20:35:09 +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=3ef9fa53f9e2b5fc1d0419a94432318e9ca9d650

The branch, master has been updated
       via  3ef9fa53f9e2b5fc1d0419a94432318e9ca9d650 (commit)
      from  04af4c4c5221c082905d52eb5ad3829ed681d097 (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 3ef9fa53f9e2b5fc1d0419a94432318e9ca9d650
Author: Andy Wingo <address@hidden>
Date:   Tue Feb 16 21:35:57 2010 +0100

    fix a bug in the tutorial
    
    * doc/tutorial/guile-tut.texi (c_builtins.c): Fix a typo with an
      undeclared variable. Thanks to Raimon Grau for the pointer. This
      tutorial is quite out of date, though...

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

Summary of changes:
 THANKS                      |    1 +
 doc/tutorial/guile-tut.texi |    3 ++-
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/THANKS b/THANKS
index b616933..7c6e4c6 100644
--- a/THANKS
+++ b/THANKS
@@ -50,6 +50,7 @@ For fixes or providing information which led to a fix:
   Panicz Maciej Godek
            John Goerzen
            Mike Gran
+         Raimon Grau
          Szavai Gyula
          Roland Haeder
           Sven Hartrumpf
diff --git a/doc/tutorial/guile-tut.texi b/doc/tutorial/guile-tut.texi
index ed0b202..dee302d 100644
--- a/doc/tutorial/guile-tut.texi
+++ b/doc/tutorial/guile-tut.texi
@@ -34,7 +34,7 @@
 
 @page
 @vskip 0pt plus 1filll
-Copyright @copyright{} 1997, 1998, 2004, 2006 Free Software Foundation
+Copyright @copyright{} 1997, 1998, 2004, 2006, 2010 Free Software Foundation
 
 Permission is granted to make and distribute verbatim copies of
 this manual provided the copyright notice and this permission notice
@@ -1203,6 +1203,7 @@ SCM c_sin(SCM s_x)
 SCM vector_test(SCM s_length)
 @{
   SCM xvec;
+  unsigned long c_length;
 
   c_length = gh_scm2ulong(s_length);
   printf("requested length for vector: %ld\n", gh_scm2ulong(s_length));


hooks/post-receive
-- 
GNU Guile




reply via email to

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