[cp-patches] FYI: add offset to memcpy operation

2006-11-09 Thread Robert Schuster
Hi, the memcpy operation in gnu_java_nio_VMChannel.c::getsockname() for the IPv6 case was copying the port value into the same space as the IPv6 address. I fixed this by adding an offset (like its done in the IPv4 case). ChangeLog: 2006-11-09 Robert Schuster [EMAIL PROTECTED] *

[cp-patches] FYI: add offset to memcpy operation - getpeername

2006-11-09 Thread Robert Schuster
Hi, gnu_java_nio_VMChannel.c::getpeername() the memcpy operation in the IPv6 case is missing an offset when copying the port value in. This patch fixes that. ChangeLog: 2006-11-09 Robert Schuster [EMAIL PROTECTED] * native/jni/java-nio/gnu_java_nio_VMChannel.c: (getpeername):

[cp-patches] FYI: SimpleBeanInfo - fix for 29770

2006-11-09 Thread David Gilbert
This patch (committed) fixes a bug in the loadImage() method: 2006-11-09 David Gilbert [EMAIL PROTECTED] Fixes bug #29770 * java/beans/SimpleBeanInfo.java (loadImage): Check for nulls. I've already committed Mauve tests for this. Regards, Dave Index: java/beans/SimpleBeanInfo.java

[cp-patches] FYI: CSS fixes and improvements

2006-11-09 Thread Roman Kennke
This fixes some small problems with the CSS parser, improves CSS rule resolving to be closer to CSS2 and adds a couple of mappings from HTML attributes to CSS attributes. 2006-11-09 Roman Kennke [EMAIL PROTECTED] * gnu/javax/swing/text/html/css/CSSParser.java (parseRuleset):

[cp-patches] FYI: BlockView fixlets

2006-11-09 Thread Roman Kennke
This fixes a minor issue in BlockView and cleans up some code. 2006-11-09 Roman Kennke [EMAIL PROTECTED] * javax/swing/text/html/BlockView.java (cssHeight): Removed. (cssWidth): Removed. (cssSpans): New field. Replaces the two fields above. (BlockView):

[cp-patches] FYI: InlineView nowrap support

2006-11-09 Thread Roman Kennke
This adds support for the HTML attribute nowrap and the CSS attribute whitespace (which are basically the same thing). 2006-11-09 Roman Kennke [EMAIL PROTECTED] * javax/swing/text/html/InlineView.java (nowrap): New field. (getBreakWeight): Add support for nowrap.

[cp-patches] FYI: BeanContextSupport - constructor fixes

2006-11-09 Thread David Gilbert
This patch (committed) fixes a few failing Mauve tests: 2006-11-09 David Gilbert [EMAIL PROTECTED] * java/beans/beancontext/BeanContextSupport.java (BeanContextSupport): Use correct dtime default, (BeanContextSupport(BeanContext)): Likewise, (BeanContextSupport(BeanContext,

Re: [cp-patches] Classpath HEAD build error

2006-11-09 Thread Mark Wielaard
On Thu, 2006-11-09 at 22:55 +0100, Mark Wielaard wrote: The last part of this patch wasn't committed: [...] So, to be explicit revert the attached patch for now (patch -p0 -R patch.diff) and things should compile again. Cheers, Mark Index: gnu/javax/swing/text/html/css/CSSParser.java

Re: [cp-patches] Re: FYI: CSS border support

2006-11-09 Thread fchoong
Stuart Ballard wrote: Here's a can of worms: Do we actually *want* to be better than Sun's implementation, featurewise? For the same reason that we as Free runtime users and developers hate it when people write code which (inadvertently or not) relies on features that are only in Sun's

Re: [cp-patches] Re: FYI: CSS border support

2006-11-09 Thread fchoong
Stuart Ballard wrote: Here's a can of worms: Do we actually *want* to be better than Sun's implementation, featurewise? For the same reason that we as Free runtime users and developers hate it when people write code which (inadvertently or not) relies on features that are only in Sun's