Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2009-08-26 12:15:49 +0400
committerCorinna Vinschen <corinna@vinschen.de>2009-08-26 12:15:49 +0400
commit1f14755fd2ceafe484fe44b9d9dca7446fb2068e (patch)
tree602b5de5da087790ece35a886100fd51e4724bc3
parenteb9194f52c2008366326319582c7329550d4708e (diff)
* new-features.sgml (ov-new1.7-posix): Add "KOI8-R" and "KOI8-U"
charsets.
-rw-r--r--winsup/doc/ChangeLog5
-rw-r--r--winsup/doc/new-features.sgml8
2 files changed, 9 insertions, 4 deletions
diff --git a/winsup/doc/ChangeLog b/winsup/doc/ChangeLog
index 3fb8cfaeb..be3eed930 100644
--- a/winsup/doc/ChangeLog
+++ b/winsup/doc/ChangeLog
@@ -1,3 +1,8 @@
+2009-08-26 Corinna Vinschen <corinna@vinschen.de>
+
+ * new-features.sgml (ov-new1.7-posix): Add "KOI8-R" and "KOI8-U"
+ charsets.
+
2009-08-22 Corinna Vinschen <corinna@vinschen.de>
* setup2.sgml (setup-locale-charsetlist): Add KOI8-R and KOI8-U to list
diff --git a/winsup/doc/new-features.sgml b/winsup/doc/new-features.sgml
index d8ff414c7..140d462b0 100644
--- a/winsup/doc/new-features.sgml
+++ b/winsup/doc/new-features.sgml
@@ -207,10 +207,10 @@
The full list of supported character sets: "ASCII", "ISO-8859-x" with x
in 1-16, except 12, "UTF-8", Windows codepages "CPxxx", with xxx in
(437, 720, 737, 775, 850, 852, 855, 857, 858, 862, 866, 874, 1125,
- 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258), "SJIS",
- "GBK", "eucJP", "eucKR", and "Big5". The leading language and territory
- part (en_US, for instance) is not used by Cygwin yet, but is required
- for POSIX compatibility.
+ 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258), "KOI8-R", "KOI8-U",
+ "SJIS", "GBK", "eucJP", "eucKR", and "Big5". The leading language and
+ territory part (en_US, for instance) is not used by Cygwin yet, but is
+ required for POSIX compatibility.
- Allow multiple concurrent read locks per thread for pthread_rwlock_t.