summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 regression in creation of ldso symlinkRich Felker1-1/+1
2013-08-31fix breakage in synccall due to incorrect signal restoration in sigqueueRich Felker1-2/+3
2013-08-30fix typo in release notesv0.9.13Rich Felker1-1/+1
2013-08-30release notes for 0.9.13Rich Felker1-0/+55
2013-08-30only expose struct tcphdr under _GNU_SOURCERich Felker1-1/+3
2013-08-30add struct tcphdr in netinet/tcp.hRich Felker1-0/+33
2013-08-28remove -Wcast-align from --enable-warningsRich Felker1-1/+0
2013-08-28optimized C memcpyRich Felker1-16/+111
2013-08-28stdbool.h should define __bool_true_false_are_defined even for C++Rich Felker1-2/+2
2013-08-27fix invalid instruction mnemonics in powerpc fenv asmRich Felker1-3/+3
2013-08-27optimized C memsetRich Felker1-12/+77
2013-08-27add attribute((may_alias)) checking in configureRich Felker1-0/+21
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-22fix some documentation typosRich Felker2-2/+2
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-21add SUN_LEN macro to sys/un.h under appropriate feature testsRich Felker1-0/+19
2013-08-21unbreak vwarn: print ": " before errno messageRich Felker1-2/+5
2013-08-20fix two bugs in sed code configure uses to save command lineRich Felker1-1/+1
2013-08-18re-add logic for ignoring failure of ld.so symlink installationRich Felker1-1/+1
2013-08-18fix fenv exception functions to mask their argumentSzabolcs Nagy8-18/+55
2013-08-18optimize x86 feclearexcept: only use save/restore x87 fenv if neededSzabolcs Nagy2-27/+38
2013-08-18remove the __mxcsr member from fenv_t on i386 to follow the glibc abiSzabolcs Nagy1-1/+0
2013-08-18add sse fenv support on i386 through hwcapSzabolcs Nagy2-9/+61
2013-08-18fix i386 fesetenv: FE_DFL_ENV is (fenv_t*)-1 not 0Szabolcs Nagy1-2/+2
2013-08-17remove spurious tmp file present since initial git check-inRich Felker1-390/+0
2013-08-17replace system's install command with a shell scriptRich Felker2-7/+72
2013-08-17add hkscs/big5-2003/eten extensions to iconv big5Rich Felker3-977/+1433
2013-08-16make configure store its command line in config.mak for easy re-runRich Felker1-1/+11
2013-08-16fix atomicity and other issues installing dynamic linker symlinkRich Felker1-5/+3
2013-08-16some initial math asm for armhf (fabs[f] and sqrt[f])Rich Felker12-0/+32