[cp-patches] FYI: JProgressBar.paramString reimplemented

2006-04-19 Thread David Gilbert
This patch (committed) reimplements the paramString() method to provide more detailed debugging information: 2006-04-19 David Gilbert <[EMAIL PROTECTED]> * javax/swing/JProgressBar.java (paramString): Reimplemented. Regards, Dave Index: javax/swing/JProgressBar.java

[cp-patches] FYI: JButton.java - updated API docs

2006-04-19 Thread David Gilbert
This patch (committed) adds/updates API docs for the JButton class: 2006-04-19 David Gilbert <[EMAIL PROTECTED]> * javax/swing/JButton.java: Updated API docs all over. I also removed a comment from the configurePropertiesFromAction() method that looks like a cut-and-paste from Sun's

Re: [PING] Re: [cp-patches] RFC: javax.swing.text.DefaultCaret

2006-04-19 Thread Robert Schuster
Hi, this looks fine to me. Please commit. cya Robert Carsten Neumann wrote: > My copyright assignment should be on file now, please comment > and/or commit ;) > > Thanks, > Carsten > > Carsten Neumann wrote: > >>Hi Mark, >> >>Mark Wielaard wrote: >> >> >>>Hi Casten, >>>

[PING] Re: [cp-patches] RFC: java.io.ObjectStreamConstants documented

2006-04-19 Thread Carsten Neumann
My copyright assignment should be on file now. Wolfgang Baer pointed out that the two fields this patch adds (TC_ENUM, SC_ENUM) are already on the generics branch. Should I split the patch into 2 (one that only documents HEAD and one for the two new fields) to simplify merges ? Thanks,

[PING] Re: [cp-patches] RFC: java.sql.* doc comment updates

2006-04-19 Thread Carsten Neumann
My copyright assignment should be on file now, please comment and/or commit ;) Thanks, Carsten Carsten Neumann wrote: > > Hi, > > the attached patch removes all warnings I got from eclipse about doc > comment @param tags not matching method signatures and similar. It

[PING] Re: [cp-patches] RFC: javax.swing.text.DefaultCaret

2006-04-19 Thread Carsten Neumann
My copyright assignment should be on file now, please comment and/or commit ;) Thanks, Carsten Carsten Neumann wrote: > Hi Mark, > > Mark Wielaard wrote: > >> Hi Casten, >> >> On Fri, 2006-03-24 at 23:52 +0100, Carsten Neumann wrote: >> >>> I've implemented the metho

[cp-patches] FYI: NavigationFilter.Bypass fix

2006-04-19 Thread Robert Schuster
Hi, this patch fixes the endless recursion[0] which occured in the NavigationFilter demo. The ChangeLog: 2006-04-19 Robert Schuster <[EMAIL PROTECTED]> * javax/swing/text/DefaultCaret.java: (DefaultCaret.Bypass.setDot): Call DefaultCaret.setDotImpl instead of DefaultCar

[cp-patches] FYI: Toolkit fixlet

2006-04-19 Thread Roman Kennke
In Toolkit.getDefaultToolkit() we need to use the system classloader. Otherwise the toolkit must be on the bootclasspath in order to be loadable. Using the system classloader it is sufficient to have it in -cp. 2006-04-19 Roman Kennke <[EMAIL PROTECTED]> * java/awt/Toolkit.java

[cp-patches] FYI: LocalSocket fixes

2006-04-19 Thread Roman Kennke
The LocalSocket implementation didn't handle EINTR correctly (not at all). I fixed this and now the local sockets work quite well with the X peers: http://kennke.org/~roman/xawt/ IMO they should be enabled by default. 2006-04-19 Roman Kennke <[EMAIL PROTECTED]> * native/jni/java-net/l

[cp-patches] Patch: FYI: PR 27602 / PR 25650

2006-04-19 Thread Tom Tromey
I'm checking this in. This is the patch from PR 27602, which also fixes 25650. PR 25650 suggests a different #if, but I think this one is fine. Tom 2006-04-19 Riccardo Mottola <[EMAIL PROTECTED]> PR classpath/27062, PR classpath/25650: * native/fdlibm/ieeefp.h: Check for _POWE

[cp-patches] Patch: FYI: fix PR 27189

2006-04-19 Thread Tom Tromey
I'm checking this in. This fixes PR 27189. I've already checked in the Mauve test. Tom 2006-04-19 Tom Tromey <[EMAIL PROTECTED]> * java/text/SimpleDateFormat.java (formatWithAttribute): Take absolute value of 'pureMinutes'. PR classpath/27189. Index: java/text/SimpleDateFor

Re: [cp-patches] RFC: change in VMClassLoader to define boot packages

2006-04-19 Thread Olivier Jolly
Hi, the patch is committed. Now that fastjar has its own home on savannah, the patch to support the -i option should be incorporated soon and we'll be able to add the creation of the index to the glibj.zip by default. regards +Olivier Nicolas Geoffray wrote: Hi Oliver, This is fine for me

[cp-patches] FYI: modification to PBEKDF2 inistialisation

2006-04-19 Thread Raif S. Naffah
hello there, as suggested by Stephen, the attached patch, already committed, modifies the setup() method of the PBEKDF2 generator to check first for a raw byte array, to use as the underlying MAC's key material, in preference to a password (characters). furthermore, the patch also allows the

[cp-patches] Revise threading description in vmintegration.texinfo

2006-04-19 Thread Ian Rogers
Hi, this patch revises the discussion of threading in the VM integration guide, as well as fixing a link to the Jikes RVM. A discussion was had on classpath@gnu.org on the 29/03/06 under the heading "Green threads - some experience". The VM integration guide should now be up-to-date on this s

[cp-patches] FYI: JMenu - marked methods as stubs

2006-04-19 Thread David Gilbert
This patch (committed) marks some stub methods in JMenu.java: 2006-04-19 David Gilbert <[EMAIL PROTECTED]> * javax/swing/JMenu.java (getAccessibleChildrenCount): Marked as stub, (getAccessibleChild): Likewise, (getAccessibleSelection): Likewise, (getAcce

[cp-patches] FYI: JSplitPane cleanup

2006-04-19 Thread David Gilbert
This patch (committed) reimplements the paramString() method, updates the setResizeWeight() method with argument checking and event notification and adds API docs to a couple of other methods. The paramString() method contains a FIXME that can be removed once bug report 27208 is fixed: 2006-0

Re: [cp-patches] FYI: gnu.xml.dom.html2.* fixes and additions

2006-04-19 Thread Chris Burdess
Lillian Angel wrote: That's wrong. The colon is not permitted to appear as the last character in the string. You removed a valid check. Sun does permit a ':' to be the last character in a string. I was rather quick to assume that I was correct. I retested the applets that posed to be a pro