diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-29 12:18:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-29 12:18:08 +0000 |
commit | 16b0f634a020651c15a7e7fec08e57b9d31783fe (patch) | |
tree | ffbf68d0476e37a2a8ddbf26630c13e2993bf351 /NEWS | |
parent | 2c68584cdd5fdd2ff82292a47410a8602c7c35b5 (diff) | |
download | glibc-16b0f634a020651c15a7e7fec08e57b9d31783fe.zip glibc-16b0f634a020651c15a7e7fec08e57b9d31783fe.tar.gz glibc-16b0f634a020651c15a7e7fec08e57b9d31783fe.tar.bz2 |
Update.
1999-04-28 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* nss/digits_dots.c: Use inet_aton to parse IPv4 numbers.
This allows e.g. gethostbyname to accept "10.1234".
Reported by Alexander V. Lukyanov <lav@long.yar.ru> [PR libc/1096].
* nss/test-netdb.c (test_hosts): Add test for gethostbyname and
non quad IPv4 numbers.
loaded shared object with all loaded objects. Initialize l_ino
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -1,4 +1,4 @@ -GNU C Library NEWS -- history of user-visible changes. 1999-02-07 +GNU C Library NEWS -- history of user-visible changes. 1999-04-29 Copyright (C) 1992, 93, 94, 95, 96, 97, 98, 99 Free Software Foundation, Inc. See the end for copying conditions. @@ -11,9 +11,18 @@ Version 2.1.1 * New ISO C 9x function _Exit, imaxabs, and imaxdiv are added. -* New xdr functions are added. +* New xdr functions are added; some rpc functions are now 64bit clean. + +* Fixed a number of bugs. + +* Fixed known incompatibilities with glibc 2.0. + +* New functions lock64 and strchrnul. + +* Optimized a number of functions. + +* Update timezone data files. -* Fixed a number of bugs and incompatibilities with glibc 2.0. Version 2.1 |