Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-11-03 | math: add exception handling functionality | Sergey Cherkashin | |
According to standards SVID and SYSV. Modified lgamma calling in case when 'signgam' variable should not be used. Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org> | |||
2016-02-19 | libm: remove dead code | Waldemar Brodkorb | |
_IEEE_LIBM is always defined, so the other code is never used. I don't know when it was actively used. | |||
2012-06-15 | k_standard.c: guard scalb[f] related (unused) code with SUSV3_LEGACY | Peter S. Mazinger | |
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net> Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | |||
2008-12-22 | libm/*: mass removal of: | Denis Vlasenko | |
1. static char rcsid[] = "$NetBSD: ..." 2. /* @(#)s_scalbn.c 5.1 93/09/24 */ 3. #ifdef __STDC__ No code changes (verified with objdump) | |||
2008-09-26 | - move libm_hidden_proto to the corresponding headers. Remove from callsites. | Bernhard Reutner-Fischer | |
Note that gamma_r is not provided by glibc, perhaps add a SUN specific knob later | |||
2006-03-22 | Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do not use them, save 7,6k | Peter S. Mazinger | |
2006-03-10 | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ↵ | Peter S. Mazinger | |
most of global data relocations are back | |||
2006-01-17 | last math related global data reloc (_LIB_VERSION) removed | Peter S. Mazinger | |
2006-01-17 | All math related relocs gone | Peter S. Mazinger | |
2005-03-06 | Trim off whitespace | Eric Andersen | |
2001-11-22 | Totally rework the math library, this time based on the MacOs X | Eric Andersen | |
math library (which is itself based on the math lib from FreeBSD). -Erik |