* rt/aio_notify.c (__aio_notify_only): Take extra parameter.  Pass it
	* resolv/nss_dns/dns-host.c (getanswer_r): Cleanup out-of-buffer
	handling.
	* manual/install.texi (Configuring and compiling): Mention CFLAGS.
This commit is contained in:
Ulrich Drepper 1999-08-15 21:14:40 +00:00
parent 6444b08723
commit 13ee446d26
5 changed files with 56 additions and 19 deletions

View File

@ -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 <hjl@gnu.org>
* 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 <drepper@cygnus.com>
@ -43,8 +43,7 @@
1999-08-14 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manual/install.texi (Configuring and compiling): Mention
CFLAGS.
* manual/install.texi (Configuring and compiling): Mention CFLAGS.
1999-08-15 Ulrich Drepper <drepper@cygnus.com>

View File

@ -1,3 +1,49 @@
1999-08-13 Andreas Schwab <schwab@suse.de>
* locales/cs_CZ: Remove <ft> entry, add <St> 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 <drepper@cygnus.com>
* locales/ca_ES: New file.

View File

@ -27,7 +27,7 @@ CHARMAP
<DC3> /x00/x13 DEVICE CONTROL THREE (DC3)
<DC4> /x00/x14 DEVICE CONTROL FOUR (DC4)
<NAK> /x00/x15 NEGATIVE ACKNOWLEDGE (NAK)
<SYN> /x00/x16 SYNCRONOUS IDLE (SYN)
<SYN> /x00/x16 SYNCHRONOUS IDLE (SYN)
<ETB> /x00/x17 END OF TRANSMISSION BLOCK (ETB)
<CAN> /x00/x18 CANCEL (CAN)
<SUB> /x00/x1A SUBSTITUTE (SUB)

View File

@ -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));

View File

@ -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,