[cp-patches] FYI: Add CompositeDataInvocationHandler

2007-03-30 Thread Andrew John Hughes
This adds a new 1.6 class, CompositeDataInvocationHandler to javax.management.openmbean. Changelog: 2007-03-30 Andrew John Hughes <[EMAIL PROTECTED]> * javax/management/openmbean/CompositeDataInvocationHandler.java: New file. -- Andrew :-) Escape the Java Trap with GNU Class

Re: [cp-patches] FYI: Disable gnome accessibility

2007-03-30 Thread Tom Tromey
> "Francis" == Francis Kung <[EMAIL PROTECTED]> writes: Francis> Yes, the problem is fixed after updating the set of accessibility Francis> packages. I'll revert the patch (is there any place where we can Francis> document this requirement for at-spi/atk/gail >= 1.18.0?). Perhaps configure c

Re: [cp-patches] [RFA] Fix JDWP variable table

2007-03-30 Thread Kyle Galloway
Keith Seitz wrote: Kyle Galloway wrote: It seem Thunderbird (at least my version) doesn't believe in tabs. When I hit TAB, it places three spaces " ". Take solace though, I am aware of this and I do use tabs in the actual ChangeLogs. This patch has been committed. One more thing... Upda

Re: [cp-patches] [RFA] Fix JDWP variable table

2007-03-30 Thread Keith Seitz
Kyle Galloway wrote: It seem Thunderbird (at least my version) doesn't believe in tabs. When I hit TAB, it places three spaces " ". Take solace though, I am aware of this and I do use tabs in the actual ChangeLogs. This patch has been committed. One more thing... Update the copyright not

Re: [cp-patches] [RFA] Fix JDWP variable table

2007-03-30 Thread Kyle Galloway
Keith Seitz wrote: Kyle Galloway wrote: This fix changes two values in gnu.classpath.jdwp.util.VariableTable so that they are correctly ints instead of longs. ChangeLog 2007-3-30 * gnu/classpath/jdwp/util/VariableTable.java: Make argCnt and slots ints. (write): Replace writeLong with w

Re: [cp-patches] [RFA] Fix JDWP variable table

2007-03-30 Thread Keith Seitz
Kyle Galloway wrote: This fix changes two values in gnu.classpath.jdwp.util.VariableTable so that they are correctly ints instead of longs. ChangeLog 2007-3-30 * gnu/classpath/jdwp/util/VariableTable.java: Make argCnt and slots ints. (write): Replace writeLong with writeInt for above.

[cp-patches] [RFA] Fix JDWP variable table

2007-03-30 Thread Kyle Galloway
This fix changes two values in gnu.classpath.jdwp.util.VariableTable so that they are correctly ints instead of longs. ChangeLog 2007-3-30 * gnu/classpath/jdwp/util/VariableTable.java: Make argCnt and slots ints. (write): Replace writeLong with writeInt for above. Questions/comments/con

[cp-patches] ObjectName.java: Handle 0-length names

2007-03-30 Thread Andrew Haley
Here's another one. Verified by comparison with the Sun JDK. Andrew. 2007-03-30 Andrew Haley <[EMAIL PROTECTED]> * javax/management/ObjectName.java: Handle 0-length names. Index: ObjectName.java === --- ObjectName.java

[cp-patches] Re: Patch: FYI: fix PR 29689

2007-03-30 Thread Mark Wielaard
On Thu, 2007-03-29 at 21:53 -0600, Tom Tromey wrote: > First, JarUtils was creating a logger. This doesn't seem very useful, > and it interacts strangely with the libgcj startup. So, I'm inclined > to just remove it. Please let me know if you don't like this for > Classpath I think it is fine t