[PATCH] scratch_buffer: sync from glibc

2019-09-07 Thread Paul Eggert
* config/srclist.txt: Add the scratch_buffer source code from glibc, since these should be in sync. Autoupdate. --- ChangeLog | 7 +++ config/srclist.txt| 4 lib/malloc/scratch_buffer.h | 6 +++---

Re: bitset: check memory allocation

2019-09-07 Thread Paul Eggert
Thanks, and your changes all look good to me; please install when you have the time. We can worry about the other issues later (if ever...).

doc: update for glibc 2.30

2019-09-07 Thread Bruno Haible
After the big doc update from 2019-06-10, I don't want the gnulib documentation again lag behind glibc by 5 years. 2019-09-07 Bruno Haible doc: Update for glibc 2.30. * doc/glibc-functions/gettid.texi: New file. * doc/glibc-functions/pthread_cond_clockwait.texi: New

RE: test-symlink fails on "lustre" file system

2019-09-07 Thread Oppe, Thomas C ERDC-RDE-ITL-MS Contractor
Bruno, Thank you for the patch. I have made the fix in my versions of: sed-4.7 sed-4.7/gnulib-tests/test-symlink.h m4-1.4.18 m4-1.4.18/tests/test-symlink.h gettext-0.20.1 gettext-0.20.1/gettext-tools/gnulib-tests/test-symlink.h since the same test failure

Re: [PATCH] findprog: Support searching in a specified path string

2019-09-07 Thread Paul Smith
On Sat, 2019-09-07 at 12:42 +0200, Bruno Haible wrote: > Hi Paul, > > find_prog_in_path() always uses the PATH value in the current > > environment. It can be very useful to search for programs on > > a path without having to modify the environment first. > > > > Provide find_in_path_str()

Re: [PATCH] findprog: Support searching in a specified path string

2019-09-07 Thread Bruno Haible
Hi Paul, > find_prog_in_path() always uses the PATH value in the current > environment. It can be very useful to search for programs on > a path without having to modify the environment first. > > Provide find_in_path_str() which takes a path string to search. > If the path passed in is NULL,