RE: Regression in 1.5.14 cygpath

2005-04-04 Thread Dave Korn
Original Message >From: Eric Blake >Sent: 04 April 2005 15:40 > While I'm at it, it would be nice if http://cygwin.com/acronyms#PTC ! NB: Before cygwin can export a function, that function first has to *exist* within cygwin cheers, DaveK -- Can't think of a wit

Re: Regression in 1.5.14 cygpath

2005-04-04 Thread Eric Blake
> To be useful, cygpath must fully resolve a pathname, not just the last > component. While I'm at it, it would be nice if cygwin exported resolvepath(2) - it is not POSIX, but Solaris defines it as: #include int resolvepath(const char *path, char *buf, size_t bufsiz); similar to the POSIX XS

Regression in 1.5.14 cygpath

2005-04-04 Thread Eric Blake
Cygpath no longer chases cygwin symlinks in the middle of a path when I upgrade to cygwin 1.5.14. This is a regression, causing Windows programs that are fed the output of `cygpath -w' to choke with no such file. $ uname -a CYGWIN_NT-5.0 eblake 1.5.13(0.122/4/2) 2005-03-01 11:01 i686 unknown un