OSDN Git Service

fix up ability to rename ldso
[uclinux-h8/uClibc.git] / libm /
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
2005-09-29 Peter S. MazingerIf HAVE_SHARED is disabled and libm/TARGET_ARCH does...
2005-09-28 Mike Frysingerfix building
2005-09-28 Peter S. MazingerRemove ar-target and shared targets, at build time...
2005-09-22 Peter S. Mazingerno check needed in libm/libpthread, we do not recurse...
2005-09-22 Peter S. Mazingersplit out nearbyint, round, trunc from libm/powerpc...
2005-08-15 Mike Frysingerimport thumb support from jbowler in Bug 385
2005-03-07 Eric AndersenDisable float wrappers for functions that are not presently
2005-03-07 Eric Andersensplit the float wrappers into separate object files
2005-03-06 Eric AndersenTrim off whitespace
2005-03-01 Mike Frysingermake sure we only create libm.a before running through...
2005-02-23 Mike Frysingermake sure subdirs requires the toplevel $(LIBM) already...
2005-02-12 Mike Frysingerno more cvs
2005-01-19 Mike Frysingerredo targets so the archives are only re-built when...
2004-12-22 Eric AndersenCleaned up patch from Peter S. Mazinger adding support for
2004-08-13 Manuel Novoa III Always include the sqrtf wrapper in libm so that we...
2004-02-09 Eric AndersenNicolas Pitre writes:
2004-01-16 Manuel Novoa III We need to link with libgcc.a when creating shared...
2003-11-20 Eric AndersenMake certain that arch specific stuff is compiled last
2003-11-04 Eric Andersenminor cleanup
2003-10-22 Eric AndersenAtsushi Nemoto writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-10-18 Eric AndersenPeter Kjellerstedt writes:
2003-09-08 Eric AndersenFixup build problem on powerpc
2003-09-01 Eric AndersenAtsushi Nemoto writes:
2003-06-27 Eric AndersenAdd in ceilf() and floorf() since XFree86 wants them...
2002-11-09 Eric AndersenPatch from Simon Rowe to try and build asm libm code
2002-10-31 Eric AndersenOk, this commit is _huge_ and its gonna change the...
2002-09-09 Manuel Novoa III Clean up a warning.
2002-09-06 Eric AndersenAdd in some weak aliases to allow C99 apps to compile...
2002-08-15 Manuel Novoa III Fix erroneous grouping.
2002-08-09 David McCulloughFix a number of compile time warnings so that uClibc...
2002-06-26 Eric AndersenSeveral cleanups/fixes from Marshall M. Midden <m4...
2002-05-28 Eric AndersenFixup and unifiy version numbering. Automate versionin...
2002-05-09 Eric AndersenFill a few little holes in the math library
2002-05-09 Eric AndersenAdd missing braces
2002-04-17 Eric AndersenPatch from Axel Barnitzke <barney@xkontor.com> to fix...
2002-04-09 Eric AndersenAdd finite() to C89 math lib, since it is needed...
2002-03-25 Eric AndersenImplement sqrtf(), needed for libstdc++ on arm
2002-02-21 Eric AndersenAdd ldexp to the !C99 list, since it is defined in...
2002-02-18 Eric AndersenMake shared libs properly list the correct ld.so in...
2002-01-28 Eric AndersenFix the bug where binaries built with older toolchains...
2002-01-16 Eric AndersenTell ld explicitly when stuff is supposed to by dynamic...
2002-01-12 Eric AndersenDepend upon libc
2002-01-11 Eric AndersenMore build system cleanups...
2002-01-11 Eric AndersenScrub the way libraries are linked. Use ld, not gcc...
2002-01-09 Eric AndersenDon't show shell fragments
2002-01-09 Eric AndersenBe more carefull about erroring out of shell fragments...
2002-01-09 Eric AndersenRemove "-Wl,--no-undefined"
2002-01-01 Eric AndersenChange all 'cd <foo>; bar' constructs to 'cd <foo>...
2002-01-01 Eric AndersenRemove erroneous allow-shlib-undefined
2001-12-19 Eric AndersenUpdate my email address. I am no longer andersen@lineo.com
2001-11-26 Eric AndersenMy adjusted 'make install' was missing include/linux...
2001-11-24 Eric AndersenOops
2001-11-24 Eric AndersenFix naming so things will actually work
2001-11-24 Eric AndersenFix path problem,
2001-11-24 Eric AndersenOops
2001-11-24 Eric AndersenMove powerpc specific optimizations (courtesy of apple...
2001-11-23 Eric AndersenFinish ajusting math lib options. Close out a couple...
2001-11-23 Eric AndersenDefault to building C89 math stuff only. Cleanup some...
2001-11-22 Eric AndersenTotally rework the math library, this time based on...
2001-11-22 Eric AndersenSeems we were lacking an acos() implementation
2001-07-03 Eric AndersenForce our child libs to link vs libc
2001-06-27 Manuel Novoa III Fix syntax error in comment.
2001-06-19 Manuel Novoa III Oops... forgot to remove rint.c from the makefile.
2001-06-19 Manuel Novoa III Remove Erik's broken implementation of rint(). Replace...
2001-06-18 Eric AndersenI went nuts and wrote a generic rint implementation...
2001-06-15 Eric AndersenBe consistant for all the client code, and use TARGET_C...
2001-05-28 Manuel Novoa III Make selection of uClibc floating point support in...
2001-05-25 Eric AndersenCleanup the math.h header file. It was broken when...
next