unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
 messages from 2019-10-19 20:07:18 to 2019-10-25 15:39:42 UTC [more...]

[PATCH v2 00/30] Add IEEE long double <-> string functions for powerpc64le
 2019-10-25 15:34 UTC  (27+ messages)
` [PATCH v2 01/30] ldbl-128ibm-compat: Add regular character printing functions
` [PATCH v2 02/30] ldbl-128ibm-compat: Add wide "
` [PATCH v2 03/30] ldbl-128ibm-compat: Add regular character, fortified "
` [PATCH v2 04/30] ldbl-128ibm-compat: Add wide "
` [PATCH v2 05/30] ldbl-128ibm-compat: Test double values
` [PATCH v2 06/30] ldbl-128ibm-compat: Test positional arguments
` [PATCH v2 07/30] ldbl-128ibm-compat: Add regular character scanning functions
` [PATCH v2 08/30] ldbl-128ibm-compat: Add wide "
` [PATCH v2 09/30] ldbl-128ibm-compat: Add argp_error and argp_failure
` [PATCH v2 10/30] ldbl-128ibm-compat: Add err.h functions
` [PATCH v2 11/30] ldbl-128ibm-compat: Add error.h functions
` [PATCH v2 12/30] ldbl-128ibm-compat: Reuse tests for err.h and "
` [PATCH v2 13/30] ldbl-128ibm-compat: Add ISO C99 versions of scanf functions
` [PATCH v2 14/30] ldbl-128ibm-compat: Add obstack printing functions
` [PATCH v2 15/30] ldbl-128ibm-compat: Add syslog functions
` [PATCH v2 16/30] ldbl-128ibm-compat: Add strfmon_l with IEEE long double format
` [PATCH v2 17/30] ldbl-128ibm-compat: Add tests for strfmon and strfmon_l
` [PATCH v2 18/30] ldbl-128ibm-compat: Add tests for strfroml, strtold, and wcstold
` [PATCH v2 19/30] Refactor *cvt functions implementation (1/5)
` [PATCH v2 20/30] Refactor *cvt functions implementation (2/5)
` [PATCH v2 21/30] Refactor *cvt functions implementation (3/5)
` [PATCH v2 22/30] Refactor *cvt functions implementation (4/5)
` [PATCH v2 23/30] Refactor *cvt functions implementation (5/5)
` [PATCH v2 24/30] ldbl-128ibm-compat: Add *cvt functions
` [PATCH v2 25/30] Do not redirect calls to __GI_* symbols, when redirecting to *ieee128
` [PATCH v2 26/30] ldbl-128ibm-compat: Compiler flags for stdio functions

[PATCH v2 00/11] Y2038 preparation: use clock_[gs]ettime to implement the other time-getting and -setting functions
 2019-10-25 15:28 UTC  (16+ messages)
` [PATCH v2 01/11] Linux/Alpha: don't use timeval32 system calls
` [PATCH v2 02/11] Change most internal uses of __gettimeofday to __clock_gettime
` [PATCH v2 03/11] Use clock_settime to implement stime; withdraw stime
` [PATCH v2 04/11] Use clock_settime to implement settimeofday
` [PATCH v2 05/11] Use clock_gettime to implement time
` [PATCH v2 06/11] Change most internal uses of time to __clock_gettime
` [PATCH v2 07/11] Consolidate and deprecate ftime
` [PATCH v2 08/11] Use clock_gettime to implement timespec_get
` [PATCH v2 09/11] Use clock_gettime to implement gettimeofday
` [PATCH v2 10/11] Make second argument of gettimeofday as 'void *'
` [PATCH v2 11/11] Revise the documentation of simple calendar time

Setup non-pushing gerrit instance for glibc
 2019-10-25 15:18 UTC  (13+ messages)

[review] localedef: Add verbose messages for failure paths
 2019-10-25 15:05 UTC  (13+ messages)
` [review v2] "
` [review v3] "

[PATCH v2] time: Introduce function to check correctness of nanoseconds value
 2019-10-25 13:22 UTC 

[PATCH] elf: Always set l in _dl_init_paths (Bug 23462)
 2019-10-25 12:55 UTC  (8+ messages)

making changes in libc
 2019-10-25  8:49 UTC  (2+ messages)

[PATCH] manual: Remove warning in the documentation of the abort function
 2019-10-25  2:39 UTC  (16+ messages)

[PATCH] time: Introduce function to check correctness of nanoseconds value
 2019-10-24 23:50 UTC  (4+ messages)

[PATCH v2] sysdeps/nanosleep: Use clock_nanosleep_time64 if avaliable
 2019-10-24 23:41 UTC 

[patch v1] Install charmaps uncompressed in testroot
 2019-10-24 21:01 UTC  (5+ messages)
  ` [patch v2] "

