[cp-patches] RFC: Time out HTTP keep-alive connections

2006-02-08 Thread David Daney
Currently we keep a HTTP keep-alive connection open forever. Although allowed by RFC 2616, this is forbidden by several other specifications derived from it (DLNA and UPnP). In addition to being incompatible with these other specification, it is a waste of resources to leave these connections

[cp-patches] FYI: SpinnerNumberModel.java fixes

2006-02-08 Thread David Gilbert
This patch (committed) fixes some failures on Mauve tests that I committed to Mauve CVS earlier today: 2006-02-08 David Gilbert <[EMAIL PROTECTED]> * javax/swing/SpinnerNumberModel.java (SpinnerNumberModel(Number, Comparable, Comparable, Number): Allow maximum and mini

[cp-patches] Patch: FYI: .cvsignore

2006-02-08 Thread Tom Tromey
I'm checking this in. This updates .cvsignore for the new tools directory. Tom 2006-02-08 Tom Tromey <[EMAIL PROTECTED]> * tools/.cvsignore: Added Makefile.in. Index: tools/.cvsignore === RCS file: tools/.cvsignore diff

[cp-patches] FYI: Commenting javax.rmi.server

2006-02-08 Thread Audrius Meskauskas
This patch adds comments to the two previously silent classes. No code is changed. 2006-02-08 Audrius Meskauskas <[EMAIL PROTECTED]> * java/rmi/server/RemoteRef.java, java/rmi/server/RemoteStub.java: Commented. Index: java/rmi/server/RemoteRef.java

[cp-patches] FYI: Removing one more wrongly comitted file.

2006-02-08 Thread Audrius Meskauskas
Removing the file that was comitted by chance. 2006-02-08 Audrius Meskauskas <[EMAIL PROTECTED]> * tools/Makefile: Removed.

[cp-patches] FYI: SpinnerDateModel fixes

2006-02-08 Thread David Gilbert
I committed this patch to fix some small issues revealed by the new tests I added to Mauve recently: 2006-02-08 David Gilbert <[EMAIL PROTECTED]> * javax/swing/SpinnerDateModel.java (SpinnerDateModel(Date, Comparable, Comparable, int)): Added argument checks, (

[cp-patches] Patch: Choice fix

2006-02-08 Thread Lillian Angel
I have a test case that shows problem if any one is interested. But, the dispatchEventImpl function was causing several problems. This fixes several assertion errors when painting. 2006-02-08 Lillian Angel <[EMAIL PROTECTED]> * java/awt/Choice.java (select): Fixed up code, adde

[cp-patches] FYI: PlainView fixlet

2006-02-08 Thread Roman Kennke
I noticed that the PasswordView did draw one character too much. Investigation showed that the mistake is in PlainView.drawLine(), where we used to call drawUnselectedText() with startOffset and endOffset, whereas it should be endOffset - 1 (because endOffset is actually the position _after_ the la

Re: [cp-patches] Patch: GtkComponentPeer fix

2006-02-08 Thread Lillian Angel
On Wed, 2006-02-08 at 08:47 +, Chris Burdess wrote: > Lillian Angel wrote: > > I added this check to prevent several assertion errors in GdkGraphics. > > > > 2006-02-07 Lillian Angel <[EMAIL PROTECTED]> > > > > * gnu/java/awt/peer/gtk/GtkComponentPeer.java > > (handleEvent): A

[cp-patches] Re: RFC: gnu.regexp: backslash escape in a replacement

2006-02-08 Thread Ito Kazumitsu
From: Ito Kazumitsu <[EMAIL PROTECTED]> Date: Wed, 08 Feb 2006 00:01:46 +0900 (JST) > I added support for backslash escape in a replacement as an > optional feature for fear that some application may depend > on the current behavior of gnu.regexp. Reading Sun's API docment, I found that the repla

[cp-patches] Re: [commit-cp] classpath ./.classpath ./ChangeLog ./configure....

2006-02-08 Thread Audrius Meskauskas
Mark>The Makefile and Makefile.in should not be in CVS Was checked in by chance. should be deleted now. Mark>The files were actually checked into tools/gnu/classpath/tools/... >(note the starting tools/). Which is good. But the ChangeLog entry is wrong. Corrected. Mark>Unfortunately neither

[cp-patches] FYI: Removed the wrongly comitted file tools/Makefile.in

2006-02-08 Thread Audrius Meskauskas
Removing the file that was comitted by chance. 2006-02-08 Audrius Meskauskas <[EMAIL PROTECTED]> * tools/Makefile.in: Removed.

[cp-patches] FYI: tools build system minor fix

2006-02-08 Thread Audrius Meskauskas
It seems that the tool text help files (built-in help system) was not copied to the source folder during installation. The path fixes this minor problem. 2006-02-08 Audrius Meskauskas <[EMAIL PROTECTED]> *tools/Makefile.am (ALL_TOOLS_FILES): Add $(TOOLS_HELPS). Index: Makefile.am ==

[cp-patches] Re: [commit-cp] classpath ./.classpath ./ChangeLog ./configure....

2006-02-08 Thread Mark Wielaard
Hi Audrius, On Wed, 2006-02-08 at 07:35 +, Audrius Meskauskas wrote: > Added files: > tools/gnu/classpath/tools/giop/grmic/templates: StubMethod.jav > TieMethod.jav > TieMethodVo

[cp-patches] FYI: Adding IOR parser and Naming Service to the tools package.

2006-02-08 Thread Audrius Meskauskas
This patch adds IOR parser and GIOP (CORBA) naming service to the tools package. These two tools can be easily made using classes from gnu.CORBA package. So they benefit a lot from being here and not in the separate project (it is easier to keep all classes in sync). 2006-02-08 Audrius Meskau

Re: [cp-patches] Patch: GtkComponentPeer fix

2006-02-08 Thread Chris Burdess
Lillian Angel wrote: I added this check to prevent several assertion errors in GdkGraphics. 2006-02-07 Lillian Angel <[EMAIL PROTECTED]> * gnu/java/awt/peer/gtk/GtkComponentPeer.java (handleEvent): Added check. Should not paint or update the component if it's width and