glibc/sysdeps/posix
Ulrich Drepper 7799b7b335 Update.
1997-04-15 03:14  Ulrich Drepper  <drepper@cygnus.com>

	* wcsmbs/wcsstr.c: Add weak alias wcswcs for Unix98 compliance.

	* math/Makefile (libm-calls): Add s_sincos and s_cproj.
	* math/mathcalls.h: Add prototype for sincos.
	* sysdeps/i386/fpu/__math.h: Warn about restriction on arguments to
	inlined sin and cos function.
	Define functions new in ISO C 9X when __USE_ISOC9X is defined.
	Add optimized version of finite.
	Rewrite sincos function to handle too large arguments.
	* sysdeps/libm-i387/s_cos.S: Better code alignment.
	* sysdeps/libm-i387/s_cosl.S: Likewise.
	* sysdeps/libm-i387/s_sin.S: Likewise.
	* sysdeps/libm-i387/s_sinl.S: Likewise.
	* sysdeps/libm-i387/s_finite.S: Yet better code.
	* sysdeps/libm-i387/s_finitef.S: Likewise.
	* sysdeps/libm-i387/s_sincos.S: New file.
	* sysdeps/libm-i387/s_sincosf.S: New file.
	* sysdeps/libm-i387/s_sincosl.S: New file.
	* sysdeps/libm-ieee754/s_sincos.c: New file.
	* sysdeps/libm-ieee754/s_sincosf.c: New file.
	* sysdeps/libm-ieee754/s_sincosl.c: New file.

	* sysdeps/libm-ieee754/s_ccosh.c: Change to use sincos function.
	* sysdeps/libm-ieee754/s_ccoshf.c: Likewise.
	* sysdeps/libm-ieee754/s_ccoshl.c: Likewise.
	* sysdeps/libm-ieee754/s_cexp.c: Likewise.
	* sysdeps/libm-ieee754/s_cexpf.c: Likewise.
	* sysdeps/libm-ieee754/s_cexpl.c: Likewise.
	* sysdeps/libm-ieee754/s_csinh.c: Likewise.
	* sysdeps/libm-ieee754/s_csinhf.c: Likewise.
	* sysdeps/libm-ieee754/s_csinhl.c: Likewise.
	* sysdeps/libm-ieee754/s_ctan.c: Likewise.
	* sysdeps/libm-ieee754/s_ctanf.c: Likewise.
	* sysdeps/libm-ieee754/s_ctanl.c: Likewise.
	* sysdeps/libm-ieee754/s_ctanh.c: Likewise.
	* sysdeps/libm-ieee754/s_ctanhf.c: Likewise.
	* sysdeps/libm-ieee754/s_ctanhl.c: Likewise.

	* sysdeps/libm-ieee754/s_cosl.c: Correct check for range.
	* sysdeps/libm-ieee754/s_sinl.c: Likewise.

	* sysdeps/libm-ieee754/s_roundtol.c: Fix typos.
	* sysdeps/libm-ieee754/s_roundtoll.c: Likewise.

	* nis/Makefile (services): Mention nisplus before compat.
	* nis/nis_call.c (__do_niscall): Change type of variable server_len
	to prevent warning.
	* nis/nss_compat/compat-grp.c (getgrent_next_file_plusgroup): Add
	cast to prevent warning.
	* nis/nss_compat/compat-pwd.c (getpwent_next_file_plususer): Likewise.
	* nis/nss_compat/compat-spwd.c (getspent_next_file_plususer): Likewise.
	* nis/nss_nisplus/nisplus-hosts.c (_nss_nisplus_parse_hostent): Change
	type of variable `i' to prevent warning.
	* nis/nss_nisplus/nisplus-network.c (_nss_nisplus_parse_netent):
	Likewise.
	* nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_parse_protoent):
	Likewise.
	* nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_parse_rpcent): Likewise.
	* nis/nss_nisplus/nisplus-service.c (_nss_nisplus_parse_servent):
	Likewise.

	* sysdeps/generic/Dist: Remove old math implementation files.
	* sysdeps/generic/mathimpl.h: Removed.
	* sysdeps/generic/trig.h: Removed.
	* sysdeps/generic/sincos.c: Removed.
	* sysdeps/generic/asincos.c: Removed.
	* sysdeps/generic/exp__E.c: Removed.
	* sysdeps/generic/log__L.c: Removed.

1997-04-13 17:18  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>

	* malloc/malloc.c (fREe): Small optimization.  Before returning,
	add fast check whether the heap containing top can go away.

1997-04-11 16:46  Wolfram Gloger  <wmglo@dent.med.uni-muenchen.de>

	* malloc/malloc.c (mALLOc, rEALLOc, cALLOc, mEMALIGn): When
	failing to allocate a new chunk, also try the main_arena.  It may
	be that we are only running out of mmapped regions, and other
	arenas cannot be enlarged sufficiently.
	(new_heap, malloc_extend_top): Handle top_pad more consistently,
	i.e. only in new_heap().

1997-04-13 21:10  Philip Blundell  <pjb27@cl.cam.ac.uk>

	* sysdeps/posix/Makefile: Don't try to build and run mk-stdiolim
	if cross-compiling.

	* configure.in: Recognise "...linuxaout" OS names and turn off ELF.

	* configure.in: Add ARM support.
	* sysdeps/arm/Implies: New file.
	* sysdeps/arm/__longjmp.S: New file.
	* sysdeps/arm/bsd-_setjmp: New file.
	* sysdeps/arm/bsd-setjmp: New file.
	* sysdeps/arm/bytesex.h: New file.
	* sysdeps/arm/fpu_control.h: New file.
	* sysdeps/arm/jmp_buf.h: New file.
	* sysdeps/arm/setjmp.h: New file.
	* sysdeps/arm/sysdep.h: New file.
	* sysdeps/unix/arm/config.h: New file.

1997-04-14 04:03  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/libm-ieee754/s_cproj.c: New file.
	* sysdeps/libm-ieee754/s_cprojf.c: New file.
	* sysdeps/libm-ieee754/s_cprojl.c: New file.
1997-04-15 01:38:39 +00:00
..
Dist initial import 1995-02-18 01:27:10 +00:00
Makefile Update. 1997-04-15 01:38:39 +00:00
clock.c Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> 1996-03-19 20:21:54 +00:00
ctermid.c initial import 1995-02-18 01:27:10 +00:00
cuserid.c update from main archive 961105 1996-11-06 04:24:40 +00:00
defs.c (__libc_argv, __libc_argc): Make extern. (__hurd_threadvar_max, __hurd_threadvar_stack_offset, __hurd_threadvar_stack_mask): New variables. 1997-02-23 22:09:31 +00:00
dup.c initial import 1995-02-18 01:27:10 +00:00
dup2.c update from main archive 1996-09-27 03:45:24 +00:00
euidaccess.c Update. 1997-03-09 06:16:49 +00:00
fdopen.c update from main archive 961207 1996-12-08 08:01:13 +00:00
flock.c update from main archive 1996-09-27 03:45:24 +00:00
fpathconf.c update from main archive 961214 1996-12-15 02:15:29 +00:00
gai_strerror.c update from main archive 970225 1997-02-25 05:18:05 +00:00
getaddrinfo.c Update. 1997-03-29 17:32:35 +00:00
getcwd.c update from main archive 970209 1997-02-10 03:19:57 +00:00
getdtsz.c Update. 1996-08-07 23:50:59 +00:00
getpagesize.c update from main archive 961105 1996-11-06 04:24:40 +00:00
gettimeofday.c update from main archive 1996-09-27 03:45:24 +00:00
isatty.c update from main archive 1996-09-27 03:45:24 +00:00
isfdtype.c Update. 1997-03-16 20:28:07 +00:00
killpg.c update from main archive 1996-09-27 03:45:24 +00:00
libc_fatal.c Sat Jun 22 21:29:52 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-23 01:31:00 +00:00
mk-stdiolim.c update from main archive 960927 1996-09-28 03:24:10 +00:00
mkstemp.c update from main archive 961105 1996-11-06 04:24:40 +00:00
mktemp.c update from main archive 961105 1996-11-06 04:24:40 +00:00
pathconf.c update from main archive 961214 1996-12-15 02:15:29 +00:00
pipestream.c update from main archive 970121 1997-01-23 04:24:20 +00:00
profil.c update from main archive 960904 1996-09-05 02:49:18 +00:00
raise.c update from main archive 961229 1996-12-30 01:47:46 +00:00
readv.c Update. 1997-03-21 20:00:48 +00:00
remove.c update from main archive 1996-09-27 03:45:24 +00:00
rename.c update from main archive 961030 1996-10-31 02:57:12 +00:00
sigblock.c update from main archive 961119 1996-11-20 03:45:51 +00:00
sigintr.c update from main archive 961119 1996-11-20 03:45:51 +00:00
signal.c update from main archive 960105 1997-01-06 22:07:28 +00:00
sigpause.c update from main archive 970129 1997-01-30 04:09:36 +00:00
sigsetmask.c update from main archive 961119 1996-11-20 03:45:51 +00:00
sigsuspend.c update from main archive 1996-09-27 03:45:24 +00:00
sigvec.c update from main archive 961119 1996-11-20 03:45:51 +00:00
sigwait.c update from main archive 970129 1997-01-30 04:09:36 +00:00
sleep.c Update to 2.1.x development version 1997-02-15 04:31:36 +00:00
stdio_init.c initial import 1995-02-18 01:27:10 +00:00
sysconf.c update from main archive 961105 1996-11-06 04:24:40 +00:00
system.c Update. 1997-03-29 17:32:35 +00:00
sysv_signal.c update from main archive 960105 1997-01-06 22:07:28 +00:00
tempname.c update from main archive 961211 1996-12-12 03:24:48 +00:00
truncate.c update from main archive 1996-09-27 03:45:24 +00:00
ttyname.c update from main archive 961217 1996-12-18 03:23:47 +00:00
ttyname_r.c update from main archive 961217 1996-12-18 03:23:47 +00:00
utimes.c Sun Feb 18 15:08:10 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-02-19 23:14:44 +00:00
vdprintf.c update from main archive 970209 1997-02-10 03:19:57 +00:00
wait.c update from main archive 1996-09-27 03:45:24 +00:00
wait3.c update from main archive 1996-09-27 03:45:24 +00:00
writev.c Update. 1997-03-21 20:00:48 +00:00