This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: jcf-io.c and Win32 case-insensitive filename handling (updated)


Mohan Embar writes:
 > Andrew,
 > 
 > ChangeLog
 > 2003-03-16  Mohan Embar  <gnustuff at thisiscool dot com>
 > 
 > 	* Make-lang.in: added win32-host.c
 > 	* jcf.h: defined macro JCF_OPEN_EXACT_CASE which
 > 	resolves to open() on non-Win32 platforms and
 > 	Win32-specific jcf_open_exact_case() on Win32
 > 	* jcf-io.c (find_class): use JCF_OPEN_EXACT_CASE
 > 	when trying .java and .class files
 > 	* win32-host.c: added to repository. Defines
 > 	Win32-specific jcf_open_exact_case()

OK.

Andrew.


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