about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* Add test for bug 18104.Joseph Myers2015-03-101-0/+6
* powerpc: Fix incorrect results for pow when using FMAAdhemerval Zanella2015-03-101-0/+5
* soft-fp: Use multiple-include guards.Joseph Myers2015-03-101-0/+14
* Minor refactoring:Paul Pluzhnikov2015-03-091-0/+5
* Update powerpc-fpu ULPs.Adhemerval Zanella2015-03-091-0/+4
* Fix BZ #18043 (c4): buffer-overflow (read past the end) in wordexp/parse_doll...Paul Pluzhnikov2015-03-091-0/+6
* Fix off-by-one which caused BZ #18042 and add a test for it.Paul Pluzhnikov2015-03-081-0/+6
* Refactor wordexp-test.c such that words always ends at the edge ofPaul Pluzhnikov2015-03-081-0/+8
* Cleanup: in preparation for fixing BZ #16734, fix memory leaks exposed byPaul Pluzhnikov2015-03-081-0/+7
* hurd: Make libc able to call pthread stubsSamuel Thibault2015-03-081-0/+5
* soft-fp: Support conditional zero-initialization in declarations.Joseph Myers2015-03-071-0/+8
* Replace __attribute__((visibility("protected")))H.J. Lu2015-03-061-0/+8
* soft-fp: Condition sfp-machine.h include path on __KERNEL__.Joseph Myers2015-03-071-0/+5
* Document test-wrapper-env-only in INSTALL.Roland McGrath2015-03-061-0/+6
* ChangeLog formatRoland McGrath2015-03-061-1/+0
* Fix BZ #18043: buffer-overflow (read past the end) in wordexp/parse_dollars/p...Paul Pluzhnikov2015-03-061-0/+6
* time: ensure failing strptime() tests are reported correctlyVincent Bernat2015-03-061-0/+6
* Fix aio_error thread-safety.Samuel Thibault2015-03-061-0/+8
* vfprintf: Define WORK_BUFFER_SIZEFlorian Weimer2015-03-061-2/+4
* vfprintf: Introduce JUMP_TABLE_BASE_LABELFlorian Weimer2015-03-061-0/+2
* vfprintf: Introduce THOUSANDS_SEP_TFlorian Weimer2015-03-061-0/+5
* manual: complete example in error message documentationRical Jasan2015-03-061-0/+8
* manual: drop strerror C89 compatibility noteMike Frysinger2015-03-061-0/+5
* Avoid re-exec-self in bug-setlocale1.Roland McGrath2015-03-051-0/+7
* Replace ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPYH.J. Lu2015-03-051-0/+29
* Define ETH_ALEN in generic <netinet/if_ether.h>.Roland McGrath2015-03-041-0/+4
* Split rpcent tests out of tst-netdb.Roland McGrath2015-03-041-2/+7
* Conditionalize some test code for SIGRTMIN, SA_SIGINFO.Roland McGrath2015-03-041-0/+9
* Avoid more C++ tests.Roland McGrath2015-03-041-0/+2
* Avoid C++ tests when the C++ cannot be linked.Roland McGrath2015-03-041-0/+12
* Don't define __CORRECT_ISO_CPP_STRING_H_PROTO for non-GCC compilers (bug 17631)Andreas Schwab2015-03-041-0/+8
* powerpc: Fix inline feraiseexcept, feclearexcept macrosAdhemerval Zanella2015-03-031-0/+9
* Fix localplt test breakage with new readelfAlan Modra2015-03-031-0/+6
* Deglobalize internal variables in timer_routines.c.Roland McGrath2015-03-021-0/+5
* Correct __ASSUME_PRLIMIT64 for hppa/microblaze/sh (bug 17779).Joseph Myers2015-03-021-0/+13
* Fix BZ 18036 buffer overflow (read past end of buffer) in internal_fnmatchPaul Pluzhnikov2015-03-021-0/+6
* Fix parallel build errorAndreas Schwab2015-03-021-0/+5
* _nss_nis_initgroups_dyn: Return status instead of NSS_STATUS_SUCCESSFlorian Weimer2015-03-021-0/+5
* Avoid unsafe loc_name type casts with additional variableAlexandre Oliva2015-02-271-0/+6
* Convert dlfcn/tststatic2 to use test-skeleton.Roland McGrath2015-02-271-0/+7
* Compile vismain with -fPIE and link with -pieH.J. Lu2015-02-271-0/+8
* Fix ldbl-96, ldbl-128ibm atanhl inaccuracy (bug 18046, bug 18047).Joseph Myers2015-02-271-0/+13
* Rather than using a C implementation of memmove, directly call memmove, whichWilco Dijkstra2015-02-271-0/+4
* Rather than using a C implementation of memset, directly call memset, whichWilco Dijkstra2015-02-271-0/+4
* hppa: fix __O_SYNC to match the kernelJohn David Anglin2015-02-271-0/+5
* Add comment to CSTR macro in k_standard.c.Joseph Myers2015-02-271-0/+4
* Avoid -Wno-write-strings for k_standard.c.Joseph Myers2015-02-261-0/+5
* Avoid uninitialized warnings in Bessel functions.Joseph Myers2015-02-261-0/+14
* Fix ldbl-128/ldbl-128ibm acosl inaccuracy (bug 18038, bug 18039).Joseph Myers2015-02-261-0/+9
* Fix asin missing underflows (bug 16351).Joseph Myers2015-02-261-0/+30