explicit_bzero, memcmp, raise, strcspn, strpbrk: Make it possible to namespace the defined symbol

2018-10-05 Thread Bruno Haible
> When compiling parts of gnulib into a shared library, it is useful > to add a namespace-like prefix to the symbols that come from gnulib, > in order to avoid conflicts with other shared libraries. > > Gettext's libgettextpo does so, through macro definitions in config.h, > such as > #define fc

tempname: Depend on 'mkdir'

2018-10-05 Thread Bruno Haible
Hi, In it was reported that on old mingw versions, which did not have the 'mkdir' function, a trivial implementation of 'mkdir' in terms of '_mkdir' is needed in tempname.c. This patch fixes it. 2018-10-05 Bruno Haible tempname: Depend on 'mkdi

mkdir-p: Depend on 'mkdir'

2018-10-05 Thread Bruno Haible
lib/mkdir-p.c also uses mkdir(), thus would produce an error on old mingw versions. This fixes it. 2018-10-05 Bruno Haible mkdir-p: Depend on 'mkdir'. * modules/mkdir-p (Depends-on): Add 'mkdir'. diff --git a/modules/mkdir-p b/modules/mkdir-p index fed3490..479b92e 100644 ---