diff --git a/ChangeLog b/ChangeLog index 5b7df36b19..d2d6a75677 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,7 +13,7 @@ * rt/aio_misc.h (struct waitlist): Add caller_pid element. (struct requestlist): Likewise. Adjust prototypes of __aio_notify_only and __aio_sigqueue. - * rt/notify.c (__aio_notify_only): Take extra parameter. Pass it + * rt/aio_notify.c (__aio_notify_only): Take extra parameter. Pass it to __aio_sigqueue. (__aio_notify): Pass caller PID to __aio_notify_only. * rt/aio_suspend.c: Initialize caller_pid. @@ -26,8 +26,8 @@ 1999-08-10 H.J. Lu - * resolv/nss_dns/dns-host.c (getanswer_r): Cleanup out-of- - buffer handling. + * resolv/nss_dns/dns-host.c (getanswer_r): Cleanup out-of-buffer + handling. 1999-08-15 Ulrich Drepper @@ -43,8 +43,7 @@ 1999-08-14 Andreas Jaeger - * manual/install.texi (Configuring and compiling): Mention - CFLAGS. + * manual/install.texi (Configuring and compiling): Mention CFLAGS. 1999-08-15 Ulrich Drepper diff --git a/localedata/ChangeLog b/localedata/ChangeLog index f35f96e34a..432cdc7752 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,49 @@ +1999-08-13 Andreas Schwab + + * locales/cs_CZ: Remove entry, add entry. + * locales/da_DK: Likewise. + * locales/de_DE: Likewise. + * locales/el_GR: Likewise. + * locales/en_CA: Likewise. + * locales/en_DK: Likewise. + * locales/en_DK.com: Likewise. + * locales/es_AR: Likewise. + * locales/es_BO: Likewise. + * locales/es_CL: Likewise. + * locales/es_CO: Likewise. + * locales/es_DO: Likewise. + * locales/es_EC: Likewise. + * locales/es_ES: Likewise. + * locales/es_GT: Likewise. + * locales/es_HN: Likewise. + * locales/es_MX: Likewise. + * locales/es_PA: Likewise. + * locales/es_PE: Likewise. + * locales/es_PY: Likewise. + * locales/es_SV: Likewise. + * locales/es_US: Likewise. + * locales/es_UY: Likewise. + * locales/es_VE: Likewise. + * locales/et_EE: Likewise. + * locales/fi_FI: Likewise. + * locales/hr_HR: Likewise. + * locales/hu_HU: Likewise. + * locales/is_IS: Likewise. + * locales/lt_LT: Likewise. + * locales/lv_LV: Likewise. + * locales/no_NO: Likewise. + * locales/pl_PL: Likewise. + * locales/ro_RO: Likewise. + * locales/ru_RU: Likewise. + * locales/ru_UA: Likewise. + * locales/sl_SI: Likewise. + * locales/sr_YU: Likewise. + * locales/sv_SE: Likewise. + * locales/tr_TR: Likewise. + * locales/uk_UA: Likewise. + + * charmaps/ISO_10646: Fix typo. + 1999-08-15 Ulrich Drepper * locales/ca_ES: New file. diff --git a/localedata/charmaps/ISO_10646 b/localedata/charmaps/ISO_10646 index 4b489117e8..cbe8a63935 100644 --- a/localedata/charmaps/ISO_10646 +++ b/localedata/charmaps/ISO_10646 @@ -27,7 +27,7 @@ CHARMAP /x00/x13 DEVICE CONTROL THREE (DC3) /x00/x14 DEVICE CONTROL FOUR (DC4) /x00/x15 NEGATIVE ACKNOWLEDGE (NAK) - /x00/x16 SYNCRONOUS IDLE (SYN) + /x00/x16 SYNCHRONOUS IDLE (SYN) /x00/x17 END OF TRANSMISSION BLOCK (ETB) /x00/x18 CANCEL (CAN) /x00/x1A SUBSTITUTE (SUB) diff --git a/math/libm-test.c b/math/libm-test.c index d0b0c766bf..ead8078e0c 100644 --- a/math/libm-test.c +++ b/math/libm-test.c @@ -3393,7 +3393,7 @@ ccosh_test (void) check_eps ("real(ccosh(0.7 + i 1.2)) == 0.45482...", __real__ result, 0.4548202223691477654L, CHOOSE (5e-17L, 6e-17, 9e-8)); check_eps ("imag(ccosh(0.7 + i 1.2)) == 0.70702...", __imag__ result, - 0.7070296600921537682L, CHOOSE (7e-17L, 2e-16, 0)); + 0.7070296600921537682L, CHOOSE (7e-17L, 2e-16, 6e-8)); result = FUNC(ccosh) (BUILD_COMPLEX (-2, -3)); check_eps ("real(ccosh(-2 - i 3)) == -3.72454...", __real__ result, @@ -5634,7 +5634,7 @@ jn_test (void) check_eps ("jn (10, 1.0) = 2.630...*10^-11", FUNC(jn) (10, 1.0), 0.26306151236874532070e-9, CHOOSE(0, 0, 5.6e-17)); check_eps ("jn (10, 2.0) = 2.515...*10^-7", FUNC(jn) (10, 2.0), 0.25153862827167367096e-6, - CHOOSE(0, 2e-22, 5.7e-14)); + CHOOSE(0, 2e-22, 9e-14)); check_eps ("jn (10, 10.0) = 0.20748...", FUNC(jn) (10, 10.0), 0.20748610663335885770, CHOOSE(0, 2e-16, 1.4e-7)); } @@ -5762,7 +5762,7 @@ yn_test (void) check_eps ("yn (3, 0.1) = -5099.3...", FUNC(yn) (3, 0.1), -5099.3323786129048894, CHOOSE(0, 1e-12, 9.8e-4)); check_eps ("yn (3, 0.7) = -15.819...", FUNC(yn) (3, 0.7), -15.819479052819633505, - CHOOSE(0, 4e-15, 9.6e-7)); + CHOOSE(0, 6e-15, 9.6e-7)); check ("yn (3, 1.0) = -5.8215...", FUNC(yn) (3, 1.0), -5.8215176059647288478); check_eps ("yn (3, 2.0) = -1.1277...", FUNC(yn) (3, 2.0), -1.1277837768404277861, CHOOSE(0, 3e-16, 1.2e-7)); @@ -5778,9 +5778,9 @@ yn_test (void) check_eps ("yn (10, 0.7) = -4.244...*10^9", FUNC(yn) (10, 0.7), -0.42447194260703866924e10, CHOOSE(0, 3e-6, 8e2)); check_eps ("yn (10, 1.0) = -1.216...*10^8", FUNC(yn) (10, 1.0), -0.12161801427868918929e9, - CHOOSE(0, 0, 9)); + CHOOSE(0, 2e-8, 20)); check_eps ("yn (10, 2.0) = -129184.5...", FUNC(yn) (10, 2.0), -129184.54220803928264, - CHOOSE(0, 3e-11, 8e-3)); + CHOOSE(0, 3e-11, 3e-2)); check_eps ("yn (10, 10.0) = -0.35981...", FUNC(yn) (10, 10.0), -0.35981415218340272205, CHOOSE(0, 6e-17, 3e-8)); diff --git a/resolv/nss_dns/dns-host.c b/resolv/nss_dns/dns-host.c index fc00fe7796..746bfcf313 100644 --- a/resolv/nss_dns/dns-host.c +++ b/resolv/nss_dns/dns-host.c @@ -190,14 +190,6 @@ _nss_dns_gethostbyname_r (const char *name, struct hostent *result, } -enum nss_status -_nss_dns_getipnodebyname (const char *name, int af, struct hostent *result, - char *buffer, size_t buflen, int *errnop, - int *h_errnop) -{ -} - - enum nss_status _nss_dns_gethostbyaddr_r (const char *addr, size_t len, int af, struct hostent *result, char *buffer, size_t buflen,