summaryrefslogtreecommitdiff
path: root/lib/libm/shlib_version
AgeCommit message (Expand)Author
2018-03-10Implement sicos(3), sincosf(3) and sincosl(3). These functions are commonMark Kettenis
2016-09-12Reduce libm's exports and make internal calls go direct.Philip Guenther
2013-08-13Switch time_t, ino_t, clock_t, and struct kevent's ident and dataPhilip Guenther
2013-03-28Switch libc and libm to use strong aliases rather than weak aliasesMartynas Venckus
2012-08-23Aliases for extended precision were missed on a few functions on hppa.Martynas Venckus
2011-07-08Revert (leaving the complex math part alone). Some stuff is dependingMartynas Venckus
2011-07-08Move fabs(3), frexp(3), and modf(3) to libm--nothing has been usingMartynas Venckus
2011-07-06Finalize work on the math library. It's time to do this monsterMartynas Venckus
2011-04-28- enable fenvMartynas Venckus
2009-10-26Add man pages for the fdim/fmin/fmax family of functions and make sure fdimlMark Kettenis
2009-07-25int is big enough to fully represent exponents of all supported fpMartynas Venckus
2008-12-09- 80-bit and quad precision trigonometric and other mostMartynas Venckus
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15Martynas Venckus
2008-07-24- remove isinff, isnanf. this has been moved to libcMartynas Venckus
2008-06-11- on non-ieee, rename gamma to tgamma, the 'true' gammaMartynas Venckus
2006-07-12add some more C99 functions: round(3) and roundf(3).Brad Smith
2006-03-18add some more C99 functions: trunc(3) and truncf(3).Brad Smith
2005-11-17Introduce a few c99 functions: {l,ll}{rint,round}{,f}. From NetBSD viaOtto Moerbeek
2004-07-13errno changes, lib major version bumps, and general flag dayMarco S Hyman
2002-12-03Crank all library major numbers. Needed due to the fact that weTodd C. Miller
1995-10-18initial import of NetBSD treeTheo de Raadt