Re: gawk regex stuff you may want

2016-01-24 Thread Aharon Robbins
> Subject: Re: gawk regex stuff you may want > To: Aharon Robbins > Cc: bug-gnulib@gnu.org > From: Paul Eggert > Date: Sun, 24 Jan 2016 00:58:28 -0800 > > Aharon Robbins wrote: > > I think you mean ! _LIBC && RE_ENABLE_I18N. > > Thanks, I installed it with that change to the commit message. Grea

Re: [PATCH v7 11/11] gnulib-tool: fall back into copy if symbolic link is not supported

2016-01-24 Thread KO Myung-Hun
Paul Eggert wrote: > KO Myung-Hun wrote: >> But, you said that it was enough to warn only once. > > True, and the current implementation doesn't have that nicety. However, > it's not essential to support it, and not all that important as > gnulib-tool will be run only rarely on file systems lack

Re: [PATCH v7 11/11] gnulib-tool: fall back into copy if symbolic link is not supported

2016-01-24 Thread Paul Eggert
KO Myung-Hun wrote: But, you said that it was enough to warn only once. True, and the current implementation doesn't have that nicety. However, it's not essential to support it, and not all that important as gnulib-tool will be run only rarely on file systems lacking symlinks.

Re: [PATCH v7 11/11] gnulib-tool: fall back into copy if symbolic link is not supported

2016-01-24 Thread KO Myung-Hun
Paul Eggert wrote: > KO Myung-Hun wrote: >> Some time ago, you reviewed my patch, and advised to do so because 'ln >> -s' may succeed on some file systems, or may fail on another file >> systems. > > Thanks for reminding me; I had forgotten about that consideration. I > installed the attached pa

Re: utimens-tests -> gettext deps

2016-01-24 Thread Daiki Ueno
Paul Eggert writes: > How about if we mark the gettext module as obsolescent? We can then > work to fix those other two modules to not rely on the gettext module > (they can still use gettext, just via gettext's mechanisms rather than > via gnulib). > > We'd keep the gettext-h module. It sounds

Re: [PATCH v7 11/11] gnulib-tool: fall back into copy if symbolic link is not supported

2016-01-24 Thread Paul Eggert
KO Myung-Hun wrote: Some time ago, you reviewed my patch, and advised to do so because 'ln -s' may succeed on some file systems, or may fail on another file systems. Thanks for reminding me; I had forgotten about that consideration. I installed the attached patch to fix this. >From eda1f5cae

Re: bug#22443: new snapshot available: grep-2.22.30-e07b

2016-01-24 Thread Paul Eggert
KO Myung-Hun wrote: Ooops... typos at the beginning... s/OPENDIR/CLOSEDIR/g And s/os2/os2*/, please... Thanks, I installed the attached followup patch. >From b64b4195d7e03e13dd0be025a637e4009e826d3e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 24 Jan 2016 14:13:41 -0800 Subject: [PAT

Re: [PATCH v2] openat_proc_name: fix that last '/' is overwritten on OS/2 kLIBC

2016-01-24 Thread Paul Eggert
Thanks, I installed that.

Re: gnu-web-doc-update: fails to add new directories

2016-01-24 Thread Akim Demaille
Hi Pádraig! > Le 20 janv. 2016 à 15:16, Pádraig Brady a écrit : > > On 15/12/12 20:41, Jim Meyering wrote: >> Akim Demaille wrote: >>> Le 13 déc. 2012 à 18:06, Jim Meyering a écrit : >>> > cvsu does not report that there are directories and files inside the > 'D's. Is it wrong to simp

[PATCH v2] openat_proc_name: fix that last '/' is overwritten on OS/2 kLIBC

2016-01-24 Thread KO Myung-Hun
* lib/openat-proc.c (openat_proc_name): Increase dirlen by 1 after copying a directory. --- lib/openat-proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/openat-proc.c b/lib/openat-proc.c index 6fba6c2..1712340 100644 --- a/lib/openat-proc.c +++ b/lib/openat-proc.c @@ -

Re: bug#22443: new snapshot available: grep-2.22.30-e07b

2016-01-24 Thread KO Myung-Hun
Hi/2. Paul Eggert wrote: > Assaf Gordon wrote: >> Trying to isolate it, gives (on that OpenSolaris 5.10 i86pc machine): >> === >>$ cat 1.sh >>#!/bin/sh >>test -z "${host_os##os2*}" >> >>$ ./1.sh >>./1.sh: bad substitution >> === >> >> Just a guess, but perhaps the recent OS/2 p

Re: gawk regex stuff you may want

2016-01-24 Thread Paul Eggert
Aharon Robbins wrote: I think you mean ! _LIBC && RE_ENABLE_I18N. Thanks, I installed it with that change to the commit message.

Re: bug#22443: new snapshot available: grep-2.22.30-e07b

2016-01-24 Thread Paul Eggert
Assaf Gordon wrote: Trying to isolate it, gives (on that OpenSolaris 5.10 i86pc machine): === $ cat 1.sh #!/bin/sh test -z "${host_os##os2*}" $ ./1.sh ./1.sh: bad substitution === Just a guess, but perhaps the recent OS/2 patches to gnulib are the source Thanks for the diagnosi