Re: OpenVMS first test run report summary

2017-07-26 Thread John E. Malmberg
On 7/19/2017 8:31 AM, John E. Malmberg wrote: Testsuite summary for dummy 0 # TOTAL: 1146 # PASS: 874 # SKIP: 99 # XFAIL: 0 # FAIL:

Relocatable: relocate2

2017-07-26 Thread Reuben Thomas
I noticed relocate2 recently. Unfortunately, it's rather awkward to use, as it requires one to keep track of two pointers. The obvious "lazy" API for code that doesn't mind allocation is for the relocated path always to be allocated. Would a patch to add such a version of relocate (suggestions

[PATCH] fprintftime: fix build-break caused by recent renaming

2017-07-26 Thread Jim Meyering
Fyi, I've just pushed the following. With that, this now succeeds: ./gnulib-tool --create-testdir --test --dir /tmp/x --with-tests fprintftime Before, it would fail due to inclusion of missing "strftime.c". --- * lib/fprintftime.c: Include "nstrftime.c", not the now-renamed

[PATCH] regex: work with GCC7's -Werror=implicit-fallthrough=

2017-07-26 Thread Paul Eggert
* lib/regex_internal.h (FALLTHROUGH): New macro. * lib/regcomp.c (peek_token_bracket, parse_expression): * lib/regexec.c (check_node_accept): Use it. --- ChangeLog| 7 +++ lib/regcomp.c| 21 + lib/regex_internal.h | 8 lib/regexec.c|

[PATCH] Improvements to relocatable

2017-07-26 Thread Reuben Thomas
As per various emails back in April, some improvements to relocatable. Patch 1 makes the default license in the files GPL, to avoid confusion; Bruno agreed to this: http://lists.gnu.org/archive/html/bug-gnulib/2017-04/msg00013.html Patch 2 adds Valgrind suppressions. One open question is how