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: Outstanding patches


Ranjit Mathew writes:
 > > I might have some time this weekend to look at outstanding patches.
 > > 
 > > Please remind me of any patches that want attention.
 > 
 > That would be very nice of you. I have the following for your
 > review, if possible:
 > 
 >     http://gcc.gnu.org/ml/java-patches/2003-q1/msg00541.html
 > 
 >     http://gcc.gnu.org/ml/java/2003-02/msg00266.html
 > 
 > In addition, I noticed that the following is desirable:

Done.

 > Index: ChangeLog
 > from  Ranjit Mathew  <rmathew at hotmail dot com>
 > 
 >  * jcf-parse.c (set_source_filename): Use COMPARE_FILENAMES
 >  instead of strcmp to compare file names. 
 >  Use IS_DIR_SEPARATOR instead of directly comparing to
 >  '/' and '\\'.
 > 
 >  * jcf-write.c (generate_classfile): Use IS_DIR_SEPARATOR 
 >  instead of directly comparing to '/' and '\\'.

What does this fix?

Andrew.


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