public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
[glibc/release/2.35/master] Revert "Linux: Consolidate auxiliary vector parsing"
 2022-05-17  9:58 UTC 

[glibc/release/2.35/master] Linux: Consolidate auxiliary vector parsing
 2022-05-17  9:58 UTC 

[glibc/release/2.35/master] Linux: Assume that NEED_DL_SYSINFO_DSO is always defined
 2022-05-17  9:58 UTC 

[glibc/release/2.35/master] Linux: Remove DL_FIND_ARG_COMPONENTS
 2022-05-17  9:57 UTC 

[glibc/release/2.35/master] Linux: Remove HAVE_AUX_SECURE, HAVE_AUX_XID, HAVE_AUX_PAGESIZE
 2022-05-17  9:57 UTC 

[glibc/release/2.35/master] elf: Merge dl-sysdep.c into the Linux version
 2022-05-17  9:57 UTC 

[glibc/fw/localedef-utf8] locale: localdef input files are now encoded in UTF-8
 2022-05-17  9:57 UTC 

[glibc/fw/localedef-utf8] locale: Introduce get_string_U_char into linereader.c
 2022-05-17  9:57 UTC 

[glibc/fw/localedef-utf8] locale: Turn ADDC and ADDS into functions in linereader.c
 2022-05-17  9:57 UTC 

[glibc] Created branch 'fw/localedef-utf8'
 2022-05-17  9:57 UTC 

[glibc] aarch64: Move ld.so _start to separate file and drop _dl_skip_args
 2022-05-17  9:19 UTC 

