Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com>
commit6025c399e9fd73efeb5b93db78ec021d3fce2b1c
authorRoland McGrath <roland@gnu.org>
Sun, 17 Mar 1996 01:58:17 +0000 (17 01:58 +0000)
committerRoland McGrath <roland@gnu.org>
Sun, 17 Mar 1996 01:58:17 +0000 (17 01:58 +0000)
treee213f46f05f3cb8638d22a81d437a32754062173
parentd3b7d2ac93ed6fce3f7cb8e567d2b96719dde01a
Sat Mar 16 20:08:22 1996  David Mosberger-Tang  <davidm@azstarnet.com>

* sysdeps/alpha/memchr.S: new file.
* sysdeps/alpha/memchr.c: obsolete file removed.

Sat Mar 16 16:26:09 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>

* misc/Makefile (headers): Add sysexits.h.
* misc/sysexits.h: New file.

Thu Mar 14 15:20:45 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* sysdeps/libm-ieee754/e_atan2.c (__ieee754_atan2): Change atan
call to __atan.
* sysdeps/libm-ieee754/e_atan2f.c (__ieee754_atan2f): Change atanf
  call to __atanf.

* sysdeps/m68k/fpu/e_acos.c, sysdeps/m68k/fpu/e_acosf.c,
sysdeps/m68k/fpu/e_asin.c, sysdeps/m68k/fpu/e_asinf.c,
sysdeps/m68k/fpu/e_atanh.c, sysdeps/m68k/fpu/e_atanhf.c,
sysdeps/m68k/fpu/e_cosh.c, sysdeps/m68k/fpu/e_coshf.c,
sysdeps/m68k/fpu/e_exp.c, sysdeps/m68k/fpu/e_expf.c,
sysdeps/m68k/fpu/e_fmod.c, sysdeps/m68k/fpu/e_fmodf.c,
sysdeps/m68k/fpu/e_log.c, sysdeps/m68k/fpu/e_log10.c,
sysdeps/m68k/fpu/e_log10f.c, sysdeps/m68k/fpu/e_logf.c,
sysdeps/m68k/fpu/e_pow.c, sysdeps/m68k/fpu/e_powf.c,
sysdeps/m68k/fpu/e_remainder.c, sysdeps/m68k/fpu/e_remainderf.c,
sysdeps/m68k/fpu/e_scalb.c, sysdeps/m68k/fpu/e_scalbf.c,
sysdeps/m68k/fpu/e_sinh.c, sysdeps/m68k/fpu/e_sinhf.c,
sysdeps/m68k/fpu/e_sqrt.c, sysdeps/m68k/fpu/e_sqrtf.c,
sysdeps/m68k/fpu/k_cos.c, sysdeps/m68k/fpu/k_cosf.c,
sysdeps/m68k/fpu/k_sin.c, sysdeps/m68k/fpu/k_sinf.c,
sysdeps/m68k/fpu/k_tan.c, sysdeps/m68k/fpu/k_tanf.c,
sysdeps/m68k/fpu/s_atan.c, sysdeps/m68k/fpu/s_atanf.c,
sysdeps/m68k/fpu/s_ceil.c, sysdeps/m68k/fpu/s_ceilf.c,
sysdeps/m68k/fpu/s_cos.c, sysdeps/m68k/fpu/s_cosf.c,
sysdeps/m68k/fpu/s_expm1.c, sysdeps/m68k/fpu/s_expm1f.c,
sysdeps/m68k/fpu/s_fabs.c, sysdeps/m68k/fpu/s_fabsf.c,
sysdeps/m68k/fpu/s_finite.c, sysdeps/m68k/fpu/s_finitef.c,
sysdeps/m68k/fpu/s_floor.c, sysdeps/m68k/fpu/s_floorf.c,
sysdeps/m68k/fpu/s_frexp.c, sysdeps/m68k/fpu/s_frexpf.c,
sysdeps/m68k/fpu/s_ilogb.c, sysdeps/m68k/fpu/s_ilogbf.c,
sysdeps/m68k/fpu/s_isinf.c, sysdeps/m68k/fpu/s_isinff.c,
sysdeps/m68k/fpu/s_isnan.c, sysdeps/m68k/fpu/s_isnanf.c,
sysdeps/m68k/fpu/s_ldexp.c, sysdeps/m68k/fpu/s_ldexpf.c,
sysdeps/m68k/fpu/s_log1p.c, sysdeps/m68k/fpu/s_log1pf.c,
sysdeps/m68k/fpu/s_logb.c, sysdeps/m68k/fpu/s_logbf.c,
sysdeps/m68k/fpu/s_modf.c, sysdeps/m68k/fpu/s_modff.c,
sysdeps/m68k/fpu/s_rint.c, sysdeps/m68k/fpu/s_rintf.c,
sysdeps/m68k/fpu/s_scalbn.c, sysdeps/m68k/fpu/s_scalbnf.c,
sysdeps/m68k/fpu/s_significand.c,
sysdeps/m68k/fpu/s_significandf.c, sysdeps/m68k/fpu/s_sin.c,
sysdeps/m68k/fpu/s_sinf.c, sysdeps/m68k/fpu/s_tan.c,
sysdeps/m68k/fpu/s_tanf.c, sysdeps/m68k/fpu/s_tanh.c,
sysdeps/m68k/fpu/s_tanhf.c: New files, for m68881 port of fdlibm.

