Re: GCJ ------ file type not supported by system

2014-09-04 Thread Guillermo Rodriguez
El 04/09/2014 14:14, Andïï escribió: On 3 September 2014 17:12, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com wrote: Hi Mario, 2014-09-01 12:47 GMT+02:00 Mario Torre neug...@redhat.com: [...] Yes I am sure about this, but that is not my point. What I am saying is that it would

[PATCH] Update for 0.99 release

2014-09-05 Thread Guillermo Rodriguez
From: grodriguez guille.rodrig...@gmail.com Add new page for 0.99 release notes. Add 0.99 release to home, news, and downloads pages. --- announce/20120307.html | 341 ++ downloads/downloads.html | 15 ++- home.html|3 +

[PATCH] Note about WML not currently in use

2014-09-05 Thread Guillermo Rodriguez
From: grodriguez guille.rodrig...@gmail.com Add a note saying that the HTML pages are being modified manually and that WML is not currently in use. --- doc/www.gnu.org/README |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/doc/www.gnu.org/README

[PATCH] Update web for 0.99 release

2014-09-15 Thread Guillermo Rodriguez
From: grodriguez guille.rodrig...@gmail.com Add announcement of 0.99 release Update 'recent news' list Add 0.99 release to downloads page --- doc/www.gnu.org/announce/20120307.wml | 180 +++ doc/www.gnu.org/downloads/downloads.wml | 14 ++-

[PATCH] Fix handling of negative suffix in DecimalFormat

2015-01-30 Thread Guillermo Rodriguez
When a negative subpattern is not explicitly defined, DecimalFormat was not using the positive suffix for negative values. Simple test case to reproduce the problem: DecimalFormat tempFormat = new DecimalFormat(0.0 unit); System.out.println(tempFormat.format(4.3));

Issue in java.awt.Component.dispatchEvent

2012-01-23 Thread Guillermo Rodriguez Garcia
, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Issue in java.awt.Component.dispatchEvent

2012-01-26 Thread Guillermo Rodriguez Garcia
); ActionEvent ev = new ActionEvent(this, ActionEvent.ACTION_PERFORMED, test); dispatchEvent(ev); } public static void main(String args[]) { Sample sample = new Sample(); sample.simulateActionEvent(); } } === Sample code === Best regards, Guillermo

Re: Re: GCJ ------ file type not supported by system

2014-08-29 Thread Guillermo Rodriguez Garcia
...@redhat.com: On Fri, 2014-08-29 at 11:47 +0200, Guillermo Rodriguez Garcia wrote: That is a pity. I think GNU Classpath is a very good choice for embedded systems with limited flash/RAM (especially the latter). Perhaps it is time to look for adopters to take care of the project? It would

Re: GCJ ------ file type not supported by system

2014-09-01 Thread Guillermo Rodriguez Garcia
Hi Andrew, 2014-09-01 11:03 GMT+02:00 Andrew Haley a...@redhat.com: On 29/08/14 11:00, Guillermo Rodriguez Garcia wrote: Yes I know that anyone can work on GNU Classpath. But as in any OSS project, a new project maintainer taking over ownership (in the OSS sense of the word) would need

Re: GCJ ------ file type not supported by system

2014-09-03 Thread Guillermo Rodriguez Garcia
and the Bazaar). Best, -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: GCJ ------ file type not supported by system

