index
:
uClibc-alpine
0.9.32
0.9.32-alpine
master
Where we track our uclibc patches
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libm
Commit message (
Expand
)
Author
Age
Files
Lines
*
libm: pass CFLAGS to e500 fenv
Bernhard Reutner-Fischer
2011-11-08
1
-0
/
+2
*
honor UCLIBC_HAS_FENV for e500
Jason Woodward
2011-11-08
1
-0
/
+2
*
Fix e500 fpu libm build
Jason Woodward
2011-11-08
1
-0
/
+1
*
libm: fix building out-of-tree
Bernhard Reutner-Fischer
2011-05-12
1
-1
/
+1
*
Add Makefile support for DSBT ELF.
Bernd Schmidt bernds_cb1@t-online.de
2011-03-05
1
-0
/
+1
*
libm_sh: add optimised assembly implementation of lroundf and lrintf
Christian Bruel
2010-12-17
3
-3
/
+96
*
libm_powerpc: update buildsys to use TARGET_SUBARCH
Carmelo Amoroso
2010-12-17
3
-13
/
+3
*
libm_sh: Move fenv functions into sh4 sub-folder
Carmelo Amoroso
2010-12-17
4
-3
/
+11
*
ldouble_wrappers: make code less verbose via WRAPPER2 macro
Denys Vlasenko
2010-11-02
1
-44
/
+16
*
ldouble_wrappers: remove i386-specific optimization
Denys Vlasenko
2010-11-02
1
-102
/
+3
*
libm: disable tail jump trick if __SSP_ALL__ (was using wrong conditional)
Denys Vlasenko
2010-10-31
1
-1
/
+1
*
libm: fix tgamma to actually do return true gamma function
Denys Vlasenko
2010-10-31
1
-19
/
+23
*
libm: remove int_WRAPPER_C99 macro, add test which checks that I did not brea...
Denys Vlasenko
2010-10-31
1
-27
/
+21
*
libm: revert wrong ldouble wrapper hack "fix"
Denys Vlasenko
2010-10-31
1
-8
/
+10
*
libm: fix remaining failures in test-float
Denys Vlasenko
2010-10-31
1
-16
/
+31
*
libm: fix rint/scalb testcase failures
Denys Vlasenko
2010-10-30
1
-19
/
+35
*
libm: fix powf testcase failures
Denys Vlasenko
2010-10-30
1
-28
/
+35
*
libm: fix scalb testsuite failures
Denys Vlasenko
2010-10-30
1
-7
/
+6
*
libm: fix testuite failure in modf
Denys Vlasenko
2010-10-30
2
-11
/
+7
*
libm/x86: use call instead of jump for wrappers
Timo Teräs
2010-10-22
1
-4
/
+8
*
use uniform form of C99 keywords
Bernhard Reutner-Fischer
2010-06-24
2
-13
/
+13
*
libm: typo fix NO_LONG_DOUBLE variant of gamma_r
Bernhard Reutner-Fischer
2010-06-15
1
-1
/
+1
*
libm: unbreak scalbn for 64-bit processors
Roman I Khimov
2010-06-10
1
-1
/
+1
*
lgamma: fix sign handling
Bernhard Reutner-Fischer
2010-06-10
1
-1
/
+5
*
libm: unhide signgam
Roman I Khimov
2010-06-10
1
-1
/
+0
*
nptl: proper soname handling
Natanael Copa
2010-04-22
1
-2
/
+2
*
prettify make clean
Bernhard Reutner-Fischer
2010-03-25
1
-2
/
+2
*
libm: explain why some funcs are not implemented (yet)
Bernhard Reutner-Fischer
2010-02-04
1
-1
/
+2
*
libm: enable log2f and exp2f
Aurelien Jacobs
2010-02-04
2
-3
/
+5
*
rename exp(onent) to _exp
Bernhard Reutner-Fischer
2010-01-21
1
-2
/
+2
*
rename exp(onent) to ex
Bernhard Reutner-Fischer
2010-01-16
1
-8
/
+8
*
DO_XSI_MATH: add config knob
Bernhard Reutner-Fischer
2009-11-19
1
-2
/
+6
*
libm: use int_WRAPPER_C99 macro
Bernhard Reutner-Fischer
2009-11-15
1
-10
/
+5
*
Revert "libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts"
Bernhard Reutner-Fischer
2009-11-14
8
-28
/
+44
*
libm: fix C99_MATH on __NO_LONG_DOUBLE_MATH hosts
Bernhard Reutner-Fischer
2009-11-14
8
-44
/
+28
*
convert // comments to /**/; remove empty #if/#endif pairs. no code changes
Denys Vlasenko
2009-09-18
1
-3
/
+4
*
honour NO_LONG_DOUBLE_MATH
Bernhard Reutner-Fischer
2009-08-30
2
-1
/
+11
*
support building out-of-tree
Bernhard Reutner-Fischer
2009-08-17
1
-0
/
+2
*
Add a few missing includes
Ron
2009-07-05
1
-0
/
+1
*
libm/Makefile.in: reformat the list of wrappers
Denis Vlasenko
2009-02-17
2
-22
/
+127
*
test/math/compile_test.c: "are long double functions even compile/link?" test
Denis Vlasenko
2009-02-17
2
-4
/
+31
*
math.h: fix libm_hidden_proto leak into sanitized headers
Denis Vlasenko
2009-02-14
1
-4
/
+4
*
- scalb{,f,l} depend on UCLIBC_SUSV3_LEGACY
Bernhard Reutner-Fischer
2009-02-13
1
-1
/
+1
*
- use existing __stringify macro
Bernhard Reutner-Fischer
2009-02-13
1
-6
/
+4
*
docs/probe_math_exception.c:
Denis Vlasenko
2009-02-11
3
-21
/
+41
*
ldouble_wrappers.c: add long and long long optimized wrappers
Denis Vlasenko
2009-02-09
2
-240
/
+113
*
Hand-optimize wrappers on i386:
Denis Vlasenko
2009-02-09
1
-156
/
+104
*
ldouble_wrappers.c: fix __signbitl, it was calling itself by mistake.
Denis Vlasenko
2009-02-09
2
-64
/
+7
*
nextafterf: trying to correct FP exception handling
Denis Vlasenko
2009-02-08
2
-11
/
+59
*
libm/s_nextafterf.c: forgot to "svn add" it
Denis Vlasenko
2009-02-06
1
-0
/
+103
[next]