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.19-328-ga28a9b9


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  a28a9b94c2d45df5223777cc4b88e1cab9b91c1e (commit)
      from  b6bfc58131e02295cf459b518fc8726a6c53dc45 (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://sourceware.org/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=a28a9b94c2d45df5223777cc4b88e1cab9b91c1e

commit a28a9b94c2d45df5223777cc4b88e1cab9b91c1e
Author: Steve Ellcey <sellcey@mips.com>
Date:   Tue Apr 29 10:19:30 2014 -0700

    2014-04-29  Steve Ellcey  <sellcey@mips.com>
    
    	* iconf/skeleton.c (ONE_DIRECTION): Set default value if not set.

diff --git a/ChangeLog b/ChangeLog
index 803d114..cacf88b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-04-29  Steve Ellcey  <sellcey@mips.com>
+
+	* iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
+
 2014-04-29  Stefan Liebler  <stli@linux.vnet.ibm.com>
 
 	[BZ #16823]
diff --git a/iconv/skeleton.c b/iconv/skeleton.c
index c3f161a..1908949 100644
--- a/iconv/skeleton.c
+++ b/iconv/skeleton.c
@@ -163,6 +163,10 @@
 # endif
 #endif
 
+#ifndef ONE_DIRECTION
+# define ONE_DIRECTION 0
+#endif
+
 
 /* How many bytes are needed at most for the from-charset.  */
 #ifndef MAX_NEEDED_FROM

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

Summary of changes:
 ChangeLog        |    4 ++++
 iconv/skeleton.c |    4 ++++
 2 files changed, 8 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]