diff options
author | Ulrich Drepper <drepper@redhat.com> | 2002-10-03 00:24:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2002-10-03 00:24:35 +0000 |
commit | 62497f9c8b39d6de707ed0f3a6019699ab5ce3a8 (patch) | |
tree | 9fe4d6e670588d360b1a5259e305e28c049427d9 /NEWS | |
parent | 4c98451b0e9ec94943c4908d83d76a6d1d6a90ac (diff) | |
download | glibc-62497f9c8b39d6de707ed0f3a6019699ab5ce3a8.tar.gz glibc-62497f9c8b39d6de707ed0f3a6019699ab5ce3a8.tar.xz glibc-62497f9c8b39d6de707ed0f3a6019699ab5ce3a8.zip |
Update.
2002-10-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/s390/s390-32/initfini.c: Avoid unterminated string literals. * sysdeps/sh/elf/initfini.c: Likewise. * sysdeps/mach/hurd/mips/init-first.c: Likewise. * sysdeps/hppa/elf/initfini.c: Likewise. * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h: Likewise.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS index 6f3b06f631..095ea50b6c 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 2002-8-29 +GNU C Library NEWS -- history of user-visible changes. 2002-10-2 Copyright (C) 1992-2001, 2002 Free Software Foundation, Inc. See the end for copying conditions. @@ -40,7 +40,7 @@ Version 2.3 Changes by Ulrich Drepper. SH support by Kaz Kojima. * Bruno Haible contributed iconv converters for ISO-2022-JP-3, SHIFT JIS-X0213, - and EUC-JISX0213. + EUC-JISX0213, and TISCII. * New header <ifaddrs.h> with functions `getifaddrs' and `freeifaddrs': BSD-compatible interface for getting all network interface addresses. |