[glibc] linux: Add a getauxval test [BZ #23293]
 2022-05-17  9:19 UTC 

[glibc] rtld: Remove DL_ARGV_NOT_RELRO and make _dl_skip_args const
 2022-05-17  9:19 UTC 

[glibc] rtld: Use generic argv adjustment in ld.so [BZ #23293]
 2022-05-17  9:19 UTC 

[glibc/release/2.33/master] x86: Optimize {str|wcs}rchr-evex
 2022-05-17  4:40 UTC 

[glibc/release/2.33/master] x86: Optimize {str|wcs}rchr-avx2
 2022-05-17  4:40 UTC 

[glibc/release/2.33/master] x86: Optimize {str|wcs}rchr-sse2
 2022-05-17  4:40 UTC 

[glibc/release/2.33/master] x86: Cleanup page cross code in memcmp-avx2-movbe.S
 2022-05-17  4:40 UTC 

[glibc/release/2.33/master] x86: Remove memcmp-sse4.S
 2022-05-17  4:40 UTC 

[glibc/release/2.33/master] x86: Small improvements for wcslen
 2022-05-17  4:40 UTC 

[glibc/release/2.33/master] x86: Remove AVX str{n}casecmp
 2022-05-17  4:40 UTC 

[glibc/release/2.33/master] x86: Add EVEX optimized str{n}casecmp
 2022-05-17  4:40 UTC 

[glibc/release/2.33/master] x86: Add AVX2 optimized str{n}casecmp
 2022-05-17  4:39 UTC 

[glibc/release/2.33/master] x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.S
 2022-05-17  4:39 UTC 

[glibc/release/2.33/master] x86: Optimize str{n}casecmp TOLOWER logic in strcmp.S
 2022-05-17  4:39 UTC 

[glibc/release/2.33/master] x86: Remove strspn-sse2.S and use the generic implementation
 2022-05-17  4:39 UTC 

[glibc/release/2.33/master] x86: Remove strpbrk-sse2.S and use the generic implementation
 2022-05-17  4:39 UTC 

[glibc/release/2.33/master] x86: Remove strcspn-sse2.S and use the generic implementation
 2022-05-17  4:39 UTC 

[glibc/release/2.33/master] x86: Optimize strspn in strspn-c.c
 2022-05-17  4:39 UTC 

[glibc/release/2.33/master] x86: Optimize strcspn and strpbrk in strcspn-c.c
 2022-05-17  4:39 UTC 

[glibc/release/2.33/master] x86: Code cleanup in strchr-evex and comment justifying branch
 2022-05-17  4:39 UTC 

[glibc/release/2.33/master] x86: Code cleanup in strchr-avx2 and comment justifying branch
 2022-05-17  4:39 UTC 

[glibc/release/2.33/master] x86_64: Remove bcopy optimizations
 2022-05-17  4:39 UTC 

[glibc/release/2.33/master] x86-64: Remove bzero weak alias in SS2 memset
 2022-05-17  4:39 UTC 

[glibc/release/2.33/master] x86_64/multiarch: Sort sysdep_routines and put one entry per line
 2022-05-17  4:38 UTC 

[glibc/release/2.33/master] x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
 2022-05-17  4:38 UTC 

[glibc/release/2.34/master] x86: Optimize {str|wcs}rchr-evex
 2022-05-17  3:21 UTC 

[glibc/release/2.34/master] x86: Optimize {str|wcs}rchr-avx2
 2022-05-17  3:21 UTC 

[glibc/release/2.34/master] x86: Optimize {str|wcs}rchr-sse2
 2022-05-17  3:21 UTC 

[glibc/release/2.34/master] x86: Cleanup page cross code in memcmp-avx2-movbe.S
 2022-05-17  3:21 UTC 

[glibc/release/2.34/master] x86: Remove memcmp-sse4.S
 2022-05-17  3:21 UTC 

[glibc/release/2.34/master] x86: Small improvements for wcslen
 2022-05-17  3:21 UTC 

[glibc/release/2.34/master] x86: Remove AVX str{n}casecmp
 2022-05-17  3:20 UTC 

[glibc/release/2.34/master] x86: Add EVEX optimized str{n}casecmp
 2022-05-17  3:20 UTC 

[glibc/release/2.34/master] x86: Add AVX2 optimized str{n}casecmp
 2022-05-17  3:20 UTC 

[glibc/release/2.34/master] x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.S
 2022-05-17  3:20 UTC 

[glibc/release/2.34/master] x86: Optimize str{n}casecmp TOLOWER logic in strcmp.S
 2022-05-17  3:20 UTC 

[glibc/release/2.34/master] x86: Remove strspn-sse2.S and use the generic implementation
 2022-05-17  3:20 UTC 

[glibc/release/2.34/master] x86: Remove strpbrk-sse2.S and use the generic implementation
 2022-05-17  3:20 UTC 

[glibc/release/2.34/master] x86: Remove strcspn-sse2.S and use the generic implementation
 2022-05-17  3:20 UTC 

[glibc/release/2.34/master] x86: Optimize strspn in strspn-c.c
 2022-05-17  3:20 UTC 

[glibc/release/2.34/master] x86: Optimize strcspn and strpbrk in strcspn-c.c
 2022-05-17  3:20 UTC 

[glibc/release/2.34/master] x86: Code cleanup in strchr-evex and comment justifying branch
 2022-05-17  3:20 UTC 

[glibc/release/2.34/master] x86: Code cleanup in strchr-avx2 and comment justifying branch
 2022-05-17  3:20 UTC 

[glibc/release/2.34/master] x86_64: Remove bcopy optimizations
 2022-05-17  3:19 UTC 

[glibc/release/2.34/master] x86-64: Remove bzero weak alias in SS2 memset
 2022-05-17  3:19 UTC 

[glibc/release/2.34/master] x86_64/multiarch: Sort sysdep_routines and put one entry per line
 2022-05-17  3:19 UTC 

[glibc/release/2.34/master] x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
 2022-05-17  3:19 UTC 

[glibc] scripts/glibcelf.py: Add *T_RISCV_* constants
 2022-05-16 20:23 UTC 

[glibc/release/2.35/master] x86: Optimize {str|wcs}rchr-evex
 2022-05-16 20:20 UTC 

[glibc/release/2.35/master] x86: Optimize {str|wcs}rchr-avx2
 2022-05-16 20:20 UTC 

[glibc/release/2.35/master] x86: Optimize {str|wcs}rchr-sse2
 2022-05-16 20:20 UTC 

[glibc/release/2.35/master] x86-64: Fix SSE2 memcmp and SSSE3 memmove for x32
 2022-05-16 20:20 UTC 

[glibc/release/2.35/master] x86: Fix missing __wmemcmp def for disable-multiarch build
 2022-05-16 20:20 UTC 

[glibc/release/2.35/master] x86: Cleanup page cross code in memcmp-avx2-movbe.S
 2022-05-16 20:20 UTC 

[glibc/release/2.35/master] x86: Remove memcmp-sse4.S
 2022-05-16 20:20 UTC 

[glibc/release/2.35/master] x86: Optimize memcmp SSE2 in memcmp.S
 2022-05-16 20:19 UTC 

[glibc/release/2.35/master] x86: Small improvements for wcslen
 2022-05-16 20:19 UTC 

[glibc/release/2.35/master] x86: Remove AVX str{n}casecmp
 2022-05-16 20:19 UTC 

[glibc/release/2.35/master] x86: Add EVEX optimized str{n}casecmp
 2022-05-16 20:19 UTC 

[glibc/release/2.35/master] x86: Add AVX2 optimized str{n}casecmp
 2022-05-16 20:19 UTC 

[glibc/release/2.35/master] x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.S
 2022-05-16 20:19 UTC 

[glibc/release/2.35/master] x86: Optimize str{n}casecmp TOLOWER logic in strcmp.S
 2022-05-16 20:19 UTC 

[glibc/release/2.35/master] x86: Remove strspn-sse2.S and use the generic implementation
 2022-05-16 20:19 UTC 

[glibc/release/2.35/master] x86: Remove strpbrk-sse2.S and use the generic implementation
 2022-05-16 20:19 UTC 

[glibc/release/2.35/master] x86: Remove strcspn-sse2.S and use the generic implementation
 2022-05-16 20:19 UTC 

[glibc/release/2.35/master] x86: Optimize strspn in strspn-c.c
 2022-05-16 20:19 UTC 

[glibc/release/2.35/master] x86: Optimize strcspn and strpbrk in strcspn-c.c
 2022-05-16 20:19 UTC 

[glibc/release/2.35/master] x86: Code cleanup in strchr-evex and comment justifying branch
 2022-05-16 20:18 UTC 

[glibc/release/2.35/master] x86: Code cleanup in strchr-avx2 and comment justifying branch
 2022-05-16 20:18 UTC 

[glibc/release/2.35/master] x86_64: Remove bcopy optimizations
 2022-05-16 20:18 UTC 

[glibc/release/2.35/master] x86-64: Define __memcmpeq in ld.so
 2022-05-16 20:18 UTC 

[glibc/release/2.35/master] x86-64: Remove bzero weak alias in SS2 memset
 2022-05-16 20:18 UTC 

[glibc/release/2.35/master] x86_64/multiarch: Sort sysdep_routines and put one entry per line
 2022-05-16 20:18 UTC 

[glibc/release/2.35/master] x86: Improve L to support L(XXX_SYMBOL (YYY, ZZZ))
 2022-05-16 20:18 UTC 

[glibc] Remove dl-librecon.h header
 2022-05-16 18:05 UTC 

[glibc] elf: Remove ldconfig kernel version check
 2022-05-16 18:05 UTC 

[glibc] Remove kernel version check
 2022-05-16 18:05 UTC 

[glibc] linux: Use /sys/devices/system/cpu on __get_nprocs_conf (BZ#28991)
 2022-05-16 17:35 UTC 

[glibc] csu: Implement and use _dl_early_allocate during static startup
 2022-05-16 17:14 UTC 

[glibc] Linux: Introduce __brk_call for invoking the brk system call
 2022-05-16 17:14 UTC 

[glibc/release/2.34/master] fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]
 2022-05-16 17:01 UTC 

[glibc/release/2.35/master] fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]
 2022-05-16 16:24 UTC 

[glibc] sys/cdefs.h: Do not require C++ compilers to define __STDC__
 2022-05-16 15:49 UTC 

[glibc] fortify: Ensure that __glibc_fortify condition is a constant [BZ #29141]
 2022-05-16 14:41 UTC 

[glibc] Update RISC-V specific ELF definitions
 2022-05-16 13:52 UTC 

[glibc] x86_64: Remove bzero optimization
 2022-05-16 13:00 UTC 

[glibc] RISC-V: Use an autoconf template to produce `preconfigure'
 2022-05-13 16:10 UTC 

[glibc] MIPS: Use an autoconf template to produce `preconfigure'
 2022-05-13 16:10 UTC 

[glibc] m68k: Use an autoconf template to produce `preconfigure'
 2022-05-13 16:10 UTC 

[glibc] C-SKY: Use an autoconf template to produce `preconfigure'
 2022-05-13 16:10 UTC 

[glibc/azanella/clang] elf: Disable tst-dlopen-nodelete-reloc if compiler does not generate STB_GNU_UNIQUE
 2022-05-13 14:26 UTC 

[glibc/azanella/clang] elf: Do not assume relocation ordering to check for output
 2022-05-13 14:26 UTC 

[glibc/azanella/clang] elf: Fix _startup_fatal on clang
 2022-05-13 14:26 UTC 

[glibc/azanella/clang] misc: Suppress clang warnings on syslog
 2022-05-13 14:26 UTC 

[glibc/azanella/clang] benchtests: Fix clang float128 constants
 2022-05-13 14:26 UTC 

[glibc/azanella/clang] benchtest: Fix clang issues on benchmarks build
 2022-05-13 14:26 UTC 

[glibc/azanella/clang] benchtest: Link bench-malloc-thread with libm
 2022-05-13 14:26 UTC 

[glibc/azanella/clang] elf: Use volatile to set __rseq_size and __rseq_offset
 2022-05-13 14:26 UTC 

[glibc/azanella/clang] conform: Do not use __SIG_ATOMIC_TYPE__
 2022-05-13 14:26 UTC 

[glibc/azanella/clang] stdio: Fix tst-vfprintf-user-type on clang
 2022-05-13 14:25 UTC 

[glibc/azanella/clang] math: Do not use __builtin_isinf on clang
 2022-05-13 14:25 UTC 

[glibc/azanella/clang] math: Do not use __builtin_isnan on clang
 2022-05-13 14:25 UTC 

[glibc/azanella/clang] math: Do not use __builtin_fpclassify on clang
 2022-05-13 14:25 UTC 

[glibc/azanella/clang] math: Fix isgreater* and isless* for clang
 2022-05-13 14:25 UTC 

[glibc/azanella/clang] Handle abort call for -fexceptions call
 2022-05-13 14:25 UTC 

[glibc/azanella/clang] math: Handle internal fabsf128 alias on clang
 2022-05-13 14:25 UTC 

[glibc/azanella/clang] math: Add math-use-builtins-fabs (BZ#29027)
 2022-05-13 14:25 UTC 

[glibc/azanella/clang] sparc32 localplt.data
 2022-05-13 14:25 UTC 

[glibc/azanella/clang] string: mempcy and stpcpy builtins internally
 2022-05-13 14:25 UTC 

[glibc/azanella/clang] Use __feof_unlocked instead of feof_unlocked
 2022-05-13 14:25 UTC 

[glibc/azanella/clang] inet: Use __ferror_unlocked
 2022-05-13 14:25 UTC 

[glibc/azanella/clang] stdlib: Handle bcrypt internal alias for !__USE_EXTERN_INLINES
 2022-05-13 14:24 UTC 

[glibc/azanella/clang] ctype: Handle ctype.h internal alias for !__USE_EXTERN_INLINES
 2022-05-13 14:24 UTC 

[glibc/azanella/clang] misc: Handle sysmacros.h internal alias for !__USE_EXTERN_INLINES
 2022-05-13 14:24 UTC 

[glibc/azanella/clang] x86: Use bool for C++ on x86.h
 2022-05-13 14:24 UTC 

[glibc/azanella/clang] malloc: Disable malloc builtins on tests
 2022-05-13 14:24 UTC 

[glibc/azanella/clang] elf: Remove -fno-tree-loop-distribute-patterns usage on dl-support
 2022-05-13 14:24 UTC 

[glibc/azanella/clang] conform: Replace _Static_assert with macro
 2022-05-13 14:24 UTC 

[glibc/azanella/clang] conform: Use -dD instead of -dN on compiler invocation
 2022-05-13 14:24 UTC 

[glibc/azanella/clang] elf: Only build tst-unique{1, 2} if compiler supports gnu_unique_object
 2022-05-13 14:24 UTC 

[glibc/azanella/clang] elf: Use libsupport on unload4 test
 2022-05-13 14:24 UTC 

[glibc/azanella/clang] localedata: Use hexadecimal character escape on tests
 2022-05-13 14:24 UTC 

[glibc/azanella/clang] Undef attribute_relro on internal tests that include tls.h
 2022-05-13 14:24 UTC 

[glibc/azanella/clang] aarch64: Define .variant_pcs after .global definition
 2022-05-13 14:23 UTC 

[glibc/azanella/clang] elf: Do not case TLS_DTV_UNALLOCATED to void
 2022-05-13 14:23 UTC 

[glibc/azanella/clang] Only use -finput-charset=ascii iff compiler supports it
 2022-05-13 14:23 UTC 

[glibc/azanella/clang] linux: Adequate tst-clone3 to c11 atomics
 2022-05-13 14:23 UTC 

[glibc/azanella/clang] support: Suppress clang warning on tst-timespec
 2022-05-13 14:23 UTC 

[glibc/azanella/clang] posix: Suppress clang warning on bug-regex24
 2022-05-13 14:23 UTC 

[glibc/azanella/clang] misc: Disable some atomic tests on clang
 2022-05-13 14:23 UTC 

[glibc/azanella/clang] elf: Suppress clang warning on tst-unique4
 2022-05-13 14:23 UTC 

[glibc/azanella/clang] elf: Suppress clang warning on tst-unique3
 2022-05-13 14:23 UTC 

[glibc/azanella/clang] dirent: Remove variable lenght array structure
 2022-05-13 14:23 UTC 

[glibc/azanella/clang] Handle pragma GCC optimize for clang (fix)
 2022-05-13 14:23 UTC 

[glibc/azanella/clang] malloc: Suppress clang warning on tst-memalign
 2022-05-13 14:22 UTC 

[glibc/azanella/clang] malloc: Only enable -Waggressive-loop-optimizations suppression for gcc
 2022-05-13 14:22 UTC 

[glibc/azanella/clang] Use check tests with trampolines iff compiler supports it
 2022-05-13 14:22 UTC 

[glibc/azanella/clang] string: Suppress clang -Wsuspicious-bzero on tester
 2022-05-13 14:22 UTC 

[glibc/azanella/clang] libio: Handle pragma GCC optimize for clang
 2022-05-13 14:22 UTC 

[glibc/azanella/clang] libio: Handle -Wno-restrict with libc-diag.h
 2022-05-13 14:22 UTC 

[glibc/azanella/clang] stdio: Fix clang warnings for tst-unlockedio
 2022-05-13 14:22 UTC 

[glibc/azanella/clang] stdio: Add DIAG_IGNORE_NEEDS_COMMENT_WFORMAT
 2022-05-13 14:22 UTC 

[glibc/azanella/clang] stdio: Disable attribute (optimize) if compiler does not support it
 2022-05-13 14:22 UTC 

[glibc/azanella/clang] stdio: Disable clang warning on scanf13 test
 2022-05-13 14:22 UTC 

[glibc/azanella/clang] stdio: Disable bug23-3 on clang
 2022-05-13 14:22 UTC 

[glibc/azanella/clang] stdlib: Avoid internal definitions for tst-strtod5i
 2022-05-13 14:22 UTC 

[glibc/azanella/clang] math: Fix test-totalorderl-ldbl-96 exponent setting
 2022-05-13 14:21 UTC 

[glibc/azanella/clang] And defines to __attribute__ (__noclone__) iff compiler supports it
 2022-05-13 14:21 UTC 

[glibc/azanella/clang] x86: Use -mfpmath=387 iff compiler supports it
 2022-05-13 14:21 UTC 

[glibc/azanella/clang] math: Only check for _Complex __int128 iff compiler supports it
 2022-05-13 14:21 UTC 

[glibc/azanella/clang] x86: Fix test-double-vlen include-next
 2022-05-13 14:21 UTC 

[glibc/azanella/clang] math: Define CMPLX(F,L) for clang
 2022-05-13 14:21 UTC 

[glibc/azanella/clang] Use -ffloat-store iff compiler supports it
 2022-05-13 14:21 UTC 

[glibc/azanella/clang] math: Fix clang warnings on bug-tgmath1.c
 2022-05-13 14:21 UTC 

[glibc/azanella/clang] resolv: Handle -Wsometimes-uninitialized on getaddrinfo
 2022-05-13 14:21 UTC 

[glibc/azanella/clang] socket: Use internal alias for __cmsg_nxthdr
 2022-05-13 14:21 UTC 

[glibc/azanella/clang] localedata: Fix clang warnings on tests
 2022-05-13 14:21 UTC 

[glibc/azanella/clang] math: Fix clang warnings for math/test-tgmath-ret.c
 2022-05-13 14:21 UTC 

[glibc/azanella/clang] powerpc: Replace AC_LANG_PROGRAM with AC_TRY_COMMAND
 2022-05-13 14:20 UTC 

[glibc/azanella/clang] aarch64: Use 64-bit variable to access the special registers
 2022-05-13 14:20 UTC 

[glibc/azanella/clang] Use -frounding-math iff compiler supports it
 2022-05-13 14:20 UTC 

[glibc/azanella/clang] posix: Use unsigned to check for _POSIX_VDISABLE
 2022-05-13 14:20 UTC 

[glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
 2022-05-13 14:20 UTC 

[glibc/azanella/clang] string: Use asm alias instead of symbol redirections for stpcpy and mempcpy
 2022-05-13 14:20 UTC 

[glibc/azanella/clang] x86: Remove unened __strstr_sse2 prototype
 2022-05-13 14:20 UTC 

[glibc/azanella/clang] libio: Refactor internal aliases
 2022-05-13 14:20 UTC 

[glibc/azanella/clang] socket: Remove ununsed __cmsg_nxthdr internal alias
 2022-05-13 14:20 UTC 

[glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
 2022-05-13 14:20 UTC 

[glibc/azanella/clang] stdio: Refactor getc_unlocked, putc_unlocked, and fputc_unlocked
 2022-05-13 14:20 UTC 

[glibc/azanella/clang] libio: Use __libc_ferror_unlocked instead of __ferror_unlocked
 2022-05-13 14:20 UTC 

[glibc/azanella/clang] libio: Use __libc_feof_unlocked instead of __feof_unlocked
 2022-05-13 14:19 UTC 

[glibc/azanella/clang] libio: Use __libc_getdelim instead of __getdelim
 2022-05-13 14:19 UTC 

[glibc/azanella/clang] Refactor internal alias for internal function
 2022-05-13 14:19 UTC 

[glibc/azanella/clang] configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
 2022-05-13 14:19 UTC 

[glibc/azanella/clang] math: Use -fexcess-precision=standard iff compiler supports it
 2022-05-13 14:19 UTC 

[glibc/azanella/clang] support: Use CHAR_MAX as maximum value
 2022-05-13 14:19 UTC 

[glibc/azanella/clang] timezone: Fix clang operator precedence warning
 2022-05-13 14:19 UTC 

[glibc/azanella/clang] configure: Use -Wno-maybe-uninitialized iff compiler supports it
 2022-05-13 14:19 UTC 

[glibc/azanella/clang] x86: Use -msse2avx iff compiler supports it
 2022-05-13 14:19 UTC 

[glibc/azanella/clang] math: x86: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtype
 2022-05-13 14:19 UTC 

[glibc/azanella/clang] math: Suppress clang warning on math_check_force_underflow
 2022-05-13 14:19 UTC 

[glibc/azanella/clang] iconvdata: Remove use of GNU old-style field designator extension
 2022-05-13 14:19 UTC 

[glibc/azanella/clang] resolv: Make __gai_create_helper_thread static
 2022-05-13 14:18 UTC 

[glibc/azanella/clang] iconvdata: Suppress warning on clang
 2022-05-13 14:18 UTC 

[glibc/azanella/clang] locale: Fix type
 2022-05-13 14:18 UTC 

[glibc/azanella/clang] elf: Suppress warning on clang
 2022-05-13 14:18 UTC 

[glibc/azanella/clang] configure: Check -fno-tree-loop-distribute-patterns
 2022-05-13 14:18 UTC 

[glibc/azanella/clang] elf: Initialize variable to pacify clang
 2022-05-13 14:18 UTC 

[glibc/azanella/clang] sunrpc: Remove extra parenthesis on comparison
 2022-05-13 14:18 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).