glibc/sysdeps/m68k/fpu
Ulrich Drepper fe0ec73edb Update.
1997-11-13 01:07  Ulrich Drepper  <drepper@cygnus.com>

	* manual/arith.texi: Update documentation according to most recent
	ISO C 9X draft.
	Document fma, fdim, fmin, and fmax.
	* manual/math.texi: Allow multiple defitino of mul etc.

	* math/complex.h (I): Define using _Complex_U not _Imaginary_I.

	* math/libm-test.c: Add tests for fma.

	* math/math.h: Describe DECIMAL_DIG macro.  Pretty print.

	* sysdeps/alpha/fpu/bits/mathdef.h: Define INFINITY as of type float.
	Define DECIMAL_DIG.
	* sysdeps/generic/bits/mathdef.h: Likewise.
	* sysdeps/i386/bits/mathdef.h: Likewise.
	* sysdeps/m68k/fpu/bits/mathdef.h: Likewise.
	* sysdeps/powerpc/bits/mathdef.h: Likewise.
	* sysdeps/sparc/fpu/bits/mathdef.h: Likewise.

	* sysdeps/ieee754/bits/nan.h: Define NAN as of type float.
	* sysdeps/m68k/bits/nan.h. Likewise.  Remove NANF and NANL.

1997-11-12 17:50  Ulrich Drepper  <drepper@cygnus.com>

	* sunrpc/xcrypt.c: Don't process #ident preprocessor instruction.
	Reported by Philip Blundell <pb@nexus.co.uk>.

	* string/strndup.c: Use K&R like definition.

	* sysdeps/unix/sysv/linux/getcwd.c: New file.  Use kernel information
	instead of longish search for the name.
	* sysdeps/posix/getcwd.c: Add support for use of the code as a
	backup solution.

1997-11-12 15:31  Philip Blundell  <pb@nexus.co.uk>

	* sysdeps/unix/sysv/linux/arm/sysdep.h (SYS_ify): Don't add
	SWI_BASE in twice.

	* sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
	Use correct name to access PC.

	* sysdeps/unix/arm/sysdep.S: Include <bits/errno.h> not <errnos.h>.

	* sysdeps/generic/bits/types.h: Add __ino64_t and __off64_t.
	* sysdeps/generic/bits/stat.h: Add struct stat64.

1997-11-12 16:08  Ulrich Drepper  <drepper@cygnus.com>

	* intl/loadmsgcat.c [_LIBC] (fstat): Don't define as __fstat since
	now we have a definition as _fxstat.
	* libio/fileops.c: Likewise.
	* libio/oldfileops.c: Likewise.
	Reported by Andreas Jaeger <aj@arthur.rhein-neckar.de>.

1997-11-12  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* sysdeps/wordsize-32/inttypes.h (SIG_ATOMIC_MAX): Correct value.
	* sysdeps/wordsize-64/inttypes.h (SIG_ATOMIC_MAX): Likewise.

1997-11-11  Paul Eggert  <eggert@twinsun.com>

	Add overflow checking for 64-bit time_t and 32-bit int.

	* time/time.h (__offtime): Now returns int.

	* time/offtime.c (__offtime): Return nonzero if successful;
	check for tm_year overflow.
	(DIV): New macro.
	(LEAPS_THRU_END_OF): Handle negative years correctly.

	* time/tzset.c (__tz_convert): Return NULL if offtime cannot convert.

	* time/mktime.c (ranged_convert): New function.
	(ydhms_tm_diff): Return nonzero if TP is null.
	(__mktime_internal): Handle cases correctly even if they are near or
	past the limits of time_t values that can be broken down to struct tm.
	(print_tm, check_result, main): Diagnose localtime failures.

	* manual/time.texi: Document the fact that localtime returns 0
	if the time can't be represented.

1997-11-12 06:03  Ulrich Drepper  <drepper@cygnus.com>

	* time/strftime.c (memset_space, memset_zero): Use MEMPCPY, not
	mempcpy.  Patch by Ken'ichi Handa  <handa@etl.go.jp>.

	* manual/time.texi: Document %F and %f format for strftime.

	* manual/arith.texi: Document copysign, nextafter and nan.

1997-11-06  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* test-installation.pl: New file. Tests for some installation
	problems.
