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-6-50-ga1d


From: Michael Gran
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-6-50-ga1dcb96
Date: Mon, 28 Dec 2009 23:24:05 +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=a1dcb961a6d819c154cfa5767ce4193f31cf29b3

The branch, master has been updated
       via  a1dcb961a6d819c154cfa5767ce4193f31cf29b3 (commit)
      from  c1ff4aa7866aa7189c770136d19578b1295a6229 (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 a1dcb961a6d819c154cfa5767ce4193f31cf29b3
Author: Michael Gran <address@hidden>
Date:   Mon Dec 28 15:26:10 2009 -0800

    Add documentation for scm_c_upcase et al
    
    * doc/ref/api-data.texi: document scm_c_upcase, scm_c_downcase,
      scm_c_titlecase, and scm_t_wchar

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

Summary of changes:
 doc/ref/api-data.texi |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/doc/ref/api-data.texi b/doc/ref/api-data.texi
index 61f941a..e847c9c 100755
--- a/doc/ref/api-data.texi
+++ b/doc/ref/api-data.texi
@@ -1988,6 +1988,17 @@ includes certain digraph compatibility characters, such 
as @code{U+01F3}
 respectively).
 @end deffn
 
address@hidden scm_t_wchar
address@hidden {C Function} scm_t_wchar scm_c_upcase (scm_t_wchar @var{c})
address@hidden {C Function} scm_t_wchar scm_c_downcase (scm_t_wchar @var{c})
address@hidden {C Function} scm_t_wchar scm_c_titlecase (scm_t_wchar @var{c})
+
+These C functions take an integer representation of a Unicode
+codepoint and return the codepoint corresponding to its uppercase,
+lowercase, and titlecase forms respectively.  The type
address@hidden is a signed, 32-bit integer.
address@hidden deftypefn
+
 @node Character Sets
 @subsection Character Sets
 


hooks/post-receive
-- 
GNU Guile




reply via email to

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