Re: Tcl file separator

2011-01-27 Thread Charles Wilson
On 1/27/2011 12:18 PM, Yaakov (Cygwin/X) wrote: > On Wed, 2011-01-26 at 00:33 -0500, Christopher Faylor wrote: >> I'm working on this very very slowly but I don't have an ETA for when this >> will >> be fixed. > > What exactly are you trying to "fix"? I thought we agreed that the > solution was

Re: Tcl file separator

2011-01-27 Thread Yaakov (Cygwin/X)
On Wed, 2011-01-26 at 00:33 -0500, Christopher Faylor wrote: > Tcl is currently one part of the Cygwin installation that is pretty much > pure windows. It is that way for the sole purpose of working with the > insight debugger. So it takes windows paths and is not a real Cygwin > application. >

RE: Tcl file separator

2011-01-27 Thread Nellis, Kenneth
From: Christopher Faylor > Tcl is currently one part of the Cygwin installation that is pretty > much pure windows. It is that way for the sole purpose of working > with the insight debugger. So it takes windows paths and is not a > real Cygwin application. > > I'm working on this very very slow

Re: Tcl file separator

2011-01-26 Thread Christopher Faylor
On Tue, Jan 25, 2011 at 03:48:32PM -0600, Nellis, Kenneth wrote: >From: Nellis, Kenneth >> I'm thinking that Cygwin Tcl's "pwd" should match Cygwin's and >> that "file separator" should return a Linux one. >> >> knellis@COBQDPPJ1 ~ >> $ pwd >> /cygdrive/d/cyghome/knellis >> >> knellis@COBQDPPJ1 ~

Re: Tcl file separator

2011-01-25 Thread Larry Hall (Cygwin)
On 1/25/2011 4:48 PM, Nellis, Kenneth wrote: From: Nellis, Kenneth I'm thinking that Cygwin Tcl's "pwd" should match Cygwin's and that "file separator" should return a Linux one. knellis@COBQDPPJ1 ~ $ pwd /cygdrive/d/cyghome/knellis knellis@COBQDPPJ1 ~ $ /cygdrive/c/cygwin/bin/tclsh84.exe % pw

RE: Tcl file separator

2011-01-25 Thread Nellis, Kenneth
From: Nellis, Kenneth > I'm thinking that Cygwin Tcl's "pwd" should match Cygwin's and > that "file separator" should return a Linux one. > > knellis@COBQDPPJ1 ~ > $ pwd > /cygdrive/d/cyghome/knellis > > knellis@COBQDPPJ1 ~ > $ /cygdrive/c/cygwin/bin/tclsh84.exe > % pwd > D:/cyghome/knellis > % f