In message "[kaffe] Bug report: java.text.SimpleDateFormat#parse"
on 05/01/25, Ito Kazumitsu <[EMAIL PROTECTED]> writes:
> You might have found that test/regression/DateFormatTest.java fails
> recently.
>
> This is becuase of a bug in java.text.SimpleDateFormat#parse.
And this is my patch.
Hi,
You might have found that test/regression/DateFormatTest.java fails
recently.
This is becuase of a bug in java.text.SimpleDateFormat#parse.
The following program shows the bug.
import java.text.SimpleDateFormat;
public class Z
{
public static void main(String args[])
throws Exce
Hi,
On Mon, 2005-01-24 at 22:32 +, Ito Kazumitsu wrote:
> In message "[kaffe] NumberFormat.getInstance fails"
> on 05/01/21, Seo Sanghyeon <[EMAIL PROTECTED]> writes:
> > ":" == Seo Sanghyeon <[EMAIL PROTECTED]> writes:
>
> :> java.lang.IllegalArgumentException: The specified country
In message "[kaffe] NumberFormat.getInstance fails"
on 05/01/21, Seo Sanghyeon <[EMAIL PROTECTED]> writes:
> ":" == Seo Sanghyeon <[EMAIL PROTECTED]> writes:
:> java.lang.IllegalArgumentException: The specified country code is invalid
:>at java.util.Currency. (Currency.java:171)
:>
Selon Dalibor Topic <[EMAIL PROTECTED]>:
> Salut Remy,
>
> see http://www.kaffe.org/pipermail/kaffe/2004-December/100826.html for a
> workaround.
I take a look to it immediatly, thanks.
--
Remy Saissy
___
kaffe mailing list
kaffe@kaffe.org
http://kaff
With today's CVS Kaffe:
import java.util.Locale;
import java.text.NumberFormat;
public class test {
public static void main(String args[]) {
NumberFormat.getInstance(Locale.ENGLISH);
}
}
I get:
java.lang.IllegalArgumentException: The specified country code is invalid
at java.
PatchSet 5914
Date: 2005/01/24 15:59:42
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Resynced with gnu classpath: sven's calendaring fixes
2005-01-24 Dalibor Topic <[EMAIL PROTECTED]>
Resynced with GNU Classpath.
2005-01-23 Sven de Marothy <[EMAIL PROTECTED]>
* jav
Hi,
I have recently asked for the state of support of the JNI function
GetDirectBufferAddress in general (GNU Classpath and its VMs). It was
said there was no support in kaffe and that this may be added after the
problems in Classpath have been fixed.
My question is whether the state of support
PatchSet 5912
Date: 2005/01/24 15:34:15
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Small fix for make distcheck
2005-01-24 Dalibor Topic <[EMAIL PROTECTED]>
* test/internal/Makefile.am (EXTRA_DIST): Added System.java.
Small fix for make distcheck.
Members:
ChangeL
PatchSet 5913
Date: 2005/01/24 15:47:11
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Resynced with GNU classpath: date formatting fixes from andrew
2005-01-24 Dalibor Topic <[EMAIL PROTECTED]>
Resynced with GNU Classpath.
2005-01-23 Andrew John Hughes <[EMAIL PROTECTED]>
Michael Franz wrote:
This patch doesn't seem to be working when you try to build without
native AWT. Or it has just broke the darwin 6 build.
thanks! I'll look into that. I haven't tested all configurations.
cheers,
dalibor topic
___
kaffe mailing list
k
PatchSet 5911
Date: 2005/01/24 10:12:53
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Fixed make dist
2005-01-24 Dalibor Topic <[EMAIL PROTECTED]>
* libraries/javalib/Makefile.am.in (EXTRA_DIST, jarlib_DATA):
Added installed_properties.
(installed_properties): Moved loggig.properties there.
12 matches
Mail list logo