Re: nap() name space clash

2020-09-23 Thread Tim Rice
[reviving an old thread that started here https://lists.gnu.org/archive/html/bug-gnulib/2020-02/msg00025.html] Hi Bruno, On Thu, 6 Feb 2020, Tim Rice wrote: > On Wed, 5 Feb 2020, Bruno Haible wrote: > > } Hi Tim, > } > } > > > I discoverd a name space clash with nap() > } > > > } > > In

[PATCH 1/2] regex: port to weird isascii platforms

2020-09-23 Thread Paul Eggert
* lib/regex_internal.h (isascii) [!_LIBC]: Supply glibc version. --- ChangeLog| 5 + lib/regex_internal.h | 8 2 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 188bb8f2f..d15f158ab 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@

[PATCH 2/2] regex: fix ignore-case Turkish bug

2020-09-23 Thread Paul Eggert
* lib/regex_internal.c (build_wcs_upper_buffer): Do not assume that converting single-byte character to upper yields a single-byte character. This is not true for Turkish, where towupper (L'i') yields L'İ', which is not single-byte. * tests/test-regex.c (main): Test for this bug. --- ChangeLog

Re: gc-pbkdf2-sha1 must not be deprecated

2020-09-23 Thread Bruce Korb
On 9/22/20 10:03 AM, Bruno Haible wrote: I'm not really familiar with these. Does the libgcrypt documentation help, maybe? Bruno I have become much more familiar that I'd really like to be. It seems that without the crypto/gc-pbkdf2-sha1 module defined, then GNULIB_GC_HMAC_SHA1 is not