summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-10 07:33:38 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-10 07:33:38 +0000
commit464d97ecc5ccec24a4b36d437654cc0db33672e4 (patch)
tree2f14f486bd1705fd87d37ddd405d96030307275b /NEWS
parent1068784c363e4c74dc61b7455c1082c3b6361b93 (diff)
Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 22 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 773922a282..b69b94ec60 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes. 2001-1-30
+GNU C Library NEWS -- history of user-visible changes. 2001-2-9
Copyright (C) 1992-1999, 2000, 2001 Free Software Foundation, Inc.
See the end for copying conditions.
@@ -9,13 +9,33 @@ Please send GNU C library bug reports using the `glibcbug' script to
Version 2.2.2
-* lots of headers were cleaned up. Using the tool in the conform/ subdir
+* Lots of headers were cleaned up. Using the tool in the conform/ subdir
we can now check for namespace violations and missing declarations. The
result is that almost all headers are now Unix-compliant (as defined in
the upcoming XPG6). The negative side is that some programs might need
corrections, too, if they depend on the incorrect form of the headers in
previous versions which defined too many symbols and included too many
other headers.
+
+* regex now handles multibyte character sets correctly.
+ Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
+
+* iconv (the program) does now conform to the upcoming XPG6 and handles
+ charmaps. Instead of the charset names the path of charmaps can be
+ provided and the conversion happens based on this data.
+ Contributed by Ulrich Drepper.
+
+* The locale program now provides detailed information about the installed
+ locales. While
+
+ locale -a
+
+ only lists the names of the supported locales
+
+ locale -a --verbose
+
+ provides details such as country, language, and codeset name.
+ Contributed by Ulrich Drepper.
Version 2.2.1