unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2018-12-19 09:23:27 to 2018-12-26 10:08:00 UTC [more...]

[PATCH v9] Locales: Cyrillic -> ASCII transliteration table [BZ #2872]
 2018-12-26 10:07 UTC  (20+ messages)
  ` [PATCH v10] "
  ` [PATCH v11] Locales: Cyrillic -> ASCII transliteration "

[PATCH] Add sinf and cosf traces
 2018-12-26  9:58 UTC  (4+ messages)

[PATCH 0/3] math: Update s_sincosf
 2018-12-26  9:52 UTC  (5+ messages)
` [PATCH 2/3] Regenerate sysdeps/x86_64/fpu/libm-test-ulps
` [PATCH 3/3] x86-64: Remove s_sincosf-sse2.S

[PATCH 1/3] Use generic vector computations in s_sincosf.h
 2018-12-26  9:51 UTC  (4+ messages)
  ` [PATCH] x86: "

[PATCH] NUMA spinlock [BZ #23962]
 2018-12-26  2:50 UTC 

[PATCH] malloc: Always call memcpy in _int_realloc [BZ #24027]
 2018-12-25 20:55 UTC  (2+ messages)

[PATCH v2] ARM: fix kernel assisted atomics with GCC 8 (bug 24034)
 2018-12-25 16:37 UTC 

[PATCH v2] Use C99-compliant scanf under _GNU_SOURCE with modern compilers
 2018-12-25 12:53 UTC  (2+ messages)

[2.29] Last week of development
 2018-12-25  6:25 UTC  (2+ messages)

[PATCH] ARM: fix kernel assisted atomics with GCC 8
 2018-12-24 22:05 UTC  (2+ messages)

[PATCH 1/2] Replace check_mul_overflow_size_t with INT_MULTIPLY_WRAPV
 2018-12-23  6:55 UTC  (15+ messages)
` [PATCH 2/2] malloc: make malloc fail with requests larger than PTRDIFF_MAX

[PATCH v2] Only build libm with -fno-math-errno
 2018-12-22 20:48 UTC 

[PATCH] Only build libm with -fno-math-errno
 2018-12-22 20:24 UTC  (3+ messages)

Require GCC 5 or later to build glibc (bug 23993)
 2018-12-22 11:16 UTC  (8+ messages)

[RFC][PATCH] Multiple locales: Use the correct date and time formats (bug 10496, 23724)
 2018-12-22 10:43 UTC  (4+ messages)

[PATCH v4] Improve the width of alternate representation for year in strftime [BZ #23758]
 2018-12-22 10:42 UTC  (4+ messages)

[PATCH 2/2] Multiple locales: Use the correct 12-hour time formats (bug 10496)
 2018-12-22 10:44 UTC  (4+ messages)
` [PATCH 2/2] Multiple locales: Use the correct 12-hour time formats

[PATCH v2 0/2] Multiple locales: Use the correct date and time formats (bug 10496, 23724)
 2018-12-22  0:55 UTC  (3+ messages)
` [PATCH v2 1/2] sq_AL: "
` [PATCH v2 2/2] Multiple locales: Use the correct 12-hour time formats (bug 10496)

[PATCH 00/21] glibc port to ARC processors
 2018-12-21 23:06 UTC  (66+ messages)
` [PATCH 01/21] longlong.h: sync from gcc to fix ARC inline asm constraints
` [PATCH 03/21] ARC: ABI Implementation
` [PATCH 07/21] ARC: math soft float support
` [PATCH 08/21] ARC: Linux Syscall Interface
      ` ARC vs. generic sigaction (was Re: [PATCH 08/21] ARC: Linux Syscall Interface)
` [PATCH 09/21] ARC: Linux ABI
` [PATCH 10/21] ARC: Linux Startup and Dynamic Loading
` [PATCH 13/21] ARC: Build Infrastructure
` [PATCH 14/21] ARC: Enable __start as entry point vs. canonical _start
` [PATCH 16/21] ARC: testsuite fix: sysvipc/*
` [PATCH 21/21] NEWS: mention ARC port
` test related questions (was Re: [PATCH 00/21] glibc port to ARC processors)

[PATCH v3 0/5] Add missing nldbl functions to libc
 2018-12-21 19:21 UTC  (6+ messages)
` [PATCH v3 1/5] ldbl-opt: Add arpg_error and argp_failure (bug 23983)
` [PATCH v3 2/5] ldbl-opt: Reuse argp tests that print long double
` [PATCH v3 3/5] ldbl-opt: Add err, errx, verr, verrx, warn, warnx, vwarn, and vwarnx (bug 23984)
` [PATCH v3 4/5] ldbl-opt: Add error and error_at_line "
` [PATCH v3 5/5] ldbl-opt: Reuse test cases from misc/ that check long double

[PATCH v3] Prepare vfprintf to use __printf_fp/__printf_fphex with float128 arg
 2018-12-21 19:04 UTC 

[PATCH v5] Y2038: make __difftime compatible with 64-bit time
 2018-12-21 18:55 UTC  (4+ messages)

[PATCH v8 00/12] port C-SKY to glibc
 2018-12-21 18:44 UTC  (21+ messages)
` [PATCH v8 01/12] C-SKY: ABI related code
` [PATCH v8 02/12] C-SKY: TLS support
` [PATCH v8 03/12] C-SKY: Math support
` [PATCH v8 04/12] C-SKY: NPTL support and Atomic
` [PATCH v8 05/12] C-SKY: Linux Syscall Interface
` [PATCH v8 06/12] C-SKY: Linux ABI
` [PATCH v8 07/12] C-SKY: ABI Lists
` [PATCH v8 08/12] C-SKY: Linux Startup and Dynamic Loading Code
` [PATCH v8 09/12] C-SKY: Build Infastructure
` [PATCH v8 10/12] C-SKY: Add ABI definitions in config.h.in
` [PATCH v8 11/12] C-SKY: Add build-many-glibcs.py support
` [PATCH v8 12/12] C-SKY: Skeleton documentation
  ` [COMMITTED] Re: [PATCH v8 00/12] port C-SKY to glibc

[PATCH] riscv: Use __has_include__ to include <asm/syscalls.h> [BZ #24022]
 2018-12-21 17:48 UTC 

[PATCH] Semaphores: add sem_timedwait_monotonic GNU extension [BZ #14717]
 2018-12-21 17:00 UTC  (4+ messages)
` [PATCH v2] Semaphores: add sem_clockwait "

[PATCH] Set behavior of sprintf-like functions with overlapping source and destination
 2018-12-21 16:21 UTC  (5+ messages)

[PATCH] Improve performance of memmem
 2018-12-21 16:04 UTC 

[PATCH] Improve bench-strlen
 2018-12-21 15:54 UTC  (4+ messages)

[PATCH] Refactor string benchtests
 2018-12-21 15:32 UTC  (2+ messages)

[PATCH] intl: Do not return NULL on asprintf failure in gettext [BZ #24018]
 2018-12-21 15:29 UTC 

RFC: NUMA spinlock
 2018-12-21 14:00 UTC 

[PATCH v2 1/3] Mutex: Accelerate lock acquisition by queuing spinner
 2018-12-21 10:17 UTC  (4+ messages)
` [PATCH v2 2/3] Mutex: add unit tests for new type
` [PATCH v2 3/3] Manual: Add manual for pthread mutex

[PATCH] Script to generate ChangeLog-like output
 2018-12-21  6:33 UTC  (9+ messages)

[PATCH v1.1] Script to generate ChangeLog-like output
 2018-12-21  6:31 UTC 

[PATCH v2 7/7] malloc: Check the alignment of mmapped chunks before unmapping
 2018-12-21  5:18 UTC  (2+ messages)

[PATCH v2 6/7] malloc: Add more integrity checks to mremap_chunk
 2018-12-21  4:35 UTC  (2+ messages)

[PATCH v3 0/7] Use more flags parameters instead of global bits in stdio
 2018-12-20 21:55 UTC  (7+ messages)
` [PATCH v3 6/7] Use PRINTF_FORTIFY instead of _IO_FLAGS2_FORTIFY (bug 11319)

Guidance for new glibc ports
 2018-12-20 18:33 UTC 

[PATCH v4] Y2038: make __difftime compatible with 64-bit time
 2018-12-20 18:24 UTC  (3+ messages)

[PATCH][AArch64] Add ifunc support for Ares
 2018-12-20 15:45 UTC  (3+ messages)

[PATCH] manual/examples: Remove redundant "if not"
 2018-12-20 15:41 UTC  (2+ messages)

[PATCH v2 2/3] aarch64: Optimized memchr specific to AmpereComputing emag
 2018-12-20 14:43 UTC 

[PATCH 1/3] aarch64: Optimized memset specific to AmpereComputing emag
 2018-12-20  9:29 UTC  (5+ messages)

[PATCH 2/3] aarch64: Optimized memchr specific to AmpereComputing emag
 2018-12-20  9:24 UTC  (3+ messages)

[PATCH v7 00/12]port C-SKY to glibc
 2018-12-20  3:09 UTC  (6+ messages)
` [PATCH v5 1/1] Add statx conditionals for wordsize-32 *xstat.c

Help needed reviewing Cyrillic -> ASCII transliteration [BZ #2872]
 2018-12-19 23:29 UTC 

Remove x86 mathinline.h [committed]
 2018-12-19 22:56 UTC 

[PATCH 01/12] termios: Define TIOCSER_TEMT with __USE_MISC (BZ#17783)
 2018-12-19 22:15 UTC  (3+ messages)

[PATCH 0/7] General fixes and refactor for BZ#12683
 2018-12-19 22:14 UTC  (4+ messages)

Remove x86 mathinline.h sinh, cosh, tanh inlines [committed]
 2018-12-19 21:48 UTC 

[PATCH] Replace @[r|l]bracechar with @{ and @} in the manual
 2018-12-19 21:23 UTC  (2+ messages)

[PATCH v3] Y2038: make __difftime compatible with 64-bit time
 2018-12-19 21:17 UTC  (6+ messages)

[PATCH] Print cache size and geometry auxv types on LD_SHOW_AUXV=1
 2018-12-19 21:11 UTC  (4+ messages)

[PATCH] nptl/tst-audit-threads: Switch to <support/test-driver.c>
 2018-12-19 20:51 UTC 

[PATCH] Enable VDSO for static linking on s390
 2018-12-19 19:29 UTC  (3+ messages)

[PATCH] power: Fix VSCR position on ucontext
 2018-12-19 19:11 UTC  (8+ messages)

Proposal: Replace xstat (stat version dispatcher)
 2018-12-19 15:57 UTC  (3+ messages)

[PATCH] Locales: Use CLDR matching thousands separator
 2018-12-19 15:57 UTC  (9+ messages)

[PATCH 00/14] Functions with format string for IEEE128 on powercpc64le
 2018-12-19 15:53 UTC  (7+ messages)
` [PATCH 01/14] Prepare vfprintf to use __printf_fp/__printf_fphex with float128 arg

[PATCH 0/3] aarch64: Add AmpereComputing emag to tunable cpu list
 2018-12-19 15:40 UTC  (2+ messages)

[hurd,commited] hurd: Fix 64bit fcntl lock implementation
 2018-12-19 10:50 UTC  (2+ messages)

[PATCH] nscd: avoid assertion failure during persistent db check
 2018-12-19 10:33 UTC  (2+ messages)

[PATCH 0/2] Y2038: two mktime-relate patches
 2018-12-19  9:22 UTC  (2+ messages)
` [PATCH 2/2] Fix time/mktime.c and time/gmtime.c for gnulib compatibility


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).