2014-09-03 Thread Guillermo Rodriguez Garcia
Hi Andrew, 2014-09-03 18:30 GMT+02:00 Andrew Haley a...@redhat.com: On 09/03/2014 05:12 PM, Guillermo Rodriguez Garcia wrote: 1. Development of GNU Classpath seems to be stalled now (quoting from an earlier post from Andrew Haley: I have to tell you that Classpath is not being actively

Re: GCJ ------ file type not supported by system

2014-09-03 Thread Guillermo Rodriguez Garcia
2014-09-03 19:11 GMT+02:00 Andrew Haley a...@redhat.com: Hi, On 09/03/2014 05:35 PM, Guillermo Rodriguez Garcia wrote: Hi Andrew, 2014-09-03 18:30 GMT+02:00 Andrew Haley a...@redhat.com: On 09/03/2014 05:12 PM, Guillermo Rodriguez Garcia wrote: 1. Development of GNU Classpath seems

Re: GCJ ------ file type not supported by system

2014-09-03 Thread Guillermo Rodriguez Garcia
2014-09-03 20:00 GMT+02:00 Mark Wielaard m...@klomp.org: On Wed, 2014-09-03 at 19:31 +0200, Guillermo Rodriguez Garcia wrote: Is the web page itself under source control? How can I contribute patches or updates to that? All the docs and the web pages are under source control. The webpages

Re: Re: GCJ ------ file type not supported by system

2014-09-04 Thread Guillermo Rodriguez Garcia
Hello Pekka, El jueves, 4 de septiembre de 2014, Pekka Enberg penb...@kernel.org escribió: On Thu, Sep 4, 2014 at 7:17 PM, Guillermo Rodriguez guille.rodrig...@gmail.com javascript:; wrote: I think that asking to help rather than complain is a bit unfair. No, it's really not unfair at all

Re: Re: GCJ ------ file type not supported by system

2014-09-04 Thread Guillermo Rodriguez Garcia
, 2014 at 10:29 PM, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com javascript:; wrote: No, I am definitely NOT saying that, nothing even close. Please don't put your words in my mouth, thank you. Of course you are saying that. No, I am not. Why else would you even bring up

Re: [PATCH] Update for 0.99 release

2014-09-05 Thread Guillermo Rodriguez Garcia
Mark, This patch is against the CVS repo at http://web.cvs.savannah.gnu.org/viewvc/classpath/?root=classpath The headers say git only because I imported the CVS head into a local git repository to make (my) life easier. Thank you, Guillermo 2014-09-05 14:40 GMT+02:00 Guillermo Rodriguez

Re: [PATCH] Update web for 0.99 release

2014-09-15 Thread Guillermo Rodriguez Garcia
these files in a different format. Guillermo 2014-09-15 9:21 GMT+02:00 Guillermo Rodriguez guille.rodrig...@gmail.com: From: grodriguez guille.rodrig...@gmail.com Add announcement of 0.99 release Update 'recent news' list Add 0.99 release to downloads page --- doc/www.gnu.org/announce

Next steps for GNU Classpath

2014-09-15 Thread Guillermo Rodriguez Garcia
for embedded systems, where OpenJDK is probably too big, and full of features that are not always useful in an embedded environment. I think Classpath has an important opportunity in the embedded world as a low-fat class library for embedded JVMs. Best, Guillermo Rodriguez Garcia guille.rodrig

Re: [PATCH] Update web for 0.99 release

2014-09-15 Thread Guillermo Rodriguez Garcia
Hi Andii, El lunes, 15 de septiembre de 2014, Andïï gnu_and...@member.fsf.org escribió: On 15 September 2014 08:26, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com javascript:; wrote: The previous patch updates the master wml files in the git repo. Attached is a tarball

Re: [PATCH] Update web for 0.99 release

2014-09-15 Thread Guillermo Rodriguez Garcia
El lunes, 15 de septiembre de 2014, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com escribió: Hi Andii, El lunes, 15 de septiembre de 2014, Andïï gnu_and...@member.fsf.org javascript:_e(%7B%7D,'cvml','gnu_and...@member.fsf.org'); escribió: On 15 September 2014 08:26, Guillermo

Re: Next steps for GNU Classpath

2014-09-16 Thread Guillermo Rodriguez Garcia
with an app. It is huge and copyrighted. When you install it, it tries to screw you over by installing the Ask Toolbar. These are problems that GCJ does not have. Just came across this which may address some of these concerns: http://www.azulsystems.com/products/zulu -- Guillermo Rodriguez

Re: Next steps for GNU Classpath

2014-09-16 Thread Guillermo Rodriguez Garcia
Hi Bill, El martes, 16 de septiembre de 2014, Bill Chatfield bill_chatfi...@yahoo.com escribió: I went looking for Zulu's source code. It should available since OpenJDK is GPLed. Isn't it included in the download? Guillermo -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: [PATCH] Update web for 0.99 release

2014-09-22 Thread Guillermo Rodriguez Garcia
Hi Andii, Did you have the chance to look at this? Best, Guillermo 2014-09-15 21:34 GMT+02:00 Andïï gnu_and...@member.fsf.org: On 15 September 2014 08:26, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com wrote: The previous patch updates the master wml files in the git repo. Attached

Re: [PATCH] Update web for 0.99 release

2014-10-07 Thread Guillermo Rodriguez Garcia
Hi Andii, Any news? Guillermo 2014-09-22 17:47 GMT+02:00 Andïï gnu_and...@member.fsf.org: On 22 September 2014 12:56, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com wrote: Hi Andii, Did you have the chance to look at this? Hi, sorry, I meant to get back to you before now

Re: [PATCH] Update web for 0.99 release

2014-10-15 Thread Guillermo Rodriguez Garcia
Thank you Andii. I have some other stuff in the queue. I'll report later. Best, Guillermo 2014-10-14 20:26 GMT+02:00 Andïï gnu_and...@member.fsf.org: On 7 October 2014 15:07, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com wrote: Hi Andii, Any news? Sorry, things got held up

Wrong URL for mailing list archives?

2015-01-20 Thread Guillermo Rodriguez Garcia
/classpath/ (last entry is from 2010) But the actual (updated) archives seem to be here: http://developer.classpath.org/pipermail/classpath/ Perhaps it would be a good idea to fix this. Thank you, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2015-01-29 Thread Guillermo Rodriguez Garcia
)); + | ((mode CPNIO_SYNC) ? O_SYNC : 0) + | ((mode CPNIO_DSYNC) ? O_DSYNC : 0)); npath = JCL_jstring_to_cstring (env, path); -- 1.7.0.4 -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: [PATCH] Fix handling of negative suffix in DecimalFormat

