Re: Bug in builtin function abspath

2006-06-04 Thread Eli Zaretskii
> Date: Sun, 04 Jun 2006 13:50:08 +0200 > From: Alessandro Vesely <[EMAIL PROTECTED]> > > I'm not sure what abspath should do on win32. It should produce an absolute file name d:/foo/bar.., similarly to what it does on Unix. > And what about realpath? The same, except that it should fail if the

Re: Problems with $(shell xxx) using uWin

2006-06-04 Thread Eli Zaretskii
> Date: Sat, 03 Jun 2006 23:06:03 +0200 > From: James Kanze <[EMAIL PROTECTED]> > Cc: make-w32@gnu.org > > > http://gnuwin32.sourceforge.net/ > > Thanks. But make doesn't seem to be there. You already have Make, the one you compiled with MSVC. > Nor bash, for that matter. Both UWin and Cyg

Re: Problems with $(shell xxx) using uWin

2006-06-04 Thread Earnie Boyd
Quoting James Kanze <[EMAIL PROTECTED]>: Eli Zaretskii wrote: > [Please don't take this discussion off the mailing list.] Sorry. I didn't do it intentionnally. >> Date: Sat, 03 Jun 2006 20:26:08 +0200 >> From: James Kanze <[EMAIL PROTECTED]> >> > I don't have UWIN installed, so I need more

Re: Bug in builtin function abspath

2006-06-04 Thread Alessandro Vesely
Eli Zaretskii wrote: Date: Thu, 01 Jun 2006 16:02:22 +0200 From: Alessandro Vesely <[EMAIL PROTECTED]> _fullpath is a wrapper around GetFullPathName: it possibly allocates the buffer and maps errors to errno. Since _fullpath is not in OS/2 either, I'd use GetFullPathName directly. I'd like to