| Commit message (Expand) | Author | Age | Files | Lines |
* | Document test-wrapper-env-only in INSTALL. | Roland McGrath | 2015-03-06 | 3 | -9/+25 |
* | ChangeLog format | Roland McGrath | 2015-03-06 | 1 | -1/+0 |
* | Fix BZ #18043: buffer-overflow (read past the end) in wordexp/parse_dollars/p... | Paul Pluzhnikov | 2015-03-06 | 4 | -2/+39 |
* | time: ensure failing strptime() tests are reported correctly | Vincent Bernat | 2015-03-06 | 3 | -8/+8 |
* | Fix aio_error thread-safety. | Samuel Thibault | 2015-03-06 | 3 | -8/+57 |
* | vfprintf: Define WORK_BUFFER_SIZE | Florian Weimer | 2015-03-06 | 2 | -13/+15 |
* | vfprintf: Introduce JUMP_TABLE_BASE_LABEL | Florian Weimer | 2015-03-06 | 2 | -3/+8 |
* | vfprintf: Introduce THOUSANDS_SEP_T | Florian Weimer | 2015-03-06 | 2 | -18/+10 |
* | manual: complete example in error message documentation | Rical Jasan | 2015-03-06 | 2 | -6/+20 |
* | manual: drop strerror C89 compatibility note | Mike Frysinger | 2015-03-06 | 2 | -3/+5 |
* | Avoid re-exec-self in bug-setlocale1. | Roland McGrath | 2015-03-05 | 6 | -43/+32 |
* | Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY | H.J. Lu | 2015-03-05 | 18 | -17/+46 |
* | Define ETH_ALEN in generic <netinet/if_ether.h>. | Roland McGrath | 2015-03-04 | 2 | -3/+7 |
* | Split rpcent tests out of tst-netdb. | Roland McGrath | 2015-03-04 | 4 | -44/+82 |
* | Conditionalize some test code for SIGRTMIN, SA_SIGINFO. | Roland McGrath | 2015-03-04 | 6 | -11/+41 |
* | Avoid more C++ tests. | Roland McGrath | 2015-03-04 | 2 | -3/+4 |
* | Avoid C++ tests when the C++ cannot be linked. | Roland McGrath | 2015-03-04 | 6 | -92/+216 |
* | Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631) | Andreas Schwab | 2015-03-04 | 4 | -16/+16 |
* | powerpc: Fix inline feraiseexcept, feclearexcept macros | Adhemerval Zanella | 2015-03-03 | 5 | -25/+398 |
* | Fix localplt test breakage with new readelf | Alan Modra | 2015-03-03 | 3 | -7/+13 |
* | Deglobalize internal variables in timer_routines.c. | Roland McGrath | 2015-03-02 | 2 | -3/+8 |
* | Correct __ASSUME_PRLIMIT64 for hppa/microblaze/sh (bug 17779). | Joseph Myers | 2015-03-02 | 5 | -4/+32 |
* | Fix BZ 18036 buffer overflow (read past end of buffer) in internal_fnmatch | Paul Pluzhnikov | 2015-03-02 | 4 | -4/+35 |
* | Fix parallel build error | Andreas Schwab | 2015-03-02 | 2 | -1/+6 |
* | _nss_nis_initgroups_dyn: Return status instead of NSS_STATUS_SUCCESS | Florian Weimer | 2015-03-02 | 2 | -1/+6 |
* | Avoid unsafe loc_name type casts with additional variable | Alexandre Oliva | 2015-02-27 | 2 | -23/+28 |
* | Convert dlfcn/tststatic2 to use test-skeleton. | Roland McGrath | 2015-02-27 | 2 | -2/+12 |
* | Compile vismain with -fPIE and link with -pie | H.J. Lu | 2015-02-27 | 4 | -5/+21 |
* | Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047). | Joseph Myers | 2015-02-27 | 8 | -4/+930 |
* | Rather than using a C implementation of memmove, directly call memmove, which | Wilco Dijkstra | 2015-02-27 | 2 | -9/+9 |
* | Rather than using a C implementation of memset, directly call memset, which | Wilco Dijkstra | 2015-02-27 | 2 | -55/+6 |
* | hppa: fix __O_SYNC to match the kernel | John David Anglin | 2015-02-27 | 2 | -1/+6 |
* | Add comment to CSTR macro in k_standard.c. | Joseph Myers | 2015-02-27 | 2 | -0/+5 |
* | Avoid -Wno-write-strings for k_standard.c. | Joseph Myers | 2015-02-26 | 3 | -81/+59 |
* | Avoid uninitialized warnings in Bessel functions. | Joseph Myers | 2015-02-26 | 7 | -12/+38 |
* | Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039). | Joseph Myers | 2015-02-26 | 6 | -3/+818 |
* | Fix asin missing underflows (bug 16351). | Joseph Myers | 2015-02-26 | 12 | -112/+240 |
* | Fix ldbl-128ibm logbl near powers of 2 (bug 18030). | Joseph Myers | 2015-02-26 | 4 | -4/+27 |
* | Fix read past end of pattern in fnmatch (bug 18032) | Andreas Schwab | 2015-02-26 | 4 | -7/+15 |
* | Fix ldbl-128ibm ilogbl near powers of 2 (bug 18029). | Joseph Myers | 2015-02-26 | 4 | -5/+33 |
* | Fix constness error just introduced in findlocale. | Alexandre Oliva | 2015-02-26 | 2 | -2/+7 |
* | BZ #15969: search locale archive again after alias expansion | Alexandre Oliva | 2015-02-26 | 3 | -8/+25 |
* | Convert tst-iconv3 to use test-skeleton. | Roland McGrath | 2015-02-25 | 2 | -2/+10 |
* | Convert tst-iconv5 to use test-skeleton. | Roland McGrath | 2015-02-25 | 2 | -8/+20 |
* | Don't crash in iconv setup when getcwd fails. | Roland McGrath | 2015-02-25 | 2 | -1/+6 |
* | Fix minor formatting violation. | Paul Pluzhnikov | 2015-02-25 | 1 | -2/+2 |
* | powerpc: Fix memmove static build | Adhemerval Zanella | 2015-02-25 | 2 | -1/+8 |
* | Fix ldbl-128ibm asinhl inaccuracy (bug 18020). | Joseph Myers | 2015-02-25 | 7 | -22/+1779 |
* | in.h: Coordinate in6_pktinfo and ip6_mtuinfo for kernel and glibc [BZ #15850] | Cong Wang | 2015-02-25 | 3 | -5/+14 |
* | sprof: Make an error message identical to two others, and more accurate. | Benno Schulenberg | 2015-02-25 | 2 | -1/+5 |