1997-11-13 00:21:19 +00:00
..
bits Update. 1997-11-13 00:21:19 +00:00
switch Update. 1997-06-21 02:59:26 +00:00
e_acos.c update from main archive 970304 1997-03-04 05:53:28 +00:00
e_acosf.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
e_acosl.c Mon Jun 10 02:22:24 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu> 1996-06-10 09:41:16 +00:00
e_asin.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_asinf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_asinl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
e_atan2.c Update. 1997-05-29 12:06:58 +00:00
e_atan2f.c Update. 1997-03-25 01:45:04 +00:00
e_atan2l.c Update. 1997-03-25 01:45:04 +00:00
e_atanh.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_atanhf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_atanhl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-07 21:00:20 +00:00
e_cosh.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_coshf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_coshl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-07 21:00:20 +00:00
e_exp.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_expf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_expl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
e_fmod.c update from main archive 970304 1997-03-04 05:53:28 +00:00
e_fmodf.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
e_fmodl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
e_log10.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_log10f.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_log10l.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
e_log.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_logf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_logl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
e_pow.c Update. 1997-05-07 15:31:21 +00:00
e_powf.c Update. 1997-03-25 01:45:04 +00:00
e_powl.c Update. 1997-03-25 01:45:04 +00:00
e_rem_pio2.c Update. 1997-08-10 18:37:15 +00:00
e_rem_pio2f.c Update. 1997-08-10 18:37:15 +00:00
e_rem_pio2l.c Update. 1997-08-10 18:37:15 +00:00
e_remainder.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_remainderf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_remainderl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
e_scalb.c Update. 1997-06-23 21:55:26 +00:00
e_scalbf.c Update. 1997-06-23 21:55:26 +00:00
e_scalbl.c Update. 1997-06-23 21:55:26 +00:00
e_sinh.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_sinhf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_sinhl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
e_sqrt.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_sqrtf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
e_sqrtl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
fclrexcpt.c Update. 1997-04-17 15:10:04 +00:00
fegetenv.c Update. 1997-04-17 15:10:04 +00:00
fegetround.c Update. 1997-04-17 15:10:04 +00:00
feholdexcpt.c update. 1997-07-11 01:19:07 +00:00
fesetenv.c update. 1997-07-11 01:19:07 +00:00
fesetround.c Update. 1997-04-17 15:10:04 +00:00
feupdateenv.c Update. 1997-04-17 15:10:04 +00:00
fgetexcptflg.c Update. 1997-04-17 15:10:04 +00:00
fraiseexcpt.c Update. 1997-07-24 01:36:01 +00:00
fsetexcptflg.c Update. 1997-04-17 15:10:04 +00:00
ftestexcept.c Update. 1997-04-17 15:10:04 +00:00
k_cos.c update from main archive 970304 1997-03-04 05:53:28 +00:00
k_cosf.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
k_cosl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
k_rem_pio2.c Update. 1997-08-10 18:37:15 +00:00
k_rem_pio2f.c Update. 1997-08-10 18:37:15 +00:00
k_rem_pio2l.c Update. 1997-08-10 18:37:15 +00:00
k_sin.c update from main archive 970304 1997-03-04 05:53:28 +00:00
k_sinf.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
k_sinl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
k_tan.c update from main archive 970304 1997-03-04 05:53:28 +00:00
k_tanf.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
k_tanl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
Makefile initial import 1995-02-18 01:27:10 +00:00
s_atan.c update from main archive 970304 1997-03-04 05:53:28 +00:00
s_atanf.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_atanl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_ccos.c Update. 1997-05-07 15:31:21 +00:00
s_ccosf.c Update. 1997-05-07 15:31:21 +00:00
s_ccosh.c Update. 1997-05-07 15:31:21 +00:00
s_ccoshf.c Update. 1997-05-07 15:31:21 +00:00
s_ccoshl.c Update. 1997-05-07 15:31:21 +00:00
s_ccosl.c Update. 1997-05-07 15:31:21 +00:00
s_ceil.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_ceilf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_ceill.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_cexp.c Update. 1997-05-07 15:31:21 +00:00
s_cexpf.c Update. 1997-05-07 15:31:21 +00:00
s_cexpl.c Update. 1997-05-07 15:31:21 +00:00
s_cos.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_cosf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_cosl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_csin.c Update. 1997-05-07 15:31:21 +00:00
s_csinf.c Update. 1997-05-07 15:31:21 +00:00
s_csinh.c Update. 1997-05-07 15:31:21 +00:00
s_csinhf.c Update. 1997-05-07 15:31:21 +00:00
s_csinhl.c Update. 1997-05-07 15:31:21 +00:00
s_csinl.c Update. 1997-05-07 15:31:21 +00:00
s_exp2.c Update. 1997-09-30 17:10:40 +00:00
s_exp2f.c Update. 1997-09-30 17:10:40 +00:00
s_exp2l.c Update. 1997-09-30 17:10:40 +00:00
s_expm1.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_expm1f.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_expm1l.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_fabs.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_fabsf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_fabsl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_finite.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_finitef.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_finitel.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_floor.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_floorf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_floorl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_frexp.c update from main archive 970304 1997-03-04 05:53:28 +00:00
s_frexpf.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_frexpl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_ilogb.c Updated. 1997-06-26 22:23:01 +00:00
s_ilogbf.c Updated. 1997-06-26 22:23:01 +00:00
s_ilogbl.c Updated. 1997-06-26 22:23:01 +00:00
s_isinf.c update from main archive 970304 1997-03-04 05:53:28 +00:00
s_isinff.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_isinfl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_isnan.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_isnanf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_isnanl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_llrint.c Update. 1997-11-12 00:06:02 +00:00
s_llrintf.c Update. 1997-11-12 00:06:02 +00:00
s_llrintl.c Update. 1997-11-12 00:06:02 +00:00
s_log1p.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_log1pf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_log1pl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_log2.c Update. 1997-03-25 01:45:04 +00:00
s_log2f.c Update. 1997-03-25 01:45:04 +00:00
s_log2l.c Update. 1997-03-25 01:45:04 +00:00
s_lrint.c Update. 1997-10-26 20:13:00 +00:00
s_lrintf.c Update. 1997-10-26 20:13:00 +00:00
s_lrintl.c Update. 1997-10-26 20:13:00 +00:00
s_modf.c Update. 1997-04-02 14:47:34 +00:00
s_modff.c Update. 1997-04-02 14:47:34 +00:00
s_modfl.c Update. 1997-04-02 14:47:34 +00:00
s_nearbyint.c Update. 1997-04-02 14:47:34 +00:00
s_nearbyintf.c Update. 1997-04-02 14:47:34 +00:00
s_nearbyintl.c Update. 1997-04-02 14:47:34 +00:00
s_remquo.c Update. 1997-06-19 19:11:22 +00:00
s_remquof.c Update. 1997-04-17 15:10:04 +00:00
s_remquol.c Update. 1997-04-17 15:10:04 +00:00
s_rint.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_rintf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_rintl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_scalbln.c Update. 1997-10-26 20:13:00 +00:00
s_scalblnf.c Update. 1997-10-26 20:13:00 +00:00
s_scalblnl.c Update. 1997-10-26 20:13:00 +00:00
s_scalbn.c Update. 1997-10-26 20:13:00 +00:00
s_scalbnf.c Update. 1997-10-26 20:13:00 +00:00
s_scalbnl.c Update. 1997-10-26 20:13:00 +00:00
s_significand.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_significandf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_significandl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_sin.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_sincos.c Update. 1997-04-21 11:38:46 +00:00
s_sincosf.c Update. 1997-04-21 11:38:46 +00:00
s_sincosl.c Update. 1997-04-21 11:38:46 +00:00
s_sinf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_sinl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_tan.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_tanf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_tanh.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_tanhf.c Sat Mar 16 20:08:22 1996 David Mosberger-Tang <davidm@azstarnet.com> 1996-03-17 01:58:17 +00:00
s_tanhl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_tanl.c Tue Jun 4 22:03:02 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> 1996-06-06 05:23:42 +00:00
s_trunc.c Update. 1997-04-02 14:47:34 +00:00
s_truncf.c Update. 1997-04-02 14:47:34 +00:00
s_truncl.c Update. 1997-04-02 14:47:34 +00:00