Re: [cp-patches] RFC: some missing DeleteLocalRef patches

2005-11-26 Thread Mark Wielaard
[This message also never made it to the list. Sorry for the duplicate Christian.] Hi Christian, On Thu, 2005-11-24 at 13:11 +0100, Christian Thalinger wrote: Found this one with statcvs, ok? 2005-11-24 Christian Thalinger [EMAIL PROTECTED] *

Re: [cp-patches] RFC: some missing DeleteLocalRef patches

2005-11-25 Thread Christian Thalinger
On Thu, 2005-11-24 at 17:31 +0100, Mark Wielaard wrote: Yes, please. Commited. TWISTI ___ Classpath-patches mailing list Classpath-patches@gnu.org http://lists.gnu.org/mailman/listinfo/classpath-patches

Re: [cp-patches] RFC: some missing DeleteLocalRef patches

2005-11-24 Thread Christian Thalinger
Hi! Found this one with statcvs, ok? TWISTI 2005-11-24 Christian Thalinger [EMAIL PROTECTED] * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c (save_to_stream): Added missing DeleteLocalRef call. Index:

Re: [cp-patches] RFC: some missing DeleteLocalRef patches

2005-11-22 Thread Christian Thalinger
This one i found with jaha (http://www.cs.helsinki.fi/u/abrax/HACK/JAVA/JAHA.html). TWISTI Index: native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c === RCS file:

Re: [cp-patches] RFC: some missing DeleteLocalRef patches

2005-11-22 Thread Mark Wielaard
Hi Christian, On Tue, 2005-11-22 at 11:14 +0100, Christian Thalinger wrote: This one i found with jaha (http://www.cs.helsinki.fi/u/abrax/HACK/JAVA/JAHA.html). --- native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c18 Aug 2005 01:22:00 - 1.19 +++

Re: [cp-patches] RFC: some missing DeleteLocalRef patches

2005-11-22 Thread Christian Thalinger
Ok, next time i'll send immediately a changelog. These are commited. TWISTI 2005-11-22 Christian Thalinger [EMAIL PROTECTED] * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c (nativeGetFontFamilies): Added missing DeleteLocalRef calls. *

[cp-patches] RFC: some missing DeleteLocalRef patches

2005-11-21 Thread Christian Thalinger
Hi! These are some patches for missing DeleteLocalRef calls i've found with CACAO. Are they ok? It seems so to me. Should i search for more stuff like that? TWISTI Index: native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c