aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2019-04-23elf: Fix pldd (BZ#18035)Adhemerval Zanella
2019-04-23Remove do_set_mallopt_check prototypeH.J. Lu
2019-04-23locale: Add LOCPATH diagnostics to the locale programFlorian Weimer
2019-04-21Fix NEWS entry from 9bf8e29ca136Adhemerval Zanella
2019-04-18malloc: make malloc fail with requests larger than PTRDIFF_MAX (BZ#23741)Adhemerval Zanella
2019-04-17powerpc: Fix format issue from 3a16dd780eeba602Adhemerval Zanella
2019-04-17powerpc: fma using builtinsAdhemerval Zanella
2019-04-17powerpc: Use generic fabs{f} implementationsAdhemerval Zanella
2019-04-17mips: Remove rt_sigreturn usage on context functionAdhemerval Zanella
2019-04-17powerpc: Remove rt_sigreturn usage on context functionAdhemerval Zanella
2019-04-17support: Add support_capture_subprogramAdhemerval Zanella
2019-04-17stdlib/tst-secure-getenv: handle >64 groupsMike Gerow
2019-04-17ChangeLog: Correct excess and deficiency of spacesTAMUKI Shoichi
2019-04-16ChangeLog: Convert leading spaces to tabsTAMUKI Shoichi
2019-04-11nss_dns: Do not replace root domain with empty stringFlorian Weimer
2019-04-11alloc_buffer: Return unqualified pointer type in alloc_buffer_nextFlorian Weimer
2019-04-11Add missing ChangeLog entry for commit 10dd69e9a00Florian Weimer
2019-04-09malloc: Set and reset all hooks for tracing (Bug 16573)Carlos O'Donell
2019-04-09Improve string benchtestsWilco Dijkstra
2019-04-09Improve bench-strstrWilco Dijkstra
2019-04-09Improve bench-memmemWilco Dijkstra
2019-04-09Remove TIMING_INITWilco Dijkstra
2019-04-08resolv: Remove RES_INSECURE1, RES_INSECURE2Florian Weimer
2019-04-08resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer
2019-04-05aarch64: thunderx2 memcpy implementation cleanup and streamliningAnton Youdkevitch
2019-04-04powerpc: Use generic wcsrchr optimizationAdhemerval Zanella
2019-04-04wcsmbs: Use loop_unroll on wcsrchrAdhemerval Zanella
2019-04-04powerpc: Use generic wcschr optimizationAdhemerval Zanella
2019-04-04wcsmbs: Use loop_unroll on wcschrAdhemerval Zanella
2019-04-04powerpc: Use generic wcscpy optimizationAdhemerval Zanella
2019-04-04wcsmbs: Add wcscpy loop unroll optionAdhemerval Zanella
2019-04-03time/tst-strftime3.c: Disable snprintf warning.DJ Delorie
2019-04-02Add Reiwa era tests to time/tst-strftime3.cDJ Delorie
2019-04-02ja_JP locale: Add entry for the new Japanese era [BZ #22964]TAMUKI Shoichi
2019-04-02time: Add tests for Minguo calendar [BZ #24293]TAMUKI Shoichi
2019-04-02time/tst-strftime2.c: Make the file easier to maintainTAMUKI Shoichi
2019-04-01Add verbose comments to 'era' in ja_JP locale.Carlos O'Donell
2019-04-01Fix strptime era handling, add more strftime tests [BZ #24394]DJ Delorie
2019-04-01alpha: Improve sysdeps/alpha/divqu.S and sysdeps/alpha/remqu.SUros Bizjak
2019-04-01alpha: Do not redefine __NR_shmat or __NR_osf_shmatRichard Henderson
2019-03-30RISC-V: Fix `test' operand error with soft-float ABI being configuredMaciej W. Rozycki
2019-03-29[powerpc] Use __builtin_{mffs,mtfsf}Paul A. Clarke
2019-03-28ChangeLog: Correct more dates.Rafal Luzynski
2019-03-28ChangeLog: Correct two dates.Rafal Luzynski
2019-03-26math: Enable some math builtins for clangAdhemerval Zanella
2019-03-25powerpc: Remove ununsed s_float_bitwise.hAdhemerval Zanella
2019-03-25nss/tst-nss-files-alias-leak: add missing opening quote in printfAndreas K. Hüttel
2019-03-25nptl/tst-rwlock14: Test pthread_rwlock_timedwrlock correctlyMike Crowe
2019-03-25nptl: Convert tst-sem5 & tst-sem13 to use libsupportMike Crowe
2019-03-25Add UDP_GRO from Linux 5.0 to netinet/udp.h.Joseph Myers