2015-07-28 Thread Guillermo Rodriguez Garcia
Hello. Any feedback? Guillermo 2015-01-30 14:28 GMT+01:00 Guillermo Rodriguez guille.rodrig...@gmail.com: When a negative subpattern is not explicitly defined, DecimalFormat was not using the positive suffix for negative values. Simple test case to reproduce the problem: DecimalFormat

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2015-07-28 Thread Guillermo Rodriguez Garcia
)); npath = JCL_jstring_to_cstring (env, path); -- 1.7.0.4 -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com Thanks. I'll apply the patch as soon as I can. -- Andrew :) Free Java Software Engineer Red Hat, Inc. (http://www.redhat.com) PGP Key: ed25519/35964222

Autoconf problem in classpath-0.99

2015-12-22 Thread Guillermo Rodriguez Garcia
nf changes between 0.98 and 0.99 Quick workaround (not a proper fix) for systems using javac: $ JAVAC=javac GCJ_JAVAC_TRUE='\#' ./configure --disable-tools Best regards, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Bug in AsyncImage class -- notifies observers when it shouldn't

2016-02-02 Thread Guillermo Rodriguez Garcia
Hello all, I have found something that looks like a bug in AsyncImage (in Classpath's AWT GTK toolkit) which results in an endless repaint loop. More info here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69629 There is a patch with a proposed fix as well. Best, Guillermo Rodriguez Garcia

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2016-02-02 Thread Guillermo Rodriguez Garcia
ava_nio_VMChannel.c > > >> > @@ -1705,7 +1705,8 @@ Java_gnu_java_nio_VMChannel_open (JNIEnv *env, > > >> > | ((mode & CPNIO_APPEND) ? O_APPEND : > > >> > ((nmode == O_WRONLY) ? O_TRUNC : 0)) > > >> > | ((mode & CPNIO_

Re: Autoconf problem in classpath-0.99

2016-02-02 Thread Guillermo Rodriguez Garcia
Hello, Did someone look into this? Is there something else I can do to help? Thank you, Guillermo 2015-12-22 16:18 GMT+01:00 Guillermo Rodriguez Garcia < guille.rodrig...@gmail.com>: > Hi all, > > There seems to be some problem with the autoconf macros in > cl

Component.dispatchEvent ignores ActionEvents

2016-04-14 Thread Guillermo Rodriguez Garcia
Component.dispatchEvent is ignoring ActionEvents which is incorrect according to the API specs. I have created a bug report and attached a proposed fix here: https://gcc.gnu.org/bugzilla/attachment.cgi?bugid=70663 -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

URLConnection.connect() throws incorrect exception for unresolved addresses

2016-04-14 Thread Guillermo Rodriguez Garcia
of IllegalArgumentException, not IOException, so this breaks the API contract. I have added a bug in the bugtracker for this including sample code. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70661 -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2016-04-14 Thread Guillermo Rodriguez Garcia
2016-04-14 12:45 GMT+02:00 Andrew Hughes : > > - Original Message - > > Hello ? Anybody here ? > > > > Yes, but very busy right now. > I have created entries in the bug tracker for this bug and also for the CPNIO_DSYNC problem and autoconf macros issue in 0.99, as

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2016-04-14 Thread Guillermo Rodriguez Garcia
Hello ? Anybody here ? 2016-02-02 16:52 GMT+01:00 Guillermo Rodriguez Garcia < guille.rodrig...@gmail.com>: > Hello Andrew, > > Any chances this patch and the DecimalFormat one will be applied? It is > been > roughly one year since I first submitted the patches. > >

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2016-09-30 Thread Guillermo Rodriguez Garcia
are quieter. > > Thanks for the work, > -- > Andrew :) > > Senior Free Java Software Engineer > Red Hat, Inc. (http://www.redhat.com) > > PGP Key: ed25519/35964222 (hkp://keys.gnupg.net) > Fingerprint = 5132 579D D154 0ED2 3E04 C5A0 CFDA 0F9B 3596 4222 > > -- Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2017-05-09 Thread Guillermo Rodriguez Garcia
c.gnu.org/bugzilla/show_bug.cgi?id=70659 >> >> https://gcc.gnu.org/bugzilla/show_bug.cgi?id=70660 >> >> >> >> Guillermo >> >> >> > >> > Yeah, I saw them. I'll try and take a look when things are quieter. >> > >> > Thanks

Bug in parsing of strings in DateFormatSymbols

2018-01-22 Thread Guillermo Rodriguez Garcia
in bugzilla including a test case and proposed fix: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83968 Best, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Bug in Selector.wakeup()

2018-08-08 Thread Guillermo Rodriguez Garcia
, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Bug when parsing dates with SimpleDateFormat

2018-10-11 Thread Guillermo Rodriguez Garcia
Hi all, There is a bug when parsing dates that involve weekdays with SimpleDateFormat. Here's a report with a test case: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=87590 BR, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Bug in BigDecimal.stripTrailingZeros()

2019-06-05 Thread Guillermo Rodriguez Garcia
Hi all, BigDecimal.stripTrailingZeros() throws an exception when the value is zero. Here's a bug report with a test case and a fix: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90755 BR, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Bug in BigDecimal.toPlainString()

2019-06-05 Thread Guillermo Rodriguez Garcia
Hi all, BigDecimal.toPlainString() does not work as expected for negative, scaled integer valees. Here's a bug report with a test case and a fix: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=90759 BR, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com

Unnecessary reverse lookup for InetAddress.ANY_IF

2019-08-28 Thread Guillermo Rodriguez Garcia
not have an associated hostname), introduces unnecessary overhead (as it typically results in a DNS reverse lookup), and in some cases can lead to DNS timeouts. Details here: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=91583 BR, Guillermo Rodriguez Garcia guille.rodrig...@gmail.com