aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-27Convert dlfcn/tststatic2 to use test-skeleton.Roland McGrath2-2/+12
2015-02-27Compile vismain with -fPIE and link with -pieH.J. Lu4-5/+21
2015-02-27Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047).Joseph Myers8-4/+930
2015-02-27Rather than using a C implementation of memmove, directly call memmove, whichWilco Dijkstra2-9/+9
2015-02-27Rather than using a C implementation of memset, directly call memset, whichWilco Dijkstra2-55/+6
2015-02-27hppa: fix __O_SYNC to match the kernelJohn David Anglin2-1/+6
2015-02-27Add comment to CSTR macro in k_standard.c.Joseph Myers2-0/+5
2015-02-26Avoid -Wno-write-strings for k_standard.c.Joseph Myers3-81/+59
2015-02-26Avoid uninitialized warnings in Bessel functions.Joseph Myers7-12/+38
2015-02-26Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039).Joseph Myers6-3/+818
2015-02-26Fix asin missing underflows (bug 16351).Joseph Myers12-112/+240
2015-02-26Fix ldbl-128ibm logbl near powers of 2 (bug 18030).Joseph Myers4-4/+27
2015-02-26Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab4-7/+15
2015-02-26Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029).Joseph Myers4-5/+33
2015-02-26Fix constness error just introduced in findlocale.Alexandre Oliva2-2/+7
2015-02-26BZ #15969: search locale archive again after alias expansionAlexandre Oliva3-8/+25
2015-02-25Convert tst-iconv3 to use test-skeleton.Roland McGrath2-2/+10
2015-02-25Convert tst-iconv5 to use test-skeleton.Roland McGrath2-8/+20
2015-02-25Don't crash in iconv setup when getcwd fails.Roland McGrath2-1/+6
2015-02-25Fix minor formatting violation.Paul Pluzhnikov1-2/+2
2015-02-25powerpc: Fix memmove static buildAdhemerval Zanella2-1/+8
2015-02-25Fix ldbl-128ibm asinhl inaccuracy (bug 18020).Joseph Myers7-22/+1779
2015-02-25in.h: Coordinate in6_pktinfo and ip6_mtuinfo for kernel and glibc [BZ #15850]Cong Wang3-5/+14
2015-02-25sprof: Make an error message identical to two others, and more accurate.Benno Schulenberg2-1/+5
2015-02-24Reduce lock contention in __tz_convert() [BZ #16145] (partial fix)Kevin Easton2-2/+8
2015-02-24Update timex.h for ADJ_SETOFFSET.Miroslav Lichvar2-2/+9
2015-02-25Fix ldbl-128ibm acoshl inaccuracy (bug 18019).Joseph Myers7-5/+899
2015-02-24alloca: fix buf interactionMike Frysinger2-2/+8
2015-02-24Fix x86/x86_64 scalb (qNaN, -Inf) (bug 16783).Joseph Myers7-7/+27
2015-02-24Fix BZ #17916 - fopen unbounded stack usage for ccs= modesPaul Pluzhnikov4-4/+47
2015-02-24linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud20-47/+81
2015-02-24Skip logging for DNSSEC responses [BZ 14841]Siddhesh Poyarekar4-33/+28
2015-02-24add changelog for previous commitMike Frysinger1-0/+4
2015-02-24hppa: fix build failure with RTLD_PRIVATE_ERRNOMike Frysinger1-0/+3
2015-02-23Amendments to Unicode 7 update.Alexandre Oliva8-17/+38
2015-02-23Compile gcrt1.o with -fPICH.J. Lu3-4/+22
2015-02-23Fix failure of elf/tst-audit2 when compiled with GCC-5Andreas Schwab2-0/+6
2015-02-22Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov3-4/+16
2015-02-22Adjust timeouts for some tests, to accommodate slow processors,Chung-Lin Tang5-3/+11
2015-02-20Unicode 7.0.0 update; added generator scripts.Alexandre Oliva16-5382/+53305
2015-02-20soft-fp: Adjust call to abort for kernel use.Joseph Myers2-1/+6
2015-02-20s390: Use generic lowlevellock-futex.hStefan Liebler3-325/+60
2015-02-19Fix scandir scandirat namespace (bug 17999).Joseph Myers6-6/+24
2015-02-18Fix atan / atan2 missing underflows (bug 15319).Joseph Myers17-993/+1840
2015-02-182015-02-18 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey3-17/+8
2015-02-18Fix search.h namespace (bug 17996).Joseph Myers6-18/+44
2015-02-18Consolidate arena_lookup and arena_lock into a single arena_getSiddhesh Poyarekar2-2/+6
2015-02-17Use alignment macros, pagesize and powerof2.Carlos O'Donell4-37/+57
2015-02-18Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers11-16/+50
2015-02-17Cleanup: add missing #include'sPaul Pluzhnikov3-1/+7