summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2017-06-20Use locale_t, not __locale_t, throughout glibcZack Weinberg
2017-06-20Rename xlocale.h to bits/types/__locale_t.h.Zack Weinberg
2017-06-20Consolidate Linux openat implementationAdhemerval Zanella
2017-06-20Move x86 specific tunables to x86/dl-tunables.listH.J. Lu
2017-06-20conformtest: XFAIL uc_mcontext test for powerpc32 (bug 21635).Joseph Myers
2017-06-20conformtest: XFAIL uc_sigmask test for ia64 (bug 21634).Joseph Myers
2017-06-20Add powf traceWilco Dijkstra
2017-06-20tunables: Add IFUNC selection and cache sizesH.J. Lu
2017-06-20Improve math benchmark infrastructureWilco Dijkstra
2017-06-20Fix fallout from bits/string.h removal.Zack Weinberg
2017-06-20Add powf bench testsPaul Clarke
2017-06-20Remove bits/string.h.Zack Weinberg
2017-06-20manual: Complete @standards in lang.texi.Rical Jasan
2017-06-19Remove pre-GCC-4.9 MIPS code.Joseph Myers
2017-06-19DCIGETTEXT: Do not make copy of localenameFlorian Weimer
2017-06-19ld.so: Reject overly long LD_AUDIT path elementsFlorian Weimer
2017-06-19ld.so: Reject overly long LD_PRELOAD path elementsFlorian Weimer
2017-06-19Fix wait3 namespace (bug 21625).Joseph Myers
2017-06-19Require GCC 4.9 or later for building glibc.Joseph Myers
2017-06-19CVE-2017-1000366: Ignore LD_LIBRARY_PATH for AT_SECURE=1 programs [BZ #21624]Florian Weimer
2017-06-19S390: Sync ptrace.h with kernel. [BZ #21539]Stefan Liebler
2017-06-19resolv: Use getline for configuration file reading in res_vinit_1Florian Weimer
2017-06-19resolv: Report allocation errors in __res_vinitFlorian Weimer
2017-06-19resolv: Reformat res_vinit and related functions to GNU styleFlorian Weimer
2017-06-19resolv: Introduce is_sort_mask and call it from res_vinitFlorian Weimer
2017-06-19resolv: Remove DEBUG preprocessor conditionals from res_setoptionsFlorian Weimer
2017-06-19resolv: Move _res deallocation functions to their own fileFlorian Weimer
2017-06-19resolv: Move res_randomid to its own fileFlorian Weimer
2017-06-19resolv: Make __res_vinit hiddenFlorian Weimer
2017-06-19Fix another x86 sys/ucontext.h namespace issue (bug 21457).Joseph Myers
2017-06-19Fix siginterrupt namespace (bug 21597).Joseph Myers
2017-06-19Fix signal stack namespace (bug 21584).Joseph Myers
2017-06-19Define struct rusage in sys/wait.h when required (bug 21575).Joseph Myers
2017-06-19dynarray: Use libc_hidden_proto only for !_ISOMACFlorian Weimer
2017-06-19Fix typo when undefining weak_aliasSiddhesh Poyarekar
2017-06-19Fix gen-tunables.awk to work with older awkAdhemerval Zanella
2017-06-19S390: Fix build with gcc configured with --enable-default-pie. [BZ #21537]Stefan Liebler
2017-06-19s390: optimize syscall functionChristian Borntraeger
2017-06-16Remove _dl_out_of_memory from elf/VersionsH.J. Lu
2017-06-16Update timezone code from tzcode 2017b.Joseph Myers
2017-06-16manual: Complete @standards in string.texi.Rical Jasan
2017-06-16manual: Complete @standards in arith.texi.Rical Jasan
2017-06-16manual: Complete @standards in argp.texi.Rical Jasan
2017-06-15manual: Replace summary.awk with summary.pl.Rical Jasan
2017-06-15manual: Create empty placeholder macros for @standards.Rical Jasan
2017-06-15linux: Consolidate sync_file_range implementationAdhemerval Zanella
2017-06-15support: Add optstring supportAdhemerval Zanella
2017-06-15x86-64: Implement strcspn/strpbrk/strspn IFUNC selectors in CH.J. Lu
2017-06-15x86-64: Implement wcscpy IFUNC selector in CH.J. Lu
2017-06-15x86-64: Implement strcat family IFUNC selectors in CH.J. Lu