bug-gnulib@gnu.org mirror (unofficial)
 help / color / mirror / Atom feed
 messages from 2019-11-19 04:50:59 to 2019-12-19 05:16:59 UTC [more...]

[PATCH] IBM z/OS + EBCDIC support
 2019-12-19  5:16 UTC  (5+ messages)
    ` z/OS configure triple
    ` z/OS, iconv, and charset aliases

localename: fix test failure on AIX 7.2
 2019-12-19  1:15 UTC 

Compiler warning with Oracle Developer Studio 12.6
 2019-12-19  1:10 UTC  (3+ messages)

sv_SE locale
 2019-12-18 22:53 UTC  (4+ messages)

Compile error with xlclang++ on AIX
 2019-12-18 18:36 UTC  (8+ messages)
` fix compilation errors in C++ mode "

[PATCH 1/4] dfa: tune via xzalloc
 2019-12-18 17:06 UTC  (7+ messages)
` [PATCH 2/4] fts: tune via calloc
` [PATCH 3/4] dfa: simplify charclass by assuming C99
` [PATCH 4/4] dfa: do not match invalid UTF-8

hard-locale: make multithread-safe
 2019-12-18 16:27 UTC  (7+ messages)
  ` LC_COLLATE in the C locale

localename: ensure multithread-safety in future changes
 2019-12-18 16:19 UTC 

setlocale: make calls with NULL argument multithread-safe
 2019-12-18 16:07 UTC  (2+ messages)

localename: optimize code for native Windows
 2019-12-18 14:08 UTC 

new module 'setlocale-null'
 2019-12-18  9:55 UTC  (3+ messages)
` setlocale-null: remove need for -lpthread on musl libc, *BSD, Haiku

dfa.c badly broken when dropped into gawk
 2019-12-18  9:07 UTC  (3+ messages)

localcharset: optimize code for native Windows
 2019-12-17 17:46 UTC  (3+ messages)

localcharset: fix multithread-safety bug on Windows and OS/2
 2019-12-17 14:50 UTC 

build issues with gnulib
 2019-12-17 14:39 UTC 

nl_langinfo: fix multithread-safety bugs
 2019-12-17 13:15 UTC 

mbsinit: fix compilation error in mingw-w64 7.0 with _UCRT defined
 2019-12-17  9:46 UTC 

Compile warning with mingw ("__stat64" redefined)
 2019-12-17  8:54 UTC  (2+ messages)

[PATCH 1/2] dfa: remove struct lexer_state.cur_mb_len
 2019-12-17  8:26 UTC  (2+ messages)
` [PATCH 2/2] dfa: remove one dependency on MB_CUR_MAX

dfa MT-safe?
 2019-12-16 10:20 UTC  (9+ messages)

[PATCH] grep: a kwset matcher not work in a grep matcher
 2019-12-16 10:12 UTC  (20+ messages)
` bug#34951: "
                ` intptr_t vs. uintptr_t

duplocale: fix multithread-safety bug on AIX
 2019-12-15 22:47 UTC 

lock tests: skip test when no multithreading is enabled
 2019-12-15 19:05 UTC 

IBM z/OS compatibility issues
 2019-12-14 13:51 UTC  (18+ messages)
` IBM z/OS compatibility issues - pthread
` IBM z/OS compatibility issues - per-thread locale functions

locale: fix compilation error in C++ mode on MSVC
 2019-12-13 12:19 UTC  (3+ messages)

wcstok: fix test failure on HP-UX
 2019-12-13  7:51 UTC 

strtod, strtold tests: avoid test failure on AIX 7.2
 2019-12-12 23:35 UTC 

[PATCH 1/4] dfa: separate parse and compile phase
 2019-12-12 23:26 UTC  (9+ messages)
` [PATCH 2/4] dfa: update commentary for previous change
` [PATCH 3/4] dfa: fix index overflow
` [PATCH 4/4] dfa: prefer signed integers for internals
      ` range types, ptrdiff_t, "

test-stdalign failure on AIX
 2019-12-12 18:31 UTC  (2+ messages)

duplocale: fix test failure on AIX 7.2 with xlclang
 2019-12-12 16:57 UTC 

stddef: document the AIX xlc issue
 2019-12-12 16:04 UTC 

wcwidth: avoid test failure on AIX 7.2
 2019-12-12 12:08 UTC 

ilogbl: work around Cygwin bug
 2019-12-12 11:40 UTC 

strtold: work around Cygwin bug
 2019-12-12 10:08 UTC 

[PATCH] fsync: document AIX misbehavior
 2019-12-12  1:53 UTC  (2+ messages)

getaddrinfo: fix calling convention in 32-bit mode on native Windows
 2019-12-12  1:52 UTC 

announcing support for C++
 2019-12-11 17:31 UTC  (2+ messages)

unistd tests: fix link error on MSVC
 2019-12-11 13:44 UTC 

stddef: fix compilation error in C++ mode on MSVC
 2019-12-11 11:30 UTC 

unistd: fix compilation error in C++ mode on MSVC
 2019-12-11 10:40 UTC 

locale: fix compilation error in C++ mode on MSVC
 2019-12-11 10:40 UTC 

wchar: fix compilation error in C++ mode on MSVC
 2019-12-11 10:40 UTC 

pthread-thread: fix compilation error in C++ mode on MSVC
 2019-12-11 10:40 UTC 

fix compilation errors in C++ mode on Haiku
 2019-12-09  2:02 UTC 

fix compilation error in C++ mode on HP-UX 11
 2019-12-09  1:23 UTC  (2+ messages)

fix compilation errors on HP-UX 11/ia64
 2019-12-08 21:54 UTC 

fix compilation error in C++ mode on OpenBSD
 2019-12-08 21:53 UTC 

math tests: don't fail if isfinite, isinf, isnan, signbit is a macro
 2019-12-08 14:05 UTC 

fix compilation errors in C++ mode on FreeBSD
 2019-12-08 12:22 UTC 

fix compilation errors in C++ mode on macOS and FreeBSD
 2019-12-08 12:04 UTC 

GNUlib unicode encoding causes smart quotes to be displayed in program's output
 2019-12-07 20:55 UTC  (11+ messages)
  ` smart quotes in German

