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-182-g79c6869


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  79c6869c8388c10c201fbecc9fd1852b98b0b316 (commit)
      from  cc6e48bc7c8e7a349147d5ce7683591175134076 (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=79c6869c8388c10c201fbecc9fd1852b98b0b316

commit 79c6869c8388c10c201fbecc9fd1852b98b0b316
Author: Paul Bolle <pebolle@tiscali.nl>
Date:   Fri Feb 17 17:54:10 2012 +0000

    Fix typo (LC_TYPE -> LC_CTYPE).

diff --git a/ChangeLog b/ChangeLog
index 39bafee..1ed9b76 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-17  Paul Bolle  <pebolle@tiscali.nl>
+
+	[BZ #12047]
+	* manual/charset.texi (Generic Charset Conversion): Fix typo
+	(LC_TYPE -> LC_CTYPE).
+
 2012-02-17  Nicolas Boulenguez  <nicolas.boulenguez@free.fr>
 
 	[BZ #5805]
diff --git a/NEWS b/NEWS
index c56f77f..3bdaee3 100644
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,9 @@ Version 2.16
 
 * The following bugs are resolved with this release:
 
-  350, 411, 3335, 4026, 4822, 5805, 6884, 9902, 10140, 11494, 13525, 13526,
-  13527, 13528, 13529, 13531, 13532, 13533, 13547, 13530, 13551, 13552,
-  13553, 13555, 13559, 13583, 13618
+  350, 411, 3335, 4026, 4822, 5805, 6884, 9902, 10140, 12047, 11494, 13525,
+  13526, 13527, 13528, 13529, 13531, 13532, 13533, 13547, 13530, 13551,
+  13552, 13553, 13555, 13559, 13583, 13618
 
 * ISO C11 support:
 
diff --git a/manual/charset.texi b/manual/charset.texi
index 808469b..d7d82ad 100644
--- a/manual/charset.texi
+++ b/manual/charset.texi
@@ -1541,7 +1541,7 @@ character set is the character set of the locale for the @code{LC_CTYPE}
 category, one has to change the @code{LC_CTYPE} locale using
 @code{setlocale}.
 
-Changing the @code{LC_TYPE} locale introduces major problems for the rest
+Changing the @code{LC_CTYPE} locale introduces major problems for the rest
 of the programs since several more functions (e.g., the character
 classification functions, @pxref{Classification of Characters}) use the
 @code{LC_CTYPE} category.

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

Summary of changes:
 ChangeLog           |    6 ++++++
 NEWS                |    6 +++---
 manual/charset.texi |    2 +-
 3 files changed, 10 insertions(+), 4 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]