Re: new module fchdir

2007-01-15 Thread Jim Meyering
Bruno Haible <[EMAIL PROTECTED]> wrote: > Following Jim's and Paul's ideas for portability of the coreutils to > BeOS, Woe32 and DJGPP, which all lack an fchdir(), here is a first working > fchdir module. > > The module installs wrappers around open(), close(), opendir(), closedir(), > dup(), dup2(

Re: new module fchdir

2007-01-14 Thread Bruno Haible
Hi, Since there were no comments about the fchdir module, and I tested it on two platforms, I committed it. Paul Eggert wrote: > I don't know what --avoid=canonicalize-lgpl is for. Perhaps you can > omit it. It's because coreutils already uses the 'canonicalize' module, and 'fchdir' depends on

Re: new module fchdir

2007-01-05 Thread Paul Eggert
Matthew Woehlke <[EMAIL PROTECTED]> writes: > Bruno Haible wrote: >> Following Jim's and Paul's ideas for portability of the coreutils to >> BeOS, Woe32 and DJGPP, which all lack an fchdir(), here is a first working >> fchdir module. > > And the infamous NSK! Thanks a ton, you beat me too it! Gues

new module fchdir

2007-01-02 Thread Bruno Haible
Hi, Following Jim's and Paul's ideas for portability of the coreutils to BeOS, Woe32 and DJGPP, which all lack an fchdir(), here is a first working fchdir module. The module installs wrappers around open(), close(), opendir(), closedir(), dup(), dup2(). Quite heavy; especially the relation to the