[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: seekable stdin test failure on OS X
From: |
Bruno Haible |
Subject: |
Re: seekable stdin test failure on OS X |
Date: |
Fri, 13 Apr 2007 03:46:18 +0200 |
User-agent: |
KMail/1.5.4 |
Eric Blake wrote:
> 2007-04-09 Eric Blake <address@hidden>
>
> * modules/fflush: New file.
I'm completing the module description like this (for documentation purposes):
2007-04-12 Bruno Haible <address@hidden>
* modules/fflush (Include): Mention <stdio.h>.
* modules/strtoimax (Include): Mention <inttypes.h>.
* modules/strtoumax (Include): Likewise.
*** modules/fflush 10 Apr 2007 03:09:07 -0000 1.1
--- modules/fflush 13 Apr 2007 01:36:44 -0000
***************
*** 15,20 ****
--- 15,21 ----
Makefile.am:
Include:
+ <stdio.h>
License:
GPL
*** modules/strtoimax 18 Feb 2007 02:02:26 -0000 1.10
--- modules/strtoimax 13 Apr 2007 01:36:44 -0000
***************
*** 19,24 ****
--- 19,25 ----
Makefile.am:
Include:
+ <inttypes.h>
License:
GPL
*** modules/strtoumax 18 Feb 2007 02:02:26 -0000 1.9
--- modules/strtoumax 13 Apr 2007 01:36:44 -0000
***************
*** 19,24 ****
--- 19,25 ----
Makefile.am:
Include:
+ <inttypes.h>
License:
GPL
- Re: seekable stdin test failure on OS X, (continued)
- Re: seekable stdin test failure on OS X, Eric Blake, 2007/04/02
- Re: seekable stdin test failure on OS X, Eric Blake, 2007/04/07
- Re: seekable stdin test failure on OS X, Paul Eggert, 2007/04/09
- Re: seekable stdin test failure on OS X, Eric Blake, 2007/04/09
- Re: seekable stdin test failure on OS X, Bruno Haible, 2007/04/10
- Re: seekable stdin test failure on OS X, Eric Blake, 2007/04/12
- Message not available
- Message not available
- Message not available
- Re: seekable stdin test failure on OS X, Gary V. Vaughan, 2007/04/12
- Re: seekable stdin test failure on OS X,
Bruno Haible <=