This updates some tests for the new Builder interfaces.
2006-06-28 Casey Marshall <[EMAIL PROTECTED]>
* jessie-tests/testCertificate.java: update for Builder
interface and API changes.
* jessie-tests/testServerHello.java: likewise.
* jessie-tests/testServerKeyEx
This turns SessionStore into AbstractSessionContext, a skeletal
implementation of the SessionContext interface, fleshes out some more
of the Session class (itself a skeletal implementation of the
SSLSession interface), and uses generic collection types in
PrivateCredentials.
2006-06-28 C
This makes GetSecurityPropertyAction implement
PrivilegedAction, and adds the @Requires annotation that I've
mentioned previously.
2006-06-28 Casey Marshall <[EMAIL PROTECTED]>
* gnu/java/security/Requires.java: new annotation.
* gnu/java/security/action/GetSecurityProperty
Like ByteArrayOutputStream, but writes to a ByteBuffer.
2006-06-28 Casey Marshall <[EMAIL PROTECTED]>
* gnu/java/io/ByteBufferOutputStream.java: new file.
Committed.
### Eclipse Workspace Patch 1.0
#P classpath-ssl-nio
Index: gnu/java/io/ByteBufferOutputStream.java
==
This adds a varargs `log' method to SystemLogger, and makes that
class a subclass of Logger.
2006-06-28 Casey Marshall <[EMAIL PROTECTED]>
* gnu/classpath/debug/SystemLogger.java: extend Logger.
(SYSTEM): declare as instance of SystemLogger; set it to such an
instance
This adds methods to Signature and SignatureSpi that take a
ByteBuffer as input.
2006-06-28 Casey Marshall <[EMAIL PROTECTED]>
* java/security/Signature.java (update): new method.
* java/security/SignatureSpi.java (engineUpdate): new method.
Committed.
### Eclipse Workspace
On Jun 28, 2006, at 8:35 AM, Roman Kennke wrote:
The X/Escher peers for inclusion in Classpath.
After some email exchange with Mark I think it would be best to handle
the dependency on Escher just as we handle other dependecies on
external
libs (GTK, Qt). The only problem beeing this lib is J
On Jun 28, 2006, at 8:35 AM, Roman Kennke wrote:
The X/Escher peers for inclusion in Classpath.
After some email exchange with Mark I think it would be best to handle
the dependency on Escher just as we handle other dependecies on
external
libs (GTK, Qt). The only problem beeing this lib is J
This patch puts a bit more into thread state handling.
It adds a variable to hold the state inside the thread
(in much the same way as the name is handled). It also
updates some of the methods so that they also update the
state. A full implementation will mean that VMs also have
to update the sta
Andreas Tobler wrote:
Hello all,
this patch brings the image handling back to work on big endian systems.
Please check on a little endian system!
I hope the comments in the code are ok.
Ok to commit?
Commited after review & test by Sven.
Thanks
Andreas
Andreas
2006-06-27 Andreas Toble
Hi,
The attached patch is in relation to PR28192 : Algorithm Names should be
case insensitive (http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28192).
When applied, algorithm names will be case insensitive.
Please review and let me know if any changes are in order.
Thanks,
Matt Wringe
Changelog
LocalSocket doesn't support setSoTimeout() and getSoTimeout(). However,
it seems more sensible to not throw and exception and ignore
setSoTimeout() instead. This is needed to get the X/Escher peers to work
with LocalSockets.
2006-06-28 Roman Kennke <[EMAIL PROTECTED]>
* gnu/java/net/loc
Sorry, I forgot to mention that this patch also fixes some unexpected
exceptions (ie. the exceptions thrown if
columns/rows/scrollbarVisibility had an invalid value). Again, this is
based on Harmony's TestSuite.
On Wed, 2006-06-28 at 13:35 -0400, Tania Bento wrote:
> Hey guys,
>
> This patch fixe
Hey guys,
This patch fixes a failing Harmony Test (TextAreaTest.testReplaceText).
These changes follow the reference implementation. Can someone please
approve and/or comment on this patch.
Thanks,
Tania
2006-06-28 Tania Bento <[EMAIL PROTECTED]>
*java/awt/TextArea.java
This patch (committed) implements an unmarked stub method in JComponent:
2006-06-28 David Gilbert <[EMAIL PROTECTED]>
* javax/swing/JComponent.java
(getRegisteredKeyStrokes): Implemented.
Mauve tests to follow.
Regards,
Dave
Index: javax/swing/JComponent.java
===
Hi again,
> Trying out the peers:
Forgot to mention, you need to either --enable-local-sockets, or say
-Dgnu.xawt.no_local_sockets at runtime. Makes things a little slower
though and you need X accept connections on TCP.
/Roman
--
“Improvement makes straight roads, but the crooked roads, witho
The X/Escher peers for inclusion in Classpath.
After some email exchange with Mark I think it would be best to handle
the dependency on Escher just as we handle other dependecies on external
libs (GTK, Qt). The only problem beeing this lib is Java, and I have no
clue how to teach that to the autot
This small patch (committed) fixes a failing Mauve test:
2006-06-28 David Gilbert <[EMAIL PROTECTED]>
* javax/swing/JComponent.java
(verifyInputWhenFocusTarget): Initialise to true.
Regards,
Dave
Index: javax/swing/JComponent.java
=
This patch (committed) fixes a bug in JComponent's handling of
VetoableChangeListeners:
2006-06-28 David Gilbert <[EMAIL PROTECTED]>
* java/beans/VetoableChangeSupport.java
(addVetoableChangeListener(VetoableChangeListener)): Do nothing for
null listener,
(addV
This patch (committed) implements 4 methods that were introduced in JDK 1.5:
2006-06-28 David Gilbert <[EMAIL PROTECTED]>
* javax/swing/JComponent.java
(componentPopupMenu): New field,
(inheritsPopupMenu): New field,
(getInheritsPopupMenu): Implemented,
On Wed, 28 Jun 2006 10:52:13 +0200
"Jeroen Frijters" <[EMAIL PROTECTED]> wrote:
> Andrew John Hughes wrote:
> > The attached patch adds the two missing stack trace methods to
> > Thread. Currently, they are untested, as nothing yet implements
> > the new VM method for thread stacktraces.
>
> Tha
This patch (committed) removes a FIXME from the DefaultTableColumnModel class. The
changeEvent field should be instantiated the first time it is actually needed - I
have a Mauve test for this, which I wrote some time ago:
2006-06-28 David Gilbert <[EMAIL PROTECTED]>
* javax/swing/ta
Andrew John Hughes wrote:
> The attached patch adds the two missing stack trace methods to
> Thread. Currently, they are untested, as nothing yet implements
> the new VM method for thread stacktraces.
Thanks! It doesn't yet work, as ManagementFactory.getThreadMXBean() is
currently still unimpleme
23 matches
Mail list logo