---
ChangeLog | 6
doc/extern-inline.texi | 96 ++
doc/gnulib.texi| 3 ++
m4/extern-inline.m4| 14 +++-
4 files changed, 110 insertions(+), 9 deletions(-)
create mode 100644 doc/extern-inline.texi
diff --git a/Ch
---
ChangeLog| 5 +
doc/Makefile | 3 ++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 09e36b0..0af59a5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-06-18 Paul Eggert
+ doc: chatter less
+ * doc/Makefile (NEWEST
On Tue, Jun 18, 2013 at 11:32:50AM -0700, Paul Eggert wrote:
> On 06/18/13 11:07, Rich Felker wrote:
>
> > Of my two
> > proposed fixes, the first would fix the issue on any future system
> > that's not broken (not just existing ones), but would obviously not
> > support future broken systems.
>
On 06/18/13 11:07, Rich Felker wrote:
> Of my two
> proposed fixes, the first would fix the issue on any future system
> that's not broken (not just existing ones), but would obviously not
> support future broken systems.
But we're not talking about "future" systems here; we're merely talking
abo
On Tue, Jun 18, 2013 at 10:41:45AM -0700, Paul Eggert wrote:
> On 06/18/13 10:03, Rich Felker wrote:
> > 1. In the #else case, instead of #error, put if(0)
> > 2. Write a "portable" version of the replacement code
>
> How about this idea instead?
>
> 3. Modify gl_FUNC_FFLUSH_STDIN so that
On 06/18/13 10:03, Rich Felker wrote:
> 1. In the #else case, instead of #error, put if(0)
> 2. Write a "portable" version of the replacement code
How about this idea instead?
3. Modify gl_FUNC_FFLUSH_STDIN so that it checks at
compile-time whether it's using musl, and succeeds
Hi again,
Last year after a great deal of discussion, we got most of the issues
between gnulib and musl libc fixed. However there's one problem that
keeps coming up again and again from our users: when cross-compiling,
gnulib treats fseeko (well, actually fflush(stdin), which in turn
requires a re