commit-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: FYI: java.util.GregorianCalendar and java.net.URLStreamHandler


From: Guilhem Lavaux
Subject: Re: FYI: java.util.GregorianCalendar and java.net.URLStreamHandler
Date: Tue, 30 Dec 2003 12:37:28 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007

Michael Koch wrote:

On Mon, Dec 29, 2003 at 01:03:39PM +0100, Guilhem Lavaux wrote:
Hi,

Here are two small fixes: one from Ito about DAY_OF_WEEK_IN_MONTH and another to fix relative path which should be transformed into absolute in URLs.

Why do you commit two totally independant things in one commit ?

The patch was sufficiently small to be put in only one piece. Apparently, I shouldn't have to...

        // Or this is an absolute path name; ignore any file context.
        file = spec.substring(start, end);
+       if (start < end && spec.charAt(start) != '/')
+         file = "/" + file;
        ref = null;
}

Why is this patch actually needed ? It changed nothing for libgcj when I
tried it.


It fixes three tests on kaffe (two in URLTest and one in newURL). I'm rechecking gcj...

Guilhem.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]