diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-01-24 10:17:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-01-24 10:17:23 +0000 |
commit | 440d13e289b6716dd5105d7209107da6821ce1b4 (patch) | |
tree | 43cd287039bc51e7ad1cf3150724a46090d2e6f4 /NEWS | |
parent | d74e76f9f6b05428358a6248ac506dc38c323c7e (diff) | |
download | glibc-440d13e289b6716dd5105d7209107da6821ce1b4.tar.gz |
Update.
1999-01-24 Ulrich Drepper <drepper@cygnus.com>
* ctype/ctype.c (toupper): Correct variable names from lat change.
(tolower): Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ -GNU C Library NEWS -- history of user-visible changes. 1998-03-04 +GNU C Library NEWS -- history of user-visible changes. 1999-01-24 -Copyright (C) 1992, 93, 94, 95, 96, 97, 98 Free Software Foundation, Inc. +Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. See the end for copying conditions. Please send GNU C library bug reports using the `glibcbug' script to @@ -47,7 +47,7 @@ Version 2.1 * Mark Kettenis implemented the utmpx interface and an utmp daemon. -* Ulrich Drepper added character conversion functions. +* Ulrich Drepper added character set conversion functions (iconv). * Optimized string functions have been added. |