[PATCH] Update srclist.txt as per recent glibc changes

2020-08-04 Thread Paul Eggert
* config/srclist.txt: Uncomment lines to reflect recent merges from Gnulib to glibc. --- ChangeLog | 6 ++ config/srclist.txt | 11 +-- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index d9c039f98..17473e3e9 100644 --- a/ChangeLog +++

Re: Who's the upstream owner of GNUmakefile?

2020-08-04 Thread Eric Blake
On 8/4/20 10:07 AM, Eric Blake wrote: On 8/4/20 9:58 AM, Zack Weinberg wrote: I just pushed a commit that partially reverts a `make fetch'. Partially revert e54e3f90: restore use of $(MAKE) in error message. In commit 14d58bfd, the error message printed by the ‘abort-due-to-no-m

Re: Who's the upstream owner of GNUmakefile?

2020-08-04 Thread Eric Blake
On 8/4/20 9:58 AM, Zack Weinberg wrote: I just pushed a commit that partially reverts a `make fetch'. Partially revert e54e3f90: restore use of $(MAKE) in error message. In commit 14d58bfd, the error message printed by the ‘abort-due-to-no-makefile’ rule in GNUmakefile was change

Re: Test suite failure for gettext's gnulib on ARMv7HL

2020-08-04 Thread Kamil Dudka
On Tuesday, August 4, 2020 2:10:46 AM CEST Bruno Haible wrote: > Kamil Dudka wrote: > > Yes, the `ASSERT (msg3 == msg4 || STREQ (msg3, str3))` check is failing here: > > https://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=blob;f=tests/test-> > > > strerror_r.c;h=b11d6fd9#l170 > The ASSERT

Re: ffs*, integer_length*: Optimized for MSVC

2020-08-04 Thread Gisle Vanem
Bruno Haible wrote: 2020-08-03 Bruno Haible integer_length: Optimize for MSVC. * lib/integer_length.c: Include . (integer_length): With MSVC, use the _BitScanReverse built-in. With clang-cl I get link-results like: integer_length_l.obj : error LNK2005: _integer_len