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
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
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
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
Removing the file that was comitted by chance.
2006-02-08 Audrius Meskauskas <[EMAIL PROTECTED]>
* tools/Makefile: Removed.
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,
(
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
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
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
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
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
Removing the file that was comitted by chance.
2006-02-08 Audrius Meskauskas <[EMAIL PROTECTED]>
* tools/Makefile.in: Removed.
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
==
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
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
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
16 matches
Mail list logo