summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Expand)AuthorAgeFilesLines
* x86: Add x86_64 to x86-64 HWCAP [BZ #22093]H.J. Lu2017-10-221-0/+1
* CVE-2017-15670: glob: Fix one-byte overflow [BZ #22320]Paul Eggert2017-10-201-0/+5
* posix: Sync glob with gnulib [BZ #1062]Adhemerval Zanella2017-10-201-0/+1
* sysconf: Fix missing definition of UIO_MAXIOV on Linux [BZ #22321]Florian Weimer2017-10-201-0/+1
* nss_files: Avoid large buffers with many host addresses [BZ #22078]Florian Weimer2017-10-191-0/+1
* Update NEWS for bug 22111.Carlos O'Donell2017-10-061-0/+1
* Add C++ versions of iscanonical for ldbl-96 and ldbl-128ibm (bug 22235)Gabriel F. T. Gomes2017-10-031-0/+1
* Add missing bug fixes to list in NEWS file.Joseph Myers2017-09-301-0/+4
* Let fpclassify use the builtin when optimizing for size in C++ mode (bug 22146)Gabriel F. T. Gomes2017-09-221-0/+1
* resolv: __resolv_conf_attach must not free passed conf object [BZ #22096]Florian Weimer2017-09-061-0/+1
* resolv: Fix memory leak with OOM during resolv.conf parsing [BZ #22095]Florian Weimer2017-09-061-0/+1
* getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer2017-09-041-0/+1
* getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer2017-09-041-0/+1
* ldd: never run file directlyAndreas Schwab2017-08-281-0/+9
* Add missing bug fixes to NEWSGabriel F. T. Gomes2017-08-211-0/+3
* assert: Support types without operator== (int) [BZ #21972]Florian Weimer2017-08-211-0/+1
* Do not use __builtin_types_compatible_p in C++ mode (bug 21930)Gabriel F. T. Gomes2017-08-211-0/+1
* assert: Suppress pedantic warning caused by statement expression [BZ #21242]Florian Weimer2017-08-111-0/+1
* nss: Call __resolv_context_put before early return in get*_r [BZ #21932]Florian Weimer2017-08-101-0/+1
* getaddrinfo: Release resolver context on error in gethosts [BZ #21885]Florian Weimer2017-08-031-0/+6
* Add list of bugs fixed in 2.26Siddhesh Poyarekar2017-08-021-2/+225
* Update NEWSSiddhesh Poyarekar2017-08-021-1/+11
* Mention in NEWS that the Unicode 10.0.0 update causes user visible changesMike FABIAN2017-07-261-0/+4
* Add per-thread cache to mallocDJ Delorie2017-07-061-0/+8
* Edit and shorten float128 NEWS item.Joseph Myers2017-07-051-93/+14
* Consistently say "GNU C Library" in NEWS, not "glibc".Joseph Myers2017-07-051-20/+20
* Reorganize and revise NEWS for 2.26.Zack Weinberg2017-07-051-135/+144
* resolv: Automatically reload a changed /etc/resolv.conf file [BZ #984]Florian Weimer2017-07-031-0/+4
* resolv: Lift domain search list limits [BZ #19569] [BZ #21475]Florian Weimer2017-07-031-0/+8
* resolv: Turn _res_opcodes into a compatibility symbolFlorian Weimer2017-06-301-0/+3
* resolv: Make RES_ROTATE start with a random name server [BZ #19570]Florian Weimer2017-06-301-0/+4
* SPARC sys/ucontext.h namespace fixes (bug 21457).Joseph Myers2017-06-291-2/+6
* Support _Float128 in tgmath.h.Joseph Myers2017-06-281-4/+4
* Require binutils 2.25 or later to build glibc.Joseph Myers2017-06-281-0/+3
* Miscellaneous sys/ucontext.h namespace fixes (bug 21457).Joseph Myers2017-06-281-0/+5
* Add float128 support for ia64.Joseph Myers2017-06-261-1/+1
* Rename struct ucontext tag (bug 21457).Joseph Myers2017-06-261-0/+3
* Add float128 support for x86_64, x86.Joseph Myers2017-06-261-7/+7
* powerpc64le: Enable float128Paul E. Murphy2017-06-261-0/+94
* Bug 21533: Update to Unicode 10.0.0Mike FABIAN2017-06-221-2/+2
* Factor out shared definitions from bits/signum.h.Zack Weinberg2017-06-201-0/+2
* Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg2017-06-201-0/+4
* Mention in NEWS that __(NO|USE)_STRING_INLINES don't do anything anymore.Zack Weinberg2017-06-201-0/+4
* Require GCC 4.9 or later for building glibc.Joseph Myers2017-06-191-0/+4
* S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler2017-06-191-0/+9
* Enable tunables by defaultSiddhesh Poyarekar2017-06-151-0/+3
* Remove __need macros from errno.h (__need_Emath, __need_error_t).Zack Weinberg2017-06-141-0/+4
* Optimize generic spinlock code and use C11 like atomic macros.Stefan Liebler2017-06-061-0/+11
* Fix struct sigaltstack namespace (bug 21517).Joseph Myers2017-06-051-0/+3
* posix: Implement preadv2 and pwritev2Adhemerval Zanella2017-05-311-0/+7