autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.64-57-g


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.64-57-gaf6cdb4
Date: Mon, 05 Oct 2009 04:48:30 +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 Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=af6cdb40d8a5511a48a2b9eeed5f17e7d7ce1365

The branch, master has been updated
       via  af6cdb40d8a5511a48a2b9eeed5f17e7d7ce1365 (commit)
      from  dfc967906c8ca4786dd5e6beebf404c5ebc6b8d4 (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 af6cdb40d8a5511a48a2b9eeed5f17e7d7ce1365
Author: Bruno Haible <address@hidden>
Date:   Mon Oct 5 06:46:41 2009 +0200

    manual: order `Particular Functions' node alphabetically.
    
    * doc/autoconf.texi (Particular Functions): Swap sections about
    AC_FUNC_MBRTOWC and AC_FUNC_MEMCMP.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

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

Summary of changes:
 ChangeLog         |    5 +++++
 doc/autoconf.texi |   26 +++++++++++++-------------
 2 files changed, 18 insertions(+), 13 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 6ff2239..21a5a6e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-10-05  Bruno Haible  <address@hidden>
+
+       * doc/autoconf.texi (Particular Functions): Swap sections about
+       AC_FUNC_MBRTOWC and AC_FUNC_MEMCMP.
+
 2009-10-01  Paolo Bonzini  <address@hidden>
 
        Unconditionally check for junk ./--version after mkdir search loop.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 4032b9c..6a31a21 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -5105,6 +5105,19 @@ The result of this macro is cached in the
 @code{ac_cv_func_malloc_0_nonnull} variable.
 @end defmac
 
address@hidden AC_FUNC_MBRTOWC
address@hidden
address@hidden HAVE_MBRTOWC
address@hidden @fuindex mbrtowc
address@hidden @code{mbrtowc}
address@hidden func_mbrtowc
+Define @code{HAVE_MBRTOWC} to 1 if the function @code{mbrtowc} and the
+type @code{mbstate_t} are properly declared.
+
+The result of this macro is cached in the @code{ac_cv_func_mbrtowc}
+variable.
address@hidden defmac
+
 @defmac AC_FUNC_MEMCMP
 @acindex{FUNC_MEMCMP}
 @ovindex LIBOBJS
@@ -5124,19 +5137,6 @@ This macro is obsolescent, as current systems have a 
working
 @code{memcmp}.  New programs need not use this macro.
 @end defmac
 
address@hidden AC_FUNC_MBRTOWC
address@hidden
address@hidden HAVE_MBRTOWC
address@hidden @fuindex mbrtowc
address@hidden @code{mbrtowc}
address@hidden func_mbrtowc
-Define @code{HAVE_MBRTOWC} to 1 if the function @code{mbrtowc} and the
-type @code{mbstate_t} are properly declared.
-
-The result of this macro is cached in the @code{ac_cv_func_mbrtowc}
-variable.
address@hidden defmac
-
 @defmac AC_FUNC_MKTIME
 @acindex{FUNC_MKTIME}
 @ovindex LIBOBJS


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

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