about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid unsafe loc_name type casts with additional variableAlexandre Oliva2015-02-272-23/+28
* Convert dlfcn/tststatic2 to use test-skeleton.Roland McGrath2015-02-272-2/+12
* Compile vismain with -fPIE and link with -pieH.J. Lu2015-02-274-5/+21
* Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047).Joseph Myers2015-02-278-4/+930
* Rather than using a C implementation of memmove, directly call memmove, whichWilco Dijkstra2015-02-272-9/+9
* Rather than using a C implementation of memset, directly call memset, whichWilco Dijkstra2015-02-272-55/+6
* hppa: fix __O_SYNC to match the kernelJohn David Anglin2015-02-272-1/+6
* Add comment to CSTR macro in k_standard.c.Joseph Myers2015-02-272-0/+5
* Avoid -Wno-write-strings for k_standard.c.Joseph Myers2015-02-263-81/+59
* Avoid uninitialized warnings in Bessel functions.Joseph Myers2015-02-267-12/+38
* Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039).Joseph Myers2015-02-266-3/+818
* Fix asin missing underflows (bug 16351).Joseph Myers2015-02-2612-112/+240
* Fix ldbl-128ibm logbl near powers of 2 (bug 18030).Joseph Myers2015-02-264-4/+27
* Fix read past end of pattern in fnmatch (bug 18032)Andreas Schwab2015-02-264-7/+15
* Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029).Joseph Myers2015-02-264-5/+33
* Fix constness error just introduced in findlocale.Alexandre Oliva2015-02-262-2/+7
* BZ #15969: search locale archive again after alias expansionAlexandre Oliva2015-02-263-8/+25
* Convert tst-iconv3 to use test-skeleton.Roland McGrath2015-02-252-2/+10
* Convert tst-iconv5 to use test-skeleton.Roland McGrath2015-02-252-8/+20
* Don't crash in iconv setup when getcwd fails.Roland McGrath2015-02-252-1/+6
* Fix minor formatting violation.Paul Pluzhnikov2015-02-251-2/+2
* powerpc: Fix memmove static buildAdhemerval Zanella2015-02-252-1/+8
* Fix ldbl-128ibm asinhl inaccuracy (bug 18020).Joseph Myers2015-02-257-22/+1779
* in.h: Coordinate in6_pktinfo and ip6_mtuinfo for kernel and glibc [BZ #15850]Cong Wang2015-02-253-5/+14
* sprof: Make an error message identical to two others, and more accurate.Benno Schulenberg2015-02-252-1/+5
* Reduce lock contention in __tz_convert() [BZ #16145] (partial fix)Kevin Easton2015-02-242-2/+8
* Update timex.h for ADJ_SETOFFSET.Miroslav Lichvar2015-02-242-2/+9
* Fix ldbl-128ibm acoshl inaccuracy (bug 18019).Joseph Myers2015-02-257-5/+899
* alloca: fix buf interactionMike Frysinger2015-02-242-2/+8
* Fix x86/x86_64 scalb (qNaN, -Inf) (bug 16783).Joseph Myers2015-02-247-7/+27
* Fix BZ #17916 - fopen unbounded stack usage for ccs= modesPaul Pluzhnikov2015-02-244-4/+47
* linux: open and openat ignore 'mode' with O_TMPFILE in flagsEric Rannaud2015-02-2420-47/+81
* Skip logging for DNSSEC responses [BZ 14841]Siddhesh Poyarekar2015-02-244-33/+28
* add changelog for previous commitMike Frysinger2015-02-241-0/+4
* hppa: fix build failure with RTLD_PRIVATE_ERRNOMike Frysinger2015-02-241-0/+3
* Amendments to Unicode 7 update.Alexandre Oliva2015-02-238-17/+38
* Compile gcrt1.o with -fPICH.J. Lu2015-02-233-4/+22
* Fix failure of elf/tst-audit2 when compiled with GCC-5Andreas Schwab2015-02-232-0/+6
* Fix BZ #17269 -- _IO_wstr_overflow integer overflowPaul Pluzhnikov2015-02-223-4/+16
* Adjust timeouts for some tests, to accommodate slow processors,Chung-Lin Tang2015-02-225-3/+11
* Unicode 7.0.0 update; added generator scripts.Alexandre Oliva2015-02-2016-5382/+53305
* soft-fp: Adjust call to abort for kernel use.Joseph Myers2015-02-202-1/+6
* s390: Use generic lowlevellock-futex.hStefan Liebler2015-02-203-325/+60
* Fix scandir scandirat namespace (bug 17999).Joseph Myers2015-02-196-6/+24
* Fix atan / atan2 missing underflows (bug 15319).Joseph Myers2015-02-1817-993/+1840
* 2015-02-18 Steve Ellcey <sellcey@imgtec.com>Steve Ellcey2015-02-183-17/+8
* Fix search.h namespace (bug 17996).Joseph Myers2015-02-186-18/+44
* Consolidate arena_lookup and arena_lock into a single arena_getSiddhesh Poyarekar2015-02-182-2/+6
* Use alignment macros, pagesize and powerof2.Carlos O'Donell2015-02-174-37/+57
* Fix posix_spawn getrlimit64 namespace (bug 17991).Joseph Myers2015-02-1811-16/+50