Re: [PATCH] xfreopen: new module, from coreutils

2009-11-19 Thread Jim Meyering
Eric Blake wrote: > Jim Meyering meyering.net> writes: >> I am about to use this from diff, so... >> BTW, changed license from LGPL in coreutils to GPL here, since >> it doesn't make sense to use error-generating code from a library. > > xfreopen still doesn't deal with the problem of whether a st

Re: [PATCH] xfreopen: new module, from coreutils

2009-11-19 Thread Eric Blake
Jim Meyering meyering.net> writes: > > I am about to use this from diff, so... > BTW, changed license from LGPL in coreutils to GPL here, since > it doesn't make sense to use error-generating code from a library. xfreopen still doesn't deal with the problem of whether a stream should be reopen

[PATCH] xfreopen: new module, from coreutils

2009-11-19 Thread Jim Meyering
15:55:58 +0100 Subject: [PATCH] xfreopen: new module, from coreutils * modules/xfreopen: New module. * lib/xfreopen.c: New file. * lib/xfreopen.h: New file. * MODULES.html.sh (File stream based Input/Output"): Add it. --- ChangeLog|8 MODULES.html.sh |1 + lib/xfreop