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.2-54-g0b4f77


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-54-g0b4f771
Date: Mon, 29 Aug 2011 20:24:51 +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=0b4f77192da214690aa811d13bb6a7f6dd576445

The branch, stable-2.0 has been updated
       via  0b4f77192da214690aa811d13bb6a7f6dd576445 (commit)
       via  406524ea980e50e8f28f3144cc40dd253116ef8c (commit)
      from  35c0f0672e76ee8cb0007f57b85a0d666365d5d1 (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 0b4f77192da214690aa811d13bb6a7f6dd576445
Author: Andy Wingo <address@hidden>
Date:   Mon Aug 29 22:20:39 2011 +0200

    fix scm_gc_strdup invocation
    
    * libguile/i18n.c (get_current_locale): Fix scm_gc_strdup invocation.

commit 406524ea980e50e8f28f3144cc40dd253116ef8c
Author: Andy Wingo <address@hidden>
Date:   Mon Aug 29 22:20:19 2011 +0200

    texinfo: add paragraphindent
    
    * module/texinfo.scm (texi-command-specs): Add paragraphindent.

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

Summary of changes:
 libguile/i18n.c    |    2 +-
 module/texinfo.scm |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/libguile/i18n.c b/libguile/i18n.c
index 82e8b2a..c0deb98 100644
--- a/libguile/i18n.c
+++ b/libguile/i18n.c
@@ -508,7 +508,7 @@ get_current_locale (SCM *result)
 
   current_locale = setlocale (LC_ALL, NULL);
   if (current_locale != NULL)
-    c_locale->locale_name = scm_gc_strdup (current_locale);
+    c_locale->locale_name = scm_gc_strdup (current_locale, "locale");
   else
     err = EINVAL;
 
diff --git a/module/texinfo.scm b/module/texinfo.scm
index c43e64e..970895f 100644
--- a/module/texinfo.scm
+++ b/module/texinfo.scm
@@ -258,6 +258,7 @@ lambda. Only present for @code{INLINE-ARGS}, 
@code{EOL-ARGS},
     (dircategory        EOL-ARGS . (category))
     (top               EOL-ARGS . (title))
     (printindex                EOL-ARGS . (type))
+    (paragraphindent    EOL-ARGS . (indent))
 
     ;; EOL text commands
     (*ENVIRON-ARGS*     EOL-TEXT)


hooks/post-receive
-- 
GNU Guile



reply via email to

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