Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Post: <mailto:cygwin@sourceware.cygnus.com>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>, <http://sourceware.cygnus.com/ml/#faqs>
Sender: cygwin-owner@sourceware.cygnus.com
Delivered-To: mailing list cygwin@sourceware.cygnus.com
X-Authentication-Warning: testprod.com: Host dyn1-tnt12-92.detroit.mi.ameritech.net [209.18.31.92] claimed to be btown1
From: "Bradley A. Town" <townba@pobox.com>
To: <cygwin@sourceware.cygnus.com>
Subject: RE: [PATCH] Caching in path.cc's chdir
Date: Fri, 16 Jun 2000 10:13:38 -0400
Message-ID: <FEEGLKLAJFLHOLFDEPDJAEOACAAA.townba@pobox.com>
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3 (Normal)
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0)
Importance: Normal
In-Reply-To: <FEEGLKLAJFLHOLFDEPDJIENOCAAA.townba@pobox.com>
X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6700

> I appreciate your taking the time to track down where the problem
> lies but reverting the code to the old behavior is not the way
> I'd like to fix this problem.  But you probably know that.

I was getting kicked out of my building because it was the end of
the day.  I figured I'd fire off a message with what I had found
thus far, and I didn't want to just complain.  :)

> I've already made some changes to this code today and have added
> an else block to the test.  The new code is in CVS now if you
> want to check it.

Well, shucks.  The problem's gone.  Good deal.

By the way, the syscall_printf line at the end of chdir's imple-
mentation prints the cwd rather than the attempted dir, but it
*looks* like it's the attempted dir.  Maybe it should use dir and
native_dir instead of cwd_posix and cwd_win32?

--- cut here ---
  syscall_printf ("%d = chdir (%s <dos %s>)", res, cwd_posix, cwd_win32);
--- cut here ---

Brad Town  :)


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