[patch] simplify debugging in-container tests (and regular tests)
 2019-10-24 20:57 UTC  (6+ messages)
  ` [patch/v2] "

[review] Define __STATFS_MATCHES_STATFS64
 2019-10-24 19:26 UTC  (2+ messages)

[PATCH v3] aarch64: Optimized implementation of memcmp
 2019-10-24 16:33 UTC  (2+ messages)

[PATCH v2 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-24 14:50 UTC  (3+ messages)

[PATCH] hurd: Fix build after __pread64 usage in the dynamic loader
 2019-10-24 13:50 UTC  (2+ messages)

[PATCH 2/2] elf: Use nocancel pread64() instead of lseek()+read()
 2019-10-24 13:46 UTC  (8+ messages)

[PATCH] aarch64: Optimized memset for Kunpeng processor
 2019-10-24 13:06 UTC 

[PATCH v2] math: enhance the endloop condition of function handle_input_flag
 2019-10-24 12:20 UTC 

[PATCH v2 0/3] elf: Allow dlopen of filter object to work [BZ #16272]
 2019-10-24 10:33 UTC  (4+ messages)
` [PATCH v2 2/3] elf: avoid redundant sort in dlopen
` [PATCH v2 3/3] elf: avoid stack allocation in dl_open_worker
` [PATCH v2 1/3] elf: Allow dlopen of filter object to work [BZ #16272]

[PATCH v14 0/6] open: introduce openat2(2) syscall
 2019-10-24  7:06 UTC  (5+ messages)
` [PATCH v14 2/6] namei: LOOKUP_IN_ROOT: chroot-like path resolution

[PING^2] Re: [PATCH] locale/C-translit.h.in: Greek -> ASCII transliteration table [BZ #12031]
 2019-10-24  6:40 UTC 

static TLS exhausted on ppc64le
 2019-10-24  2:47 UTC  (10+ messages)

[PATCH v6] Define __STATFS_MATCHES_STATFS64
 2019-10-23 21:25 UTC  (2+ messages)

Question regarding y2038-preliminaries patches
 2019-10-23 20:57 UTC  (4+ messages)

[PATCH v2] aarch64: Optimized implementation of memcmp
 2019-10-23 14:31 UTC 

[PATCH] Avoid late malloc failure in dlopen [BZ #25112]
 2019-10-23 14:09 UTC  (2+ messages)

Public discussions on GNU Project governance
 2019-10-23 13:41 UTC 

[PATCH] S390: Remove not needed stack frame in syscall function
 2019-10-23 12:53 UTC  (5+ messages)

[PATCH v2] math: enhance the endloop condition of function handle_input_flag
 2019-10-23 11:13 UTC 

[PATCH] math: enhance the endloop condition of function handle_input_flag found that the endloop condition is not correct, cause when the loop variable " i " euqal to 16, than the input_flags[16] will be out of bounds. though i think for now the inputs maybe all right, but just enhanced it
 2019-10-23 11:06 UTC  (2+ messages)

[PATCH] sysdeps/wait: Use the waitid syscall if required
 2019-10-22 22:43 UTC  (9+ messages)

[PATCH v6 1/2] sysdeps/stat: Handle 64-bit ino_t types on 32-bit hosts
 2019-10-22 22:37 UTC  (6+ messages)
` [PATCH v6 2/2] Define __STATFS_MATCHES_STATFS64

[PATCH v2 2/2] aarch64: Optimized memcpy and memmove for Kunpeng processor
 2019-10-22 18:29 UTC  (2+ messages)

[PATCH v2] aarch64: Optimized implementation of memcmp
 2019-10-22 18:06 UTC  (2+ messages)

[PATCH v2] aarch64: Optimized implementation of strnlen
 2019-10-22 17:57 UTC  (2+ messages)

[PATCH v2] aarch64: Optimized implementation of strcpy
 2019-10-22 17:54 UTC  (2+ messages)

[PATCH] aarch64: Optimized implementation of memrchr
 2019-10-22 17:01 UTC  (2+ messages)

[PATCH v2] aarch64: Optimized strlen for strlen_asimd
 2019-10-22 16:33 UTC  (2+ messages)

[PATCH 0/3] elf: Allow dlopen of filter object to work [BZ #16272]
 2019-10-22 14:28 UTC  (22+ messages)
` [PATCH 1/3] "

[PATCH v2] Add libm_alias_finite for _finite symbols
 2019-10-22 12:44 UTC  (3+ messages)

Fix testroot.pristine creation copying dynamic linker
 2019-10-22 12:25 UTC  (4+ messages)

[PATCH v3 1/2] clone3: add CLONE_CLEAR_SIGHAND
 2019-10-21 19:42 UTC  (3+ messages)

[PATCH v2 0/4] nptl: Add pthread_clockjoin_np
 2019-10-21 18:15 UTC  (7+ messages)
` [PATCH v2 2/4] manual: Add documentation for pthread_tryjoin_np and pthread_timedjoin_np

[PATCH v5 1/2] sysdeps/stat: Handle 64-bit ino_t types on 32-bit hosts
 2019-10-21 16:48 UTC  (3+ messages)
` [PATCH v5 2/2] Define __STATFS_MATCHES_STATFS64

[PATCH 00/31] Add IEEE long double <-> string functions for powerpc64le
 2019-10-21 14:59 UTC  (14+ messages)
` [PATCH 15/31] ldbl-128ibm-compat: Add syslog functions
` [PATCH 19/31] Remove hidden_def and hidden_proto from cvt functions
` [PATCH 26/31] Do not redirect calls to __GI_* symbols, when redirecting to *ieee128
` [PATCH 28/31] Avoid compat symbols for totalorder in powerpc64le IEEE long double

[PATCH] hppa: Fix stack alignment passed to clone
 2019-10-21 14:12 UTC  (6+ messages)

[PATCH v3 00/21] nptl: Fix Race conditions in pthread cancellation (BZ#12683)
 2019-10-21 13:29 UTC  (4+ messages)
` [PATCH v3 02/21] "
  ` Internal SIGTIMER use (was: Re: [PATCH v3 02/21] nptl: Fix Race conditions in pthread cancellation (BZ#12683))

Regarding https://sourceware.org/bugzilla/show_bug.cgi?id=22850
 2019-10-21 12:59 UTC 

[PATCH v2] y2038: linux: Provide __clock_getres64 implementation
 2019-10-21  7:31 UTC  (3+ messages)

[PATCH] hppa: Fix data race in setting function descriptors during lazy binding
 2019-10-20 18:28 UTC 


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