about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* math: rewrite hypotSzabolcs Nagy2013-09-053-324/+135
* math: rewrite remainder functions (remainder, remquo, fmod, modf)Szabolcs Nagy2013-09-0511-1010/+472
* math: rewrite rounding functions (ceil, floor, trunc, round, rint)Szabolcs Nagy2013-09-0515-905/+274
* math: fix logb(-0.0) in downward rounding modeSzabolcs Nagy2013-09-053-6/+6
* math: ilogb cleanupSzabolcs Nagy2013-09-053-16/+43
* long double cleanup, initial commitSzabolcs Nagy2013-09-058-96/+89
* fix typo in comment in __randnameRich Felker2013-09-041-1/+1
* fix mips-specific bug in synccall (too little space for signal mask)Rich Felker2013-09-021-5/+3
* in synccall, ignore the signal before any threads' signal handlers returnRich Felker2013-09-021-4/+4
* fix invalid pointer in synccall (multithread setuid, etc.)Rich Felker2013-09-021-0/+1
* fix special-case breakage in popen due to reversed argument orderRich Felker2013-09-011-1/+1
* add workaround header for wait.h remapping to sys/wait.hRich Felker2013-09-011-0/+2
* fix missing return value warning in faccessat, minor cleanupRich Felker2013-08-311-1/+1
* fix invalid %m format crash in wide scanf variantsRich Felker2013-08-311-0/+2
* avoid crash in scanf when invalid %m format is encounteredRich Felker2013-08-311-0/+2
* remove incorrect cancellation points from realpathRich Felker2013-08-311-4/+4
* debloat realpath's allocation strategyRich Felker2013-08-311-12/+6
* make realpath use O_PATH when opening the fileRich Felker2013-08-311-1/+1
* fix regression in creation of ldso symlinkRich Felker2013-08-311-1/+1
* fix breakage in synccall due to incorrect signal restoration in sigqueueRich Felker2013-08-311-2/+3
* fix typo in release notes v0.9.13Rich Felker2013-08-301-1/+1
* release notes for 0.9.13Rich Felker2013-08-301-0/+55
* only expose struct tcphdr under _GNU_SOURCERich Felker2013-08-301-1/+3
* add struct tcphdr in netinet/tcp.hRich Felker2013-08-301-0/+33
* remove -Wcast-align from --enable-warningsRich Felker2013-08-281-1/+0
* optimized C memcpyRich Felker2013-08-281-16/+111
* stdbool.h should define __bool_true_false_are_defined even for C++Rich Felker2013-08-281-2/+2
* fix invalid instruction mnemonics in powerpc fenv asmRich Felker2013-08-271-3/+3
* optimized C memsetRich Felker2013-08-271-12/+77
* add attribute((may_alias)) checking in configureRich Felker2013-08-271-0/+21
* add the %s (seconds since the epoch) format to strftimeRich Felker2013-08-251-0/+4
* fix strftime regression in %e formatRich Felker2013-08-241-2/+2
* properly fill in tzname[] for old (pre-64-bit-format) zoneinfo filesRich Felker2013-08-241-1/+22
* minor fix to tz name checkingRich Felker2013-08-241-2/+2
* fix strftime handling of time zone dataRich Felker2013-08-244-8/+36
* make dlopen honor the rpath of the main programRich Felker2013-08-231-1/+1
* fix mishandling of empty or blank TZ environment variableRich Felker2013-08-231-1/+1
* fix regression in dn_expand/reverse dnsRich Felker2013-08-231-1/+1
* fix bugs in $ORIGIN handlingRich Felker2013-08-231-3/+9
* use AT_EXECFN, if available, for dynamic linker to identify main programRich Felker2013-08-231-1/+5
* add rpath $ORIGIN processing to dynamic linkerRich Felker2013-08-231-3/+59
* add recursive rpath support to dynamic linkerRich Felker2013-08-231-12/+13
* fix missing string.h in strftime.c (needed by new strftime code)Rich Felker2013-08-231-0/+1
* fix some documentation typosRich Felker2013-08-222-2/+2
* add strftime and wcsftime field widthsRich Felker2013-08-222-24/+81
* simplify strftime and fix integer overflowsRich Felker2013-08-221-28/+12
* strftime cleanup: avoid recomputing strlen when it's knownRich Felker2013-08-221-10/+16
* more strftime refactoringRich Felker2013-08-221-23/+25
* begin refactoring strftime to make adding field widths easierRich Felker2013-08-221-151/+161
* add SUN_LEN macro to sys/un.h under appropriate feature testsRich Felker2013-08-211-0/+19