glibc/sysdeps/i386/fpu
Ulrich Drepper b85697f61d Update.
1999-12-17  Ulrich Drepper  <drepper@cygnus.com>

	* string/bits/string2.h (__strtok_r_1c): Help gcc optimizing string
	access.

	* locale/programs/ld-collate.c: Implement handling of absolute
	ellipsis.  Parsing of file and constructing the internal data
	structures should now be complete.
	(collate_finish): Start adding support to generate the data
	structures which are written out to the file.

	* intl/dcgettext.c: Rewrite to handle caching of previous results here
	instead of in the dcgettext macro.
	* intl/libintl.h (dcgettext): Don't define for systems using this
	glibc or systems with tsearch.

	* sysdeps/generic/mathdef.h: Protect definitions for math.h
	against double inclusion.
	* sysdeps/alpha/fpu/bits/mathdef.h: Likewise.
	* sysdeps/i386/fpu/bits/mathdef.h: Likewise.
	* sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
	* sysdeps/powerpc/fpu/bits/mathdef.h: Likewise.

	* sysdeps/i386/fpu/libm-test-ulps: Add more deltas (are mobile PIIs
	that different?).

1999-12-17  Andreas Jaeger  <aj@suse.de>

	* rt/aio.h (struct aiocb64): Add member __next_prio to sync the
	struct with aiocb.

	* rt/Makefile (tests): Added tst-aio64.
	Added dependency rules for tst-aio64.

	* rt/tst-aio64.c: New file, copied from tst-aio.c and changed for
	64bit tests.

1999-12-15  Thorsten Kukuk  <kukuk@suse.de>

	* sysdeps/unix/sysv/linux/alpha/oldgetrlimit64.c: Removed.
	* sysdeps/unix/sysv/linux/alpha/oldsetrlimit64.c: Removed.
	* sysdeps/unix/sysv/linux/bits/resource.h: Change RLIM_INFINITY back to
	old value (signed long).
	* sysdeps/unix/sysv/linux/i386/bits/resource.h: New, with unsigned
	long RLIM_INFINITY.
	* sysdeps/unix/sysv/linux/getrlimit.c: Moved from here to ...
	* sysdeps/unix/sysv/linux/i386/getrlimit.c: ... here.
	* sysdeps/unix/sysv/linux/getrlimit64.c: Moved from here to ...
	* sysdeps/unix/sysv/linux/i386/getrlimit64.c: ... here.
	* sysdeps/unix/sysv/linux/oldgetrlimit64.c: Moved from here to ...
	* sysdeps/unix/sysv/linux/i386/oldgetrlimit64.c: ... here.
	* sysdeps/unix/sysv/linux/oldsetrlimit64.c: Moved from here to ...
	* sysdeps/unix/sysv/linux/i386/oldsetrlimit64.c: ... here.
	* sysdeps/unix/sysv/linux/setrlimit.c: Moved from here to ...
	* sysdeps/unix/sysv/linux/i386/setrlimit.c: ... here.
	* sysdeps/unix/sysv/linux/setrlimit64.c: Moved from here to ...
	* sysdeps/unix/sysv/linux/i386/setrlimit64.c: ... here.
	* sysdeps/unix/sysv/linux/sparc/bits/resource.h: New.
	* sysdeps/unix/sysv/linux/sparc/sparc64/oldgetrlimit64.c: Removed.
	* sysdeps/unix/sysv/linux/sparc/sparc64/oldsetrlimit64.c: Removed.

1999-12-17  Andreas Jaeger  <aj@suse.de>

	* elf/ldconfig.c: Add new option -l to manualy link shared
	libraries.
	(options): Added option.
	(parse_opt): Set option.
	(main): Handle option.
	(manual_link): New function.

1999-12-17  Thorsten Kukuk  <kukuk@suse.de>

	* string/bits/string2.h: Fix patch from 1999-12-07.

1999-12-16  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/generic/strsep.c: If delim string has only one character
	don't run over end of string.

	* locale/programs/ld-collate.c (insert_weights): Also update next
	pointer of last cursor element.
	(insert_value): Return nonzero value if nothing got inserted.
	(handle_ellipsis): Don't do anything if to-value cannot be inserted.

1999-12-10  Jakub Jelinek  <jakub@redhat.com>

	* stdlib/longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT
	where appropriate.

1999-12-10  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction):
	Copy sa_flags into kernel sigaction structure.

