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
According to the API specification, the URLConnection.connect() method should throw an IOException if an error occurs. However in GNU Classpath if the address cannot be resolved, a java.nio.channels.UnresolvedAddressException is thrown instead. UnresolvedAddressException is a subclass of

Re: [PATCH] Honour CPNIO_DSYNC flag if set.

2016-04-14 Thread Andrew Hughes
- Original Message - > Hello ? Anybody here ? > Yes, but very busy right now. -- 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

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 Andrew Hughes
- Original Message - > 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 >

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. > > Guillermo > > 2015-07-28