summaryrefslogtreecommitdiffstats
path: root/libm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Be consistant for all the client code, and use TARGET_CC with --uclibc-use-bu...Eric Andersen2001-06-154-34/+32
* Make selection of uClibc floating point support in printf, etc. seperateManuel Novoa III2001-05-281-4/+4
* Cleanup the math.h header file. It was broken when enabling doublesEric Andersen2001-05-251-1/+1
* Added file for non-Cephes double routines; currently only fmod and modf.Manuel Novoa III2001-05-222-1/+128
* I wasn't building the libdl shared lib anymore. Make each lib install aEric Andersen2001-05-181-1/+2
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-124-19/+14
* Rework where libraries get installed to. Now thew will be compiled andEric Andersen2001-05-111-11/+15
* Fix up the 'make clean' targetEric Andersen2001-05-111-1/+1
* Ignore generated fileEric Andersen2001-05-101-0/+2
* uClibc now has a math library. muahahahaha!Eric Andersen2001-05-10275-0/+90911