Age | Commit message (Expand) | Author | Files | Lines |
2016-09-30 | Add iscanonical. | Joseph Myers | 1 | -1/+1 |
2016-09-23 | Add iszero. | Joseph Myers | 1 | -1/+1 |
2016-09-21 | Add issubnormal. | Joseph Myers | 1 | -0/+4 |
2016-09-21 | Add <stdint.h> integer width macros. | Joseph Myers | 1 | -1/+10 |
2016-09-21 | resolv: Remove unsupported hook functions from the API [BZ #20016] | Florian Weimer | 1 | -0/+5 |
2016-09-21 | <arpa/nameser.h>: Remove RR type classification macros [BZ #20592] | Florian Weimer | 1 | -0/+6 |
2016-09-21 | Remove obsolete DNSSEC support [BZ #20591] | Florian Weimer | 1 | -0/+6 |
2016-09-19 | Add <limits.h> integer width macros. | Joseph Myers | 1 | -0/+4 |
2016-09-07 | Add femode_t functions. | Joseph Myers | 1 | -2/+3 |
2016-09-01 | Base <sys/quota.h> on Linux kernel headers [BZ #20525] | Florian Weimer | 1 | -0/+4 |
2016-08-29 | Add fetestexceptflag. | Joseph Myers | 1 | -1/+2 |
2016-08-16 | Add fesetexcept. | Joseph Myers | 1 | -0/+2 |
2016-08-16 | Add CVE-2016-6323 missing from NEWS entry | Florian Weimer | 1 | -1/+1 |
2016-08-16 | Add NEWS entry for CVE-2016-6323 | Florian Weimer | 1 | -1/+5 |
2016-08-03 | Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro. | Joseph Myers | 1 | -0/+5 |
2016-08-03 | Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h> | Zack Weinberg | 1 | -0/+10 |
2016-08-03 | Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro. | Joseph Myers | 1 | -0/+5 |
2016-08-02 | Support __STDC_WANT_LIB_EXT2__ feature test macro. | Joseph Myers | 1 | -1/+4 |
2016-08-01 | Open development for 2.25.glibc-2.24.90 | Carlos O'Donell | 1 | -0/+13 |
2016-08-01 | Update libc.pot and NEWS. | Carlos O'Donell | 1 | -2/+237 |
2016-07-29 | CVE-2016-5417 was assigned to bug 19257 | Florian Weimer | 1 | -0/+5 |
2016-07-11 | Revert "Add pretty printers for the NPTL lock types" | Siddhesh Poyarekar | 1 | -3/+0 |
2016-07-08 | Add pretty printers for the NPTL lock types | Martin Galvan | 1 | -0/+3 |
2016-06-16 | Add nextup and nextdown math functions | Rajalakshmi Srinivasaraghavan | 1 | -0/+7 |
2016-06-11 | NEWS: clarify localedef --old-style update | Mike Frysinger | 1 | -2/+3 |
2016-06-11 | localedef: drop unused --old-style | Marko Myllynen | 1 | -0/+3 |
2016-06-10 | malloc: Remove __malloc_initialize_hook from the API [BZ #19564] | Florian Weimer | 1 | -0/+3 |
2016-05-23 | CVE-2016-4429: sunrpc: Do not use alloca in clntudp_call [BZ #20112] | Florian Weimer | 1 | -0/+4 |
2016-05-04 | CVE-2016-1234: glob: Do not copy d_name field of struct dirent [BZ #19779] | Florian Weimer | 1 | -0/+4 |
2016-04-29 | NSS: Implement group merging support. | Stephen Gallagher | 1 | -0/+8 |
2016-04-29 | NEWS entry for CVE-2016-3075 | Florian Weimer | 1 | -0/+4 |
2016-04-29 | CVE-2016-3706: getaddrinfo: stack overflow in hostent conversion [BZ #20010] | Florian Weimer | 1 | -1/+4 |
2016-04-14 | Remove union wait [BZ #19613] | Florian Weimer | 1 | -0/+4 |
2016-02-24 | NEWS (2.23): Fix typo in bug 19048 text. | Carlos O'Donell | 1 | -1/+1 |
2016-02-24 | Require Linux 3.2 except on x86 / x86_64, 3.2 headers everywhere. | Joseph Myers | 1 | -0/+7 |
2016-02-20 | Deprecate readdir_r, readdir64_r [BZ #19056] | Florian Weimer | 1 | -0/+3 |
2016-02-19 | locales: pap_AN: delete old/deprecated locale [BZ #16003] | Mike Frysinger | 1 | -1/+3 |
2016-02-19 | Update NEWS with 2.24 template | Adhemerval Zanella | 1 | -0/+13 |
2016-02-18 | Update NEWS with fixed bugs for 2.23 release | Adhemerval Zanella | 1 | -4/+266 |
2016-02-18 | NEWS: List additional fixed security bugs | Florian Weimer | 1 | -4/+16 |
2016-02-16 | CVE-2015-7547: getaddrinfo() stack-based buffer overflow (Bug 18665). | Carlos O'Donell | 1 | -0/+14 |
2016-01-04 | Update copyright dates not handled by scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2016-01-04 | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 1 | -1/+1 |
2015-12-23 | Fix getaddrinfo bug number in ChangeLog and NEWS files | Dmitry V. Levin | 1 | -1/+1 |
2015-12-14 | Make obsolete syscall wrappers into compat symbols (bug 18472). | Joseph Myers | 1 | -0/+7 |
2015-12-10 | Update to Unicode 8.0.0. | Mike FABIAN | 1 | -0/+6 |
2015-12-04 | Fix nan functions handling of payload strings (bug 16961, bug 16962). | Joseph Myers | 1 | -0/+6 |
2015-11-24 | Remove CPU set size checking from affinity functions [BZ #19143] | Florian Weimer | 1 | -0/+8 |
2015-11-20 | Fix lgamma setting signgam for ISO C (bug 15421). | Joseph Myers | 1 | -0/+6 |
2015-11-09 | Terminate process on invalid netlink response from kernel [BZ #12926] | Florian Weimer | 1 | -0/+8 |