From 09ab1aacfbd2a44967ef83ea3b638cc886a76e77 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 28 Jul 1999 04:38:55 +0000 Subject: [PATCH] Update. --- ChangeLog | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/ChangeLog b/ChangeLog index eff16c8df03..fe3380b3862 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,61 @@ +1999-07-27 Ulrich Drepper + + * sysdeps/posix/getaddrinfo.c (gaih_inet): Only return information + for the hinted protocol. + +1999-07-26 Andreas Jaeger + + * README.template (configurations): The crypt add-on has a new + ftp site. + * manual/install.texi (Installation): Likewise. + +1999-07-26 Ulrich Drepper + + * stdlib/wcstombs.c: Do not use global state. + Reported by Bruno Haible . + + * wcsmbs/wctob.c: Avoid sign extension when returning character. + Reported by Bruno Haible . + + * wcsmbs/wcsrtombs.c (__wcsrtombs): When computing maximum number + of wide characters to convert do it right and don't overestimate + by multiplying with MB_CUR_MAX. + Reported by Bruno Haible . + +1999-07-25 Ulrich Drepper + + * libio/iofclose.c (_IO_new_fclose): Only fall back on + _IO_old_fclose if doing versioning. + + * libio/iofclose.c (_IO_new_fclose): Detect new streams and handle + them appropriately. + * libio/oldiofclose.c (_IO_old_fclose): Likewise. + + * misc/mntent_r.c: Allow spaces and tabs in entry names by + encoding these characters. + * misc/tst-mntent.c: Add test case for addmntent and getmntent. + + * string/bits/string2.h: Fix aliasing problems. + * sysdeps/i386/i486/bits/string.h: Likewise. + * sysdeps/i386/bits/string.h: Likewise. + +1999-07-25 Andreas Jaeger + + * localedata/tst-rpmatch.sh: Use "&" instead of "§" to avoid a bug + in bash 2.03. + +1999-07-25 Ulrich Drepper + + * iconvdata/euc-kr.c (euckr_from_ucs4): Set cp[0] to '\0' in case + of an error. Patch by Changwoo Ryu . + +1999-07-24 Ulrich Drepper + + * iconvdata/ksc5601.h (ksc5601_to_ucs4): Avoid invalid memory + accesses. + + * resolv/res_send.c: Add locks for res_send and res_close use. + 1999-07-26 Roland McGrath * hurd/hurdprio.c (_hurd_priority_which_map): Initialize PIDS. -- 2.47.3