Re: [PATCH] file-has-acl: new module, split from acl

2015-06-01 Thread Pádraig Brady
On 28/04/15 12:45, Andreas Grünbacher wrote: > 2015-04-26 20:06 GMT+02:00 Tom G. Christensen : >> On 26/04/15 18:22, Paul Eggert wrote: >>> >>> Thanks for reporting that. I installed the attached patch, which should >>> fix it. >> >> >> Confirmed, thanks. > > I would rather have gnulib define XAT

[PATCH] prefix-gnulib-mk: remove no longer needed special case

2015-06-01 Thread Pádraig Brady
* build-aux/prefix-gnulib-mk (prefix): Since commit e3704b9c, continued lib_SOURCES lines are no longer present, so special case handling of such entries is not required. --- ChangeLog | 7 +++ build-aux/prefix-gnulib-mk | 10 -- 2 files changed, 7 insertions(+), 10 d

[PATCH] acl: don't depend on the deprecated qacl module

2015-06-01 Thread Pádraig Brady
* modules/acl (Depends-on): Use q{copy,set}-acl instead. --- ChangeLog | 5 + modules/acl | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3dc4f5d..2344b07 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2015-06-01 Pádraig Brady

[PATCH] gnulib-tool: Concatenate lib_SOURCES to a single line

2015-06-01 Thread Pádraig Brady
* gnulib-tool: Refactor the line merging sed logic, and use that to output a single lib_SOURCES line for each module. gnulib using projects often postprocess this output to prepend subdir paths to each item, and having a single line simplifies this processing and better decouples it from the gnulib

Re: [PATCH RESEND] Check whether pthread_sigmask is a simple macro

2015-06-01 Thread Pádraig Brady
On 01/06/15 07:43, Pavel Fedin wrote: > GNULib's pthread_sigmask() is configured and builds incorrectly on MinGW64. > Configure > script detects it as > present, and this is technically correct, but: > --- cut --- > /* Windows has rudimentary signals support. */ > #define pthread_sigmask(H, S1,