OSDN Git Service

tests/tls: Implement TLS macros for metag
[uclinux-h8/uclibc-ng.git] / include / math.h
2015-04-25 Waldemar BrodkorbRevert "Do not define unimplemented functions"
2015-03-29 Waldemar Brodkorbmerge uClibc master
2015-03-18 Bernhard Reutner... libm: Add missing C99 float/ld wrappers
2015-03-04 Waldemar BrodkorbMerge remote-tracking branch 'origin/upstream'
2015-02-20 Waldemar Brodkorbsync with uClibc
2015-02-16 Waldemar Brodkorbmerge uClibc changes
2015-01-26 Waldemar Brodkorbmerge upstream changes
2014-12-25 Waldemar Brodkorbmerge upstream changes
2014-12-09 Waldemar BrodkorbMerge remote-tracking branch 'origin/upstream'
2014-12-04 Waldemar BrodkorbMerge remote-tracking branch 'origin/upstream'
2014-12-01 Waldemar BrodkorbMerge remote-tracking branch 'origin/upstream'
2014-11-13 Waldemar BrodkorbMerge remote-tracking branch 'origin/upstream'
2014-11-11 Waldemar BrodkorbMerge remote-tracking branch 'origin/upstream'
2014-09-26 Cristian Morales... Do not define unimplemented functions
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