Note about gnulib's roundl/expl under NetBSD (limited precision leading to segfault)

2015-07-02 Thread Assaf Gordon
Hello, This is not a bug, but it took me a long time to troubleshoot, so I figured I'll share it (perhaps save someone else some time). In short: under NetBSD, because of defaulting to 'double' precision (instead of 'long double', as nicely documented in gunlib's fpucw.h file), the "roundl" i

Re: [bug-libunistring] A bug in u-strtok.h and the fix in libunistring-0.9.5

2015-07-02 Thread Daiki Ueno
Hello, Seiya Kawashima writes: > During my experiments with libunistring-0.9.5, I've found an error in > u-strtok.h as below. The lines > starting with "" are my changes. > > /* Move past the token. */ > { > UNIT *token_end = U_STRPBRK (str, delim); > if (token_end) > { > /* NUL-terminate t

Re: patch to fix gnu "make check" failures when perl-5.22 is in use

2015-07-02 Thread Pádraig Brady
Pushed. thanks! Pádraig.

patch to fix gnu "make check" failures when perl-5.22 is in use

2015-07-02 Thread Friedrich Haubensak
perl v5.22 introduced the following (taken from perldelta.pod): === A literal C<"{"> should now be escaped in a pattern If you want a literal left curly bracket (also called a left brace) in a regular expression pattern, you should now escape it by either preceding it with a backslash (C<"\{">) o

patch to fix gnu "make check" failures when perl-5.22 is in use

2015-07-02 Thread Friedrich Haubensak
[resent - seems my previous post got lost] perl v5.22 introduced the following (taken from perldelta.pod): === A literal C<"{"> should now be escaped in a pattern If you want a literal left curly bracket (also called a left brace) in a regular expression pattern, you should now escape it by eit

Re: [gnulib PATCH]: new warning from ar on rawhide systems

2015-07-02 Thread Pavel Raiskup
On Wednesday 01 of July 2015 16:38:57 Pádraig Brady wrote: > On 01/07/15 16:22, Pavel Raiskup wrote: > > Yes, there is still nothing like that in gnulib-tool, am I right? I mean > > dependency among configure.ac-early snippets -- those seem to be all just > > sorted by name (by 'LANG=C sort -u').