This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-854-g1bfb729


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 C Library master sources".

The branch, master has been updated
       via  1bfb72913bf82781ae232d056991362b2b071800 (commit)
      from  c044d724dc0fb61ba194d853b266f4a4dbd1329d (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 -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=1bfb72913bf82781ae232d056991362b2b071800

commit 1bfb72913bf82781ae232d056991362b2b071800
Author: Andreas Jaeger <aj@suse.de>
Date:   Mon May 14 15:30:30 2012 +0200

    Fix concat example
    
    2012-05-14  Andreas Jaeger  <aj@suse.de>
    
    	* manual/string.texi (Copying and Concatenation): Add missing
    	variable in concat example.
    	Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.

diff --git a/ChangeLog b/ChangeLog
index 56e19af..2c6a699 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-05-14  Andreas Jaeger  <aj@suse.de>
+
+	* manual/string.texi (Copying and Concatenation): Add missing
+	variable in concat example.
+	Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
+
 2012-05-14  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
diff --git a/manual/string.texi b/manual/string.texi
index af21bcc..5051f54 100644
--- a/manual/string.texi
+++ b/manual/string.texi
@@ -886,6 +886,7 @@ concat (const char *str, @dots{})
     @{
       char *newp;
       char *wp;
+      const char *s;
 
       va_start (ap, str);
 

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

Summary of changes:
 ChangeLog          |    6 ++++++
 manual/string.texi |    1 +
 2 files changed, 7 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]