diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS index 01e473ba65..90dc236734 100644 --- a/NEWS +++ b/NEWS @@ -15,7 +15,7 @@ Version 2.2 * Wide character I/O streams implemented by Ulrich Drepper. -* functions from the extended socket API added by Ulrich Drepper. +* Functions from the extended socket API added by Ulrich Drepper. * Functions feenableexcept and fedisableexcept to control the behaviour of individual exceptions have been added by Andreas Jaeger. @@ -30,6 +30,13 @@ Version 2.2 header files. A ISO C compiler is needed to use the library (conforming to either C89 or C99 standard). +* Complete rewrite of the localedef program to support multibyte character + sets. Implement handling of ISO 14651 and ISO 14652. Rewrite strcoll, + strxfrm, wcscoll, and wcsxfrm functions. Make isw*() functions work. + Implemented by Ulrich Drepper. + +* Plural handling in gettext implemented by Ulrich Drepper. + Version 2.1.3 |