[cp-patches] Re: FYI: GtkSelection.c LocalRef cleanup

2005-11-26 Thread Christian Thalinger
On Fri, 2005-11-25 at 21:17 +0100, Mark Wielaard wrote: Christian, together with the patch that I committed today for this file this should now compile warning free and actually work, even on 64bit machines. Could you check? Yes, builds. TWISTI

Re: [cp-patches] RFC: preview of XMLEncoder

2005-11-26 Thread Mark Wielaard
Hi Robert, [sorry for the double message, I still cannot sent mail from my primary address to the list] On Tue, 2005-11-22 at 15:56 +0100, Robert Schuster wrote: as requested on IRC I put the patch that implements parts of the XMLEncoder on the list. This code compiles, handles the easier XML

Re: [cp-patches] FYI: JTable fixlet

2005-11-26 Thread Mark Wielaard
Hi Roman, On Thu, 2005-11-24 at 20:29 +, Roman Kennke wrote: I adjusted the DefaultTableCellRenderer to not adapt the JTables enabled property setting to the renderer. The cells are rendered normally even when the JTable itself is disabled. 2005-11-24 Roman Kennke [EMAIL PROTECTED]

Re: [cp-patches] FYI: BasicLabelUI cleanup

2005-11-26 Thread Mark Wielaard
Hi Roman, On Thu, 2005-11-24 at 20:32 +, Roman Kennke wrote: I removed some unnecessary code from the BasicLabelUI. 2005-11-24 Roman Kennke [EMAIL PROTECTED] * javax/swing/plaf/basic/BasicLabelUI.java (getPreferredSize): Don't use deprecated method to acquire

[cp-patches] Re: FYI: GtkSelection.c LocalRef cleanup

2005-11-26 Thread Christian Thalinger
On Fri, 2005-11-25 at 21:17 +0100, Mark Wielaard wrote: 2005-11-25 Mark Wielaard [EMAIL PROTECTED] Fixes bug #24981 * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkSelection.c (clipboard_targets_received): DeleteLocalRef of NewStringUTF.

[cp-patches] FYI: Removed javaio from CVS.

2005-11-26 Thread Guilhem Lavaux
Hi, It looks like javaio.[ch] is unused. So I am removing these files. Regards, Guilhem Lavaux. ChangeLog: 2005-11-25 Guilhem Lavaux [EMAIL PROTECTED] * native/jni/java-io/javaio.c, native/jni/java-io/javaio.h: Removed. * native/jni/java-io/java_io_VMFile.c:

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] *

[cp-patches] [RFC,Concept proposal]: Easing target dependency

2005-11-26 Thread Guilhem Lavaux
Hi, I would like to propose a code split to split the java interface from accessing syscalls in File IO (and generally for all native IO). Some VM may want (like us in kaffe) to change the way syscalls are called without touching the java interface logic. So I am proposing to keep the basic

Re: [cp-patches] [generics] RFC : implementation of java.lang.instrument package

