public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
[glibc] x86: Small improvements for wcslen
2022-03-28 20:55 UTC
[glibc] x86: Small improvements for wcscpy-ssse3
2022-03-28 20:55 UTC
[glibc] debug: Improve fdelt_chk error message
2022-03-28 13:42 UTC
[glibc] Add HWCAP2_AFP, HWCAP2_RPRES from Linux 5.17 to AArch64 bits/hwcap.h
2022-03-28 13:17 UTC
[glibc] Deleted branch 'azanella/clang'
2022-03-25 19:42 UTC
[glibc] x86: Remove AVX str{n}casecmp
2022-03-25 18:19 UTC
[glibc] x86: Add EVEX optimized str{n}casecmp
2022-03-25 18:19 UTC
[glibc] x86: Add AVX2 optimized str{n}casecmp
2022-03-25 18:19 UTC
[glibc] string: Expand page cross test cases in test-strncmp.c
2022-03-25 18:19 UTC
[glibc] string: Expand page cross test cases in test-strcmp.c
2022-03-25 18:19 UTC
[glibc] x86: Optimize str{n}casecmp TOLOWER logic in strcmp-sse42.S
2022-03-25 18:19 UTC
[glibc] x86: Optimize str{n}casecmp TOLOWER logic in strcmp.S
2022-03-25 18:19 UTC
[glibc] string: Expand page cross tests in test-strncasecmp.c
2022-03-25 18:18 UTC
[glibc] string: Expand page cross tests in test-strcasecmp.c
2022-03-25 18:18 UTC
[glibc] benchtests: Use json-lib in bench-strncasecmp.c
2022-03-25 18:18 UTC
[glibc] benchtests: Use json-lib in bench-strcasecmp.c
2022-03-25 18:18 UTC
[glibc] x86: Fix fallback for wcsncmp_avx2 in strcmp-avx2.S [BZ #28896]
2022-03-25 18:18 UTC
[glibc] x86: Remove strspn-sse2.S and use the generic implementation
2022-03-25 18:18 UTC
[glibc] x86: Remove strpbrk-sse2.S and use the generic implementation
2022-03-25 18:18 UTC
[glibc] x86: Remove strcspn-sse2.S and use the generic implementation
2022-03-25 18:18 UTC
[glibc] x86: Optimize strspn in strspn-c.c
2022-03-25 18:18 UTC
[glibc] x86: Optimize strcspn and strpbrk in strcspn-c.c
2022-03-25 18:18 UTC
[glibc] benchtests: Use json-lib in bench-strspn.c
2022-03-25 18:18 UTC
[glibc] benchtests: Use json-lib in bench-strpbrk.c
2022-03-25 18:18 UTC
[glibc] x86: Code cleanup in strchr-evex and comment justifying branch
2022-03-25 18:17 UTC
[glibc] x86: Code cleanup in strchr-avx2 and comment justifying branch
2022-03-25 18:17 UTC
[glibc] benchtests: Add random benchmark in bench-strchr.c
2022-03-25 18:17 UTC
[glibc] benchtests: Use json-lib in bench-strchr.c
2022-03-25 18:17 UTC
[glibc] Update kernel version to 5.17 in tst-mman-consts.py
2022-03-24 15:35 UTC
[glibc] iconvdata: Fix enum type on UTF-7
2022-03-23 18:44 UTC
[glibc] nscd: Remove unused variable
2022-03-23 18:35 UTC
[glibc] support: Fix support_process_state_wait path size calculation
2022-03-23 18:32 UTC
[glibc] support: Remove unused extract_8 function
2022-03-23 18:26 UTC
[glibc] locale: Remove ununsed wctype_table_get function
2022-03-23 17:32 UTC
[glibc] gmon: Remove unused sprofil.c functions
2022-03-23 17:30 UTC
[glibc] Update syscall lists for Linux 5.17
2022-03-23 17:12 UTC
[glibc] Fix ununsed fstatat64_time64_statx
2022-03-23 17:11 UTC
[glibc] malloc: Fix duplicate inline for do_set_mxfast
2022-03-23 16:32 UTC
[glibc] elf: Remove inline _dl_dprintf
2022-03-23 13:44 UTC
[glibc] configure.ac: fix bashisms in configure.ac
2022-03-23 1:53 UTC
[glibc] getaddrinfo: Refactor code for readability
2022-03-23 1:26 UTC
[glibc] Use Linux 5.17 in build-many-glibcs.py
2022-03-22 18:01 UTC
[glibc] resolv: Fix unaligned accesses to fields in HEADER struct
2022-03-22 17:36 UTC
[glibc] gai_init: Avoid jumping from if condition to its else counterpart
2022-03-22 14:14 UTC
[glibc] gaiconf_init: Refactor some bits for readability
2022-03-22 14:14 UTC
[glibc] gethosts: Return EAI_MEMORY on allocation failure
2022-03-22 14:13 UTC
[glibc] gaih_inet: Split result generation into its own function
2022-03-22 14:13 UTC
[glibc] gaih_inet: split loopback lookup into its own function
2022-03-22 14:13 UTC
[glibc] gaih_inet: make gethosts into a function
2022-03-22 14:13 UTC
[glibc] gaih_inet: separate nss lookup loop into its own function
2022-03-22 14:13 UTC
[glibc] gaih_inet: Split nscd lookup code into its own function
2022-03-22 14:13 UTC
[glibc] gaih_inet: Split simple gethostbyname into its own function
2022-03-22 14:13 UTC
[glibc] gaih_inet: make numeric lookup a separate routine
2022-03-22 14:13 UTC
[glibc] gaih_inet: Simplify service resolution
2022-03-22 14:13 UTC
[glibc] getaddrinfo: Fix leak with AI_ALL [BZ #28852]
2022-03-22 14:13 UTC
[glibc] gaih_inet: Simplify canon name resolution
2022-03-22 14:13 UTC
[glibc] Simplify allocations and fix merge and continue actions [BZ #28931]
2022-03-22 14:13 UTC
[glibc] Deleted branch 'azanella/imap-utf7'
2022-03-21 18:05 UTC
[glibc] iconv: Add UTF-7-IMAP variant in utf-7.c
2022-03-21 18:05 UTC
[glibc] iconv: make utf-7.c able to use variants
2022-03-21 18:04 UTC
[glibc] iconv: Better mapping to RFC for UTF-7
2022-03-21 18:04 UTC
[glibc] iconv: Always encode "optional direct" UTF-7 characters
2022-03-21 18:04 UTC
[glibc/azanella/imap-utf7] iconv: Add UTF-7-IMAP variant in utf-7.c
2022-03-21 12:27 UTC
[glibc/azanella/imap-utf7] iconv: make utf-7.c able to use variants
2022-03-21 12:27 UTC
[glibc/azanella/imap-utf7] iconv: Better mapping to RFC for UTF-7
2022-03-21 12:26 UTC
[glibc/azanella/imap-utf7] iconv: Always encode "optional direct" UTF-7 characters
2022-03-21 12:26 UTC
[glibc] Created branch 'azanella/imap-utf7'
2022-03-21 12:26 UTC
[glibc] stdio-common: Add wide stream coverage to tst-vfprintf-user-type
2022-03-18 20:42 UTC
[glibc] libio: Flush-only _IO_str_overflow must not return EOF (bug 28949)
2022-03-18 20:42 UTC
[glibc] libio: Convert tst_swprintf to the test framework
2022-03-18 20:42 UTC
[glibc] scripts/dso-ordering-test.py: Fix C&P error in * callrefs processing
2022-03-18 17:19 UTC
[glibc] Created branch 'azanella/redir-refactor'
2022-03-17 13:24 UTC
[glibc] Deleted branch 'azanella/redir-refactor'
2022-03-17 13:24 UTC
[glibc] stdio-common: Generate ja_JP.EUC-JP locale
2022-03-17 10:12 UTC
[glibc] stdio-common: Re-flow and sort Makefile variables
2022-03-17 10:12 UTC
[glibc] nss: Sort tests and tests-container and put one test per line
2022-03-17 5:49 UTC
[glibc/azanella/clang] localedata: Fix clang warnings on tests
2022-03-16 18:05 UTC
[glibc/azanella/clang] math: Fix clang warnings for math/test-tgmath-ret.c
2022-03-16 18:05 UTC
[glibc/azanella/clang] powerpc: Replace AC_LANG_PROGRAM with AC_TRY_COMMAND
2022-03-16 18:04 UTC
[glibc/azanella/clang] aarch64: Use 64-bit variable to access the special registers
2022-03-16 18:04 UTC
[glibc/azanella/clang] Use -frounding-math iff compiler supports it
2022-03-16 18:04 UTC
[glibc/azanella/clang] posix: Use unsigned to check for _POSIX_VDISABLE
2022-03-16 18:04 UTC
[glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
2022-03-16 18:04 UTC
[glibc/azanella/clang] string: Use asm alias instead of symbol redirections for stpcpy and mempcpy
2022-03-16 18:04 UTC
[glibc/azanella/clang] x86: Remove unened __strstr_sse2 prototype
2022-03-16 18:04 UTC
[glibc/azanella/clang] libio: Refactor internal aliases
2022-03-16 18:04 UTC
[glibc/azanella/clang] socket: Remove ununsed __cmsg_nxthdr internal alias
2022-03-16 18:04 UTC
[glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
2022-03-16 18:04 UTC
[glibc/azanella/clang] stdio: Refactor getc_unlocked, putc_unlocked, and fputc_unlocked
2022-03-16 18:04 UTC
[glibc/azanella/clang] libio: Use __libc_ferror_unlocked instead of __ferror_unlocked
2022-03-16 18:04 UTC
[glibc/azanella/clang] libio: Use __libc_feof_unlocked instead of __feof_unlocked
2022-03-16 18:03 UTC
[glibc/azanella/clang] libio: Use __libc_getdelim instead of __getdelim
2022-03-16 18:03 UTC
[glibc/azanella/clang] ctype: Remove internal lower/toupper alias
2022-03-16 18:03 UTC
[glibc/azanella/clang] Refactor internal alias for internal function
2022-03-16 18:03 UTC
[glibc/azanella/clang] x86: Remove .tfloat usage
2022-03-16 18:03 UTC
[glibc/azanella/clang] configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
2022-03-16 18:03 UTC
[glibc/azanella/clang] stdlib: Move attribute_hidden definition to function prototype at gmp.h
2022-03-16 18:03 UTC
[glibc/azanella/clang] nscd: Remove unused variable
2022-03-16 18:03 UTC
[glibc/azanella/clang] nis: Fix nis_print_directory
2022-03-16 18:03 UTC
[glibc/azanella/clang] math: Use -fexcess-precision=standard iff compiler supports it
2022-03-16 18:03 UTC
[glibc/azanella/clang] support: Use CHAR_MAX as maximum value
2022-03-16 18:03 UTC
[glibc/azanella/clang] support: Fix support_process_state_wait path size calculation
2022-03-16 18:03 UTC
[glibc/azanella/clang] support: Remove unused extract_8 function
2022-03-16 18:02 UTC
[glibc/azanella/clang] timezone: Fix clang operator precedence warning
2022-03-16 18:02 UTC
[glibc/azanella/clang] configure: Use -Wno-maybe-uninitialized iff compiler supports it
2022-03-16 18:02 UTC
[glibc/azanella/clang] x86: Use -msse2avx iff compiler supports it
2022-03-16 18:02 UTC
[glibc/azanella/clang] math: x86: Remove extra '%' on FP_INIT_ROUNDMODE inline asm
2022-03-16 18:02 UTC
[glibc/azanella/clang] math: x86: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtype
2022-03-16 18:02 UTC
[glibc/azanella/clang] math: use fabs on __ieee754_lgamma_r
2022-03-16 18:02 UTC
[glibc/azanella/clang] math: Suppress clang warning on math_check_force_underflow
2022-03-16 18:02 UTC
[glibc/azanella/clang] catgets: Remove catgets/config.h
2022-03-16 18:02 UTC
[glibc/azanella/clang] iconvdata: Remove use of GNU old-style field designator extension
2022-03-16 18:02 UTC
[glibc/azanella/clang] resolv: Make inline functions static
2022-03-16 18:02 UTC
[glibc/azanella/clang] resolv: Initialize variable to pacify clang
2022-03-16 18:02 UTC
[glibc/azanella/clang] iconvdata: Suppress warning on clang
2022-03-16 18:01 UTC
[glibc/azanella/clang] locale: Fix type
2022-03-16 18:01 UTC
[glibc/azanella/clang] locale: Remove ununsed wctype_table_get function
2022-03-16 18:01 UTC
[glibc/azanella/clang] elf: Suppress warning on clang
2022-03-16 18:01 UTC
[glibc/azanella/clang] malloc: Use C11 atomics on memusage
2022-03-16 18:01 UTC
[glibc/azanella/clang] elf: Use C11 atomics on _dl_mcount
2022-03-16 18:01 UTC
[glibc/azanella/clang] configure: Check -fno-tree-loop-distribute-patterns
2022-03-16 18:01 UTC
[glibc/azanella/clang] Use 'z' instead of 'Z' on printf functions
2022-03-16 18:01 UTC
[glibc/azanella/clang] elf: Initialize variable to pacify clang
2022-03-16 18:01 UTC
[glibc/azanella/clang] sunrpc: Remove extra parenthesis on comparison
2022-03-16 18:01 UTC
[glibc/azanella/clang] sunrpc: Suppress clang warning on struct cmessage
2022-03-16 18:01 UTC
[glibc/azanella/clang] nss: Suppress nss_module.c warning on clang
2022-03-16 18:00 UTC
[glibc/azanella/clang] Remove unused sprofil.c functions
2022-03-16 18:00 UTC
[glibc/azanella/clang] linux: Use same type for MMAP2_PAGE_UNIT
2022-03-16 18:00 UTC
[glibc/azanella/clang] Fix ununsed fstatat64_time64_statx
2022-03-16 18:00 UTC
[glibc/azanella/clang] posix: Remove alloca_account usage on getaddrinfo
2022-03-16 18:00 UTC
[glibc/azanella/clang] posix: Fix macro expansion producing 'defined' has undefined behavior
2022-03-16 18:00 UTC
[glibc/azanella/clang] Fix inhibit_stack_protector for clang
2022-03-16 18:00 UTC
[glibc/azanella/clang] malloc: Fix duplicate inline for do_set_mxfast
2022-03-16 18:00 UTC
[glibc/azanella/clang] linux: Avoid shifting a negative signed on POSIX timer interface
2022-03-16 18:00 UTC
[glibc/azanella/clang] nptl: Fix Wincompatible-pointer-types on clang
2022-03-16 18:00 UTC
[glibc/azanella/clang] Fix -fno-unit-at-a-time for clang
2022-03-16 18:00 UTC
[glibc/azanella/clang] stdio: Fix -Wtautological-constant-out-of-range-compare on clang
2022-03-16 18:00 UTC
[glibc/azanella/clang] Replace DIAG_IGNORE_NEEDS_COMMENT (-Wmaybe-uninitialized) with a macro
2022-03-16 17:59 UTC
[glibc/azanella/clang] stdlib: Fix macro expansion producing 'defined' has undefined behavior
2022-03-16 17:59 UTC
[glibc/azanella/clang] stdlib/longlong.h: Remove incorrect lvalue to rvalue conversion from asm output constraints
2022-03-16 17:59 UTC
[glibc/azanella/clang] stdlib: Remove GCC pragma diagnostic
2022-03-16 17:59 UTC
[glibc/azanella/clang] nptl: x86_64: Use __builtin_frame_address for CURRENT_STACK_FRAME
2022-03-16 17:59 UTC
[glibc/azanella/clang] x86: Define __HAVE_FLOAT128 for Clang and use __builtin_*f128 code path
2022-03-16 17:59 UTC
[glibc/azanella/clang] Rework not-cancel function prototypes
2022-03-16 17:59 UTC
[glibc/azanella/clang] Rewrite find_cxx_header config configure.ac
2022-03-16 17:59 UTC
[glibc/azanella/clang] Remove libc_hidden_proto (confstr)
2022-03-16 17:59 UTC
[glibc/azanella/clang] Disable use of -fsignaling-nans if compiler does not support it
2022-03-16 17:59 UTC
[glibc/azanella/clang] Consolidate open without cancellation
2022-03-16 17:59 UTC
[glibc/azanella/clang] elf: Remove inline _dl_dprintf
2022-03-16 17:59 UTC
[glibc/azanella/clang] Disable __USE_EXTERN_INLINES for clang
2022-03-16 17:58 UTC
[glibc/azanella/clang] configure: remove overly restrictive check for clang
2022-03-16 17:58 UTC
[glibc/azanella/clang] Remove __LDBL_REDIR macros
2022-03-16 17:58 UTC
[glibc/azanella/clang] Remove stdlib-ldbl.h
2022-03-16 17:58 UTC
[glibc/azanella/clang] Remove monetary-ldbl.h
2022-03-16 17:58 UTC
[glibc/azanella/clang] Remove printf-ldbl.h
2022-03-16 17:58 UTC
[glibc/azanella/clang] Remove syslog-ldbl.h
2022-03-16 17:58 UTC
[glibc/azanella/clang] Remove error-ldbl.h
2022-03-16 17:58 UTC
[glibc/azanella/clang] Remove err-ldbl.h
2022-03-16 17:58 UTC
[glibc/azanella/clang] Use __REDIRECT_LDBL_COMPAT for _IO_vfscanf
2022-03-16 17:58 UTC
[glibc/azanella/clang] Remove argp-ldbl.h
2022-03-16 17:58 UTC
[glibc/azanella/clang] Remove wchar-ldbl.h
2022-03-16 17:58 UTC
[glibc/azanella/clang] Remove stdio-ldbl.h
2022-03-16 17:57 UTC
[glibc/azanella/clang] Replace internal usage of strtol and wcstol for internal alias
2022-03-16 17:57 UTC
[glibc] Created branch 'azanella/clang'
2022-03-16 17:57 UTC
[glibc] Deleted branch 'azanella/clang'
2022-03-16 17:57 UTC
[glibc] benchtests: Use "=" instead of ":=" [BZ #28970]
2022-03-16 15:48 UTC
[glibc/release/2.33/master] hppa: Use END instead of PSEUDO_END in swapcontext.S
2022-03-15 23:18 UTC
[glibc/release/2.33/master] hppa: Implement swapcontext in assembler (bug 28960)
2022-03-15 23:18 UTC
[glibc/release/2.34/master] hppa: Use END instead of PSEUDO_END in swapcontext.S
2022-03-15 23:14 UTC
[glibc/release/2.34/master] hppa: Implement swapcontext in assembler (bug 28960)
2022-03-15 23:13 UTC
[glibc/release/2.35/master] hppa: Use END instead of PSEUDO_END in swapcontext.S
2022-03-15 23:07 UTC
[glibc/release/2.35/master] hppa: Implement swapcontext in assembler (bug 28960)
2022-03-15 23:07 UTC
[glibc] hppa: Use END instead of PSEUDO_END in swapcontext.S
2022-03-15 23:05 UTC
[glibc/azanella/clang] math: Fix clang warnings for math/test-tgmath-ret.c
2022-03-15 18:42 UTC
[glibc/azanella/clang] localedata: Fix clang warnings
2022-03-15 18:42 UTC
[glibc/azanella/clang] nptl: Use hidden_proto3 for __nptl_threads_events,
2022-03-15 18:42 UTC
[glibc/azanella/clang] string: Move stpcpy and mempcpy symbol redirection to symbol-hacks.h
2022-03-15 18:42 UTC
[glibc/azanella/clang] x86: Remove unened __strstr_sse2 prototype
2022-03-15 18:42 UTC
[glibc/azanella/clang] libio: Refactor internal aliases
2022-03-15 18:42 UTC
[glibc/azanella/clang] socket: Remove ununsed __cmsg_nxthdr internal alias
2022-03-15 18:41 UTC
[glibc/azanella/clang] stdlib: Remove ununsed internal aliases for atoi and bsearch
2022-03-15 18:41 UTC
[glibc/azanella/clang] stdio: Refactor getc_unlocked, putc_unlocked, and fputc_unlocked
2022-03-15 18:41 UTC
[glibc/azanella/clang] libio: Use __libc_ferror_unlocked instead of __ferror_unlocked
2022-03-15 18:41 UTC
[glibc/azanella/clang] libio: Use __libc_feof_unlocked instead of __feof_unlocked
2022-03-15 18:41 UTC
[glibc/azanella/clang] libio: Use __libc_getdelim instead of __getdelim
2022-03-15 18:41 UTC
[glibc/azanella/clang] ctype: Remove internal lower/toupper alias
2022-03-15 18:41 UTC
[glibc/azanella/clang] Refactor internal alias for internal function
2022-03-15 18:41 UTC
[glibc/azanella/clang] x86: Remove .tfloat usage
2022-03-15 18:41 UTC
[glibc/azanella/clang] configure: Use -Wno-ignored-attributes if compiler warns about multiple aliases
2022-03-15 18:41 UTC
[glibc/azanella/clang] stdlib: Move attribute_hidden definition to function prototype at gmp.h
2022-03-15 18:41 UTC
[glibc/azanella/clang] nscd: Remove unused variable
2022-03-15 18:41 UTC
[glibc/azanella/clang] nis: Fix nis_print_directory
2022-03-15 18:40 UTC
[glibc/azanella/clang] math: Use -fexcess-precision=standard iff compiler supports it
2022-03-15 18:40 UTC
[glibc/azanella/clang] support: Fix support_process_state_wait path size calculation
2022-03-15 18:40 UTC
[glibc/azanella/clang] support: Remove unused extract_8 function
2022-03-15 18:40 UTC
[glibc/azanella/clang] timezone: Fix clang operator precedence warning
2022-03-15 18:40 UTC
[glibc/azanella/clang] configure: Use -Wno-maybe-uninitialized iff compiler supports it
2022-03-15 18:40 UTC
[glibc/azanella/clang] x86: Use -msse2avx iff compiler supports it
2022-03-15 18:40 UTC
[glibc/azanella/clang] math: x86: Remove extra '%' on FP_INIT_ROUNDMODE inline asm
2022-03-15 18:40 UTC
[glibc/azanella/clang] math: x86: Avoid the use of __libgcc_cmp_return__ for __gcc_CMPtype
2022-03-15 18:40 UTC
page: next (older) | prev (newer) | 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).