public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
[PATCH 1/1] linux ttyname: return link if appropriate
 2016-08-10 23:18 UTC  (20+ messages)
    ` [PATCH 1/2] "
          ` [PATCH] linux ttyname and ttyname_r: "

[PATCH] localedata: i18napis: update LC_ADDRESS.country_post
 2016-08-10 23:18 UTC  (11+ messages)
` [PATCH v2] "

[PATCHv2 00/11] Generate Complex functions from a common template
 2016-08-10 22:06 UTC  (18+ messages)
` [PATCHv2 02/11] Unify drift between _Complex function type variants
` [PATCHv2 01/11] Refactor part of math Makefile
` [PATCHv2 03/11] Support for type-generic libm function implementations libm

Fix powerpc fesetexceptflag clearing FE_INVALID (bug 20455) [committed]
 2016-08-10 21:48 UTC 

Add tests for fegetexceptflag, fesetexceptflag [committed]
 2016-08-10 21:34 UTC  (2+ messages)

libio vtable verification failures with multiple libcs
 2016-08-10 20:39 UTC  (6+ messages)

[patch] fmemopen.3:
 2016-08-10 18:16 UTC 

[PATCH 0/3] stat syscall family: support modern 32-bit ABI requirements
 2016-08-10 12:45 UTC  (20+ messages)
` [PATCH v4 2/3] 32-bit ABIs: support stat syscall family
` [PATCH 3/3] [AARCH64] ILP32: redirect stat syscall family to 64-bit handlers
` [PATCH 1/3] endian.h: introduce __type3264() macro

[PATCH] Get rid of array-bounds warning in __kernel_rem_pio2[f] with gcc 6.1 -O3
 2016-08-10 11:38 UTC  (7+ messages)

[PATCH v2 1/9] Add configure check to test if gcc supports attribute ifunc
 2016-08-09 20:15 UTC  (17+ messages)
` [PATCH v2 4/9] i386, x86: Use libc_ifunc macro for time, gettimeofday
` [PATCH v2 7/9] Use libc_ifunc macro for system in libpthread
` [PATCH v2 5/9] ppc: Use libc_ifunc macro for time, gettimeofday
` [PATCH v2 3/9] s390: Refactor ifunc resolvers due to false debuginfo
` [PATCH v2 2/9] Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly "
` [PATCH v2 8/9] Use libc_ifunc macro for vfork in libpthread
` [PATCH v2 6/9] Use libc_ifunc macro for clock_* symbols in librt
` [PATCH v2 9/9] Use libc_ifunc macro for siglongjmp, longjmp in libpthread

[PATCH/committed] localedata: change M$ to Microsoft
 2016-08-09 17:11 UTC 

[PATCH/committed] ChangeLog: change Winblowz to Windows
 2016-08-09 17:11 UTC 

[PATCH] S390: Support PLT and GOT references in check-localplt
 2016-08-09 14:22 UTC  (3+ messages)

[PATCH] x86: Use sysdep.o from libc.a in static libraries
 2016-08-09 14:05 UTC  (4+ messages)

[PATCH] locales: en_CA: update d_fmt [BZ #9842]
 2016-08-09  5:36 UTC  (3+ messages)

Deprecate and remove SYS_ system call numbers?
 2016-08-09  1:13 UTC  (9+ messages)
  ` Fwd: "

[PATCH 1/2] libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)
 2016-08-08 20:43 UTC  (6+ messages)
