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