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.22-571-g4de3b51


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  4de3b51e08cd7585926406b06da113d1173075c3 (commit)
      from  d0e3ffb7a58854248f1d5e737610d50cd0a60f46 (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=4de3b51e08cd7585926406b06da113d1173075c3

commit 4de3b51e08cd7585926406b06da113d1173075c3
Author: Carlos O'Donell <carlos@systemhalted.org>
Date:   Wed Dec 2 22:13:47 2015 -0500

    Comment on IBM930, IBM933, IBM935, IBM937, IBM939.
    
    Add comments for IBM930, IBM933, IBM935, IBM937, and IBM939 which
    explain exactly what purpose these encodings have and provide a URL to
    the upstream IBM database that further provides the details of the
    encoding.

diff --git a/ChangeLog b/ChangeLog
index b768cd5..f253bfd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2015-12-02  Carlos O'Donell  <carlos@redhat.com>
+
+	* iconvdata/ibm930.c: Add comment explaining encoding uses.
+	* iconvdata/ibm933.c: Likewise.
+	* iconvdata/ibm935.c: Likewise.
+	* iconvdata/ibm937.c: Likewise.
+	* iconvdata/ibm939.c: Likewise.
+
 2015-12-02  Adhemerval Zanella  <adhemerval.zanella@linaro.org>
 
 	* nptl/tst-cancel20.c (do_one_test): Move the pipe closing after
diff --git a/iconvdata/ibm930.c b/iconvdata/ibm930.c
index 91327f1..535d81f 100644
--- a/iconvdata/ibm930.c
+++ b/iconvdata/ibm930.c
@@ -17,6 +17,11 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+/* IBM930 is designed for the representation of Japanese Katakana/Kanji
+   using a stateful EBCDIC encoding scheme.  It is also known as
+   CCSID 930 or CP930. See:
+   https://www-01.ibm.com/software/globalization/ccsid/ccsid930.html */
+
 #include <dlfcn.h>
 #include <stdint.h>
 #include <wchar.h>
diff --git a/iconvdata/ibm933.c b/iconvdata/ibm933.c
index d1f3f05..86096c7 100644
--- a/iconvdata/ibm933.c
+++ b/iconvdata/ibm933.c
@@ -17,6 +17,10 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+/* IBM933 is designed for the representation of Korean using a stateful
+   EBCDIC encoding scheme.  It is also known as CCSID 933 or CP933. See:
+   https://www-01.ibm.com/software/globalization/ccsid/ccsid933.html */
+
 #include <dlfcn.h>
 #include <stdint.h>
 #include <wchar.h>
diff --git a/iconvdata/ibm935.c b/iconvdata/ibm935.c
index afb3449..5af836a 100644
--- a/iconvdata/ibm935.c
+++ b/iconvdata/ibm935.c
@@ -17,6 +17,11 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+/* IBM935 is designed for the representation of Simplified Chinese
+   using a stateful EBCDIC encoding scheme.  It is also known as
+   CCSID 935 or CP935. See:
+   https://www-01.ibm.com/software/globalization/ccsid/ccsid935.html  */
+
 #include <dlfcn.h>
 #include <stdint.h>
 #include <wchar.h>
diff --git a/iconvdata/ibm937.c b/iconvdata/ibm937.c
index 744f32f..6fe5b11 100644
--- a/iconvdata/ibm937.c
+++ b/iconvdata/ibm937.c
@@ -17,6 +17,11 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+/* IBM937 is designed for the representation of Traditional Chinese
+   using a stateful EBCDIC encoding scheme.  It is also known as
+   CCSID 937 or CP937. See:
+   https://www-01.ibm.com/software/globalization/ccsid/ccsid937.html */
+
 #include <dlfcn.h>
 #include <stdint.h>
 #include <wchar.h>
diff --git a/iconvdata/ibm939.c b/iconvdata/ibm939.c
index 3b189dd..c4bf3f2 100644
--- a/iconvdata/ibm939.c
+++ b/iconvdata/ibm939.c
@@ -17,6 +17,11 @@
    License along with the GNU C Library; if not, see
    <http://www.gnu.org/licenses/>.  */
 
+/* IBM939 is designed for the representation of Japanese Latin/Kanji
+   using a stateful EBCDIC encoding scheme.  It is also known as
+   CCSID 939 or CP939. See:
+   https://www-01.ibm.com/software/globalization/ccsid/ccsid939.html */
+
 #include <dlfcn.h>
 #include <stdint.h>
 #include <wchar.h>

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

Summary of changes:
 ChangeLog          |    8 ++++++++
 iconvdata/ibm930.c |    5 +++++
 iconvdata/ibm933.c |    4 ++++
 iconvdata/ibm935.c |    5 +++++
 iconvdata/ibm937.c |    5 +++++
 iconvdata/ibm939.c |    5 +++++
 6 files changed, 32 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]