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 sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com To: cygwin AT cygwin DOT com cc: s-imai AT nims DOT nec DOT co DOT jp Subject: 1.1.6: diff -r porting problem for Windows X-Mailer: Mew version 1.95b3 on Emacs 19.34 / Mule 2.3 (SUETSUMUHANA) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-Id: <20010316143903E.s-imai@nims.nec.co.jp> Date: Fri, 16 Mar 2001 14:39:03 +0900 From: Satoshi Imai X-Dispatcher: imput version 20000228(IM140) Lines: 29 Hello. I found a bug into the diff command. The diff -r doesn't ignore upper-case and lower-case of filenames. *** diff.old/system.h Fri Mar 16 14:11:03 2001 --- diff.new/system.h Fri Mar 16 13:28:13 2001 *************** *** 224,230 **** that are meant to be overridden by hand in config.h as needed. */ #ifndef filename_cmp ! #define filename_cmp(a, b) strcmp (a, b) #endif #ifndef filename_lastdirchar --- 224,230 ---- that are meant to be overridden by hand in config.h as needed. */ #ifndef filename_cmp ! #define filename_cmp(a, b) stricmp (a, b) #endif #ifndef filename_lastdirchar ---------------- Satoshi Imai -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple