📄 changelog
字号:
2003-02-24 Jonathan Larmour <jifl@eCosCentric.com> * cdl/libm.cdl: Fix doc link.2001-09-28 Jesper Skov <jskov@redhat.com> * src/double/portable-api/s_expm1.c (expm1): Init c before it's used.2001-07-20 Jonathan Larmour <jlarmour@redhat.com> * src/double/portable-api/s_expm1.c: Reimport from newlib * src/double/ieee754-core/e_pow.c: Ditto. * src/mathincl/fdlibm.h: Define macros and types required for newlib versions of libm files.2001-04-25 Bart Veer <bartv@redhat.com> * cdl/libm.cdl: Ensure -ffloat-store is also used for the updated synthetic target when running on x86 hardware.2000-09-11 Jonathan Larmour <jlarmour@redhat.com> * src/misc/infconst.c: Revert below two changes - the gcc problem that provoked it is now fixed.2000-09-01 Jonathan Larmour <jlarmour@redhat.com> * src/misc/infconst.c: Silence warning about number of brackets2000-08-31 Jonathan Larmour <jlarmour@redhat.com> * include/math.h: Declare cyg_libm_infinity as an array type for correct relocations * src/misc/infconst.c: Define it likewise2000-05-30 Jesper Skov <jskov@redhat.com> * include/sys/ieeefp.h: Undo below change.2000-05-26 Jesper Skov <jskov@redhat.com> * include/sys/ieeefp.h: Support FPU double-LE layout in BE mode. Fix paste bug.2000-05-02 Jonathan Larmour <jlarmour@redhat.co.uk> * tests/vectors/vector_support.h: Update startup configury to reflect changes in libc startup. Use default stacksize of CYGNUM_HAL_STACK_SIZE_TYPICAL rather than 32K2000-03-28 John Dallaway <jld@cygnus.co.uk> * cdl/libm.cdl: Adjust documentation URLs.2000-03-16 Jonathan Larmour <jlarmour@redhat.co.uk> * cdl/libm.cdl (CYGPKG_LIBM_CFLAGS_ADD): Add -ffloat-store for i386 targets. The math library implementation relies on accurate IEEE FP.2000-01-31 Simon FitzMaurice <sdf@cygnus.co.uk> * cdl/*.cdl: Adjust help URLs in line with new doc layout. 2000-01-28 Simon FitzMaurice <sdf@cygnus.co.uk> * cdl/*.cdl: Adjust help URLs in line with new doc layout. 2000-01-28 Jonathan Larmour <jlarmour@redhat.co.uk> * cdl/libm.cdl: Don't need to compile with -O1 any more2000-01-19 Hugo Tyson <hmt@cygnus.co.uk> * cdl/*.cdl: Add descriptions to a number of options &c which were lacking same, also tidied up other typos as noticed en passant.1999-11-23 Hugo Tyson <hmt@cygnus.co.uk> * include/pkgconf/libm.h: Cooperate with permtest combo10 setting an intermediate variable CYGNUM_LIBM_COMPAT_DEFAULT directly.1999-11-03 John Dallaway <jld@cygnus.co.uk> * cdl/libm.cdl: Define tests.1999-10-18 John Dallaway <jld@cygnus.co.uk> * cdl/libm.cdl: Parent CYGPKG_LIBM_CFLAGS_ADD and CYGPKG_LIBM_CFLAGS_REMOVE under a CDL component.1999-10-15 John Dallaway <jld@cygnus.co.uk> * cdl/libm.cdl: Define CYGPKG_LIBM_CFLAGS_ADD and CYGPKG_LIBM_CFLAGS_REMOVE.1999-10-07 John Dallaway <jld@cygnus.co.uk> * cdl/compat.cdl: Specify radio buttons using CDL interfaces.1999-08-24 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/PKGconf.mak: Optimize by default everywhere, except when compiling e_pow.c, in which case use -fno-schedule-insns1999-08-17 John Dallaway <jld@cygnus.co.uk> * cdl/compat.cdl: Implement radio buttons using "FIXME radio" hack in description field for now.1999-08-14 John Dallaway <jld@cygnus.co.uk> * cdl/compat.cdl: Change CYGNUM_LIBM_COMPATIBILITY flavor to 'booldata'.1999-08-12 John Dallaway <jld@cygnus.co.uk> * cdl/libm.cdl, cdl/compat.cdl: Take advantage of MACRONAME_ENUMVAL macros output by CDL.1999-06-17 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/PKGconf.mak: Disable optimization completely until CR 100802 is fixed1999-06-07 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/mathincl/fdlibm.h: Fix for alias problem Fix for PR 19698 * src/PKGconf.mak: workaround no longer needed1999-06-04 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/PKGconf.mak: Only use -fno-strict-aliasing if we have enough a recent toolchain Default is that we have 1999-06-03 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/PKGconf.mak: Finally found the option to do the right workaround: -fno-strict-aliasing1999-06-02 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/PKGconf.mak (SPECIAL_FLAGS): Don't use -fschedule-insns[2] on mn103001999-05-27 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/PKGconf.mak (SPECIAL_FLAGS): Add workaround flags for new toolchains for all targets1999-05-24 Jesper Skov <jskov@cygnus.co.uk> * src/PKGconf.mak: Same workaround for sh.1999-05-19 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/PKGconf.mak: Make below workaround be the other way around by using -O1 and adding more explicit -O2 optimizations, just so we don't lose very many optimizations. This is for sparclite1999-05-19 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/PKGconf.mak: Make below workaround be the other way around by using -O1 and adding more explicit -O2 optimizations, just so we don't lose very many optimizations. This is for ARM1999-05-18 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/PKGconf.mak: For the sparclite, prevent insn scheduling - workaround for PR 196981999-05-18 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/PKGconf.mak: For the ARM, change from -O1 to just prevent insn scheduling - workaround for PR 196981999-04-15 John Dallaway <jld@cygnus.co.uk> * include/pkgconf/libm.h: Tidy display string capitalization.1999-04-07 Jesper Skov <jskov@cygnus.co.uk> PR 19442 * tests/vectors/vector_support.h: Make an occasional chirp to keep the testing infra interested.1999-04-06 Gary Thomas <gthomas@cygnus.co.uk> * src/PKGconf.mak: More brute-force fix for ARM compiler problems - PR 197721999-03-31 Jonathan Larmour <jlarmour@cygnus.co.uk> * include/pkgconf/libm.h: Remove unnecessary define Fix for PR 194231999-03-29 Gary Thomas <gthomas@cygnus.co.uk> * src/PKGconf.mak: Add special compile options to work around ARM compiler bugs.1999-02-09 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/mathincl/fdlibm.h: Change definition of CYG_LIBM_HI/CYG_LIBM_LO to use inline function Fix for PR 188591999-01-28 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/misc/signgam.cxx: * src/misc/compatmode.cxx: Include <pkgconf/kernel.h> if we use kernel header files1999-01-21 Jonathan Larmour <jlarmour@cygnus.co.uk> * tests/vectors/vector_support.h (doTestVec): Makes more sense to output vector number than array index * src/double/portable-api/s_ceil.c: Fix comment s/+inf/-inf/1999-01-20 Jonathan Larmour <jlarmour@cygnus.co.uk> * tests/vectors/vector_support.h (doTestVec): Add output to let you know which vectors failed1999-01-12 Gary Thomas <gthomas@cygnus.co.uk> * src/mathincl/fdlibm.h: * include/sys/ieeefp.h: Add different structure layouts for machines that have doubles that aren't pure big/little endian.Fri Oct 23 19:27:04 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * tests/vectors/vector_support.h (START_TEST): Ensure that dummy START_TEST (the one used when the test should *not* be run) does have a reference to the test function. And make sure that there is a default one if there's no C API * src/mathincl/fdlibm.h: Add matherr() prototype if no namespace pollution Fixes for PR 179721998-10-22 Jesper Skov <jskov@cygnus.co.uk> PR 17925 * include/pkgconf/libm.h: * src/misc/matherr.c: Removed the CYGFUN_LIBM_matherr config. The function is already weakly defined so shouldn't need to be configured out.1998-10-19 Mark Galassi <rosalia@cygnus.com> * include/pkgconf/libm.h: updated the doc URLThu Oct 15 21:36:12 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/misc/compatmode.cxx, src/misc/signgam.cxx: Only include kernel headers if we want thread-safe operation Required for PR 17229Wed Oct 14 17:24:46 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * include/pkgconf/libm.h: Make CYGPKG_LIBM_COMPATIBILITY_DEFAULT require CYGPKG_LIBC rather than all of libm, and put a check (with #error) that this is the case * src/double/ieee754-api/w_scalb.c: Only include errno.h if we aren't IEEE-only * src/double/portable-api/s_ldexp.c, src/misc/standard.c: Make the error checking in s_ldexp.c more like every other libm sources by putting the actual error handling into standard.c. The error handling is just like scalb * tests/vectors/acos.c, tests/vectors/asin.c, tests/vectors/atan.c, tests/vectors/atan2.c, tests/vectors/ceil.c, tests/vectors/cos.c, tests/vectors/cosh.c, tests/vectors/exp.c, tests/vectors/fabs.c, tests/vectors/floor.c, tests/vectors/fmod.c, tests/vectors/frexp.c, tests/vectors/ldexp.c, tests/vectors/log.c, tests/vectors/log10.c, tests/vectors/modf.c, tests/vectors/pow.c, tests/vectors/sin.c, tests/vectors/sinh.c, tests/vectors/sqrt.c, tests/vectors/tan.c, tests/vectors/tanh.c: Remove unnecessary include of <errno.h> * tests/vectors/vector_support.h: Only include errno.h if we aren't IEEE-only. If we don't have Cyg_ErrNo, just use a cyg_int32 instead, to make sure that the fields are still correct for the input test vector. In doTestVec(), before checking errno, check if we're in IEEE mode (either compiled in or set at runtime) because if so, and errno is set in the errno field of the input test vector, then we have to skip this, since we can't validate the output. In all modes, if errno is set in the input test vector, don't bother checking the actual values All of the above changes are for PR 17503 * tests/vectors/pow.c: Remove requirement of being in POSIX mode, as the change to vector_support.h should make this work better now.Sun Sep 27 20:46:09 1998 David Moore <dsm@keema.cygnus.co.uk> * include/pkgconf/libm.h: PR 17515: Corrected notcdl doc string.1998-09-26 Bart Veer <bartv@cygnus.co.uk> * include/pkgconf/libm.h: PR 17503: there are uses of errno in a couple of places in libm, and errno will only be available if the C library is present. Therefore libm requires libc. Fri Sep 25 19:00:35 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/misc/compatmode.cxx: Make sure CYGNUM_LIBM_COMPATMODE_TRACE_LEVEL is defined before we attempt tracing, otherwise set trace level to 0 i.e. never * src/misc/signgam.cxx: Make sure CYGNUM_LIBM_SIGNGAM_TRACE_LEVEL is defined before we attempt tracing, otherwise set trace level to 0 i.e. never Fix for PR 17478 * include/pkgconf/libm.h: Define trace levels only if parent CYGPKG_LIBM_TRACE is defined for consistency with Configuration ToolFri Sep 25 18:25:02 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * include/pkgconf/libm.h: Only check valid compatibility setting if we aren't IEEE-only mode Fix for PR 17481Fri Sep 25 18:13:24 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/mathincl/fdlibm.h: * src/double/ieee754-core/e_scalb.c: * src/double/ieee754-api/w_scalb.c: Use CYGFUN_LIBM_SVID3_scalb for whether 2nd arg of scalb is double or int, rather than _SCALB_INT. Fix for PR 17479Wed Sep 23 08:07:48 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * tests/vectors/pow.c (test): Make pow test conditional on being in POSIX compatibility mode. This is the only mode that can set errno correctly, in relation to what the tests expect. Fix for PR 169331998-09-20 Mark Galassi <rosalia@cygnus.com> * include/pkgconf/libm.h: updated CDL doc strings.Thu Sep 17 17:10:47 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * tests/vectors/vector_support.h (checkErrorAcceptable): Move check for signed-ness after all of the special cases Fix for PR 16933Tue Sep 15 19:26:32 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * include/pkgconf/libm.h: Updated descriptions and a few other minor things after review1998-09-11 Bart Veer <bartv@cygnus.co.uk> * include/pkgconf/libm.h: Sorting out dependencies for error package.Fri Sep 4 14:20:04 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * include/pkgconf/libm.h: Fix thread-safe modes "requires" lines not to be associated with the dummy parent package, but with the options themselves. Also we don't need "requires CYGPKG_KERNEL" if we already require a particular kernel option anyway.Thu Sep 3 09:50:20 1998 Tim Goodwin <tgoodwin@cygnus.co.uk> * tests/vectors/vector_support.h Change to cyg_thread_create() interface.Wed Sep 2 14:41:54 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * include/pkgconf/libm.h: Add default define for CYGPKG_LIBM_COMPATIBILITY_DEFAULT, and shorten some display textsWed Sep 2 13:15:43 1998 Jonathan Larmour <jlarmour@cygnus.co.uk> * src/double/ieee754-core/e_pow.c: Fix bug for when x is negative and y isn't an integer. A CYGNUS LOCAL change got it wrong when casting a signed integer to unsigned before right shifting.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -