Re: [cp-patches] [GNU ClassPath] porting the GTK+3 AWT support

2013-06-06 Thread Andrew Hughes
: Andrew Hughes [gnu.and...@redhat.com] Sent: Friday, May 31, 2013 4:22 AM To: Farshad Muhammad Cc: classpath-patches@gnu.org Subject: Re: [cp-patches] [GNU ClassPath] porting the GTK+3 AWT support - Original Message - Hey guys, My name is Farshad Muhammad and i've recently been

Re: [cp-patches] [GNU ClassPath] porting the GTK+3 AWT support

2013-05-31 Thread Andrew Hughes
- Original Message - Hey guys, My name is Farshad Muhammad and i've recently been accepted to GSoC 2013. I will be working to port GTK+3 AWT support for the gtk-peer in the classpath following a migration guide provided here:

Re: [cp-patches] [RFC/PATCH] Check for gettext m4 macros in autogen.sh

2013-03-13 Thread Andrew Hughes
- Original Message - On Tue, 2013-03-12 at 22:27 -0400, Brian Jones wrote: I'm sorry I'm not a good one to review this. They changed the auto* tools quite a bit since I used to mess with them. Is autogen.sh something auto* creates, just wondering if it is okay to modify...

Re: [cp-patches] [RFC/PATCH] Add autogen-generated files to gitignore

2013-03-11 Thread Andrew Hughes
- Original Message - On Sat, Mar 09, 2013 at 11:03:22AM +0200, Pekka Enberg wrote: Make sure git status does not show up files after autogen.sh has been run. Signed-off-by: Pekka Enberg penb...@kernel.org --- .gitignore |5 + ChangeLog |4 2 files

Re: [cp-patches] [RFC/PATCH] AnnotationInvocationHandler type parametrization

2013-03-11 Thread Andrew Hughes
- Original Message - On Sat, 2013-03-09 at 12:26 +0200, Pekka Enberg wrote: On Sat, Mar 09, 2013 at 11:36:13AM +0200, Pekka Enberg wrote: Type parametrize uses of generic types in AnnotationInvocationHandler. On Sat, Mar 9, 2013 at 12:09 PM, Mark Wielaard m...@klomp.org

Re: [cp-patches] [patch] let gjavah accept -source 1.[567]

2013-01-10 Thread Andrew Hughes
- Original Message - On Mon, 2013-01-07 at 09:54 +0100, Mark Wielaard wrote: On Sun, 2013-01-06 at 18:00 +0100, Matthias Klose wrote: Am 19.12.2012 18:37, schrieb Mark Wielaard: If you really meant gjdoc I think it would be OK to try to accept it, but maybe with a

Re: [cp-patches] [patch] let gjavah accept -source 1.[567]

2012-12-20 Thread Andrew Hughes
- Original Message - On Wed, Dec 19, 2012 at 02:01:10PM +0100, Matthias Klose wrote: Currently gjavah only accepts -source 1.4 and lower, and errors out for any other value. Would it be reasonable to accept higher versions too? I think that should be fine for gjavah, I cannot

Re: [cp-patches] [patch] let gjavah accept -source 1.[567]

2012-12-19 Thread Andrew Hughes
- Original Message - Currently gjavah only accepts -source 1.4 and lower, and errors out for any other value. Would it be reasonable to accept higher versions too? Matthias Does source even matter to gjavah? What do higher versions require? -- Andrew :) Free Java Software

Re: [cp-patches] tagging classpath for GCC import

2012-12-03 Thread Andrew Hughes
- Original Message - Hi, Matthias wanted to import the latest classpath from git into libgcj so I have pushed a tag (libgcj-import-20121202) for current HEAD. (Note for future reference, to push a tag one uses git push --tags, with just git push the tag stays local.) It seems the

Re: [cp-patches] tagging classpath for GCC import

2012-12-03 Thread Andrew Hughes
- Original Message - Am 02.12.2012 22:20, schrieb Mark Wielaard: Hi, Matthias wanted to import the latest classpath from git into libgcj so I have pushed a tag (libgcj-import-20121202) for current HEAD. (Note for future reference, to push a tag one uses git push --tags, with

Re: [cp-patches] [RFC PATCH 4/4] Fix java/lang/String.codePoint{At|Before} exception types

2012-10-30 Thread Andrew Hughes
- Original Message - OpenJDK throws StringIndexOutOfBoundsException and so should we. Signed-off-by: Pekka Enberg penb...@kernel.org --- ChangeLog |6 ++ java/lang/String.java |4 2 files changed, 10 insertions(+), 0 deletions(-) diff --git

Re: [cp-patches] [RFC PATCH 1/7] Fix java/lang/reflect/Member.getDeclaringClass() return type

2012-10-22 Thread Andrew Hughes
- Original Message - Hi Andrew, Wed, 17 Oct 2012 03:46:19 -0400 (EDT) от Andrew Hughes gnu.and...@redhat.com: - Original Message - Hi Andrew, Sun, 14 Oct 2012 17:02:52 -0400 (EDT) от Andrew Hughes ahug...@redhat.com : Because he actually wants them

Re: [cp-patches] [RFC PATCH 1/7] Fix java/lang/reflect/Member.getDeclaringClass() return type

2012-10-17 Thread Andrew Hughes
- Original Message - Hi Andrew, Sun, 14 Oct 2012 17:02:52 -0400 (EDT) от Andrew Hughes ahug...@redhat.com: Because he actually wants them to be included in GNU Classpath. On Tue, 16 Oct 2012, Ivan Maidanski wrote: Can't understand. There are GNU Classpath development branches

Re: [cp-patches] GNU Classpath

2012-10-16 Thread Andrew Hughes
, Andrew Hughes gnu.and...@redhat.com wrote: May be it's time to change the policy of patch acceptance from please find a person who reviews (among 1 or 2 guys) your code to if signed FSF paper, and you have patches, post them to ML, commit to some feature development branch

Re: [cp-patches] [RFC PATCH] Bump up Java source and target version to 1.6

2012-10-15 Thread Andrew Hughes
- Original Message - On Mon, Oct 15, 2012 at 12:05 AM, Andrew Hughes gnu.and...@redhat.com wrote: Fair enough. What needs to happen for us to move on to 1.7 and eventually 1.8 which both have classfile format and language changes? Even OpenJDK doesn't do this for all class

Re: [cp-patches] [RFC PATCH 1/4] Handle malloc() failure in java_util_VMTimeZone.c file.

2012-10-15 Thread Andrew Hughes
- Original Message - From: Ivan Maidanski iv...@mail.ru 2011-07-20 Ivan Maidanski iv...@mail.ru * native/jni/java-util/java_util_VMTimeZone.c: Include jcl.h file. (Java_java_util_VMTimeZone_getSystemTimeZoneId): Throw OutOfMemoryException in case of

Re: [cp-patches] [RFC PATCH 2/4] Optimize emptySet/Map/List() in Collections class.

2012-10-15 Thread Andrew Hughes
- Original Message - From: Ivan Maidanski iv...@mail.ru 2011-07-20 Ivan Maidanski iv...@mail.ru * java/util/Collections.java: (emptySet(), EmptySet.iterator(), emptyList(), emptyMap(), EmptyMap.entrySet(), EmptyMap.keySet(), EmptyMap.values(),

Re: [cp-patches] [RFC PATCH 4/4] Fix java/lang/String.codePoint{At|Before} exception types

2012-10-15 Thread Andrew Hughes
- Original Message - OpenJDK throws StringIndexOutOfBoundsException and so should we. Signed-off-by: Pekka Enberg penb...@kernel.org --- ChangeLog |6 ++ java/lang/String.java |4 2 files changed, 10 insertions(+), 0 deletions(-) diff --git

Re: [cp-patches] [RFC PATCH 4/4] Fix java/lang/String.codePoint{At|Before} exception types

2012-10-15 Thread Andrew Hughes
- Original Message - OpenJDK throws StringIndexOutOfBoundsException and so should we. Signed-off-by: Pekka Enberg penb...@kernel.org --- ChangeLog |6 ++ java/lang/String.java |4 2 files changed, 10 insertions(+), 0 deletions(-) diff --git

Re: [cp-patches] [RFC PATCH 3/4] Fix NPE in java/util/Formatter.format() method

2012-10-15 Thread Andrew Hughes
- Original Message - This patch fixes NPE for the following Malva test cases: assertEquals(false, String.format(%b, (Object[])null)); assertEquals(null, String.format(%h, (Object[])null)); assertEquals(null, String.format(%s, (Object[])null)); assertEquals(null,

Re: [cp-patches] [RFC PATCH v2] Fix NPE in java/util/Formatter.format() method

2012-10-15 Thread Andrew Hughes
- Original Message - This patch fixes NPE for the following Malva test cases: assertEquals(false, String.format(%b, (Object[])null)); assertEquals(null, String.format(%h, (Object[])null)); assertEquals(null, String.format(%s, (Object[])null)); assertEquals(null,

Re: [cp-patches] [RFC PATCH] Bump up Java source and target version to 1.6

2012-10-15 Thread Andrew Hughes
- Original Message - On Oct 15, 2012, at 2:37 AM, Pekka Enberg penb...@kernel.org wrote: On Sat, 13 Oct 2012, Ivan Maidanski wrote: If you could show the community that upgrading to 1.7 brings some benefit (e.g., like above) then it is ok to upgrade to 1.7 directly (thus

Re: [cp-patches] [RFC PATCH] Bump up Java source and target version to 1.6

2012-10-14 Thread Andrew Hughes
- Original Message - On Sat, Oct 6, 2012 at 7:20 AM, Andrew Hughes ahug...@redhat.com wrote: I was going to ask the same. I don't see any good reason to change this. Fair enough. What needs to happen for us to move on to 1.7 and eventually 1.8 which both have classfile format

Re: [cp-patches] Patch replacing all remaining .cvsignore with .gitignore

2012-07-16 Thread Andrew Hughes
- Original Message - Hi Andrew, On Apr 3, you committed a patch replacing root .cvsignore with .gitignore. I've prepared several patches to complete move to .gitignore (as well as to excluded some more auto-generated files): 1. Replace all .cvsignore files with .gitignore -

Re: [cp-patches] Assertions and System Assertions in GNU Classpath

2012-04-24 Thread Andrew Hughes
/2012-April/003195.html On 04/24/2012 02:29 AM, Andrew Hughes wrote: - Original Message - Hi there. I want to reanimate a discussion from 2007 [1,2] about the Assertion/System Assertion handling. As far as I know GNU Classpath can't distinguish between normal assertions (-ea

Re: [cp-patches] [commit-cp] classpath ChangeLog native/jni/java-io/java_io_...

2012-03-29 Thread Andrew Hughes
- Original Message - CVSROOT: /sources/classpath Module name: classpath Changes by: Andrew Haley aph 12/03/29 09:32:34 Modified files: . : ChangeLog native/jni/java-io: java_io_VMConsole.c Log message: 2012-03-25 Gerald Pfeifer

Re: [cp-patches] [commit-cp] classpath ChangeLog native/jni/java-io/java_io_...

2012-03-29 Thread Andrew Hughes
- Original Message - On 03/29/2012 06:19 PM, Ivan Maidanski wrote: Hi Andrew, Thu, 29 Mar 2012 17:42:17 +0100 от Andrew Haley a...@redhat.com: On 03/29/2012 04:58 PM, Ivan Maidanski wrote: It would be good to deprecate ChangeLog (used as commit log) as well. Why? I think

Re: [cp-patches] [RFC/PATCH 2/2] Add missing Java 1.5 java/net methods

2012-03-15 Thread Andrew Hughes
- Original Message - On Wed, Mar 14, 2012 at 8:22 PM, Andrew Hughes ahug...@redhat.com wrote: I don't see how this is better than just not having these APIs.  Shouldn't they at least delegate to VM level? That's what the API does with OpenJDK too! Also, the VM is not really

Re: [cp-patches] [RFC/PATCH 1/2] Add missing Java 1.5 java/net classes

2012-03-14 Thread Andrew Hughes
- Original Message - Signed-off-by: Pekka Enberg penb...@kernel.org --- java/net/CacheRequest.java| 52 java/net/CacheResponse.java | 55 + java/net/CookieHandler.java | 68 +++

Re: [cp-patches] [RFC/PATCH 2/2] Add missing Java 1.5 java/net methods

2012-03-14 Thread Andrew Hughes
- Original Message - Signed-off-by: Pekka Enberg penb...@kernel.org --- java/net/ServerSocket.java |8 java/net/Socket.java |8 java/net/SocketImpl.java |8 3 files changed, 24 insertions(+), 0 deletions(-) diff --git

Re: [cp-patches] [RFC/PATCH 1/6] Fix java/lang/reflect/Member.getDeclaringClass() return type

2012-03-12 Thread Andrew Hughes
- Original Message - Signed-off-by: Pekka Enberg penb...@kernel.org --- java/lang/reflect/Member.java |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/java/lang/reflect/Member.java b/java/lang/reflect/Member.java index fed962c..945fbf6 100644 ---

Re: [cp-patches] [RFC/PATCH 4/6] Add missing Java 1.7 constructors to java/lang classes

2012-03-12 Thread Andrew Hughes
- Original Message - Signed-off-by: Pekka Enberg penb...@kernel.org --- java/lang/AssertionError.java | 14 +- java/lang/LinkageError.java | 17 +++-- 2 files changed, 28 insertions(+), 3 deletions(-) diff --git a/java/lang/AssertionError.java

Re: [cp-patches] [RFC/PATCH 5/6] Add missing Java 1.7 ReflectiveOperationException class

2012-03-12 Thread Andrew Hughes
- Original Message - Signed-off-by: Pekka Enberg penb...@kernel.org --- java/lang/ClassNotFoundException.java|6 +- java/lang/IllegalAccessException.java|6 +- java/lang/InstantiationException.java|6 +-

Re: [cp-patches] [RFC/PATCH 2/6] Add missing java/lang/System.lineSeparator() method

2012-03-12 Thread Andrew Hughes
- Original Message - Signed-off-by: Pekka Enberg penb...@kernel.org --- java/lang/System.java | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/java/lang/System.java b/java/lang/System.java index 51b3259..9d86991 100644 ---

Re: [cp-patches] [RFC/PATCH 3/6] Add missing Java 1.7 compare() API methods to java/lang classes

2012-03-12 Thread Andrew Hughes
- Original Message - Signed-off-by: Pekka Enberg penb...@kernel.org --- java/lang/Boolean.java | 15 +++ java/lang/Byte.java | 17 + java/lang/Character.java | 17 + java/lang/Integer.java | 17 +

Re: [cp-patches] [RFC/PATCH 6/6] Add missing Java 1.7 java/lang/reflect/Modifier methods

2012-03-12 Thread Andrew Hughes
- Original Message - Signed-off-by: Pekka Enberg penb...@kernel.org --- java/lang/reflect/Modifier.java | 42 ++- 1 files changed, 41 insertions(+), 1 deletions(-) diff --git a/java/lang/reflect/Modifier.java

[cp-patches] FYI: Add support for translating metazones

2008-07-07 Thread Andrew Hughes
This adds support for translating metazones (e.g. GMT) to standard names (Europe/London for GMT in en_GB) using the new metazones.properties file. ChangeLog: 2008-07-07 Andrew John Hughes [EMAIL PROTECTED] * java/text/DateFormatSymbols.java: Use metazones to convert metazone