| Commit message (Expand) | Author | Age | Files | Lines |
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 2 | -10/+10 |
* | - move stripping into do_ar resp compile-m for the sake of simplicity | Bernhard Reutner-Fischer | 2008-06-17 | 1 | -3/+0 |
* | - strip the targets and not prerequisites | Bernhard Reutner-Fischer | 2008-06-04 | 1 | -2/+2 |
* | A slight improvement over my previous commit which ensured we always rebuild | Bernd Schmidt | 2008-06-01 | 1 | -3/+3 |
* | - remove old-style definitions. No object-code changes. | Bernhard Reutner-Fischer | 2008-05-20 | 1 | -3/+1 |
* | - fixup asm. No object-code changes | Bernhard Reutner-Fischer | 2008-04-24 | 8 | -39/+39 |
* | - use a 16bit value for fnstsw as required by newer binutils. | Bernhard Reutner-Fischer | 2008-04-04 | 1 | -1/+1 |
* | - add C99 floating point environment, rounding and exception handling functions | Bernhard Reutner-Fischer | 2008-01-19 | 15 | -0/+794 |
* | - use libm_DIR and libm_OUT | Bernhard Reutner-Fischer | 2008-01-17 | 1 | -9/+8 |
* | Brian Austin writes: This patch adds MAVERICK CRUNCH FPU support for the Cirr... | Mike Frysinger | 2008-01-05 | 1 | -4/+5 |
* | import trunc()/truncf() for ISO C requirements, otherwise fortran can hit inf... | Mike Frysinger | 2007-12-08 | 3 | -3/+60 |
* | remove __* symbols and enable llrintf() | Mike Frysinger | 2007-04-12 | 3 | -8/+4 |
* | import llrint() from glibc | Mike Frysinger | 2007-04-03 | 2 | -1/+94 |
* | implement carg | Mike Frysinger | 2007-04-02 | 3 | -3/+46 |
* | Fix fallout from the e500 math integration. | Joakim Tjernlund | 2007-04-02 | 1 | -1/+1 |
* | From Steve Papacharalambous: | Joakim Tjernlund | 2007-03-31 | 35 | -0/+834 |
* | #1273 if EXTRAVERSION is set, make sure we respect it | Mike Frysinger | 2007-03-19 | 1 | -1/+1 |
* | fix return casts for a bunch of functions | Mike Frysinger | 2006-09-23 | 1 | -5/+5 |
* | grab s_lrint from glibc for C99 | Mike Frysinger | 2006-09-23 | 3 | -2/+95 |
* | Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do not use them, save 7,6k | Peter S. Mazinger | 2006-03-22 | 4 | -1/+9 |
* | Remove all non-constant libc_hidden_data_def(), it is too unreliable, sorry, ... | Peter S. Mazinger | 2006-03-10 | 2 | -3/+0 |
* | rename generic variables to avoid conflict with libc subdirs | Mike Frysinger | 2006-02-25 | 1 | -4/+4 |
* | we use _GNU_SOURCE for all of uClibc now | Mike Frysinger | 2006-02-18 | 1 | -1/+0 |
* | add infrastructure for fenv | Mike Frysinger | 2006-02-18 | 1 | -1/+5 |
* | DOMULTI may be used for libc, the excluded files need work, linuxthreads[_db]... | Peter S. Mazinger | 2006-02-15 | 1 | -2/+2 |
* | Do not default to _POSIX_MODE | Peter S. Mazinger | 2006-02-13 | 2 | -2/+2 |
* | prototype was wrong, change not tested | Peter S. Mazinger | 2006-02-02 | 1 | -0/+4 |
* | global data uses libc_hidden_data_def, convert all -I hope- and add some new | Peter S. Mazinger | 2006-02-01 | 1 | -1/+1 |
* | include math.h to get the prototype | Peter S. Mazinger | 2006-01-31 | 5 | -0/+5 |
* | back to inline, mips fails | Peter S. Mazinger | 2006-01-30 | 1 | -1/+1 |
* | rename exp to _exp for sake of shadow warnings | Mike Frysinger | 2006-01-29 | 1 | -8/+8 |
* | Some more prototypes, enable missing-prototypes/declarations warnings for now | Peter S. Mazinger | 2006-01-26 | 1 | -0/+2 |
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -0/+1 |
* | Use libm_ARCH_DIR and cleanup all possible archs | Peter S. Mazinger | 2006-01-20 | 1 | -2/+2 |
* | move some generic arch rules up a level to remove duplication | Mike Frysinger | 2006-01-20 | 2 | -9/+4 |
* | no need for libm_DEF | Peter S. Mazinger | 2006-01-19 | 1 | -2/+1 |
* | Add multi support to libm, remove lib*-multi-y, unneeded | Peter S. Mazinger | 2006-01-19 | 2 | -23/+24 |
* | change HAS_FPU to UCLIBC_HAS_FPU since the define will be exported into C nam... | Mike Frysinger | 2006-01-18 | 1 | -2/+2 |
* | Remove unused prototypes | Peter S. Mazinger | 2006-01-17 | 1 | -36/+0 |
* | Remove __P() and add attribute_hidden to internal prototypes | Peter S. Mazinger | 2006-01-17 | 1 | -64/+64 |
* | Remove explicit signgam prototype, use header instead | Peter S. Mazinger | 2006-01-17 | 4 | -6/+4 |
* | last math related global data reloc (_LIB_VERSION) removed | Peter S. Mazinger | 2006-01-17 | 2 | -1/+4 |
* | All math related relocs gone | Peter S. Mazinger | 2006-01-17 | 81 | -28/+272 |
* | hide __kernel functions | Mike Frysinger | 2005-12-29 | 1 | -5/+5 |
* | Build PIC objects if DOPIC is set, thx to pcj | Peter S. Mazinger | 2005-12-23 | 1 | -0/+4 |
* | Remove all trailing ; after *_alias and change 2 to use weak_alias instead of... | Peter S. Mazinger | 2005-12-16 | 1 | -4/+4 |
* | Fixup byte order handling. Not all architectures define __BIG_ENDIAN__ so i.e. | Eric Andersen | 2005-12-14 | 11 | -11/+26 |
* | Overseen 2 unhidden __ieee754_x | Peter S. Mazinger | 2005-11-26 | 2 | -4/+4 |
* | update license | Mike Frysinger | 2005-11-23 | 1 | -13/+1 |
* | Depedencies corrected (less make oldconfig/headers), rerunning make remakes o... | Peter S. Mazinger | 2005-11-22 | 1 | -8/+10 |