[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: stdin seekable failure
From: |
Paul Eggert |
Subject: |
Re: stdin seekable failure |
Date: |
Wed, 11 Apr 2007 11:41:20 -0700 |
User-agent: |
Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Eric Blake <address@hidden> writes:
> Maybe the closeout module needs to be updated to worry about stdin as well
> as stdout/stderr?
Coreutils doesn't need that, as it doesn't have the problem. The two
apps that I thought might have the problem solve it in a different
way. 'head' bypasses stdio. 'od -N' sets the stdio input buffer size
to 1 (which is slow and goes beyond what POSIX requires, but it does
work).
So I suggest creating a new module 'closein' instead.
- stdin seekable failure [was: HEAD: inclusion order wrong for input.c], Eric Blake, 2007/04/11
- Re: stdin seekable failure,
Paul Eggert <=
- Re: stdin seekable failure, Eric Blake, 2007/04/12
- Re: stdin seekable failure, Eric Blake, 2007/04/12
- Re: stdin seekable failure, Eric Blake, 2007/04/27
- Re: stdin seekable failure, Bruno Haible, 2007/04/27
- Re: stdin seekable failure, Eric Blake, 2007/04/28
- Re: stdin seekable failure, Bruno Haible, 2007/04/28