summaryrefslogtreecommitdiffstats
path: root/libm
Commit message (Expand)AuthorAgeFilesLines
* Make certain that arch specific stuff is compiled lastEric Andersen2003-11-201-2/+2
* minor cleanupEric Andersen2003-11-041-2/+2
* Atsushi Nemoto writes:Eric Andersen2003-10-221-0/+2
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-2/+2
* Peter Kjellerstedt writes:Eric Andersen2003-10-182-5/+4
* Peter Kjellerstedt writes:Eric Andersen2003-10-181-4/+4
* Fixup build problem on powerpcEric Andersen2003-09-081-4/+6
* Atsushi Nemoto writes:Eric Andersen2003-09-012-82/+52
* Add in ceilf() and floorf() since XFree86 wants them...Eric Andersen2003-06-273-1/+134
* Patch from Simon Rowe to try and build asm libm codeEric Andersen2002-11-091-2/+3
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-312-4/+4
* Clean up a warning.Manuel Novoa III2002-09-091-3/+1
* Add in some weak aliases to allow C99 apps to compile w/o definingEric Andersen2002-09-061-0/+11
* Fix erroneous grouping.Manuel Novoa III2002-08-151-1/+1
* Fix a number of compile time warnings so that uClibc will build with -Werror ...David McCullough2002-08-094-5/+5
* Several cleanups/fixes from Marshall M. Midden <m4@brecis.com>Eric Andersen2002-06-269-14/+19
* Fixup and unifiy version numbering. Automate versioning updates.Eric Andersen2002-05-281-2/+2
* Fill a few little holes in the math libraryEric Andersen2002-05-093-46/+112
* Add missing bracesEric Andersen2002-05-091-1/+2
* Patch from Axel Barnitzke <barney@xkontor.com> to fix handlingEric Andersen2002-04-171-0/+24
* Add finite() to C89 math lib, since it is needed...Eric Andersen2002-04-091-1/+2
* Implement sqrtf(), needed for libstdc++ on armEric Andersen2002-03-252-1/+47
* Add ldexp to the !C99 list, since it is defined in POSIX asEric Andersen2002-02-211-6/+7
* Make shared libs properly list the correct ld.so in the interpEric Andersen2002-02-181-2/+3
* Fix the bug where binaries built with older toolchains wouldEric Andersen2002-01-281-3/+3
* Tell ld explicitly when stuff is supposed to by dynamically linkedEric Andersen2002-01-161-1/+1
* Depend upon libcEric Andersen2002-01-121-1/+1
* More build system cleanups...Eric Andersen2002-01-112-6/+4
* Scrub the way libraries are linked. Use ld, not gcc, to avoidEric Andersen2002-01-111-2/+3
* Don't show shell fragmentsEric Andersen2002-01-091-1/+1
* Be more carefull about erroring out of shell fragments. Try toEric Andersen2002-01-091-0/+2
* Remove "-Wl,--no-undefined"Eric Andersen2002-01-091-2/+1
* Change all 'cd <foo>; bar' constructs to 'cd <foo> && bar' forEric Andersen2002-01-011-2/+2
* Remove erroneous allow-shlib-undefinedEric Andersen2002-01-011-2/+2
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-192-8/+32
* My adjusted 'make install' was missing include/linux subdirs. TryEric Andersen2001-11-261-1/+2
* OopsEric Andersen2001-11-241-1/+1
* Fix naming so things will actually workEric Andersen2001-11-2410-160/+314
* Fix path problem,Eric Andersen2001-11-241-1/+1
* OopsEric Andersen2001-11-241-1/+1
* Move powerpc specific optimizations (courtesy of apple) to powerpcEric Andersen2001-11-2417-50/+88
* Finish ajusting math lib options. Close out a couple of todo items.Eric Andersen2001-11-231-2/+4
* Default to building C89 math stuff only. Cleanup some warnings.Eric Andersen2001-11-239-12/+29
* Totally rework the math library, this time based on the MacOs XEric Andersen2001-11-22367-91124/+10699
* Seems we were lacking an acos() implementationEric Andersen2001-11-221-0/+58
* Force our child libs to link vs libcEric Andersen2001-07-031-1/+1
* Fix syntax error in comment.Manuel Novoa III2001-06-271-1/+1
* Oops... forgot to remove rint.c from the makefile.Manuel Novoa III2001-06-191-1/+1
* Remove Erik's broken implementation of rint(). Replace it by one "less broken".Manuel Novoa III2001-06-193-82/+117
* I went nuts and wrote a generic rint implementation. I think it isEric Andersen2001-06-182-1/+53