This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

1.1.6: diff -r porting problem for Windows


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]