` [PATCH 2/2] libio: Fix seek-past-end returned size for open_{w}memstream (BZ#15298)
` [PATCH v2 1/2] libio: Multiple fixes for open_{w}memstram (BZ#18241 and BZ#20181)
  ` [PATCH v2 2/2] libio: Fix seek-past-end returned size for open_{w}memstream (BZ#15298)

GNU Tools Cauldron, 9-11 September 2016, Hebden Bridge UK
 2016-08-08 18:22 UTC 

[PATCH] ldbl-128: Refactor modfl snan handling
 2016-08-08 16:41 UTC  (4+ messages)

[PATCH 1/8] Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to false debuginfo
 2016-08-08 14:46 UTC  (21+ messages)
` [PATCH 3/8] i386, x86: Use libc_ifunc macro for time, gettimeofday
` [PATCH 4/8] ppc: "

glibc 2.24 -- Release blockers
 2016-08-07 21:48 UTC  (15+ messages)

[PATCH 1/3] sparc: build with -mvis on sparc32/sparcv9 and sparc64
 2016-08-05 20:36 UTC  (7+ messages)
` [PATCH 2/3] sparc: remove fdim sparc specific implementations
` [PATCH 3/3] sparc32/sparcv9: add a VIS3 version of fdim

[PATCH] Improve gen-libm-test.pl LIT() application
 2016-08-05 19:44 UTC  (10+ messages)

Fix math.h comment about bits/mathdef.h [committed]
 2016-08-05 18:16 UTC 

[PATCH] Avoid attempt for runtime checks if all environments are defined
 2016-08-05 15:09 UTC  (4+ messages)

[PING 3][PATCH v10] Add pretty printers for the NPTL lock types
 2016-08-05 14:56 UTC  (8+ messages)

[PATCH] The size of CPU sets, __CPU_SETSIZE is too small
 2016-08-05 14:04 UTC  (2+ messages)

[PATCH v2 0/2] count number of loaded objects in each namespace only once
 2016-08-05  7:41 UTC  (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] add test for correct calculation of dl_phdr_info.dlpi_subs

[PATCH 0/4] Installed-header compilation hygiene, BZ#20366
 2016-08-05  3:42 UTC  (4+ messages)

[PATCH v2 0/2] count number of loaded objects in each namespace only once
 2016-08-05  3:32 UTC  (5+ messages)
` [PATCH v2 2/2] add test for correct calculation of dl_phdr_info.dlpi_subs
` [PATCH v2 1/2] count number of loaded objects in each namespace only once

Do not call __nan in scalb functions [committed]
 2016-08-04 20:52 UTC 

[PATCH] Add tst-wcstod-round
 2016-08-04 20:35 UTC  (4+ messages)

[patch] getauxval.3 correct AT_HWCAP result description
 2016-08-04 20:35 UTC  (3+ messages)

[PATCH RFC] introduce dl_iterate_phdr_parallel
 2016-08-04 18:28 UTC  (19+ messages)

The GNU C Library version 2.24 is now available
 2016-08-04 18:10 UTC 

CSS for the on-line manual
 2016-08-04 17:01 UTC  (4+ messages)

[2.24 PATCH 0/3] sys/sysmacros.h and sys.types.h, revised^n
 2016-08-04 16:58 UTC  (10+ messages)
` [2.24 PATCH 2/3] Minimize sysdeps code involved in defining major/minor/makedev
` [2.24 PATCH 3/3] Deprecate inclusion of <sys/sysmacros.h> by <sys/types.h>

[PATCH] sln: Preprocessor cleanups
 2016-08-04 13:48 UTC  (2+ messages)

[RFC2 RESEND PATCH] [AARCH64] ILP32: support stat syscall family
 2016-08-04 12:27 UTC  (9+ messages)

Also handle __STDC_WANT_IEC_60559_BFP_EXT__ in <tgmath.h> [committed]
 2016-08-03 22:57 UTC 

Support __STDC_WANT_IEC_60559_FUNCS_EXT__ feature test macro [committed]
 2016-08-03 22:22 UTC 

Oh, bother, the sysmacros deprecation doesn't work in enough places
 2016-08-03 21:21 UTC  (2+ messages)

[PATCH 0/6] Generate Complex functions from a common template
 2016-08-03 21:18 UTC  (6+ messages)
` [PATCH 2/6] Support for type-generic libm function implementations libm
` [PATCH 3/6] Convert _Complex cosine functions to generated code

Support __STDC_WANT_IEC_60559_BFP_EXT__ feature test macro [committed]
 2016-08-03 21:16 UTC  (3+ messages)

[PATCH] Remove tacit double usage in ldbl-128
 2016-08-03 17:13 UTC  (2+ messages)

[PATCH] elf: Avoid using memalign for TLS allocations [BZ #17730]
 2016-08-03 14:52 UTC  (3+ messages)

[PATCH] elf: Do not use memalign for TCB/TLS blocks allocation [BZ #17730]
 2016-08-03 14:51 UTC  (3+ messages)

[PATCH][v2] [BZ#20311] Update and install proc_service.h
 2016-08-03 14:35 UTC  (4+ messages)

[PATCH v3] explicit_bzero yet again
 2016-08-03 14:06 UTC  (3+ messages)

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