2005-11-26 Thread Mark Wielaard
Hi Nicolas, On Fri, 2005-11-25 at 12:03 -0700, Tom Tromey wrote: Nicolas == Nicolas Geoffray [EMAIL PROTECTED] writes: Nicolas I implemented (implement is not really appropriate as it's minor files Nicolas with interfaces and exceptions) the java.lang.instrument.* files of Nicolas the

Re: [cp-patches] Re: javax.print standard attribute enums

2005-11-26 Thread Mark Wielaard
Hi Sven, On Thu, 2005-11-24 at 16:02 +0100, Sven de Marothy wrote: Oh, I should probably explain the stubs: The default implementation needs to be overridden. This doesn't show up in JAPI and might easily be forgotten until it causes someone a runtime error. So I added stubs with FIXMEs to

[cp-patches] Mysterious failure in gcj build

2005-11-26 Thread Andrew Haley
Rebuilding libgcj after making a change no longer works -- you get very strange messages about `cp' having failed: permission denied. But the `cp' command doesn't appear to be executed. After doing some searching, I discovered the reason the `cp' command didn't appear to be executed was that the

[cp-patches] Re: Mysterious failure in gcj build

2005-11-26 Thread Tom Tromey
Andrew == Andrew Haley [EMAIL PROTECTED] writes: Andrew I suppose we shouldn't be copying the .svn directories Andrew anywhere Yeah. Andrew 2005-11-26 Andrew Haley [EMAIL PROTECTED] Andrew * classpath/lib/Makefile.am (resources): Use `cp -p'. Andrew Remove `@' from start of

Re: [cp-patches] [generics] RFC : implementation of java.lang.instrument package

2005-11-26 Thread Nicolas Geoffray
Nicolas Where this class should be : Nicolas gnu/java/lang/instrument/InstrumentationImpl.java? Yes, that is the correct package to use. The name of the class is less strictly defined by Classpath, but that name sounds fine to me. Yes, that name is OK. I don't know how much we can

[cp-patches] Patch: FYI: StackTraceElement constructor

2005-11-26 Thread Tom Tromey
I'm checking this in. This adds a new StackTraceElement element constructor from 1.5. Tom 2005-11-26 Tom Tromey [EMAIL PROTECTED] * java/lang/StackTraceElement.java (StackTraceElement): New constructor. Index: java/lang/StackTraceElement.java

[cp-patches] Re: Mysterious failure in gcj build

2005-11-26 Thread Andrew Haley
Tom Tromey writes: Andrew == Andrew Haley [EMAIL PROTECTED] writes: Andrew I suppose we shouldn't be copying the .svn directories Andrew anywhere Yeah. Andrew 2005-11-26 Andrew Haley [EMAIL PROTECTED] Andrew * classpath/lib/Makefile.am (resources): Use `cp -p'.

Re: FreeSWTTestApps page added to wiki

2005-11-26 Thread Michael Koch
On Tue, Nov 22, 2005 at 01:40:12PM -0500, Thomas Fitzsimmons wrote: On Tue, 2005-11-22 at 13:02 -0500, Jeff Myers wrote: The Eclipse code that uses the XEmbeddedFrame is most likely the SWT_AWT bridge. This class is a platform-dependent hack that's used to embed AWT/Swing within SWT apps,

Re: FreeSWTTestApps page added to wiki

2005-11-26 Thread Mark Wielaard
On Tue, 2005-11-22 at 16:29 +0100, Roman Kennke wrote: Am Dienstag, den 22.11.2005, 13:23 +0100 schrieb Egon Willighagen: Anyway, I added a FreeSWTTestApps to the Classpath wiki using the same setup as the FreeSwingTestApps page. Very nice indeed! To complete the Free GUI Toolkits

Re: CACAO 0.93 released

2005-11-26 Thread Mark Wielaard
Hi Christian, On Thu, 2005-11-24 at 01:38 +0100, Christian Thalinger wrote: CACAO 0.93 released. This is a major feature enhancement and bugfix release. Wow this is an impressive release. Just tried it out and it seems really nice and fast :) ./configure make make install and off you go!

Compilation of Classpath with ecj on a 64-bit VM

2005-11-26 Thread Andrew John Hughes
Hi all, I recently hit on the same bug again for the second time, and still there seems to be no general solution to it. ecj is a Java-based Java compiler, which means that in compiling Classpath, it can run across problems in the VM or Classpath. On x86_64, this leads to a spurious

Re: Compilation of Classpath with ecj on a 64-bit VM

2005-11-26 Thread Tom Tromey
Andrew == Andrew John Hughes [EMAIL PROTECTED] writes: Andrew I recently hit on the same bug again for the second time, and Andrew still there seems to be no general solution to it. The general solution is to track down a newer version of the mprec code and import it. There is a version of

Build, Test, Deliver

2005-11-26 Thread Mark Wielaard
Hi all, For a long time we have needed a clear way to explain what we have been doing, how we do it and what our goals and road map are. When I was in Brazil a few months back David Wheeler discussed our progress, development model and goals with Bruno, Dalibor and me. As an outsider to our

[commit-cp] classpath java/lang/StackTraceElement.java ./Ch...

2005-11-26 Thread Tom Tromey
CVSROOT:/cvsroot/classpath Module name:classpath Branch: Changes by: Tom Tromey [EMAIL PROTECTED] 05/11/26 22:21:27 Modified files: java/lang : StackTraceElement.java . : ChangeLog Log message: *