OSDN Git Service

Add Makefile support for DSBT ELF.
[uclinux-h8/uClibc.git] / libm / Makefile.in
2011-03-05 Bernd Schmidt bern... Add Makefile support for DSBT ELF.
2010-12-17 Carmelo Amorosolibm_powerpc: update buildsys to use TARGET_SUBARCH
2010-12-17 Carmelo Amorosolibm_sh: Move fenv functions into sh4 sub-folder
2010-04-23 Austin FoxleyMerge commit 'origin/master' into nptl
2010-04-22 Natanael Copanptl: proper soname handling
2010-04-02 Austin FoxleyMerge commit 'origin/master' into nptl
2010-03-25 Bernhard Reutner... prettify make clean
2010-02-05 Austin FoxleyMerge commit 'origin/master' into nptl
2010-02-04 Aurelien Jacobslibm: enable log2f and exp2f
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-19 Bernhard Reutner... DO_XSI_MATH: add config knob
2009-11-14 Bernhard Reutner... Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH...
2009-11-14 Bernhard Reutner... libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts
2009-08-17 Bernhard Reutner... support building out-of-tree
2009-02-17 Denis Vlasenkolibm/Makefile.in: reformat the list of wrappers
2009-02-17 Denis Vlasenkotest/math/compile_test.c: "are long double functions...
2009-02-09 Denis Vlasenkoldouble_wrappers.c: fix __signbitl, it was calling...
2009-02-06 Denis Vlasenkofix nextafterf. by Jie Zhang (jie.zhang AT analog.com)
2009-02-05 Denis Vlasenkolibm: add scalbf, gammaf, significandf wrappers.
2009-01-14 Carmelo Amorosolibm_sh: fix libm build for sh
2009-01-03 Denis Vlasenkolibm: remove scalbln implementation, it seems to be...
2008-12-29 Denis Vlasenkolibm/*: delete many incarnations of logarithmic gamma...
2008-12-28 Denis Vlasenkoremove many functions which just call __ieee754_<function>,
2008-12-22 Bernhard Reutner... - fix fpclassify, signbit, isfinite, isnan, isinf macro...
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-06 Bernhard Reutner... - implement log2()
2008-10-03 Bernhard Reutner... - add long double math wrappers (Ned Ludd)
2008-09-26 Bernhard Reutner... - move libm_hidden_proto to the corresponding headers...
2008-09-25 Bernhard Reutner... - add some more math functions (patch from gentoo/solar)
2008-09-25 Bernhard Reutner... - add __ieee754_log2()
2008-09-25 Bernhard Reutner... - fix typo
2008-09-25 Bernhard Reutner... - remove files that are not either LGPL or Public Domain.
2008-06-17 Bernhard Reutner... - move stripping into do_ar resp compile-m for the...
2008-06-04 Bernhard Reutner... - strip the targets and not prerequisites
2008-06-01 Bernd SchmidtA slight improvement over my previous commit which...
2008-01-17 Bernhard Reutner... - use libm_DIR and libm_OUT
2007-12-08 Mike Frysingerimport trunc()/truncf() for ISO C requirements, otherwi...
2007-04-12 Mike Frysingerremove __* symbols and enable llrintf()
2007-04-03 Mike Frysingerimport llrint() from glibc
2007-04-02 Mike Frysingerimplement carg
2007-03-31 Joakim TjernlundFrom Steve Papacharalambous:
2007-03-19 Mike Frysinger#1273 if EXTRAVERSION is set, make sure we respect it
2006-09-23 Mike Frysingergrab s_lrint from glibc for C99
2006-03-22 Peter S. MazingerGuard matherr/__kernel_standard w/ _IEEE_LIBM, we do...
2006-02-25 Mike Frysingerrename generic variables to avoid conflict with libc...
2006-02-18 Mike Frysingerwe use _GNU_SOURCE for all of uClibc now
2006-02-18 Mike Frysingeradd infrastructure for fenv
2006-02-15 Peter S. MazingerDOMULTI may be used for libc, the excluded files need...
2006-02-13 Peter S. MazingerDo not default to _POSIX_MODE
2006-01-20 Peter S. MazingerUse libm_ARCH_DIR and cleanup all possible archs
2006-01-20 Mike Frysingermove some generic arch rules up a level to remove dupli...
2006-01-19 Peter S. Mazingerno need for libm_DEF
2006-01-19 Peter S. MazingerAdd multi support to libm, remove lib*-multi-y, unneeded
2006-01-18 Mike Frysingerchange HAS_FPU to UCLIBC_HAS_FPU since the define will...
2005-11-22 Peter S. MazingerDepedencies corrected (less make oldconfig/headers...
2005-11-22 Mike Frysingerrework depends and stripping so that libraries arent...
2005-11-18 Peter S. MazingerAdd info to CFLAGS about lib we are building
2005-11-17 Peter S. MazingerInclude all lib*/Makefile.in in top_srcdir/Makefile...
2005-11-03 Mike Frysingeradd implementations from glibc for the round functions
2005-11-02 Peter S. MazingerClean up DOMULTI for libm and add more files blocked...
2005-11-01 Peter S. MazingerSplit up the .o and .os rules, so all the sources are...
2005-10-28 Peter S. MazingerChange Makefiles that are not fully IMA to allow it...
2005-10-28 Peter S. MazingerRenamed arch specific Makefile.in to Makefile.arch...
2005-10-27 Peter S. MazingerMoved guard_setup to dl-osinfo.h (used commonly by...
2005-10-26 Peter S. MazingerCorrect w_cabs.c so it can be added to IMA, add -D_POSI...
2005-10-26 Peter S. MazingerRemove s_ceilf.c and s_floorf.c, ceilf and floorf are...
2005-10-26 Peter S. MazingerDefault changed to IMA compiling, disabled explicitely...
2005-10-25 Peter S. MazingerAll Makefile.in's. Only arm/i386/mips/powerpc/x86_64...
2005-10-19 Peter S. Mazinger2 more examples that show the handling of different...