index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libm
/
e_lgamma_r.c
Age
Commit message (
Expand
)
Author
2017-11-03
math: add exception handling functionality
Sergey Cherkashin
2016-02-19
libm: remove dead code
Waldemar Brodkorb
2012-06-15
math: avoid jump relocation in libm
Peter S. Mazinger
2012-06-15
libm: remove superfluos attribute_hidden, the one in prototype is enough
Peter S. Mazinger
2010-10-31
libm: fix tgamma to actually do return true gamma function
Denys Vlasenko
2010-06-15
libm: typo fix NO_LONG_DOUBLE variant of gamma_r
Bernhard Reutner-Fischer
2010-06-10
lgamma: fix sign handling
Bernhard Reutner-Fischer
2009-09-18
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2008-12-29
libm/e_lgamma_r.c: cosmetic whitespace fixes
Denis Vlasenko
2008-12-29
libm/*: delete many incarnations of logarithmic gamma function,
Denis Vlasenko
2008-12-28
remove many functions which just call __ieee754_<function>,
Denis Vlasenko
2008-12-22
libm/*: mass removal of:
Denis Vlasenko
2008-10-24
- tidy up inline:
Bernhard Reutner-Fischer
2008-09-26
- move libm_hidden_proto to the corresponding headers. Remove from callsites.
Bernhard Reutner-Fischer
2006-01-30
back to inline, mips fails
Peter S. Mazinger
2006-01-17
All math related relocs gone
Peter S. Mazinger
2005-11-21
Hide all __kernel_x and __ieee754_
Peter S. Mazinger
2005-03-06
Trim off whitespace
Eric Andersen
2002-06-26
Several cleanups/fixes from Marshall M. Midden <m4@brecis.com>
Eric Andersen
2001-11-22
Totally rework the math library, this time based on the MacOs X
Eric Andersen