OSDN Git Service

"make utils" now successfully makes utils for target
[uclinux-h8/uClibc.git] / libm /
2009-01-20 Denis Vlasenkoldouble_wrappers.c: remove erroneous libm_hidden_def's
2009-01-14 Carmelo Amorosolibm_sh: fix libm build for sh
2009-01-14 Carmelo Amorosolibm_sh: Re-added sh specific files erroneously removed...
2009-01-04 Denis Vlasenkoforgot to remove one #endif...
2009-01-03 Denis Vlasenkolibm/e_scalb.c: remove unused #ifdef _SCALB_INT branches
2009-01-03 Denis Vlasenkofix small goof in last commit: should use "long" functi...
2009-01-03 Denis Vlasenkolibm: remove scalbln implementation, it seems to be...
2008-12-29 Denis Vlasenkolibm/e_lgamma_r.c: cosmetic whitespace fixes
2008-12-29 Denis Vlasenkolibm/*: delete many incarnations of logarithmic gamma...
2008-12-29 Denis Vlasenkolibm/s_nearbyint.c: delete (forgot to do it in prev...
2008-12-29 Bernhard Reutner... - expand SUSv3_LEGACY
2008-12-28 Denis Vlasenkoremove many functions which just call __ieee754_<function>,
2008-12-22 Denis Vlasenkolibm/*: mass removal of:
2008-12-22 Bernhard Reutner... - fix fpclassify, signbit, isfinite, isnan, isinf macro...
2008-12-13 Denis Vlasenkomake all "XXXhidden_proto(" consistently not use a...
2008-12-13 Denis Vlasenko*: document __USE_EXTERN_INLINES better;
2008-11-07 Bernhard Reutner... - less verbose make clean
2008-10-24 Bernhard Reutner... - tidy up inline:
2008-10-06 Bernhard Reutner... - implement log2()
2008-10-03 Bernhard Reutner... - add long double math wrappers (Ned Ludd)
2008-10-03 Bernhard Reutner... - use c89-style comments
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-09-06 Bernhard Reutner... - fix indentation
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
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-05-20 Bernhard Reutner... - remove old-style definitions. No object-code changes.
2008-04-24 Bernhard Reutner... - fixup asm. No object-code changes
2008-04-04 Bernhard Reutner... - use a 16bit value for fnstsw as required by newer...
2008-01-19 Bernhard Reutner... - add C99 floating point environment, rounding and...
2008-01-17 Bernhard Reutner... - use libm_DIR and libm_OUT
2008-01-05 Mike FrysingerBrian Austin writes: This patch adds MAVERICK CRUNCH...
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-04-02 Joakim TjernlundFix fallout from the e500 math integration.
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 Frysingerfix return casts for a bunch of functions
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-03-10 Peter S. MazingerRemove all non-constant libc_hidden_data_def(), it...
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-02-02 Peter S. Mazingerprototype was wrong, change not tested
2006-02-01 Peter S. Mazingerglobal data uses libc_hidden_data_def, convert all...
2006-01-31 Peter S. Mazingerinclude math.h to get the prototype
2006-01-30 Peter S. Mazingerback to inline, mips fails
2006-01-29 Mike Frysingerrename exp to _exp for sake of shadow warnings
2006-01-26 Peter S. MazingerSome more prototypes, enable missing-prototypes/declara...
2006-01-26 Peter S. MazingerGet rid of missing prototype warnings
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...
2006-01-17 Peter S. MazingerRemove unused prototypes
2006-01-17 Peter S. MazingerRemove __P() and add attribute_hidden to internal proto...
2006-01-17 Peter S. MazingerRemove explicit signgam prototype, use header instead
2006-01-17 Peter S. Mazingerlast math related global data reloc (_LIB_VERSION)...
2006-01-17 Peter S. MazingerAll math related relocs gone
2005-12-29 Mike Frysingerhide __kernel functions
2005-12-23 Peter S. MazingerBuild PIC objects if DOPIC is set, thx to pcj
2005-12-16 Peter S. MazingerRemove all trailing ; after *_alias and change 2 to...
2005-12-14 Eric AndersenFixup byte order handling. Not all architectures defin...
2005-11-26 Peter S. MazingerOverseen 2 unhidden __ieee754_x
2005-11-23 Mike Frysingerupdate license
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-21 Peter S. MazingerHide all __kernel_x and __ieee754_
2005-11-21 Peter S. MazingerRemove TOPDIR
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-03 Mike Frysingercleanup how we enable/disable certain wrappers since...
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-29 Peter S. MazingerReplace all Makefiles for new build infrastucture
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...
2005-10-12 Peter S. MazingerRewrote almost all Makefiles: do not use strip $(x...
2005-10-11 Peter S. MazingerDo not defer expansions where useless, like CSRC/OBJS...
2005-09-29 Peter S. MazingerRemove unneeded temporary file, libm.so will wait until...
2005-09-29 Peter S. MazingerAllow parallel building in libm
2005-09-29 Peter S. MazingerModify libm's Makefile not needing any recursion
next