]> sourceware.org Git - glibc.git/shortlog
glibc.git
2024-09-27 Joseph MyersAdd more tests of strtod end pointer
2024-09-27 Joseph MyersMake tst-strtod2 and tst-strtod5 type-generic
2024-09-27 Florian Weimerpowerpc64le: Build new strtod tests with long double...
2024-09-27 Joseph MyersDo not set errno for overflowing NaN payload in strtod...
2024-09-27 Joseph MyersImprove NaN payload testing
2024-09-27 Joseph MyersMake __strtod_internal tests type-generic
2024-09-27 Joseph MyersFix strtod subnormal rounding (bug 30220)
2024-09-27 Joseph MyersMore thoroughly test underflow / errno in tst-strtod...
2024-09-27 Joseph MyersTest errno setting on strtod overflow in tst-strtod...
2024-09-26 Joseph MyersAdd tests of fread
2024-09-26 Sergey Kolosovstdio-common: Add new test for fdopen
2024-09-11 Siddhesh Poyarekarlibio: Attempt wide backup free only for non-legacy...
2024-09-10 Florian Weimerdebug: Fix read error handling in pcprofiledump
2024-09-09 Florian Weimerelf: Fix tst-dlopen-tlsreinit1.out test dependency
2024-09-09 Florian Weimerelf: Avoid re-initializing already allocated TLS in...
2024-09-09 Florian Weimerelf: Clarify and invert second argument of _dl_allocate...
2024-08-30 Maciej W. Rozyckinptl: Use <support/check.h> facilities in tst-setuid3
2024-08-30 Maciej W. Rozyckiposix: Use <support/check.h> facilities in tst-truncate...
2024-08-28 Siddhesh Poyarekarungetc: Fix backup buffer leak on program exit [BZ...
2024-08-28 Siddhesh Poyarekarungetc: Fix uninitialized read when putting into unused...
2024-08-28 Siddhesh PoyarekarMake tst-ungetc use libsupport
2024-08-28 Maciej W. Rozyckistdio-common: Add test for vfscanf with matches longer...
2024-08-28 Maciej W. Rozyckisupport: Add FAIL test failure helper
2024-08-19 Florian Weimerstring: strerror, strsignal cannot use buffer after...
2024-08-19 Florian WeimerDefine __libc_initial for the static libc
2024-08-15 Noah Goldsteinx86: Fix bug in strchrnul-evex512 [BZ #32078]
2024-08-12 H.J. Lux32/cet: Support shadow stack during startup for Linux...
2024-08-12 H.J. Lux86-64: Remove sysdeps/x86_64/x32/dl-machine.h
2024-08-09 Florian Weimersupport: Add options list terminator to the test driver
2024-08-06 Arjun Shankarmanual/stdio: Further clarify putc, putwc, getc, and...
2024-08-06 Andreas SchwabFix name space violation in fortify wrappers (bug 32052)
2024-08-02 Florian Weimerx86: Tunables may incorrectly set Prefer_PMINUB_for_str...
2024-08-01 Florian Weimerresolv: Fix tst-resolv-short-response for older GCC...
2024-08-01 H.J. LuAdd mremap tests
2024-08-01 H.J. Lumremap: Update manual entry
2024-08-01 H.J. Lulinux: Update the mremap C implementation [BZ #31968]
2024-08-01 Florian WeimerEnhanced test coverage for strncmp, wcsncmp
2024-08-01 Florian WeimerEnhance test coverage for strnlen, wcsnlen
2024-07-29 Lukas Bulwahnmanual: make setrlimit() description less ambiguous
2024-07-29 Arjun Shankarmanual/stdio: Clarify putc and putwc
2024-07-29 Miguel Martínmalloc: add multi-threaded tests for aligned_alloc...
2024-07-29 Miguel Martínmalloc: avoid global locks in tst-aligned_alloc-lib.c
2024-07-24 Florian WeimerFix version number in NEWS file
2024-07-24 Florian Weimermanual: Do not mention STATIC_TLS in dynamic linker...
2024-07-24 Florian Weimerresolv: Do not wait for non-existing second DNS respons...
2024-07-24 Florian Weimerresolv: Allow short error responses to match any query...
2024-07-21 Andreas K.... Replace advisories directory
2024-07-21 Andreas K.... Add ChangeLog file glibc-2.40
2024-07-21 Andreas K.... Increase version number to 2.40
2024-07-21 Andreas K.... po/*: regenerate (only line number changes)
2024-07-21 Andreas K.... contrib.texi: Fix format of MIPS and RISC-V
2024-07-20 Andreas K.... libc.pot: regenerate (only line number changes)
2024-07-20 Andreas K.... install.texi: bump "latest verified" versions
2024-07-20 Andreas K.... NEWS: drop 2.40 section "Changes to build and runtime...
2024-07-20 Andreas K.... contrib.texi: update
2024-07-20 Andreas K.... NEWS: add fixed security advisories list
2024-07-20 Andreas K.... NEWS: add resolved bugs list
2024-07-20 Andreas K.... NEWS: add more major improvements for 2.40
2024-07-19 Andreas K.... linux: Trivial test output fix in tst-pkey
2024-07-19 Adhemerval... elf: Fix localplt.awk for DT_RELR-enabled builds (BZ...
2024-07-19 Adhemerval... linux: Also check pkey_get for ENOSYS on tst-pkey ...
2024-07-19 Adhemerval... powerpc: Update soft-fp ulps
2024-07-19 John David... Fix usage of _STACK_GROWS_DOWN and _STACK_GROWS_UP...
2024-07-19 Florian WeimerAdjust check-local-headers test for libaudit 4.0
2024-07-19 Adhemerval... elf: Parse the auxv values as unsigned on tst-tunables...
2024-07-19 H.J. Lux32: xfail elf/tst-platform-1 [BZ #22363]
2024-07-19 Xi Ruoyaoelf/tst-rtld-does-not-exist: Pass --inhibit-cache to...
2024-07-17 Andreas K.... Revert "LoongArch: Add cfi instructions for _dl_tlsdesc...
2024-07-17 Samuel Thibaulthtl: Fix __pthread_init_thread declaration and definition
2024-07-17 Samuel Thibaulthurd: Fix pthread_self() without libpthread
2024-07-17 mengqinggangLoongArch: Add cfi instructions for _dl_tlsdesc_dynamic
2024-07-16 Noah Goldsteinx86: Disable non-temporal memset on Skylake Server
2024-07-16 Flavio CruzAdd pthread_getname_np and pthread_setname_np for Hurd
2024-07-14 Andreas K.... math: Update alpha ulps
2024-07-13 Samuel Thibaulthurd: Fix restoring message to be retried
2024-07-12 Maciej W. Rozyckinptl: Convert tst-sem11 and tst-sem12 tests to use...
2024-07-12 Maciej W. Rozyckinptl: Add copyright notice tst-sem11 and tst-sem12...
2024-07-12 Andreas K.... tests: XFAIL audit tests failing on all mips configurat...
2024-07-12 Samuel Dobrontime/Makefile: Split and sort tests
2024-07-11 Stefan Lieblers390x: Fix segfault in wcsncmp [BZ #31934]
2024-07-09 Florian WeimerLinux: Make __rseq_size useful for feature detection...
2024-07-09 Andreas K.... po: incorporate translations (bg)
2024-07-09 DJ Deloriemanual: add syscalls
2024-07-09 Andreas Schwablibio: handle opening a file when all files are closed...
2024-07-08 Adam Sampsonldconfig: Ignore all GDB extension files
2024-07-08 Adam Sampsonldconfig: Move endswithn into a new header file
2024-07-08 Andreas K.... math: Update m68k ULPs
2024-07-08 Adhemerval... stdlib: fix arc4random fallback to /dev/urandom (BZ...
2024-07-04 Adhemerval... elf: Make dl-rseq-symbols Linux only
2024-07-03 Michael Jeansonnptl: fix potential merge of __rseq_* relro symbols
2024-07-03 Darius Radriscv: Update nofpu libm test ulps
2024-07-03 Florian Weimermanual: Recommendations for dynamic linker hardening
2024-07-03 Sergey Kolosovsocket: Add new test for shutdown
2024-07-03 Stefan Lieblerelf/rtld: Fix auxiliary vector for enable_secure
2024-07-02 John David... hppa/vdso: Provide 64-bit clock_gettime() vDSO only
2024-07-02 Adhemerval... debug: Fix clang open fortify wrapper (BZ 31927)
2024-07-02 H.J. LuAdd --disable-static-c++-tests option [BZ #31797]
2024-07-02 H.J. LuAdd --disable-static-c++-link-check option [BZ #31412]
2024-07-01 DJ DelorieUpdate mmap() flags and errors lists
2024-07-01 YunQiang SuMIPSr6/math: Use builtin fma and fmaf
next
This page took 0.070441 seconds and 5 git commands to generate.