summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Let tests result in UNSUPPORTED; use that for unbuildable C++ casesroland/test-unsupportedRoland McGrath2015-03-067-33/+71
* soft-fp: Condition sfp-machine.h include path on __KERNEL__.Joseph Myers2015-03-072-0/+9
* Document test-wrapper-env-only in INSTALL.Roland McGrath2015-03-063-9/+25
* ChangeLog formatRoland McGrath2015-03-061-1/+0
* Fix BZ #18043: buffer-overflow (read past the end) in wordexp/parse_dollars/p...Paul Pluzhnikov2015-03-064-2/+39
* time: ensure failing strptime() tests are reported correctlyVincent Bernat2015-03-063-8/+8
* Fix aio_error thread-safety.Samuel Thibault2015-03-063-8/+57
* vfprintf: Define WORK_BUFFER_SIZEFlorian Weimer2015-03-062-13/+15
* vfprintf: Introduce JUMP_TABLE_BASE_LABELFlorian Weimer2015-03-062-3/+8
* vfprintf: Introduce THOUSANDS_SEP_TFlorian Weimer2015-03-062-18/+10
* manual: complete example in error message documentationRical Jasan2015-03-062-6/+20
* manual: drop strerror C89 compatibility noteMike Frysinger2015-03-062-3/+5
* Avoid re-exec-self in bug-setlocale1.Roland McGrath2015-03-056-43/+32
* Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu2015-03-0518-17/+46
* Define ETH_ALEN in generic <netinet/if_ether.h>.Roland McGrath2015-03-042-3/+7
* Split rpcent tests out of tst-netdb.Roland McGrath2015-03-044-44/+82
* Conditionalize some test code for SIGRTMIN, SA_SIGINFO.Roland McGrath2015-03-046-11/+41
* Avoid more C++ tests.Roland McGrath2015-03-042-3/+4
* Avoid C++ tests when the C++ cannot be linked.Roland McGrath2015-03-046-92/+216
* Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631)Andreas Schwab2015-03-044-16/+16
* powerpc: Fix inline feraiseexcept, feclearexcept macrosAdhemerval Zanella2015-03-035-25/+398
* Fix localplt test breakage with new readelfAlan Modra2015-03-033-7/+13
* Deglobalize internal variables in timer_routines.c.Roland McGrath2015-03-022-3/+8
* Correct __ASSUME_PRLIMIT64 for hppa/microblaze/sh (bug 17779).Joseph Myers2015-03-025-4/+32
* Fix BZ 18036 buffer overflow (read past end of buffer) in internal_fnmatchPaul Pluzhnikov2015-03-024-4/+35
* Fix parallel build errorAndreas Schwab2015-03-022-1/+6
* _nss_nis_initgroups_dyn: Return status instead of NSS_STATUS_SUCCESSFlorian Weimer2015-03-022-1/+6
* 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