Bruno,
What I don't understand with your proposal is how this magical url
vs. file bit is known. For example, if someone runs Henri's validator
in Emacs, it seems to me that next-error is going to have heuristically
guess whether it is a url to know how to interpret %'s.
Anyway, this decision se
Hi Ralf!
Andreas Schwab wrote:
> Ralf Wildenhues writes:
> > I noticed the following bash bug when using gnulib-tool. The script
> > below outputs
> >
> > foo: line 20: echo: write error: Broken pipe
> > foo: line 21: echo: write error: Broken pipe
> >...
> > Please also note that the above error
Ralf Wildenhues writes:
> That may well be, but if SIGPIPE is ignored upon script startup, then
> the shell should not output those error messages upon receiving the
> signal in the first place, no?
When SIGPIPE is ignored then the syscall returns with EPIPE instead.
This is what bash is reporti
Hello Andreas,
* Andreas Schwab wrote on Thu, Dec 11, 2008 at 10:13:18AM CET:
> Ralf Wildenhues writes:
>
> > foo: line 20: echo: write error: Broken pipe
> > foo: line 21: echo: write error: Broken pipe
> > Please also note that the above errors occur also when
> > trap '' PIPE
> >
> > is us
Bruno Haible <[EMAIL PROTECTED]> writes:
> Karl Berry wrote:
>> Wow, that is a great list. A lot of it does not seem gettext-specific?
>
> Yes, probably 80% of that list can also be disabled on other C packages.
However, I've found some of the warnings Bruno listed useful (e.g.,
-Wredundant-decl
Eric Blake <[EMAIL PROTECTED]> writes:
> Coreutils seems like it may be the better project to drive this effort
> of trying to merge its maint.mk with gnulib, in order to provide a
> single maint.mk file useful across multiple projects.
Ok. How many are using maint.mk from gnulib? My plan would
Ralf Wildenhues gmx.de> writes:
> OK to apply?
>
> * modules/strtoull (Depends-on): Add stdlib.
Yes, please.
--
Eric Blake
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Simon Josefsson on 12/11/2008 1:40 AM:
> I think all the rules in m4's
> maint.mk could be moved into cfg.mk, and then m4 could start to use
> gnulib's maintainer-makefile module too. How about this patch against
> m4?
That only covers
Pushed.
/Simon
---
ChangeLog |4
m4/manywarnings.m4 | 10 ++
2 files changed, 14 insertions(+), 0 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 8677895..66a5941 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-11 Simon Josefsson <[EMAIL PROTE
Ralf Wildenhues <[EMAIL PROTECTED]> writes:
> I noticed the following bash bug when using gnulib-tool. The script
> below outputs
>
> foo: line 20: echo: write error: Broken pipe
> foo: line 21: echo: write error: Broken pipe
>
> with bash 3.2.48(5)-release on GNU/Linux, whereas I think it should
Eric Blake <[EMAIL PROTECTED]> writes:
> At least coreutils, m4, and autoconf use the gnumakefile but not
> maintainer-makefile from gnulib (mainly because there is a lot of
> merging that has to be done to bring the maint.mk back into a common
> state).
It would be nice to merge these eventually
11 matches
Mail list logo