2008-09-06 |
Bernhard Reutner... | - fix indentation |
tree | commitdiff |
2008-07-23 |
Bernhard Reutner... | - trim any trailing whitespace |
tree | commitdiff |
2008-06-17 |
Bernhard Reutner... | - move stripping into do_ar resp compile-m for the... |
tree | commitdiff |
2008-06-04 |
Bernhard Reutner... | - strip the targets and not prerequisites |
tree | commitdiff |
2008-06-01 |
Bernd Schmidt | A slight improvement over my previous commit which... |
tree | commitdiff |
2008-05-20 |
Bernhard Reutner... | - remove old-style definitions. No object-code changes. |
tree | commitdiff |
2008-04-24 |
Bernhard Reutner... | - fixup asm. No object-code changes |
tree | commitdiff |
2008-04-04 |
Bernhard Reutner... | - use a 16bit value for fnstsw as required by newer... |
tree | commitdiff |
2008-01-19 |
Bernhard Reutner... | - add C99 floating point environment, rounding and... |
tree | commitdiff |
2008-01-17 |
Bernhard Reutner... | - use libm_DIR and libm_OUT |
tree | commitdiff |
2008-01-05 |
Mike Frysinger | Brian Austin writes: This patch adds MAVERICK CRUNCH... |
tree | commitdiff |
2007-12-08 |
Mike Frysinger | import trunc()/truncf() for ISO C requirements, otherwi... |
tree | commitdiff |
2007-04-12 |
Mike Frysinger | remove __* symbols and enable llrintf() |
tree | commitdiff |
2007-04-03 |
Mike Frysinger | import llrint() from glibc |
tree | commitdiff |
2007-04-02 |
Mike Frysinger | implement carg |
tree | commitdiff |
2007-04-02 |
Joakim Tjernlund | Fix fallout from the e500 math integration. |
tree | commitdiff |
2007-03-31 |
Joakim Tjernlund | From Steve Papacharalambous: |
tree | commitdiff |
2007-03-19 |
Mike Frysinger | #1273 if EXTRAVERSION is set, make sure we respect it |
tree | commitdiff |
2006-09-23 |
Mike Frysinger | fix return casts for a bunch of functions |
tree | commitdiff |
2006-09-23 |
Mike Frysinger | grab s_lrint from glibc for C99 |
tree | commitdiff |
2006-03-22 |
Peter S. Mazinger | Guard matherr/__kernel_standard w/ _IEEE_LIBM, we do... |
tree | commitdiff |
2006-03-10 |
Peter S. Mazinger | Remove all non-constant libc_hidden_data_def(), it... |
tree | commitdiff |
2006-02-25 |
Mike Frysinger | rename generic variables to avoid conflict with libc... |
tree | commitdiff |
2006-02-18 |
Mike Frysinger | we use _GNU_SOURCE for all of uClibc now |
tree | commitdiff |
2006-02-18 |
Mike Frysinger | add infrastructure for fenv |
tree | commitdiff |
2006-02-15 |
Peter S. Mazinger | DOMULTI may be used for libc, the excluded files need... |
tree | commitdiff |
2006-02-13 |
Peter S. Mazinger | Do not default to _POSIX_MODE |
tree | commitdiff |
2006-02-02 |
Peter S. Mazinger | prototype was wrong, change not tested |
tree | commitdiff |
2006-02-01 |
Peter S. Mazinger | global data uses libc_hidden_data_def, convert all... |
tree | commitdiff |
2006-01-31 |
Peter S. Mazinger | include math.h to get the prototype |
tree | commitdiff |
2006-01-30 |
Peter S. Mazinger | back to inline, mips fails |
tree | commitdiff |
2006-01-29 |
Mike Frysinger | rename exp to _exp for sake of shadow warnings |
tree | commitdiff |
2006-01-26 |
Peter S. Mazinger | Some more prototypes, enable missing-prototypes/declara... |
tree | commitdiff |
2006-01-26 |
Peter S. Mazinger | Get rid of missing prototype warnings |
tree | commitdiff |
2006-01-20 |
Peter S. Mazinger | Use libm_ARCH_DIR and cleanup all possible archs |
tree | commitdiff |
2006-01-20 |
Mike Frysinger | move some generic arch rules up a level to remove dupli... |
tree | commitdiff |
2006-01-19 |
Peter S. Mazinger | no need for libm_DEF |
tree | commitdiff |
2006-01-19 |
Peter S. Mazinger | Add multi support to libm, remove lib*-multi-y, unneeded |
tree | commitdiff |
2006-01-18 |
Mike Frysinger | change HAS_FPU to UCLIBC_HAS_FPU since the define will... |
tree | commitdiff |
2006-01-17 |
Peter S. Mazinger | Remove unused prototypes |
tree | commitdiff |
2006-01-17 |
Peter S. Mazinger | Remove __P() and add attribute_hidden to internal proto... |
tree | commitdiff |
2006-01-17 |
Peter S. Mazinger | Remove explicit signgam prototype, use header instead |
tree | commitdiff |
2006-01-17 |
Peter S. Mazinger | last math related global data reloc (_LIB_VERSION)... |
tree | commitdiff |
2006-01-17 |
Peter S. Mazinger | All math related relocs gone |
tree | commitdiff |
2005-12-29 |
Mike Frysinger | hide __kernel functions |
tree | commitdiff |
2005-12-23 |
Peter S. Mazinger | Build PIC objects if DOPIC is set, thx to pcj |
tree | commitdiff |
2005-12-16 |
Peter S. Mazinger | Remove all trailing ; after *_alias and change 2 to... |
tree | commitdiff |
2005-12-14 |
Eric Andersen | Fixup byte order handling. Not all architectures defin... |
tree | commitdiff |
2005-11-26 |
Peter S. Mazinger | Overseen 2 unhidden __ieee754_x |
tree | commitdiff |
2005-11-23 |
Mike Frysinger | update license |
tree | commitdiff |
2005-11-22 |
Peter S. Mazinger | Depedencies corrected (less make oldconfig/headers... |
tree | commitdiff |
2005-11-22 |
Mike Frysinger | rework depends and stripping so that libraries arent... |
tree | commitdiff |
2005-11-21 |
Peter S. Mazinger | Hide all __kernel_x and __ieee754_ |
tree | commitdiff |
2005-11-21 |
Peter S. Mazinger | Remove TOPDIR |
tree | commitdiff |
2005-11-18 |
Peter S. Mazinger | Add info to CFLAGS about lib we are building |
tree | commitdiff |
2005-11-17 |
Peter S. Mazinger | Include all lib*/Makefile.in in top_srcdir/Makefile... |
tree | commitdiff |
2005-11-03 |
Mike Frysinger | add implementations from glibc for the round functions |
tree | commitdiff |
2005-11-03 |
Mike Frysinger | cleanup how we enable/disable certain wrappers since... |
tree | commitdiff |
2005-11-02 |
Peter S. Mazinger | Clean up DOMULTI for libm and add more files blocked... |
tree | commitdiff |
2005-11-01 |
Peter S. Mazinger | Split up the .o and .os rules, so all the sources are... |
tree | commitdiff |
2005-10-29 |
Peter S. Mazinger | Replace all Makefiles for new build infrastucture |
tree | commitdiff |
2005-10-28 |
Peter S. Mazinger | Change Makefiles that are not fully IMA to allow it... |
tree | commitdiff |
2005-10-28 |
Peter S. Mazinger | Renamed arch specific Makefile.in to Makefile.arch... |
tree | commitdiff |
2005-10-27 |
Peter S. Mazinger | Moved guard_setup to dl-osinfo.h (used commonly by... |
tree | commitdiff |
2005-10-26 |
Peter S. Mazinger | Correct w_cabs.c so it can be added to IMA, add -D_POSI... |
tree | commitdiff |
2005-10-26 |
Peter S. Mazinger | Remove s_ceilf.c and s_floorf.c, ceilf and floorf are... |
tree | commitdiff |
2005-10-26 |
Peter S. Mazinger | Default changed to IMA compiling, disabled explicitely... |
tree | commitdiff |
2005-10-25 |
Peter S. Mazinger | All Makefile.in's. Only arm/i386/mips/powerpc/x86_64... |
tree | commitdiff |
2005-10-19 |
Peter S. Mazinger | 2 more examples that show the handling of different... |
tree | commitdiff |
2005-10-12 |
Peter S. Mazinger | Rewrote almost all Makefiles: do not use strip $(x... |
tree | commitdiff |
2005-10-11 |
Peter S. Mazinger | Do not defer expansions where useless, like CSRC/OBJS... |
tree | commitdiff |
2005-09-29 |
Peter S. Mazinger | Remove unneeded temporary file, libm.so will wait until... |
tree | commitdiff |
2005-09-29 |
Peter S. Mazinger | Allow parallel building in libm |
tree | commitdiff |
2005-09-29 |
Peter S. Mazinger | Modify libm's Makefile not needing any recursion |
tree | commitdiff |
2005-09-29 |
Peter S. Mazinger | If HAVE_SHARED is disabled and libm/TARGET_ARCH does... |
tree | commitdiff |
2005-09-28 |
Mike Frysinger | fix building |
tree | commitdiff |
2005-09-28 |
Peter S. Mazinger | Remove ar-target and shared targets, at build time... |
tree | commitdiff |
2005-09-22 |
Peter S. Mazinger | no check needed in libm/libpthread, we do not recurse... |
tree | commitdiff |
2005-09-22 |
Peter S. Mazinger | split out nearbyint, round, trunc from libm/powerpc... |
tree | commitdiff |
2005-08-15 |
Mike Frysinger | import thumb support from jbowler in Bug 385 |
tree | commitdiff |
2005-03-07 |
Eric Andersen | Disable float wrappers for functions that are not presently |
tree | commitdiff |
2005-03-07 |
Eric Andersen | split the float wrappers into separate object files |
tree | commitdiff |
2005-03-06 |
Eric Andersen | Trim off whitespace |
tree | commitdiff |
2005-03-01 |
Mike Frysinger | make sure we only create libm.a before running through... |
tree | commitdiff |
2005-02-23 |
Mike Frysinger | make sure subdirs requires the toplevel $(LIBM) already... |
tree | commitdiff |
2005-02-12 |
Mike Frysinger | no more cvs |
tree | commitdiff |
2005-01-19 |
Mike Frysinger | redo targets so the archives are only re-built when... |
tree | commitdiff |
2004-12-22 |
Eric Andersen | Cleaned up patch from Peter S. Mazinger adding support for |
tree | commitdiff |
2004-08-13 |
Manuel Novoa III | Always include the sqrtf wrapper in libm so that we... |
tree | commitdiff |
2004-02-09 |
Eric Andersen | Nicolas Pitre writes: |
tree | commitdiff |
2004-01-16 |
Manuel Novoa III | We need to link with libgcc.a when creating shared... |
tree | commitdiff |
2003-11-20 |
Eric Andersen | Make certain that arch specific stuff is compiled last |
tree | commitdiff |
2003-11-04 |
Eric Andersen | minor cleanup |
tree | commitdiff |
2003-10-22 |
Eric Andersen | Atsushi Nemoto writes: |
tree | commitdiff |
2003-10-18 |
Eric Andersen | Peter Kjellerstedt writes: |
tree | commitdiff |
2003-10-18 |
Eric Andersen | Peter Kjellerstedt writes: |
tree | commitdiff |
2003-10-18 |
Eric Andersen | Peter Kjellerstedt writes: |
tree | commitdiff |
2003-09-08 |
Eric Andersen | Fixup build problem on powerpc |
tree | commitdiff |
2003-09-01 |
Eric Andersen | Atsushi Nemoto writes: |
tree | commitdiff |
2003-06-27 |
Eric Andersen | Add in ceilf() and floorf() since XFree86 wants them... |
tree | commitdiff |
next |