OSDN Git Service

test: Fix math .c dependency
[uclinux-h8/uClibc.git] / include / math.h
2012-11-18 Mike FrysingerReplace FSF snail mail address with URLs
2010-11-28 Carmelo AmorosoMerge commit 'origin/master' into prelink
2010-10-31 Denys Vlasenkolibm: improve readability of math.h; expand comments...
2010-06-10 Roman I Khimovlibm: unhide signgam
2009-11-22 Austin FoxleyMerge remote branch 'origin/master' into nptl_merge
2009-11-19 Bernhard Reutner... MAXFLOAT: obsolescent in SUSv4
2009-09-05 Denys Vlasenkomath.h: fix trivial typo (missing !): !defined __NO_LON...
2009-08-30 Bernhard Reutner... honour NO_LONG_DOUBLE_MATH
2009-02-18 Denis Vlasenkomathcalls.h: remove tons of redundant semicolons; bette...
2009-02-17 Denis Vlasenkofix typo in comment
2009-02-17 Denis Vlasenkotest/math/compile_test.c: "are long double functions...
2009-02-14 Denis Vlasenkomath.h: fix libm_hidden_proto leak into sanitized headers
2008-12-28 Denis Vlasenkoremove many functions which just call __ieee754_<function>,
2008-12-22 Bernhard Reutner... - remove whitespace
2008-12-22 Bernhard Reutner... - fix fpclassify, signbit, isfinite, isnan, isinf macro...
2008-10-03 Bernhard Reutner... - add long double math wrappers (Ned Ludd)
2008-07-23 Bernhard Reutner... - trim any trailing whitespace
2006-08-24 Mike Frysingersync with upstream via psm
2005-11-04 Peter S. MazingerSync up w/ glibc
2001-11-22 Eric AndersenTotally rework the math library, this time based on...
2001-11-20 Eric AndersenBe more careful able not shadowing with var names
2001-07-11 David McCulloughAdded __BEGIN_DECLS and __END_DECLS to the files that...
2001-05-28 Manuel Novoa III Make selection of uClibc floating point support in...
2001-05-25 Eric AndersenWe need the definition of HUGE_VAL fpr some apps. ...
2001-05-25 Eric AndersenCleanup the math.h header file. It was broken when...
2001-05-21 Manuel Novoa III Proper prototype for mtherr, although this should proba...
2001-05-10 Eric AndersenuClibc now has a math library. muahahahaha!
2001-02-26 David McCulloughg++ compatible math defines.
2000-12-20 Eric AndersenA number of updates from Manuel Novoa III. Things...
2000-10-30 Eric AndersenMore header file updates
2000-05-14 Erik AndersenInitial revision