X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10201101536.AA15003@clio.rice.edu> Subject: Re: Proposed lstat.c patch for Win2000/XP device bit fix To: djgpp-workers AT delorie DOT com Date: Thu, 10 Jan 2002 09:36:13 -0600 (CST) Cc: ams AT ludd DOT luth DOT se In-Reply-To: <200201100459.FAA25834@father.ludd.luth.se> from "Martin Str|mberg" at Jan 10, 2002 05:59:04 AM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > Note: 2.03 uses strcmp an additional place in the FNCASE code - so you > > can't easily eliminate strcmp there. > > I don't quite understand this. stat_assist (which we were discussing LFN32 tag) is in stat.c in v2.03 instead of lstat.c. It also contains code using strcmp for other purposes (scan the 2.03 source and you'll see). This was under the assumption we will consider doing this in 2.03 refresh someday. > > 2) Please don't commit anything unless we're sure we are building a > > new distribution (we want to keep the two consistent). If we wait > > long enough we would need to branch v2_03_1 into v2_03_2 ;-P > > I hope you don't mean the main version, because I already commited the > warning changes there. I was refering to the v2_03_1 branch. > But for the v2_03_1 branch, I won't as I haven't been messing with > it. But I thought you'd be interested in a similar patch there... Only if we plan to update/beta another 2.03 refresh should we put it in the v2_03_1 branch. Until we decide I'd sit on any changes before committing in that tree.