Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-11-07 | - less verbose make clean | Bernhard Reutner-Fischer | |
2008-10-24 | - tidy up inline: | Bernhard Reutner-Fischer | |
ldso and syscalls are __always_inline (the latter would need more cleanup) | |||
2008-10-06 | - implement log2() | Bernhard Reutner-Fischer | |
2008-10-03 | - add long double math wrappers (Ned Ludd) | Bernhard Reutner-Fischer | |
2008-10-03 | - use c89-style comments | Bernhard Reutner-Fischer | |
Closes issue #5194 | |||
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 | |||
2008-09-25 | - add some more math functions (patch from gentoo/solar) | Bernhard Reutner-Fischer | |
2008-09-25 | - add __ieee754_log2() | Bernhard Reutner-Fischer | |
2008-09-25 | - fix typo | Bernhard Reutner-Fischer | |
2008-09-25 | - remove files that are not either LGPL or Public Domain. | Bernhard Reutner-Fischer | |
- pull replacement funcs for fpmacros.c from glibc This removes the powerpc/classic implementation which did not state any license but read: Copyright © 1991 Apple Computer, Inc. All rights reserved. and thus was dubious (and not needed). | |||
2008-09-06 | - fix indentation | Bernhard Reutner-Fischer | |
2008-07-23 | - trim any trailing whitespace | Bernhard Reutner-Fischer | |
2008-06-17 | - move stripping into do_ar resp compile-m for the sake of simplicity | Bernhard Reutner-Fischer | |
2008-06-04 | - strip the targets and not prerequisites | Bernhard Reutner-Fischer | |
- tidy up PTHREADS_DEBUG_SUPPORT by using per-target STRIP_FLAGS for the few This fixes the spurious rebuilds bernd and vda were seeing with libpthreads. | |||
2008-06-01 | A slight improvement over my previous commit which ensured we always rebuild | Bernd Schmidt | |
libc when one of the source files changes. Since there are more places which want to depend on $(libc), fix them all to use a new variable $(libc.depend), which contains the filename for which we have a rule. | |||
2008-05-20 | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer | |
2008-04-24 | - fixup asm. No object-code changes | Bernhard Reutner-Fischer | |
2008-04-04 | - use a 16bit value for fnstsw as required by newer binutils. | Bernhard Reutner-Fischer | |
2008-01-19 | - add C99 floating point environment, rounding and exception handling functions | Bernhard Reutner-Fischer | |
for i386. UCLIBC_HAS_FENV | |||
2008-01-17 | - use libm_DIR and libm_OUT | Bernhard Reutner-Fischer | |
2008-01-05 | Brian Austin writes: This patch adds MAVERICK CRUNCH FPU support for the ↵ | Mike Frysinger | |
Cirrus Logic EP93XX ARM9 Procs. | |||
2007-12-08 | import trunc()/truncf() for ISO C requirements, otherwise fortran can hit ↵ | Mike Frysinger | |
infinite loops when it generates builtins+trunc() substitutes | |||
2007-04-12 | remove __* symbols and enable llrintf() | Mike Frysinger | |
2007-04-03 | import llrint() from glibc | Mike Frysinger | |
2007-04-02 | implement carg | Mike Frysinger | |
2007-04-02 | Fix fallout from the e500 math integration. | Joakim Tjernlund | |
from Steve Papacharalambous. | |||
2007-03-31 | From Steve Papacharalambous: | Joakim Tjernlund | |
Add math support for PowerPC e500. | |||
2007-03-19 | #1273 if EXTRAVERSION is set, make sure we respect it | Mike Frysinger | |
2006-09-23 | fix return casts for a bunch of functions | Mike Frysinger | |
2006-09-23 | grab s_lrint from glibc for C99 | Mike Frysinger | |
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-02-25 | rename generic variables to avoid conflict with libc subdirs | Mike Frysinger | |
2006-02-18 | we use _GNU_SOURCE for all of uClibc now | Mike Frysinger | |
2006-02-18 | add infrastructure for fenv | Mike Frysinger | |
2006-02-15 | DOMULTI may be used for libc, the excluded files need work, ↵ | Peter S. Mazinger | |
linuxthreads[_db] as well, don't try on slow box | |||
2006-02-13 | Do not default to _POSIX_MODE | Peter S. Mazinger | |
2006-02-02 | prototype was wrong, change not tested | Peter S. Mazinger | |
2006-02-01 | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | |
2006-01-31 | include math.h to get the prototype | Peter S. Mazinger | |
2006-01-30 | back to inline, mips fails | Peter S. Mazinger | |
2006-01-29 | rename exp to _exp for sake of shadow warnings | Mike Frysinger | |
2006-01-26 | Some more prototypes, enable missing-prototypes/declarations warnings for now | Peter S. Mazinger | |
2006-01-26 | Get rid of missing prototype warnings | Peter S. Mazinger | |
2006-01-20 | Use libm_ARCH_DIR and cleanup all possible archs | Peter S. Mazinger | |
2006-01-20 | move some generic arch rules up a level to remove duplication | Mike Frysinger | |
2006-01-19 | no need for libm_DEF | Peter S. Mazinger | |
2006-01-19 | Add multi support to libm, remove lib*-multi-y, unneeded | Peter S. Mazinger | |
2006-01-18 | change HAS_FPU to UCLIBC_HAS_FPU since the define will be exported into C ↵ | Mike Frysinger | |
namespace | |||
2006-01-17 | Remove unused prototypes | Peter S. Mazinger | |