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: 173
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 for
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
"strfti
* 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|
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 boot