summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-03-29 01:04:20 +0000
committerRoland McGrath <roland@gnu.org>1996-03-29 01:04:20 +0000
commitb7407d6362d014d16308aa02e8c8b6a93589cfe2 (patch)
tree3e2e25c9befadf3f63b635ff72670ef47100bcce
parentc475b8f5942e932781155173e77287d12714e294 (diff)
wctype.h mention
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ec8589bb06..086c8fba10 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-GNU C Library NEWS -- history of user-visible changes. 14 March 1996
+GNU C Library NEWS -- history of user-visible changes. 28 March 1996
Copyright (C) 1992, 93, 94, 95, 96 Free Software Foundation, Inc.
See the end for copying conditions.
@@ -64,7 +64,8 @@ Version 1.10
various locale-dependent data (using the locale chosen with `setlocale').
* Ulrich Drepper has contributed a new suite of functions for operation on
- wide-character and multibyte-character strings; see <wcstr.h> and <mbstr.h>.
+ wide-character and multibyte-character strings, in <wcstr.h> and <mbstr.h>;
+ and classification and case conversion of wide characters, in <wctype.h>.
These new functions are intended to conform to the ISO C specification.
* You can now use positional parameter specifications in format strings