document compilation error in C++ mode on NetBSD 8.0
 2019-12-07 14:46 UTC 

fix compilation errors in C++ mode on Solaris 10 and Solaris 11
 2019-12-07 14:16 UTC  (2+ messages)

[PATCH 0/1] Reduce footprint of xstrtol module
 2019-12-07  9:51 UTC  (5+ messages)
` [PATCH 1/1] Move xstrtol_fatal to a new xstrtol-error module

[PATCH] nstrftime: better width support for %N, %z
 2019-12-06 22:51 UTC 

fix compilation error in C++ mode on Solaris 11 OpenIndiana
 2019-12-04 11:27 UTC 

Compile error with GNULIB_NAMESPACE on Solaris (stdio.h)
 2019-12-04  3:53 UTC  (4+ messages)

pthread-h: fix link errors with --enable-threads=isoc on AIX
 2019-12-03  4:00 UTC  (2+ messages)

fix link errors with --enable-threads=posix on AIX
 2019-12-03  2:04 UTC  (2+ messages)

Simplify link sections
 2019-12-02 10:12 UTC 

thread tests: avoid link error with --enable-threads=isoc+posix on AIX
 2019-12-02 10:00 UTC 

cond: state linking requirements
 2019-12-02  1:08 UTC 

threadlib: remove unnecessary file (left over from 2019-07-06)
 2019-12-02  1:08 UTC 

notation for documenting multithread-safety
 2019-12-01 11:57 UTC  (5+ messages)
  ` notation for documenting multithread-safety - clang's warnings

Space separator missing in gnulib when building wget2
 2019-11-30 18:08 UTC  (11+ messages)

TODO list for gnulib-tool.py
 2019-11-30 12:14 UTC 

openpty, forkpty: fix build error on Solaris 11.4
 2019-11-27 23:35 UTC 

New options --enable-threads=isoc and --enable-threads=isoc+posix
 2019-11-27  9:24 UTC 

time_r module does not work on MingW
 2019-11-25 23:53 UTC  (9+ messages)
` wctype.h compile error on mingw with GNULIB_NAMESPACE

mbrtowc: modernize autoconf test
 2019-11-25 19:50 UTC 

wcstok: work around wrong signature on native Windows
 2019-11-24 12:17 UTC 

[PATCH] intprops: INT_MULTIPLY_WRAPV speedup for GCC 8.4+
 2019-11-23  1:34 UTC 

[bug #57277] FAIL: test-canonicalize-lgpl with GCC 10
 2019-11-21 11:07 UTC  (4+ messages)

threads-h tests: fix typo
 2019-11-20  2:47 UTC 

pthread-thread: fix prototype of pthread_attr_getdetachstate
 2019-11-20  1:31 UTC 

[PATCH] * lib/intprops.h (INT_MULTIPLY_WRAPV): Simplify gcc -E output
 2019-11-19 17:45 UTC 

[PATCH] intprops: speed up INT_MULTIPLY_WRAPV in GCC 9.3
 2019-11-19 17:07 UTC 

[PATCH] Script to generate ChangeLog-like output from git metadata
 2019-11-19  4:50 UTC  (3+ messages)


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