bug#9126: [PATCH] dircolors: add screen.Eterm to TERM list

2011-07-19 Thread Mike Frysinger
* src/dircolors.hin: Add screen.Eterm. Reported-by: Kfir Lavi Signed-off-by: Mike Frysinger --- src/dircolors.hin |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/dircolors.hin b/src/dircolors.hin index 8b4a645..bab7c9b 100644 --- a/src/dircolors.hin +++ b/src/dircol

bug#9101: timeout should use setitimer if available

2011-07-19 Thread Paul Eggert
On 07/19/11 15:24, Pádraig Brady wrote: > How about just adding a module to gnulib > where others might find it useful too? Yes, that's better, thanks. Could you please add Jim and me to the maintainer list?

bug#9102: "timeout 0 FOO" should timeout right away

2011-07-19 Thread James Youngman
2011/7/19 Pádraig Brady : > On 19/07/11 23:00, James Youngman wrote: >> 2011/7/17 Paul Eggert : >>> On 07/17/11 05:31, Pádraig Brady wrote: Well my reasoning for having "0" mean don't timeout, was to have an easy way in scripts to specify no timeout >>> >>> That's a good thing to have, bu

bug#9101: timeout should use setitimer if available

2011-07-19 Thread Pádraig Brady
On 19/07/11 19:45, Paul Eggert wrote: > On 07/19/11 04:00, Pádraig Brady wrote: > >> + if (timer_create (CLOCK_REALTIME, NULL, &timerid) == -1) >> +error (EXIT_FAILURE, errno, _("error in timer_create")); >> + if (timer_settime (timerid, 0, &its, NULL) == -1) >> +error (EXIT_FAILURE, err

bug#9102: "timeout 0 FOO" should timeout right away

2011-07-19 Thread Pádraig Brady
On 19/07/11 23:00, James Youngman wrote: > 2011/7/17 Paul Eggert : >> On 07/17/11 05:31, Pádraig Brady wrote: >>> Well my reasoning for having "0" mean don't timeout, >>> was to have an easy way in scripts to specify no timeout >> >> That's a good thing to have, but it could be specified in >> a di

bug#9102: "timeout 0 FOO" should timeout right away

2011-07-19 Thread James Youngman
2011/7/17 Paul Eggert : > On 07/17/11 05:31, Pádraig Brady wrote: >> Well my reasoning for having "0" mean don't timeout, >> was to have an easy way in scripts to specify no timeout > > That's a good thing to have, but it could be specified in > a different way.  One possibility is the '1' (digit 1

bug#9101: timeout should use setitimer if available

2011-07-19 Thread SciFi
Hi, On Jul 19, 2011, at 06:00, Pádraig Brady wrote: > > We could remove the setitimer stuff altogether and > just support 1 second resolution on darwin et. al. > That's by far the most common use case anyway. If I may, since I am an OSX user [1] [2] , I cast my "vote" here. ;) [1] I am planni

bug#9076: coreutils-8.12 uses SA_RESETHAND and SA_RESTART unconditionally

2011-07-19 Thread Joachim Schmitz
> -Original Message- > From: Paul Eggert [mailto:egg...@cs.ucla.edu] > Sent: Saturday, July 16, 2011 3:12 AM Sorry for the delay, got distracted with $DAYJOB > To: Pádraig Brady > Cc: Joachim Schmitz; 9...@debbugs.gnu.org > Subject: Re: bug#9076: coreutils-8.12 uses SA_RESETHAND and SA_RE

bug#9116: Bug in unexpand --all of

2011-07-19 Thread Hallvard B Furuseth
Pádraig Brady writes: >On 19/07/11 08:13, Hallvard B Furuseth wrote: >> Coreutils 5.12 gets that right in my test: >> 1st output line is "12345671". > > That's incorrect according to POSIX. > The space should be converted to tab as > it's followed by a blank. Duh, sorry. I read "...immediately p

bug#9101: timeout should use setitimer if available

2011-07-19 Thread Pádraig Brady
On 18/07/11 23:17, Pádraig Brady wrote: > On 18/07/11 17:44, Paul Eggert wrote: >> On 07/18/11 03:01, Pádraig Brady wrote: >>> I'll apply this soon. >> >> Thanks for doing that. Some comments: >> >> I see that my bug report was incoherent, as it was talking about >> nanosecond resolution and setiti

bug#9116: Bug in unexpand --all of

2011-07-19 Thread Pádraig Brady
On 19/07/11 08:13, Hallvard B Furuseth wrote: > Pádraig Brady writes: >> Actually POSIX is quite specific and my reading >> is that a space before tabstop should be preserved >> iff it's the only blank before tabstop and it >> isn't followed by another blank. >> >> In that sense, both i18n patched

bug#9116: Bug in unexpand --all of

2011-07-19 Thread Hallvard B Furuseth
Hallvard B Furuseth writes: > Coreutils 5.12 gets that right in my test: > 1st output line is "12345671". Oops, coreutils 8.12. > But now that you mention it, an option to never > output the sequence would be nice. -- Hallvard

bug#9116: Bug in unexpand --all of

2011-07-19 Thread Hallvard B Furuseth
Pádraig Brady writes: > Actually POSIX is quite specific and my reading > is that a space before tabstop should be preserved > iff it's the only blank before tabstop and it > isn't followed by another blank. > > In that sense, both i18n patched unexpand > and current coreutils get this wrong. Cor