1999-12-14  Andreas Jaeger  <aj@suse.de>

	* string/tester.c (test_strsep): More tests for access beyond
	the final NUL.  The first two tests come from PR libc/1486 by
	martinea@iro.umontreal.ca.

1999-12-14  Thorsten Kukuk  <kukuk@suse.de>

	* nis/ypclnt.c: Correct handling of cached client handles.
	(__xdr_ypresp_all): Call callback function for errors, too,
	like Solaris does.
	* nis/nss_compat/compat-grp.c: Make sure errno is always set correct.
	* nis/nss_compat/compat-initgroups.c: Likewise.
	* nis/nss_compat/compat-spwd.c: Likewise.
	* nis/nss_nis/nis-alias.c: Likewise.
	* nis/nss_nis/nis-ethers.c: Likewise.
	* nis/nss_nis/nis-grp.c: Likewise.
	* nis/nss_nis/nis-hosts.c: Likewise.
	* nis/nss_nis/nis-netgrp.c: Likewise.
	* nis/nss_nis/nis-publickey.c: Likewise.
	* nis/nss_nis/nis-service.c: Likewise. Also use services.byservicename
	Map if available, optimize query if name/port and protocol is known.
1999-12-18 19:45:25 +00:00
..
bits Update. 1999-12-18 19:45:25 +00:00
e_acos.S Update. 1999-07-14 00:54:57 +00:00
e_acosf.S Update. 1999-07-14 00:54:57 +00:00
e_acosh.S Update. 1999-07-14 00:54:57 +00:00
e_acoshf.S Update. 1999-07-14 00:54:57 +00:00
e_acoshl.S Update. 1999-07-14 00:54:57 +00:00
e_acosl.S Update. 1999-07-14 00:54:57 +00:00
e_asin.S Update. 1999-07-14 00:54:57 +00:00
e_asinf.S Update. 1999-07-14 00:54:57 +00:00
e_asinl.S Update. 1999-07-14 00:54:57 +00:00
e_atan2.S Update. 1999-07-14 00:54:57 +00:00
e_atan2f.S Update. 1999-07-14 00:54:57 +00:00
e_atan2l.S Update. 1999-07-14 00:54:57 +00:00
e_atanh.S Update. 1999-10-24 22:04:52 +00:00
e_atanhf.S Update. 1999-10-24 22:04:52 +00:00
e_atanhl.S Update. 1999-10-24 22:04:52 +00:00
e_exp.S Update. 1999-07-14 00:54:57 +00:00
e_exp10.S Update. 1999-07-14 00:54:57 +00:00
e_exp10f.S Update. 1999-07-14 00:54:57 +00:00
e_exp10l.S Update. 1999-07-14 00:54:57 +00:00
e_expf.S Update. 1999-07-14 00:54:57 +00:00
e_expl.S Update. 1999-07-14 00:54:57 +00:00
e_fmod.S Update. 1999-07-14 00:54:57 +00:00
e_fmodf.S Update. 1999-07-14 00:54:57 +00:00
e_fmodl.S Update. 1999-07-14 00:54:57 +00:00
e_hypot.S Update. 1999-07-14 00:54:57 +00:00
e_hypotf.S Update. 1999-07-14 00:54:57 +00:00
e_log.S Update. 1999-07-14 00:54:57 +00:00
e_log10.S Update. 1999-10-24 22:04:52 +00:00
e_log10f.S Update. 1999-10-24 22:04:52 +00:00
e_log10l.S Update. 1999-10-24 22:04:52 +00:00
e_logf.S Update. 1999-07-14 00:54:57 +00:00
e_logl.S Update. 1999-07-14 00:54:57 +00:00
e_pow.S Update. 1999-07-31 07:16:41 +00:00
e_powf.S Update. 1999-07-31 07:16:41 +00:00
e_powl.S Update. 1999-07-31 07:16:41 +00:00
e_rem_pio2.c Update. 1999-07-14 00:54:57 +00:00
e_rem_pio2f.c Update. 1999-07-14 00:54:57 +00:00
e_rem_pio2l.c Update. 1999-07-14 00:54:57 +00:00
e_remainder.S Update. 1999-07-14 00:54:57 +00:00
e_remainderf.S Update. 1999-07-14 00:54:57 +00:00
e_remainderl.S Update. 1999-07-14 00:54:57 +00:00
e_scalb.S Update. 1999-07-14 00:54:57 +00:00
e_scalbf.S Update. 1999-07-14 00:54:57 +00:00
e_scalbl.S Update. 1999-07-14 00:54:57 +00:00
e_sqrt.S Update. 1999-07-14 00:54:57 +00:00
e_sqrtf.S Update. 1999-07-14 00:54:57 +00:00
e_sqrtl.S Update. 1999-07-14 00:54:57 +00:00
fclrexcpt.c Update. 1999-10-31 23:32:56 +00:00
fedisblxcpt.c Update. 1999-11-12 17:23:30 +00:00
feenablxcpt.c Update. 1999-11-12 17:23:30 +00:00
fegetenv.c Update. 1999-10-31 23:32:56 +00:00
fegetexcept.c Update. 1999-11-12 17:23:30 +00:00
fegetround.c Update. 1997-04-12 23:41:36 +00:00
feholdexcpt.c Update. 1999-05-23 10:13:49 +00:00
fesetenv.c Update. 1999-10-31 23:32:56 +00:00
fesetround.c Update. 1997-04-12 23:41:36 +00:00
feupdateenv.c Update. 1999-10-31 23:32:56 +00:00
fgetexcptflg.c Update. 1999-10-31 23:32:56 +00:00
fraiseexcpt.c Update. 1999-10-31 23:32:56 +00:00
fsetexcptflg.c Update. 1999-10-31 23:32:56 +00:00
ftestexcept.c Update. 1997-04-12 23:41:36 +00:00
k_rem_pio2.c Update. 1999-07-14 00:54:57 +00:00
k_rem_pio2f.c Update. 1999-07-14 00:54:57 +00:00
k_rem_pio2l.c Update. 1999-07-14 00:54:57 +00:00
libm-test-ulps Update. 1999-12-18 19:45:25 +00:00
s_asinh.S Update. 1999-07-14 00:54:57 +00:00
s_asinhf.S Update. 1999-07-14 00:54:57 +00:00
s_asinhl.S Update. 1999-07-14 00:54:57 +00:00
s_atan.S Update. 1999-07-14 00:54:57 +00:00
s_atanf.S Update. 1999-07-14 00:54:57 +00:00
s_atanl.S Update. 1999-07-14 00:54:57 +00:00
s_cbrt.S Update. 1999-07-14 00:54:57 +00:00
s_cbrtf.S Update. 1999-07-14 00:54:57 +00:00
s_cbrtl.S Update. 1999-07-14 00:54:57 +00:00
s_ceil.S Update. 1999-07-14 00:54:57 +00:00
s_ceilf.S Update. 1999-07-14 00:54:57 +00:00
s_ceill.S Update. 1999-07-14 00:54:57 +00:00
s_cexp.S Update. 1999-07-14 00:54:57 +00:00
s_cexpf.S Update. 1999-07-14 00:54:57 +00:00
s_cexpl.S Update. 1999-07-14 00:54:57 +00:00
s_copysign.S Update. 1999-07-14 00:54:57 +00:00
s_copysignf.S Update. 1999-07-14 00:54:57 +00:00
s_copysignl.S Update. 1999-07-14 00:54:57 +00:00
s_cos.S Update. 1999-07-14 00:54:57 +00:00
s_cosf.S Update. 1999-07-14 00:54:57 +00:00
s_cosl.S Update. 1999-07-14 00:54:57 +00:00
s_exp2.S Update. 1999-07-14 00:54:57 +00:00
s_exp2f.S Update. 1999-07-14 00:54:57 +00:00
s_exp2l.S Update. 1999-07-14 00:54:57 +00:00
s_expm1.S Update. 1999-07-14 00:54:57 +00:00
s_expm1f.S Update. 1999-07-14 00:54:57 +00:00
s_expm1l.S Update. 1999-07-14 00:54:57 +00:00
s_fdim.S Update. 1999-07-14 00:54:57 +00:00
s_fdimf.S Update. 1999-07-14 00:54:57 +00:00
s_fdiml.S Update. 1999-07-14 00:54:57 +00:00
s_finite.S Update. 1999-07-14 00:54:57 +00:00
s_finitef.S Update. 1999-07-14 00:54:57 +00:00
s_finitel.S Update. 1999-07-14 00:54:57 +00:00
s_floor.S Update. 1999-07-14 00:54:57 +00:00
s_floorf.S Update. 1999-07-14 00:54:57 +00:00
s_floorl.S Update. 1999-07-14 00:54:57 +00:00
s_fma.S Update. 1999-07-14 00:54:57 +00:00
s_fmaf.S Update. 1999-07-14 00:54:57 +00:00
s_fmal.S Update. 1999-07-14 00:54:57 +00:00
s_fmax.S Update. 1999-07-14 00:54:57 +00:00
s_fmaxf.S Update. 1999-07-14 00:54:57 +00:00
s_fmaxl.S Update. 1999-07-14 00:54:57 +00:00
s_fmin.S Update. 1999-07-14 00:54:57 +00:00
s_fminf.S Update. 1999-07-14 00:54:57 +00:00
s_fminl.S Update. 1999-07-14 00:54:57 +00:00
s_frexp.S Update. 1999-07-14 00:54:57 +00:00
s_frexpf.S Update. 1999-07-14 00:54:57 +00:00
s_frexpl.S Update. 1999-07-14 00:54:57 +00:00
s_ilogb.S Update. 1999-07-14 00:54:57 +00:00
s_ilogbf.S Update. 1999-07-14 00:54:57 +00:00
s_ilogbl.S Update. 1999-07-14 00:54:57 +00:00
s_isinfl.c Update. 1999-07-14 00:54:57 +00:00
s_isnanl.c Update. 1999-07-14 00:54:57 +00:00
s_llrint.S Update. 1999-07-14 00:54:57 +00:00
s_llrintf.S Update. 1999-07-14 00:54:57 +00:00
s_llrintl.S Update. 1999-07-14 00:54:57 +00:00
s_log1p.S Update. 1999-10-24 22:04:52 +00:00
s_log1pf.S Update. 1999-10-24 22:04:52 +00:00
s_log1pl.S Update. 1999-10-24 22:04:52 +00:00
s_log2.S Update. 1999-10-24 22:04:52 +00:00
s_log2f.S Update. 1999-10-24 22:04:52 +00:00
s_log2l.S Update. 1999-10-24 22:04:52 +00:00
s_logb.S Update. 1999-07-14 00:54:57 +00:00
s_logbf.S Update. 1999-07-14 00:54:57 +00:00
s_logbl.S Update. 1999-07-14 00:54:57 +00:00
s_lrint.S Update. 1999-07-14 00:54:57 +00:00
s_lrintf.S Update. 1999-07-14 00:54:57 +00:00
s_lrintl.S Update. 1999-07-14 00:54:57 +00:00
s_nearbyint.S Update. 1999-07-14 00:54:57 +00:00
s_nearbyintf.S Update. 1999-07-14 00:54:57 +00:00
s_nearbyintl.S Update. 1999-07-14 00:54:57 +00:00
s_nextafterl.c Update. 1999-10-20 03:20:31 +00:00
s_remquo.S Update. 1999-07-14 00:54:57 +00:00
s_remquof.S Update. 1999-07-14 00:54:57 +00:00
s_remquol.S Update. 1999-07-14 00:54:57 +00:00
s_rint.S Update. 1999-07-14 00:54:57 +00:00
s_rintf.S Update. 1999-07-14 00:54:57 +00:00
s_rintl.S Update. 1999-07-14 00:54:57 +00:00
s_scalbln.c Update. 1999-07-14 00:54:57 +00:00
s_scalblnf.c Update. 1999-07-14 00:54:57 +00:00
s_scalblnl.c Update. 1999-07-14 00:54:57 +00:00
s_scalbn.S Update. 1999-07-14 00:54:57 +00:00
s_scalbnf.S Update. 1999-07-14 00:54:57 +00:00
s_scalbnl.S Update. 1999-07-14 00:54:57 +00:00
s_significand.S Update. 1999-07-14 00:54:57 +00:00
s_significandf.S Update. 1999-07-14 00:54:57 +00:00
s_significandl.S Update. 1999-07-14 00:54:57 +00:00
s_sin.S Update. 1999-07-14 00:54:57 +00:00
s_sincos.S Update. 1999-07-14 00:54:57 +00:00
s_sincosf.S Update. 1999-07-14 00:54:57 +00:00
s_sincosl.S Update. 1999-07-14 00:54:57 +00:00
s_sinf.S Update. 1999-07-14 00:54:57 +00:00
s_sinl.S Update. 1999-07-14 00:54:57 +00:00
s_tan.S Update. 1999-07-14 00:54:57 +00:00
s_tanf.S Update. 1999-07-14 00:54:57 +00:00
s_tanl.S Update. 1999-07-14 00:54:57 +00:00
s_trunc.S Update. 1999-07-14 00:54:57 +00:00
s_truncf.S Update. 1999-07-14 00:54:57 +00:00
s_truncl.S Update. 1999-07-14 00:54:57 +00:00
t_exp.c Update. 1999-07-14 00:54:57 +00:00