Re: MinGW vs. c-api.test

2014-06-13 Thread Neil Jerram
Eli Zaretskii skribis: From: l...@gnu.org (Ludovic Courtès) Cc: guile-devel@gnu.org Date: Thu, 12 Jun 2014 21:48:48 +0200 >> >> +(define %null-device >> >> + ;; On Windows (MinGW), /dev/null does not exist and we must instead >> >> + ;; use NUL. Note that file system procedures automaticall

Re: MinGW vs. c-api.test

2014-06-13 Thread Ludovic Courtès
Neil Jerram skribis: >> Eli Zaretskii skribis: >> From: l...@gnu.org (Ludovic Courtès) Cc: guile-devel@gnu.org Date: Thu, 12 Jun 2014 21:48:48 +0200 >> >> +(define %null-device >> >> + ;; On Windows (MinGW), /dev/null does not exist and we must >> >> instead

Re: MinGW vs. c-api.test

2014-06-13 Thread Eli Zaretskii
> From: l...@gnu.org (Ludovic Courtès) > CC: Eli Zaretskii , guile-devel@gnu.org > Date: Fri, 13 Jun 2014 18:04:57 +0200 > > Like (string-match "^[a-zA-Z]:[/\\]" (getcwd)) ? > >>> > >>> Yes. > > > > But my Git Bash shell on Windows (at work) gives me paths like / > letter>/... > > For example

Re: MinGW vs. c-api.test

2014-06-13 Thread Neil Jerram
On 2014-06-13 17:19, Eli Zaretskii wrote: From: l...@gnu.org (Ludovic Courtès) CC: Eli Zaretskii , guile-devel@gnu.org Date: Fri, 13 Jun 2014 18:04:57 +0200 Like (string-match "^[a-zA-Z]:[/\\]" (getcwd)) ? >>> >>> Yes. > > But my Git Bash shell on Windows (at work) gives me paths like / let

Re: MinGW vs. c-api.test

2014-06-13 Thread Mike Gerwitz
On Fri, Jun 13, 2014 at 06:04:57PM +0200, Ludovic Courtès wrote: > > But my Git Bash shell on Windows (at work) gives me paths like / > letter>/... > > For example: > > > > nj@PC3946 /c/work/icp (master) > > $ pwd > > /c/work/icp > > > > I think that shell is provided by MinGW/MSYS - so does

Re: MinGW vs. c-api.test

2014-06-13 Thread Eli Zaretskii
> Date: Fri, 13 Jun 2014 12:31:14 -0400 > From: Mike Gerwitz > Cc: Neil Jerram , Eli Zaretskii , > guile-devel@gnu.org > > My coworkers use MinGW, and it does expose [A-Z]:\ as /[a-z]/; all paths in > MinGW are expected to be Unix-style. They are most probably using the MSYS Bash as the sh