Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT 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" To: Subject: RE: [PATCH] Caching in path.cc's chdir Date: Fri, 16 Jun 2000 10:13:38 -0400 Message-ID: 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: 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 )", res, cwd_posix, cwd_win32); --- cut here --- Brad Town :) -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com