This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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]

Re: Patch: Change hardcoded '/' to DIR_SEPARATOR in jcf-io.c


Tom Tromey writes:
 > >>>>> "Mohan" == Mohan Embar <gnustuff at thisiscool dot com> writes:
 > 
 > Mohan> This patch is needed to produce correct behavior when
 > Mohan> scandir()/alphasort() are present on Win32 platforms. It also
 > Mohan> seems to make more sense for all platforms because it
 > Mohan> eliminates a hardcoded directory separator.
 > 
 > Mohan> 2003-03-15  Mohan Embar  <gnustuff at thisiscool dot com>
 > Mohan> 	* jcf-io.c (find_class): use DIR_SEPARATOR instead of
 > Mohan> 	'/' when computing java source filename
 > 
 > Did anybody review this?  I don't see it in the trunk, but I also
 > didn't see an explicit rejection.
 > 
 > Andrew would have to approve or reject it.  To me it looks ok though.

This looks fine.  I guess I missed it.

Andrew.


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