guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, branch_release-1-8, updated. release_1


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, branch_release-1-8, updated. release_1-8-8-14-g2e14ce0
Date: Thu, 30 May 2013 22:01:47 +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=2e14ce0e43a58d111b8af5f86dc2892bf6046ee6

The branch, branch_release-1-8 has been updated
       via  2e14ce0e43a58d111b8af5f86dc2892bf6046ee6 (commit)
       via  0832660a65ef92a9f12ecdf2048d0e0132055a01 (commit)
      from  62bc1072c19e81bb0f9e42a5034e7ab8c27d3b94 (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 2e14ce0e43a58d111b8af5f86dc2892bf6046ee6
Author: Ludovic Courtès <address@hidden>
Date:   Fri May 31 00:01:37 2013 +0200

    build: Use Automake 1.12+ and `serial-tests'.
    
    * configure.in: Require Automake 1.12+.  Use `serial-tests'.

commit 0832660a65ef92a9f12ecdf2048d0e0132055a01
Author: Cyprien Nicolas <address@hidden>
Date:   Thu Apr 18 23:45:23 2013 +0200

    Fix texinfo files for makeinfo-5.1
    
    * doc/ref/api-options.texi: Move "Debugger options" in the menu.
    * doc/ref/api-utility.texi (Handling Scheme-level hooks from C code):
      Turn into a @subsubheading.
    * doc/ref/fdl.texi (ADDENDUM: How to use this License for your
      documents): Turn into @appendixsec.
    * doc/ref/gh.texi: Don't use @dots{} in the middle of @deftypefun{,x}.
    
    Signed-off-by: Ludovic Courtès <address@hidden>

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

Summary of changes:
 configure.in             |    8 ++++++--
 doc/ref/api-options.texi |    2 +-
 doc/ref/api-utility.texi |    2 +-
 doc/ref/fdl.texi         |    2 +-
 doc/ref/gh.texi          |    4 ++--
 5 files changed, 11 insertions(+), 7 deletions(-)

diff --git a/configure.in b/configure.in
index 682e31f..1675d49 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ dnl
 define(GUILE_CONFIGURE_COPYRIGHT,[[
 
 Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005,
-  2006, 2007, 2008, 2009, 2011, 2012 Free Software Foundation, Inc.
+  2006, 2007, 2008, 2009, 2011, 2012, 2013 Free Software Foundation, Inc.
 
 This file is part of GUILE
 
@@ -42,7 +42,11 @@ AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR(GUILE-VERSION)
 
-AM_INIT_AUTOMAKE([gnu no-define check-news -Wall -Wno-override])
+dnl Use `serial-tests' so the output `check-guile' is not hidden
+dnl (`parallel-tests' is the default in Automake 1.13.)
+dnl `serial-tests' was introduced in Automake 1.12.
+AM_INIT_AUTOMAKE([1.12 gnu no-define check-news -Wall -Wno-override \
+  serial-tests color-tests])
 
 AC_COPYRIGHT(GUILE_CONFIGURE_COPYRIGHT)
 AC_CONFIG_SRCDIR([GUILE-VERSION])
diff --git a/doc/ref/api-options.texi b/doc/ref/api-options.texi
index 7b7a6e0..6ce7291 100644
--- a/doc/ref/api-options.texi
+++ b/doc/ref/api-options.texi
@@ -377,9 +377,9 @@ configure @emph{reading}, @emph{printing}, @emph{debugging} 
or
 * User level options interfaces::
 * Reader options::
 * Printing options::
-* Debugger options::
 * Evaluator options::
 * Evaluator trap options::
+* Debugger options::
 * Examples of option use::
 @end menu
 
diff --git a/doc/ref/api-utility.texi b/doc/ref/api-utility.texi
index 4a90212..9a4f3cc 100644
--- a/doc/ref/api-utility.texi
+++ b/doc/ref/api-utility.texi
@@ -657,7 +657,7 @@ Return 1 if @var{x} is a Scheme-level hook, 0 otherwise.
 @end deftypefn
 
 
address@hidden Handling Scheme-level hooks from C code
address@hidden Handling Scheme-level hooks from C code
 
 Here is an example of how to handle Scheme-level hooks from C code using
 the above functions.
diff --git a/doc/ref/fdl.texi b/doc/ref/fdl.texi
index 17fe148..4866055 100644
--- a/doc/ref/fdl.texi
+++ b/doc/ref/fdl.texi
@@ -408,7 +408,7 @@ as a draft) by the Free Software Foundation.
 @end enumerate
 
 @page
address@hidden ADDENDUM: How to use this License for your documents
address@hidden ADDENDUM: How to use this License for your documents
 
 To use this License in a document you have written, include a copy of
 the License in the document and put the following copyright and
diff --git a/doc/ref/gh.texi b/doc/ref/gh.texi
index 95dfd92..bbd3af1 100644
--- a/doc/ref/gh.texi
+++ b/doc/ref/gh.texi
@@ -995,8 +995,8 @@ These correspond to the Scheme @code{(cons a b)} and 
@code{(list l0 l1
 
 @deftypefun SCM gh_car (SCM @var{obj})
 @deftypefunx SCM gh_cdr (SCM @var{obj})
address@hidden
-
address@hidden SCM gh_c[ad][ad]r (SCM @var{obj})
address@hidden SCM gh_c[ad][ad][ad]r (SCM @var{obj})
 @deftypefunx SCM gh_c[ad][ad][ad][ad]r (SCM @var{obj})
 These correspond to the Scheme @code{(caadar ls)} procedures etc @dots{}
 @end deftypefun


hooks/post-receive
-- 
GNU Guile



reply via email to

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