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, fa
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() which
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 oc
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 fi
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...).
* 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 +++---
lib/malloc/scratch_bu
> Le 8 sept. 2019 à 03:17, Paul Eggert a écrit :
>
> 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...).
Installed, thanks!