summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-09-05math: cosmetic cleanup (use explicit union instead of fshape and dshape)Szabolcs Nagy11-166/+140
2013-09-05math: remove *_WORD64 macros from libm.hSzabolcs Nagy2-29/+13
2013-09-05math: remove old longdbl.hSzabolcs Nagy2-113/+0
2013-09-05math: long double fix (use ldshape union)Szabolcs Nagy8-51/+24
2013-09-05math: use float_t and double_t in scalbnf and scalbnSzabolcs Nagy2-16/+20
2013-09-05math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)Szabolcs Nagy5-93/+65
2013-09-05math: cbrt cleanup and long double fixSzabolcs Nagy3-72/+59
2013-09-05math: fix underflow in exp*.c and long double handling in exp2lSzabolcs Nagy8-182/+139
2013-09-05math: long double trigonometric cleanup (cosl, sinl, sincosl, tanl)Szabolcs Nagy8-236/+228
2013-09-05math: long double inverse trigonometric cleanup (acosl, asinl, atanl, atan2l)Szabolcs Nagy6-103/+180
2013-09-05math: rewrite hypotSzabolcs Nagy3-324/+135
2013-09-05math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy11-1010/+472
2013-09-05math: rewrite rounding functions (ceil, floor, trunc, round, rint)Szabolcs Nagy15-905/+274
2013-09-05math: fix logb(-0.0) in downward rounding modeSzabolcs Nagy3-6/+6
2013-09-05math: ilogb cleanupSzabolcs Nagy3-16/+43
2013-09-05long double cleanup, initial commitSzabolcs Nagy8-96/+89
2013-09-04fix typo in comment in __randnameRich Felker1-1/+1
2013-09-02fix mips-specific bug in synccall (too little space for signal mask)Rich Felker1-5/+3
2013-09-02in synccall, ignore the signal before any threads' signal handlers returnRich Felker1-4/+4
2013-09-02fix invalid pointer in synccall (multithread setuid, etc.)Rich Felker1-0/+1
2013-09-01fix special-case breakage in popen due to reversed argument orderRich Felker1-1/+1
2013-08-31fix missing return value warning in faccessat, minor cleanupRich Felker1-1/+1
2013-08-31fix invalid %m format crash in wide scanf variantsRich Felker1-0/+2
2013-08-31avoid crash in scanf when invalid %m format is encounteredRich Felker1-0/+2
2013-08-31remove incorrect cancellation points from realpathRich Felker1-4/+4
2013-08-31debloat realpath's allocation strategyRich Felker1-12/+6
2013-08-31make realpath use O_PATH when opening the fileRich Felker1-1/+1
2013-08-31fix breakage in synccall due to incorrect signal restoration in sigqueueRich Felker1-2/+3
2013-08-28optimized C memcpyRich Felker1-16/+111
2013-08-27fix invalid instruction mnemonics in powerpc fenv asmRich Felker1-3/+3
2013-08-27optimized C memsetRich Felker1-12/+77
2013-08-25add the %s (seconds since the epoch) format to strftimeRich Felker1-0/+4
2013-08-24fix strftime regression in %e formatRich Felker1-2/+2
2013-08-24properly fill in tzname[] for old (pre-64-bit-format) zoneinfo filesRich Felker1-1/+22
2013-08-24minor fix to tz name checkingRich Felker1-2/+2
2013-08-24fix strftime handling of time zone dataRich Felker4-8/+36
2013-08-23make dlopen honor the rpath of the main programRich Felker1-1/+1
2013-08-23fix mishandling of empty or blank TZ environment variableRich Felker1-1/+1
2013-08-23fix regression in dn_expand/reverse dnsRich Felker1-1/+1
2013-08-23fix bugs in $ORIGIN handlingRich Felker1-3/+9
2013-08-23use AT_EXECFN, if available, for dynamic linker to identify main programRich Felker1-1/+5
2013-08-23add rpath $ORIGIN processing to dynamic linkerRich Felker1-3/+59
2013-08-23add recursive rpath support to dynamic linkerRich Felker1-12/+13
2013-08-23fix missing string.h in strftime.c (needed by new strftime code)Rich Felker1-0/+1
2013-08-22add strftime and wcsftime field widthsRich Felker2-24/+81
2013-08-22simplify strftime and fix integer overflowsRich Felker1-28/+12
2013-08-22strftime cleanup: avoid recomputing strlen when it's knownRich Felker1-10/+16
2013-08-22more strftime refactoringRich Felker1-23/+25
2013-08-22begin refactoring strftime to make adding field widths easierRich Felker1-151/+161
2013-08-21unbreak vwarn: print ": " before errno messageRich Felker1-2/+5