* sysdeps/m68k/fpu/__math.h: Rewritten for fdlibm.

* sysdeps/m68k/fpu/isinfl.c: Rewritten to get argument type right.
* sysdeps/m68k/fpu/isnanl.c: Likewise.

Thu Mar 14 06:01:07 1996  Roland McGrath  <roland@charlie-brown.gnu.ai.mit.edu>

* posix/glob.c (glob): In GLOB_BRACE brace expansion, fix buffer size
calculation to include trailing invariant portion.  Don't use alloca;
instead use a dynamic auto array for GCC, malloc for non-GCC.
Handle nested braces properly.

* elf/elf.h (Elf32_auxv_t): Specify prototype (void) for `a_un.a_fcn'.

* libc-symbols.h (lint): New macro.

Fri Mar 15 01:18:00 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* libio/iosetvbuf.c: Add weak alias setvbuf.
87 files changed:
ChangeLog
elf/elf.h
libc-symbols.h
misc/Makefile
misc/sysexits.h [new file with mode: 0644]
posix/glob.c
sysdeps/alpha/memchr.S [new file with mode: 0644]
sysdeps/alpha/memchr.c [deleted file]
sysdeps/libm-ieee754/e_atan2.c
sysdeps/libm-ieee754/e_atan2f.c
sysdeps/m68k/fpu/__math.h
sysdeps/m68k/fpu/e_acos.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_acosf.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_asin.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_asinf.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_atanh.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_atanhf.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_cosh.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_coshf.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_exp.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_expf.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_fmod.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_fmodf.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_log.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_log10.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_log10f.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_logf.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_pow.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_powf.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_remainder.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_remainderf.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_scalb.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_scalbf.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_sinh.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_sinhf.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_sqrt.c [new file with mode: 0644]
sysdeps/m68k/fpu/e_sqrtf.c [new file with mode: 0644]
sysdeps/m68k/fpu/isinfl.c
sysdeps/m68k/fpu/isnanl.c
sysdeps/m68k/fpu/k_cos.c [new file with mode: 0644]
sysdeps/m68k/fpu/k_cosf.c [new file with mode: 0644]
sysdeps/m68k/fpu/k_sin.c [new file with mode: 0644]
sysdeps/m68k/fpu/k_sinf.c [new file with mode: 0644]
sysdeps/m68k/fpu/k_tan.c [new file with mode: 0644]
sysdeps/m68k/fpu/k_tanf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_atan.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_atanf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_ceil.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_ceilf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_cos.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_cosf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_expm1.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_expm1f.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_fabs.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_fabsf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_finite.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_finitef.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_floor.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_floorf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_frexp.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_frexpf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_ilogb.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_ilogbf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_isinf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_isinff.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_isnan.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_isnanf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_ldexp.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_ldexpf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_log1p.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_log1pf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_logb.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_logbf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_modf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_modff.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_rint.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_rintf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_scalbn.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_scalbnf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_significand.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_significandf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_sin.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_sinf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_tan.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_tanf.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_tanh.c [new file with mode: 0644]
sysdeps/m68k/fpu/s_tanhf.c [new file with mode: 0644]