summaryrefslogtreecommitdiff
path: root/lib/libm/src
AgeCommit message (Expand)Author
2000-05-09Initial commit of arm26 portbjh21
1999-08-16G/C this copy of <math.h> in favor of the version found in basesrc/include,kleink
1999-07-02More trailing white space.simonb
1998-11-24Use __arm32__, not arm32, for egcs.mycroft
1998-08-19Add some braces to make egcs happy. (This code could kill me.)thorpej
1998-01-09RCS Id Police.perry
1997-11-11Fix a brain error from luke while he WARNSifyed libm.veego
1997-10-09rcsid facism, WARNSifylukem
1997-10-09rcsid facism, WARNSifylukem
1997-10-09rcsid facism, WARNSifylukem
1997-10-09rcsid facism, WARNSifylukem
1997-06-20add parens for gcc -Wallmikel
1996-10-13<machine/endian.h> -> <sys/types.h>christos
1996-10-13remove inclusion of <machine/endian.h>christos
1996-05-07Get the word order of doubles correct for the arm32 port.mark
1996-04-08Removing a "volatile" put there for the ns32k which is no longer needed.phil
1995-11-20Changed w_gamma.c, w_gamma_r.c, w_gammaf.c, w_gammaf_r.c to calljtc
1995-05-12Changed core routines to call __ieee754_sqrt() instead of sqrt(). Ijtc
1995-05-11Winning Strategies has placed this code in the public domain.jtc
1995-05-10Id -> NetBSDjtc
1995-03-25Fix overlooked FIXME: unsigned int -> u_int32_t.jtc
1995-01-25Remove unused static constant "one".jtc
1995-01-25Integrate last of the relavant changes from fdlibm 5.2:jtc
1995-01-16Bug fix from fdlibm 5.2.jtc
1994-12-16Add volatile qualifier to huge and tiny, so that huge*huge and tiny*tinyjtc
1994-09-25__infinity[] and isinf() for systems whose C libraries don't supply them;jtc
1994-09-25Add prototype for isinff().jtc
1994-09-22LIBM_SCCS must be defined for the RCS ID to be defined.jtc
1994-09-13Remove CYGNUS_LOCAL comment: I maintain this code for NetBSD, not Cygnusjtc
1994-08-26Only extract lx if we need it.mycroft
1994-08-18Change int -> int32_t and unsigned int -> u_int32_t to improve portabiltyjtc
1994-08-10Clean up deleted files.mycroft
1994-08-10Float versions of math functions. From Ian Taylor (ian@cygnus.com), withjtc
1994-03-03Don't determine byte order at run time.jtc
1994-03-01Add cabs() & drem() for BSD libm compatibility.jtc
1994-02-18Add RCS ID's.jtc
1994-02-18Add RCS ID's.jtc
1994-02-11Include <math.h> instead of "fdlibm.h"jtc
1994-02-11Clean up deleted files.mycroft
1994-02-11Fdlibm 5.1jtc