Re: Minor diff: /bin/ksh.exe

2009-08-05 Thread Mark J. Reed
On Wed, Aug 5, 2009 at 6:18 AM, Dave Korn wrote: > Paul McFerrin wrote: >> I believe this is a non-problem. >  This is a 1.7-vs-1.5 difference in the underlying Cygwin DLL then, and not > related to ksh; yes? What part of "non-problem" do you not understand, Dave? ;) Seriously, is it a differenc

Re: Minor diff: /bin/ksh.exe

2009-08-05 Thread Dave Korn
Paul McFerrin wrote: > I believe this is a non-problem. The cause: human error. Doing a >cd /c/Doc*/pa*/App*is not the same as >cd /c/Doc*/Pa*/App* > Wildcard lookups are always case sensitive. I must not have been > consistant when switching between Windows. This is a 1.7-vs-1.

Re: Minor diff: /bin/ksh.exe

2009-08-04 Thread Paul McFerrin
I believe this is a non-problem. The cause: human error. Doing a cd /c/Doc*/pa*/App*is not the same as cd /c/Doc*/Pa*/App* Wildcard lookups are always case sensitive. I must not have been consistant when switching between Windows. Paul McFerrin wrote: Dave: Let's put this prob o

Re: Minor diff: /bin/ksh.exe

2009-08-04 Thread Paul McFerrin
Dave: Let's put this prob on hold for a while. At least til I investigate it some more. Something is acting weird. This prob has disappeared! I tried unloading everything just in case some name cache had it already expanded. I did get correct results from using latest pdksh. Weird. Dav

Re: Minor diff: /bin/ksh.exe

2009-08-04 Thread Dave Korn
Paul McFerrin wrote: > Just want to point out a slightly difference in behavior of ksh >@(#)PD KSH v5.2.14 99/07/13.2 > between Cygwin 1.5 & 1.7 First, the above is a older version of pdksh > that I had to tweek the cygwin sources a l-o-n-g time ago. Under 1.5, > the following does work prope

Re: Minor diff: /bin/ksh.exe

2009-08-04 Thread Paul McFerrin
Paul McFerrin wrote: Just want to point out a slightly difference in behavior of ksh @(#)PD KSH v5.2.14 99/07/13.2 between Cygwin 1.5 & 1.7 First, the above is a older version of pdksh that I had to tweek the cygwin sources a l-o-n-g time ago. Under 1.5, the following does work properly:

Re: Minor diff: /bin/ksh.exe

2009-08-04 Thread Mark J. Reed
On Tue, Aug 4, 2009 at 4:08 PM, Paul McFerrin wrote: > Just want to point out a slightly difference in behavior of ksh >   @(#)PD KSH v5.2.14 99/07/13.2 OK, please don't assume that (1) what you're seeing is happening for everyone, or (2) it was intentional ("you are forcing me *A LOT* of extra ty

Minor diff: /bin/ksh.exe

2009-08-04 Thread Paul McFerrin
Just want to point out a slightly difference in behavior of ksh @(#)PD KSH v5.2.14 99/07/13.2 between Cygwin 1.5 & 1.7 First, the above is a older version of pdksh that I had to tweek the cygwin sources a l-o-n-g time ago. Under 1.5, the following does work properly: $ cd /c/Doc*/Paul/A