From MAILER-DAEMON Sat Jul 01 06:00:34 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FwcHB-0000N0-Pz for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 06:00:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FwcHA-0000LJ-8X for commit-classpath@gnu.org; Sat, 01 Jul 2006 06:00:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FwcH9-0000Jk-NF for commit-classpath@gnu.org; Sat, 01 Jul 2006 06:00:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FwcH8-0000JW-R3 for commit-classpath@gnu.org; Sat, 01 Jul 2006 06:00:30 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FwcU7-0006oO-1P for commit-classpath@gnu.org; Sat, 01 Jul 2006 06:13:55 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FwcH6-0008O6-00 for ; Sat, 01 Jul 2006 06:00:28 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1FwcH5-0008O3-A3 for commit-classpath@gnu.org; Sat, 01 Jul 2006 10:00:28 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sat, 01 Jul 2006 10:00:27 +0000 Subject: [commit-cp] classpath/gnu/javax/crypto/key dh/DiffieHellman... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 10:00:32 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/01 10:00:27 Modified files: gnu/javax/crypto/key/dh: DiffieHellmanKeyAgreement.java GnuDHKeyPairGenerator.java GnuDHKey.java DiffieHellmanReceiver.java GnuDHPublicKey.java DiffieHellmanSender.java ElGamalReceiver.java ElGamalKeyAgreement.java ElGamalSender.java RFC2631.java DHKeyPairRawCodec.java GnuDHPrivateKey.java gnu/javax/crypto/key/srp6: SRPPublicKey.java SRP6Host.java SRPKeyPairGenerator.java SRP6SaslClient.java SRPPrivateKey.java SRPKeyPairRawCodec.java SRP6User.java SRPKey.java SRP6SaslServer.java SRPAlgorithm.java SRP6TLSServer.java SRP6TLSClient.java SRP6KeyAgreement.java gnu/javax/crypto/key: KeyAgreementException.java IncomingMessage.java IKeyAgreementParty.java KeyAgreementFactory.java OutgoingMessage.java BaseKeyAgreementParty.java GnuSecretKey.java . : ChangeLog Log message: 2006-07-01 Raif S. Naffah * gnu/javax/crypto/key/dh/DHKeyPairRawCodec.java: Source formatting. * gnu/javax/crypto/key/dh/DiffieHellmanKeyAgreement.java: Likewise. * gnu/javax/crypto/key/dh/DiffieHellmanReceiver.java: Likewise. * gnu/javax/crypto/key/dh/DiffieHellmanSender.java: Likewise. * gnu/javax/crypto/key/dh/ElGamalKeyAgreement.java: Likewise. * gnu/javax/crypto/key/dh/ElGamalReceiver.java: Likewise. * gnu/javax/crypto/key/dh/ElGamalSender.java: Likewise. * gnu/javax/crypto/key/dh/GnuDHKey.java: Likewise. * gnu/javax/crypto/key/dh/GnuDHKeyPairGenerator.java: Likewise. * gnu/javax/crypto/key/dh/GnuDHPrivateKey.java: Likewise. * gnu/javax/crypto/key/dh/GnuDHPublicKey.java: Likewise. * gnu/javax/crypto/key/dh/RFC2631.java: Likewise. * gnu/javax/crypto/key/srp6/SRP6Host.java: Likewise. * gnu/javax/crypto/key/srp6/SRP6KeyAgreement.java: Likewise. * gnu/javax/crypto/key/srp6/SRP6SaslClient.java: Likewise. * gnu/javax/crypto/key/srp6/SRP6SaslServer.java: Likewise. * gnu/javax/crypto/key/srp6/SRP6TLSClient.java: Likewise. * gnu/javax/crypto/key/srp6/SRP6TLSServer.java: Likewise. * gnu/javax/crypto/key/srp6/SRP6User.java: Likewise. * gnu/javax/crypto/key/srp6/SRPAlgorithm.java: Likewise. * gnu/javax/crypto/key/srp6/SRPKey.java: Likewise. * gnu/javax/crypto/key/srp6/SRPKeyPairGenerator.java: Likewise. * gnu/javax/crypto/key/srp6/SRPKeyPairRawCodec.java: Likewise. * gnu/javax/crypto/key/srp6/SRPPrivateKey.java: Likewise. * gnu/javax/crypto/key/srp6/SRPPublicKey.java: Likewise. * gnu/javax/crypto/key/BaseKeyAgreementParty.java: Likewise. * gnu/javax/crypto/key/GnuSecretKey.java: Likewise. * gnu/javax/crypto/key/IKeyAgreementParty.java: Likewise. * gnu/javax/crypto/key/IncomingMessage.java: Likewise. * gnu/javax/crypto/key/KeyAgreementException.java: Likewise. * gnu/javax/crypto/key/KeyAgreementFactory.java: Likewise. * gnu/javax/crypto/key/OutgoingMessage.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DiffieHellmanKeyAgreement.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHKeyPairGenerator.java?cvsroot=classpath&r1=1.7&r2=1.8 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHKey.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DiffieHellmanReceiver.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHPublicKey.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DiffieHellmanSender.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/ElGamalReceiver.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/ElGamalKeyAgreement.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/ElGamalSender.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/RFC2631.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DHKeyPairRawCodec.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHPrivateKey.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPPublicKey.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6Host.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPKeyPairGenerator.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6SaslClient.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPPrivateKey.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPKeyPairRawCodec.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6User.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPKey.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6SaslServer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPAlgorithm.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6TLSServer.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6TLSClient.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6KeyAgreement.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/KeyAgreementException.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/IncomingMessage.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/IKeyAgreementParty.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/KeyAgreementFactory.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/OutgoingMessage.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/BaseKeyAgreementParty.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/GnuSecretKey.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7984&r2=1.7985 From MAILER-DAEMON Sat Jul 01 07:38:05 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FwdnZ-0005FK-2B for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 07:38:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FwdnX-0005Ek-Ej for commit-classpath@gnu.org; Sat, 01 Jul 2006 07:38:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FwdnW-0005EA-A7 for commit-classpath@gnu.org; Sat, 01 Jul 2006 07:38:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FwdnV-0005Dx-SQ for commit-classpath@gnu.org; Sat, 01 Jul 2006 07:38:01 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fwe0V-0005qG-1T for commit-classpath@gnu.org; Sat, 01 Jul 2006 07:51:27 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FwdnU-0002zi-00 for ; Sat, 01 Jul 2006 07:38:00 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1FwdnT-0002zW-EG for commit-classpath@gnu.org; Sat, 01 Jul 2006 11:38:00 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sat, 01 Jul 2006 11:37:59 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/lang/management/Cl... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 11:38:03 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/01 11:37:59 Modified files: . : ChangeLog gnu/java/lang/management: ClassLoadingMXBeanImpl.java OperatingSystemMXBeanImpl.java RuntimeMXBeanImpl.java java/lang/management: ManagementFactory.java ThreadInfo.java ThreadMXBean.java Added files: gnu/java/lang/management: BeanImpl.java ThreadMXBeanImpl.java vm/reference/gnu/java/lang/management: VMThreadMXBeanImpl.java Removed files: vm/reference/java/lang/management: VMThreadInfo.java Log message: 2006-07-01 Andrew John Hughes * gnu/java/lang/management/BeanImpl.java: New superclass for all bean implementations. * gnu/java/lang/management/ClassLoadingMXBeanImpl.java: Extend BeanImpl and call permission code there. * gnu/java/lang/management/OperatingSystemMXBeanImpl.java: Extend BeanImpl. * gnu/java/lang/management/RuntimeMXBeanImpl.java: Extend BeanImpl and call permission code there. * gnu/java/lang/management/ThreadMXBeanImpl.java: New file. * java/lang/management/ManagementFactory.java: (getThreadMXBean()): Implemented. * java/lang/management/ThreadInfo.java: (ThreadInfo(Thread,int)): Replaced... (ThreadInfo(Thread,long,long,Object,Thread,long,long, boolean, boolean, StackTraceElement[])): with this. (getBlockedCount()): Refactored to use local variables. (getBlockedTime()): Likewise. (getLockName()): Likewise. (getLockOwnerId()): Likewise. (getLockOwnerName()): Likewise. (getStackTrace()): Likewise. (getWaitedCount()): Likewise. (getWaitedTime()): Likewise. (isInNative()): Likewise. (isSuspended()): Likewise. (toString()): Changed to use new local variables. * java/lang/management/ThreadMXBean.java: (getThreadInfo(long, int)): Corrected documentation. (getThreadInfo(long[], int)): Likewise. * vm/reference/gnu/java/lang/management/VMThreadMXBeanImpl.java: New file. * vm/reference/java/lang/management/VMThreadInfo.java: Removed. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7985&r2=1.7986 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ClassLoadingMXBeanImpl.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/OperatingSystemMXBeanImpl.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/RuntimeMXBeanImpl.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/BeanImpl.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ThreadMXBeanImpl.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ThreadInfo.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ThreadMXBean.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMThreadMXBeanImpl.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/java/lang/management/VMThreadInfo.java?cvsroot=classpath&r1=1.1&r2=0 From MAILER-DAEMON Sat Jul 01 07:58:45 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fwe7Z-0001w8-J7 for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 07:58:45 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fwe7X-0001vs-GM for commit-classpath@gnu.org; Sat, 01 Jul 2006 07:58:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fwe7W-0001vg-3B for commit-classpath@gnu.org; Sat, 01 Jul 2006 07:58:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fwe7V-0001vd-UQ for commit-classpath@gnu.org; Sat, 01 Jul 2006 07:58:41 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FweKV-0006zT-F3 for commit-classpath@gnu.org; Sat, 01 Jul 2006 08:12:07 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fwe7V-0004QD-00 for ; Sat, 01 Jul 2006 07:58:41 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1Fwe7T-0004Q9-PH for commit-classpath@gnu.org; Sat, 01 Jul 2006 11:58:41 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sat, 01 Jul 2006 11:58:39 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/Thread.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 11:58:43 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/01 11:58:39 Modified files: . : ChangeLog java/lang : Thread.java Log message: 2006-07-01 Andrew John Hughes * java/lang/Thread.java: Make thread IDs start from 1. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7986&r2=1.7987 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/Thread.java?cvsroot=classpath&r1=1.29&r2=1.30 From MAILER-DAEMON Sat Jul 01 08:56:17 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fwf1F-0000ad-JP for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 08:56:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fwf1E-0000aT-01 for commit-classpath@gnu.org; Sat, 01 Jul 2006 08:56:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fwf1C-0000a1-IY for commit-classpath@gnu.org; Sat, 01 Jul 2006 08:56:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fwf1C-0000Zy-EI for commit-classpath@gnu.org; Sat, 01 Jul 2006 08:56:14 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FwfEC-0003bn-Fy for commit-classpath@gnu.org; Sat, 01 Jul 2006 09:09:40 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fwf19-0006WD-00 for ; Sat, 01 Jul 2006 08:56:11 -0400 Received: from jfrijters by savannah.gnu.org with local (Exim 4.50) id 1Fwf18-0006WA-JJ for commit-classpath@gnu.org; Sat, 01 Jul 2006 12:56:11 +0000 To: commit-classpath@gnu.org Message-Id: From: Jeroen Frijters Date: Sat, 01 Jul 2006 12:56:10 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/Thread.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 12:56:16 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Jeroen Frijters 06/07/01 12:56:10 Modified files: . : ChangeLog java/lang : Thread.java Log message: 2006-07-01 Jeroen Frijters * java/lang/Thread.java: Make thread IDs start from 1 in a more efficient way. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7987&r2=1.7988 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/Thread.java?cvsroot=classpath&r1=1.30&r2=1.31 From MAILER-DAEMON Sat Jul 01 08:57:58 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fwf2r-0001TW-Tl for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 08:57:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fwf2r-0001TL-4b for commit-classpath@gnu.org; Sat, 01 Jul 2006 08:57:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fwf2q-0001T3-Go for commit-classpath@gnu.org; Sat, 01 Jul 2006 08:57:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fwf2q-0001T0-Eg for commit-classpath@gnu.org; Sat, 01 Jul 2006 08:57:56 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FwfFq-0003o9-Fk for commit-classpath@gnu.org; Sat, 01 Jul 2006 09:11:22 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fwf2p-0006Xn-00 for ; Sat, 01 Jul 2006 08:57:55 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1Fwf2p-0006Xk-2v for commit-classpath@gnu.org; Sat, 01 Jul 2006 12:57:55 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sat, 01 Jul 2006 12:57:55 +0000 Subject: [commit-cp] classpath/examples/gnu/classpath/examples/management X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 12:57:57 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/01 12:57:55 New directory: examples/gnu/classpath/examples/management CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/?cvsroot=classpath From MAILER-DAEMON Sat Jul 01 09:00:29 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fwf5J-0003VE-AJ for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 09:00:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fwf5F-0003U6-Ut for commit-classpath@gnu.org; Sat, 01 Jul 2006 09:00:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fwf5F-0003TE-5G for commit-classpath@gnu.org; Sat, 01 Jul 2006 09:00:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fwf5E-0003Sx-S1 for commit-classpath@gnu.org; Sat, 01 Jul 2006 09:00:24 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FwfIE-0003yw-TY for commit-classpath@gnu.org; Sat, 01 Jul 2006 09:13:50 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fwf5D-0006ao-00 for ; Sat, 01 Jul 2006 09:00:23 -0400 Received: from jfrijters by savannah.gnu.org with local (Exim 4.50) id 1Fwf5C-0006ak-Bp for commit-classpath@gnu.org; Sat, 01 Jul 2006 13:00:23 +0000 To: commit-classpath@gnu.org Message-Id: From: Jeroen Frijters Date: Sat, 01 Jul 2006 13:00:22 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/ThreadGroup.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 13:00:26 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Jeroen Frijters 06/07/01 13:00:22 Modified files: . : ChangeLog java/lang : ThreadGroup.java Log message: 2006-07-01 Jeroen Frijters * java/lang/ThreadGroup.java (getThreadFromId, getThreadFromIdImpl): New methods. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7988&r2=1.7989 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/ThreadGroup.java?cvsroot=classpath&r1=1.21&r2=1.22 From MAILER-DAEMON Sat Jul 01 09:47:28 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fwfol-0001M4-WF for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 09:47:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fwfok-0001Lk-6a for commit-classpath@gnu.org; Sat, 01 Jul 2006 09:47:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fwfoi-0001KU-BE for commit-classpath@gnu.org; Sat, 01 Jul 2006 09:47:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fwfoi-0001KL-7X for commit-classpath@gnu.org; Sat, 01 Jul 2006 09:47:24 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fwg1i-0007TT-Rk for commit-classpath@gnu.org; Sat, 01 Jul 2006 10:00:50 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fwfoh-00009C-00 for ; Sat, 01 Jul 2006 09:47:23 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1Fwfog-000098-LR for commit-classpath@gnu.org; Sat, 01 Jul 2006 13:47:23 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sat, 01 Jul 2006 13:47:22 +0000 Subject: [commit-cp] classpath ChangeLog examples/gnu/classpath/exam... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 13:47:26 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/01 13:47:22 Modified files: . : ChangeLog Added files: examples/gnu/classpath/examples/management: TestClassLoading.java TestOS.java TestRuntime.java TestThread.java Log message: 2006-07-01 Andrew John Hughes * examples/gnu/classpath/examples/management/TestClassLoading.java, * examples/gnu/classpath/examples/management/TestOS.java, * examples/gnu/classpath/examples/management/TestRuntime.java, * examples/gnu/classpath/examples/management/TestThread.java: New files. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7989&r2=1.7990 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestClassLoading.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestOS.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestRuntime.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestThread.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sat Jul 01 11:45:31 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fwhf0-0006kq-Uw for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 11:45:30 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fwhey-0006kI-Tc for commit-classpath@gnu.org; Sat, 01 Jul 2006 11:45:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fwhex-0006jW-F6 for commit-classpath@gnu.org; Sat, 01 Jul 2006 11:45:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fwhex-0006jS-8c for commit-classpath@gnu.org; Sat, 01 Jul 2006 11:45:27 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fwhrz-0006MV-17 for commit-classpath@gnu.org; Sat, 01 Jul 2006 11:58:55 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fwhew-0004cE-00 for ; Sat, 01 Jul 2006 11:45:26 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1Fwhev-0004cB-5Y for commit-classpath@gnu.org; Sat, 01 Jul 2006 15:45:26 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sat, 01 Jul 2006 15:45:25 +0000 Subject: [commit-cp] classpath ChangeLog NEWS doc/vmintegration.texinfo X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 15:45:29 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/01 15:45:25 Modified files: . : ChangeLog NEWS doc : vmintegration.texinfo Log message: 2006-07-01 Andrew John Hughes * NEWS: Mention threading bean and getState(). * doc/vmintegration.texinfo: Update documentation for threading bean and new method of VMThread. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7990&r2=1.7991 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&r1=1.152&r2=1.153 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&r1=1.30&r2=1.31 From MAILER-DAEMON Sat Jul 01 17:33:24 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fwn5f-0001Zb-Uc for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 17:33:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fwn5e-0001Y3-9c for commit-classpath@gnu.org; Sat, 01 Jul 2006 17:33:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fwn5c-0001XH-UH for commit-classpath@gnu.org; Sat, 01 Jul 2006 17:33:22 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fwn5c-0001X6-K7 for commit-classpath@gnu.org; Sat, 01 Jul 2006 17:33:20 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FwnIh-00022D-PA for commit-classpath@gnu.org; Sat, 01 Jul 2006 17:46:51 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fwn5a-00014C-00 for ; Sat, 01 Jul 2006 17:33:18 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1Fwn5Z-000144-3q for commit-classpath@gnu.org; Sat, 01 Jul 2006 21:33:18 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Sat, 01 Jul 2006 21:33:17 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/AbstractCellEdi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 21:33:22 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/01 21:33:17 Modified files: . : ChangeLog javax/swing : AbstractCellEditor.java AbstractSpinnerModel.java Box.java BoxLayout.java DefaultListModel.java GrayFilter.java LookAndFeel.java ProgressMonitor.java ProgressMonitorInputStream.java ScrollPaneLayout.java SpringLayout.java javax/swing/event: EventListenerList.java MenuEvent.java TreeExpansionListener.java Log message: 2006-07-01 David Gilbert * javax/swing/AbstractCellEditor.java: Source code formatting, * javax/swing/AbstractSpinnerModel.java: Likewise, * javax/swing/Box.java: Likewise, * javax/swing/BoxLayout.java: Likewise, * javax/swing/DefaultListModel.java: Likewise, * javax/swing/GrayFilter.java: Likewise, * javax/swing/LookAndFeel.java: Likewise, * javax/swing/ProgressMonitor.java: Likewise, * javax/swing/ProgressMonitorInputStream.java: Likewise, * javax/swing/ScrollPaneLayout.java: Likewise, * javax/swing/SpringLayout.java: Likewise, * javax/swing/event/EventListenerList.java: Likewise, * javax/swing/event/MenuEvent.java: Likewise, * javax/swing/event/TreeExpansionListener.java: Likewise. ---------------------------------------------------------------------- CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7991&r2=1.7992 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/AbstractCellEditor.java?cvsroot=classpath&r1=1.14&r2=1.15 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/AbstractSpinnerModel.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/Box.java?cvsroot=classpath&r1=1.20&r2=1.21 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/BoxLayout.java?cvsroot=classpath&r1=1.27&r2=1.28 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/DefaultListModel.java?cvsroot=classpath&r1=1.12&r2=1.13 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/GrayFilter.java?cvsroot=classpath&r1=1.10&r2=1.11 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/LookAndFeel.java?cvsroot=classpath&r1=1.18&r2=1.19 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ProgressMonitor.java?cvsroot=classpath&r1=1.8&r2=1.9 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ProgressMonitorInputStream.java?cvsroot=classpath&r1=1.7&r2=1.8 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ScrollPaneLayout.java?cvsroot=classpath&r1=1.24&r2=1.25 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/SpringLayout.java?cvsroot=classpath&r1=1.10&r2=1.11 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/event/EventListenerList.java?cvsroot=classpath&r1=1.16&r2=1.17 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/event/MenuEvent.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/event/TreeExpansionListener.java?cvsroot=classpath&r1=1.4&r2=1.5 From MAILER-DAEMON Sat Jul 01 18:48:46 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FwoGb-0003UQ-Sa for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 18:48:45 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FwoGZ-0003St-Qu for commit-classpath@gnu.org; Sat, 01 Jul 2006 18:48:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FwoGY-0003RV-Ac for commit-classpath@gnu.org; Sat, 01 Jul 2006 18:48:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FwoGX-0003RK-SL for commit-classpath@gnu.org; Sat, 01 Jul 2006 18:48:41 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FwoTd-0005ch-Jk for commit-classpath@gnu.org; Sat, 01 Jul 2006 19:02:13 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FwoGW-0004U1-00 for ; Sat, 01 Jul 2006 18:48:40 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1FwoGV-0004Tx-1M for commit-classpath@gnu.org; Sat, 01 Jul 2006 22:48:40 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sat, 01 Jul 2006 22:48:39 +0000 Subject: [commit-cp] classpath/gnu/javax/crypto/keyring IPublicKeyri... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 22:48:45 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/01 22:48:39 Modified files: gnu/javax/crypto/keyring: IPublicKeyring.java Entry.java PasswordProtectedEntry.java BaseKeyring.java IPrivateKeyring.java IKeyring.java CertPathEntry.java PrimitiveEntry.java MaskableEnvelopeEntry.java PasswordEncryptedEntry.java GnuPublicKeyring.java PasswordAuthenticatedEntry.java BinaryDataEntry.java GnuPrivateKeyring.java EncryptedEntry.java CompressedEntry.java MalformedKeyringException.java PublicKeyEntry.java AuthenticatedEntry.java PrivateKeyEntry.java Properties.java CertificateEntry.java MeteredInputStream.java EnvelopeEntry.java . : ChangeLog Log message: 2006-07-02 Raif S. Naffah * gnu/javax/crypto/keyring/AuthenticatedEntry.java: Source formatting. * gnu/javax/crypto/keyring/BaseKeyring.java: Likewise. * gnu/javax/crypto/keyring/BinaryDataEntry.java: Likewise. * gnu/javax/crypto/keyring/CertificateEntry.java: Likewise. * gnu/javax/crypto/keyring/CertPathEntry.java: Likewise. * gnu/javax/crypto/keyring/CompressedEntry.java: Likewise. * gnu/javax/crypto/keyring/EncryptedEntry.java: Likewise. * gnu/javax/crypto/keyring/Entry.java: Likewise. * gnu/javax/crypto/keyring/EnvelopeEntry.java: Likewise. * gnu/javax/crypto/keyring/GnuPrivateKeyring.java: Likewise. * gnu/javax/crypto/keyring/GnuPublicKeyring.java: Likewise. * gnu/javax/crypto/keyring/IKeyring.java: Likewise. * gnu/javax/crypto/keyring/IPrivateKeyring.java: Likewise. * gnu/javax/crypto/keyring/IPublicKeyring.java: Likewise. * gnu/javax/crypto/keyring/MalformedKeyringException.java: Likewise. * gnu/javax/crypto/keyring/MaskableEnvelopeEntry.java: Likewise. * gnu/javax/crypto/keyring/MeteredInputStream.java: Likewise. * gnu/javax/crypto/keyring/PasswordAuthenticatedEntry.java: Likewise. * gnu/javax/crypto/keyring/PasswordEncryptedEntry.java: Likewise. * gnu/javax/crypto/keyring/PasswordProtectedEntry.java: Likewise. * gnu/javax/crypto/keyring/PrimitiveEntry.java: Likewise. * gnu/javax/crypto/keyring/PrivateKeyEntry.java: Likewise. * gnu/javax/crypto/keyring/Properties.java: Likewise. * gnu/javax/crypto/keyring/PublicKeyEntry.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/IPublicKeyring.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/Entry.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PasswordProtectedEntry.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/BaseKeyring.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/IPrivateKeyring.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/IKeyring.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/CertPathEntry.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PrimitiveEntry.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/MaskableEnvelopeEntry.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PasswordEncryptedEntry.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/GnuPublicKeyring.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PasswordAuthenticatedEntry.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/BinaryDataEntry.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/GnuPrivateKeyring.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/EncryptedEntry.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/CompressedEntry.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/MalformedKeyringException.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PublicKeyEntry.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/AuthenticatedEntry.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PrivateKeyEntry.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/Properties.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/CertificateEntry.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/MeteredInputStream.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/EnvelopeEntry.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7992&r2=1.7993 From MAILER-DAEMON Sat Jul 01 19:29:25 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fwotx-0006Sj-9r for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 19:29:25 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fwotv-0006Sa-Ar for commit-classpath@gnu.org; Sat, 01 Jul 2006 19:29:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fwott-0006SO-VQ for commit-classpath@gnu.org; Sat, 01 Jul 2006 19:29:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fwott-0006SL-RA for commit-classpath@gnu.org; Sat, 01 Jul 2006 19:29:21 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fwp70-0007o1-3w for commit-classpath@gnu.org; Sat, 01 Jul 2006 19:42:54 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fwott-0004tR-00 for ; Sat, 01 Jul 2006 19:29:21 -0400 Received: from green by savannah.gnu.org with local (Exim 4.50) id 1Fwotr-0004tO-Re for commit-classpath@gnu.org; Sat, 01 Jul 2006 23:29:20 +0000 To: commit-classpath@gnu.org Message-Id: From: Anthony Green Date: Sat, 01 Jul 2006 23:29:19 +0000 Subject: [commit-cp] classpath ChangeLog javax/sound/midi/Track.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Jul 2006 23:29:23 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Anthony Green 06/07/01 23:29:19 Modified files: . : ChangeLog javax/sound/midi: Track.java Log message: 2006-07-01 Anthony Green * javax/sound/midi/Track.java (vector, eventSet): Initialize. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7993&r2=1.7994 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/sound/midi/Track.java?cvsroot=classpath&r1=1.2&r2=1.3 From MAILER-DAEMON Sat Jul 01 20:19:58 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fwpgs-0004nU-D2 for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 20:19:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fwpgq-0004mI-F1 for commit-classpath@gnu.org; Sat, 01 Jul 2006 20:19:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fwpgo-0004kL-DN for commit-classpath@gnu.org; Sat, 01 Jul 2006 20:19:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fwpgo-0004kC-2f for commit-classpath@gnu.org; Sat, 01 Jul 2006 20:19:54 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fwptu-0002Tm-Rf for commit-classpath@gnu.org; Sat, 01 Jul 2006 20:33:26 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fwpgh-0006cp-00 for ; Sat, 01 Jul 2006 20:19:47 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1Fwpgg-0006cm-3n for commit-classpath@gnu.org; Sun, 02 Jul 2006 00:19:47 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sun, 02 Jul 2006 00:19:46 +0000 Subject: [commit-cp] classpath/gnu/javax/crypto/mac UMac32.java TMMH... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 00:19:56 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/02 00:19:46 Modified files: gnu/javax/crypto/mac: UMac32.java TMMH16.java HMac.java HMacFactory.java MacInputStream.java UHash32.java OMAC.java MacFactory.java MacOutputStream.java IMac.java BaseMac.java . : ChangeLog Log message: 2006-07-02 Raif S. Naffah * gnu/javax/crypto/mac/BaseMac.java: Source formatting. * gnu/javax/crypto/mac/HMac.java: Likewise. * gnu/javax/crypto/mac/HMacFactory.java: Likewise. * gnu/javax/crypto/mac/IMac.java: Likewise. * gnu/javax/crypto/mac/MacFactory.java: Likewise. * gnu/javax/crypto/mac/MacInputStream.java: Likewise. * gnu/javax/crypto/mac/MacOutputStream.java: Likewise. * gnu/javax/crypto/mac/OMAC.java: Likewise. * gnu/javax/crypto/mac/TMMH16.java: Likewise. * gnu/javax/crypto/mac/UHash32.java: Likewise. * gnu/javax/crypto/mac/UMac32.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/UMac32.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/TMMH16.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/HMac.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/HMacFactory.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/MacInputStream.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/UHash32.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/OMAC.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/MacFactory.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/MacOutputStream.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/IMac.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/BaseMac.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7994&r2=1.7995 From MAILER-DAEMON Sat Jul 01 21:18:02 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fwqb4-0006gi-7w for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 21:18:02 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fwqb2-0006e1-88 for commit-classpath@gnu.org; Sat, 01 Jul 2006 21:18:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fwqb1-0006d0-EJ for commit-classpath@gnu.org; Sat, 01 Jul 2006 21:17:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fwqb1-0006ce-93 for commit-classpath@gnu.org; Sat, 01 Jul 2006 21:17:59 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fwqo8-0005sl-Mh for commit-classpath@gnu.org; Sat, 01 Jul 2006 21:31:32 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fwqb0-0008On-00 for ; Sat, 01 Jul 2006 21:17:58 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1Fwqaz-0008Ok-Oc for commit-classpath@gnu.org; Sun, 02 Jul 2006 01:17:58 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sun, 02 Jul 2006 01:17:57 +0000 Subject: [commit-cp] classpath/gnu/javax/crypto/mode OFB.java BaseMo... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 01:18:00 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/02 01:17:57 Modified files: gnu/javax/crypto/mode: OFB.java BaseMode.java ECB.java CBC.java IAuthenticatedMode.java ModeFactory.java CFB.java CTR.java IMode.java ICM.java EAX.java . : ChangeLog Log message: 2006-07-02 Raif S. Naffah * gnu/javax/crypto/mode/BaseMode.java: Source formatting. * gnu/javax/crypto/mode/CBC.java: Likewise. * gnu/javax/crypto/mode/CFB.java: Likewise. * gnu/javax/crypto/mode/CTR.java: Likewise. * gnu/javax/crypto/mode/EAX.java: Likewise. * gnu/javax/crypto/mode/ECB.java: Likewise. * gnu/javax/crypto/mode/IAuthenticatedMode.java: Likewise. * gnu/javax/crypto/mode/ICM.java: Likewise. * gnu/javax/crypto/mode/IMode.java: Likewise. * gnu/javax/crypto/mode/ModeFactory.java: Likewise. * gnu/javax/crypto/mode/OFB.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/OFB.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/BaseMode.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/ECB.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/CBC.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/IAuthenticatedMode.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/ModeFactory.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/CFB.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/CTR.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/IMode.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/ICM.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/EAX.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7995&r2=1.7996 From MAILER-DAEMON Sat Jul 01 21:30:48 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FwqnP-0007GN-TI for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 21:30:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FwqnO-0007F4-K8 for commit-classpath@gnu.org; Sat, 01 Jul 2006 21:30:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FwqnM-0007DB-VC for commit-classpath@gnu.org; Sat, 01 Jul 2006 21:30:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FwqnM-0007Cz-QH for commit-classpath@gnu.org; Sat, 01 Jul 2006 21:30:44 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fwr0U-0006On-9o for commit-classpath@gnu.org; Sat, 01 Jul 2006 21:44:18 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FwqnM-00009R-00 for ; Sat, 01 Jul 2006 21:30:44 -0400 Received: from green by savannah.gnu.org with local (Exim 4.50) id 1FwqnK-000096-LH for commit-classpath@gnu.org; Sun, 02 Jul 2006 01:30:44 +0000 To: commit-classpath@gnu.org Message-Id: From: Anthony Green Date: Sun, 02 Jul 2006 01:30:42 +0000 Subject: [commit-cp] classpath ChangeLog javax/sound/midi/SysexMessa... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 01:30:46 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Anthony Green 06/07/02 01:30:42 Modified files: . : ChangeLog javax/sound/midi: SysexMessage.java Log message: Fix trivial bug. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7996&r2=1.7997 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/sound/midi/SysexMessage.java?cvsroot=classpath&r1=1.2&r2=1.3 From MAILER-DAEMON Sat Jul 01 21:58:55 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FwrEd-0006zP-CL for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 21:58:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FwrEb-0006xy-8U for commit-classpath@gnu.org; Sat, 01 Jul 2006 21:58:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FwrEY-0006sy-QX for commit-classpath@gnu.org; Sat, 01 Jul 2006 21:58:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FwrEY-0006sn-JR for commit-classpath@gnu.org; Sat, 01 Jul 2006 21:58:50 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FwrRg-0007oj-6P for commit-classpath@gnu.org; Sat, 01 Jul 2006 22:12:24 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FwrEW-0001X8-00 for ; Sat, 01 Jul 2006 21:58:48 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1FwrEV-0001X4-KY for commit-classpath@gnu.org; Sun, 02 Jul 2006 01:58:48 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sun, 02 Jul 2006 01:58:47 +0000 Subject: [commit-cp] classpath/gnu/javax/crypto/pad PKCS7.java PKCS1... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 01:58:54 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/02 01:58:47 Modified files: gnu/javax/crypto/pad: PKCS7.java PKCS1_V1_5.java BasePad.java WrongPaddingException.java IPad.java TBC.java PadFactory.java SSL3.java TLS1.java . : ChangeLog Log message: 2006-07-02 Raif S. Naffah * gnu/javax/crypto/pad/BasePad.java: Source formatting. * gnu/javax/crypto/pad/IPad.java: Likewise. * gnu/javax/crypto/pad/PadFactory.java: Likewise. * gnu/javax/crypto/pad/PKCS1_V1_5.java: Likewise. * gnu/javax/crypto/pad/PKCS7.java: Likewise. * gnu/javax/crypto/pad/SSL3.java: Likewise. * gnu/javax/crypto/pad/TBC.java: Likewise. * gnu/javax/crypto/pad/TLS1.java: Likewise. * gnu/javax/crypto/pad/WrongPaddingException.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/PKCS7.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/PKCS1_V1_5.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/BasePad.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/WrongPaddingException.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/IPad.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/TBC.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/PadFactory.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/SSL3.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/TLS1.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7997&r2=1.7998 From MAILER-DAEMON Sat Jul 01 22:13:21 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FwrSb-0008Ha-On for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 22:13:21 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FwrSa-0008HH-2C for commit-classpath@gnu.org; Sat, 01 Jul 2006 22:13:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FwrSY-0008Gr-Ub for commit-classpath@gnu.org; Sat, 01 Jul 2006 22:13:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FwrSY-0008Gj-RT for commit-classpath@gnu.org; Sat, 01 Jul 2006 22:13:18 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fwrfg-0000IS-RH for commit-classpath@gnu.org; Sat, 01 Jul 2006 22:26:52 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FwrSY-0001fa-00 for ; Sat, 01 Jul 2006 22:13:18 -0400 Received: from green by savannah.gnu.org with local (Exim 4.50) id 1FwrSX-0001fX-2R for commit-classpath@gnu.org; Sun, 02 Jul 2006 02:13:18 +0000 To: commit-classpath@gnu.org Message-Id: From: Anthony Green Date: Sun, 02 Jul 2006 02:13:17 +0000 Subject: [commit-cp] classpath ChangeLog javax/sound/midi/SysexMessa... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 02:13:20 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Anthony Green 06/07/02 02:13:17 Modified files: . : ChangeLog javax/sound/midi: SysexMessage.java Log message: Fix sysex midi messages again, but in a different place. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7998&r2=1.7999 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/sound/midi/SysexMessage.java?cvsroot=classpath&r1=1.3&r2=1.4 From MAILER-DAEMON Sat Jul 01 22:58:24 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FwsAC-00023A-KY for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 22:58:24 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FwsAA-00021G-Mm for commit-classpath@gnu.org; Sat, 01 Jul 2006 22:58:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FwsA8-00020s-RZ for commit-classpath@gnu.org; Sat, 01 Jul 2006 22:58:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FwsA8-00020p-M7 for commit-classpath@gnu.org; Sat, 01 Jul 2006 22:58:20 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FwsNG-0002US-SS for commit-classpath@gnu.org; Sat, 01 Jul 2006 23:11:54 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FwsA7-0003Jg-00 for ; Sat, 01 Jul 2006 22:58:19 -0400 Received: from green by savannah.gnu.org with local (Exim 4.50) id 1FwsA7-0003Jd-Ha for commit-classpath@gnu.org; Sun, 02 Jul 2006 02:58:19 +0000 To: commit-classpath@gnu.org Message-Id: From: Anthony Green Date: Sun, 02 Jul 2006 02:58:19 +0000 Subject: [commit-cp] classpath/gnu/javax/sound/midi/file X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 02:58:23 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Anthony Green 06/07/02 02:58:19 New directory: gnu/javax/sound/midi/file CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/?cvsroot=classpath From MAILER-DAEMON Sat Jul 01 23:01:27 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FwsD9-0002Vv-2L for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 23:01:27 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FwsD7-0002Vj-Nj for commit-classpath@gnu.org; Sat, 01 Jul 2006 23:01:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FwsD5-0002VX-BA for commit-classpath@gnu.org; Sat, 01 Jul 2006 23:01:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FwsD5-0002VU-6Z for commit-classpath@gnu.org; Sat, 01 Jul 2006 23:01:23 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FwsQD-0002cU-D3 for commit-classpath@gnu.org; Sat, 01 Jul 2006 23:14:57 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FwsD3-0003Oh-00 for ; Sat, 01 Jul 2006 23:01:21 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1FwsD2-0003Oa-I2 for commit-classpath@gnu.org; Sun, 02 Jul 2006 03:01:21 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sun, 02 Jul 2006 03:01:20 +0000 Subject: [commit-cp] classpath/gnu/javax/crypto/prng CSPRNG.java ICM... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 03:01:25 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/02 03:01:20 Modified files: gnu/javax/crypto/prng: CSPRNG.java ICMGenerator.java ARCFour.java UMacGenerator.java PBKDF2.java Fortuna.java PRNGFactory.java . : ChangeLog Log message: 2006-07-02 Raif S. Naffah * gnu/javax/crypto/prng/ARCFour.java: Source formatting. * gnu/javax/crypto/prng/CSPRNG.java: Likewise. * gnu/javax/crypto/prng/Fortuna.java: Likewise. * gnu/javax/crypto/prng/ICMGenerator.java: Likewise. * gnu/javax/crypto/prng/PBKDF2.java: Likewise. * gnu/javax/crypto/prng/PRNGFactory.java: Likewise. * gnu/javax/crypto/prng/UMacGenerator.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/CSPRNG.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/ICMGenerator.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/ARCFour.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/UMacGenerator.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/PBKDF2.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/Fortuna.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/PRNGFactory.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.7999&r2=1.8000 From MAILER-DAEMON Sat Jul 01 23:07:39 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FwsJ9-0006V5-5Q for mharc-commit-classpath@gnu.org; Sat, 01 Jul 2006 23:07:39 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FwsJ7-0006TM-M6 for commit-classpath@gnu.org; Sat, 01 Jul 2006 23:07:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FwsJ7-0006SN-38 for commit-classpath@gnu.org; Sat, 01 Jul 2006 23:07:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FwsJ6-0006Ry-Tm for commit-classpath@gnu.org; Sat, 01 Jul 2006 23:07:36 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FwsWF-0003A9-8O for commit-classpath@gnu.org; Sat, 01 Jul 2006 23:21:11 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FwsJ6-0003Vv-00 for ; Sat, 01 Jul 2006 23:07:36 -0400 Received: from green by savannah.gnu.org with local (Exim 4.50) id 1FwsJ4-0003Vs-RD for commit-classpath@gnu.org; Sun, 02 Jul 2006 03:07:36 +0000 To: commit-classpath@gnu.org Message-Id: From: Anthony Green Date: Sun, 02 Jul 2006 03:07:34 +0000 Subject: [commit-cp] classpath ChangeLog resource/META-INF/services/... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 03:07:37 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Anthony Green 06/07/02 03:07:34 Modified files: . : ChangeLog Added files: resource/META-INF/services: javax.sound.midi.spi.MidiFileReader gnu/javax/sound/midi/file: ExtendedMidiFileFormat.java MidiDataInputStream.java MidiFileReader.java Log message: First commit of MIDI file reader provider. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8000&r2=1.8001 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/javax.sound.midi.spi.MidiFileReader?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/ExtendedMidiFileFormat.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiDataInputStream.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiFileReader.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sun Jul 02 13:29:15 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fx5kx-00012Z-N3 for mharc-commit-classpath@gnu.org; Sun, 02 Jul 2006 13:29:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fx5kw-0000zt-07 for commit-classpath@gnu.org; Sun, 02 Jul 2006 13:29:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fx5kv-0000yp-5V for commit-classpath@gnu.org; Sun, 02 Jul 2006 13:29:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fx5kv-0000ye-05 for commit-classpath@gnu.org; Sun, 02 Jul 2006 13:29:13 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fx5yB-0007Ld-LM for commit-classpath@gnu.org; Sun, 02 Jul 2006 13:42:55 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fx5ku-000794-00 for ; Sun, 02 Jul 2006 13:29:12 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1Fx5kt-00078y-9V for commit-classpath@gnu.org; Sun, 02 Jul 2006 17:29:11 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 02 Jul 2006 17:29:11 +0000 Subject: [commit-cp] classpath ChangeLog NEWS doc/vmintegration.texi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 17:29:14 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/02 17:29:11 Modified files: . : ChangeLog NEWS doc : vmintegration.texinfo gnu/java/lang/management: ClassLoadingMXBeanImpl.java ThreadMXBeanImpl.java java/lang/management: ManagementFactory.java ThreadInfo.java Added files: examples/gnu/classpath/examples/management: TestMemory.java gnu/java/lang/management: MemoryMXBeanImpl.java java/lang/management: MemoryMXBean.java MemoryUsage.java vm/reference/gnu/java/lang/management: VMMemoryMXBeanImpl.java Log message: 2006-07-01 Andrew John Hughes * NEWS: Updated to include VMMemoryMXBeanImpl. * doc/vmintegration.texinfo: Likewise. * examples/gnu/classpath/examples/management/TestMemory.java: New file. * gnu/java/lang/management/ClassLoadingMXBeanImpl.java: Remove redundant import. * gnu/java/lang/management/MemoryMXBeanImpl.java: New file. * gnu/java/lang/management/ThreadMXBeanImpl.java: Remove redundant import. * java/lang/management/ManagementFactory.java: (getMemoryMXBean()): Implemented. * java/lang/management/MemoryMXBean.java, * java/lang/management/MemoryUsage.java: New files. * java/lang/management/ThreadInfo.java: (toString()): Updated documentation. * vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8001&r2=1.8002 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&r1=1.153&r2=1.154 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&r1=1.31&r2=1.32 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestMemory.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ClassLoadingMXBeanImpl.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ThreadMXBeanImpl.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryMXBeanImpl.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ThreadInfo.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryMXBean.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryUsage.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sun Jul 02 14:15:54 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fx6U6-0007AP-8Q for mharc-commit-classpath@gnu.org; Sun, 02 Jul 2006 14:15:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fx6U5-0007A8-7v for commit-classpath@gnu.org; Sun, 02 Jul 2006 14:15:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fx6U4-00079T-7Z for commit-classpath@gnu.org; Sun, 02 Jul 2006 14:15:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fx6U4-00079P-0r for commit-classpath@gnu.org; Sun, 02 Jul 2006 14:15:52 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fx6hL-00020N-71 for commit-classpath@gnu.org; Sun, 02 Jul 2006 14:29:35 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fx6U3-0001Bq-00 for ; Sun, 02 Jul 2006 14:15:51 -0400 Received: from green by savannah.gnu.org with local (Exim 4.50) id 1Fx6U2-0001Bf-6q for commit-classpath@gnu.org; Sun, 02 Jul 2006 18:15:51 +0000 To: commit-classpath@gnu.org Message-Id: From: Anthony Green Date: Sun, 02 Jul 2006 18:15:50 +0000 Subject: [commit-cp] classpath ChangeLog resource/META-INF/services/... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 18:15:53 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Anthony Green 06/07/02 18:15:50 Modified files: . : ChangeLog Added files: resource/META-INF/services: javax.sound.midi.spi.MidiFileWriter gnu/javax/sound/midi/file: MidiDataOutputStream.java MidiFileWriter.java Log message: Add MIDI file writer. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8002&r2=1.8003 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/javax.sound.midi.spi.MidiFileWriter?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiDataOutputStream.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiFileWriter.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sun Jul 02 14:21:54 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fx6Zu-0003C2-8E for mharc-commit-classpath@gnu.org; Sun, 02 Jul 2006 14:21:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fx6Zr-00039k-Vz for commit-classpath@gnu.org; Sun, 02 Jul 2006 14:21:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fx6Zr-00038r-Gk for commit-classpath@gnu.org; Sun, 02 Jul 2006 14:21:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fx6Zr-00038k-9w for commit-classpath@gnu.org; Sun, 02 Jul 2006 14:21:51 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fx6n8-0002Nz-Ls for commit-classpath@gnu.org; Sun, 02 Jul 2006 14:35:34 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fx6Zq-0001LW-00 for ; Sun, 02 Jul 2006 14:21:50 -0400 Received: from green by savannah.gnu.org with local (Exim 4.50) id 1Fx6Zp-0001LT-RK for commit-classpath@gnu.org; Sun, 02 Jul 2006 18:21:50 +0000 To: commit-classpath@gnu.org Message-Id: From: Anthony Green Date: Sun, 02 Jul 2006 18:21:49 +0000 Subject: [commit-cp] classpath ChangeLog NEWS X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 18:21:52 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Anthony Green 06/07/02 18:21:49 Modified files: . : ChangeLog NEWS Log message: Mention MIDI file reader/writer providers. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8003&r2=1.8004 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&r1=1.154&r2=1.155 From MAILER-DAEMON Sun Jul 02 16:32:48 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fx8ca-0000bm-Al for mharc-commit-classpath@gnu.org; Sun, 02 Jul 2006 16:32:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fx8cZ-0000as-GX for commit-classpath@gnu.org; Sun, 02 Jul 2006 16:32:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fx8cY-0000Yu-7g for commit-classpath@gnu.org; Sun, 02 Jul 2006 16:32:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fx8cY-0000Yk-3B for commit-classpath@gnu.org; Sun, 02 Jul 2006 16:32:46 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fx8pq-0007cP-Lk for commit-classpath@gnu.org; Sun, 02 Jul 2006 16:46:30 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fx8cX-0008CS-00 for ; Sun, 02 Jul 2006 16:32:45 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1Fx8cW-0008C8-4J for commit-classpath@gnu.org; Sun, 02 Jul 2006 20:32:45 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 02 Jul 2006 20:32:44 +0000 Subject: [commit-cp] classpath ChangeLog NEWS doc/vmintegration.texi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 20:32:47 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/02 20:32:44 Modified files: . : ChangeLog NEWS doc : vmintegration.texinfo java/lang/management: ManagementFactory.java vm/reference/gnu/java/lang/management: VMMemoryMXBeanImpl.java Added files: examples/gnu/classpath/examples/management: TestCompilation.java gnu/java/lang/management: CompilationMXBeanImpl.java java/lang/management: CompilationMXBean.java vm/reference/gnu/java/lang/management: VMCompilationMXBeanImpl.java Log message: 2006-07-02 Andrew John Hughes * NEWS: Updated to include VMCompilationMXBeanImpl. * doc/vmintegration.texinfo: Likewise, along with update to VMMemoryMXBeanImpl as below. * examples/gnu/classpath/examples/management/TestCompilation.java, * gnu/java/lang/management/CompilationMXBeanImpl.java, * java/lang/management/CompilationMXBeanImpl.java: New files. * java/lang/management/ManagementFactory.java: (getCompilationMXBean()): Implemented. * vm/reference/gnu/java/lang/management/VMCompilationMXBeanImpl.java: New file. * vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java: (getHeapMemoryUsage()): Added default implementation. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8004&r2=1.8005 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&r1=1.155&r2=1.156 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&r1=1.32&r2=1.33 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestCompilation.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/CompilationMXBeanImpl.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&r1=1.7&r2=1.8 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/CompilationMXBean.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMCompilationMXBeanImpl.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sun Jul 02 16:57:34 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fx90Y-0003ib-7g for mharc-commit-classpath@gnu.org; Sun, 02 Jul 2006 16:57:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fx90W-0003i7-Dn for commit-classpath@gnu.org; Sun, 02 Jul 2006 16:57:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fx90V-0003hv-96 for commit-classpath@gnu.org; Sun, 02 Jul 2006 16:57:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fx90V-0003hs-4g for commit-classpath@gnu.org; Sun, 02 Jul 2006 16:57:31 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fx9Dn-0000nH-MN for commit-classpath@gnu.org; Sun, 02 Jul 2006 17:11:15 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fx90T-000169-00 for ; Sun, 02 Jul 2006 16:57:29 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1Fx90T-000166-3L for commit-classpath@gnu.org; Sun, 02 Jul 2006 20:57:29 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 02 Jul 2006 20:57:29 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/management/Memory... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 20:57:32 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/02 20:57:29 Modified files: . : ChangeLog java/lang/management: MemoryUsage.java Log message: 2006-07-02 Andrew John Hughes * java/lang/management/MemoryUsage.java: (toString()): Fix missing MB for maximum memory usage. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8005&r2=1.8006 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryUsage.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Sun Jul 02 17:43:47 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fx9jH-0003VZ-GB for mharc-commit-classpath@gnu.org; Sun, 02 Jul 2006 17:43:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fx9jF-0003Up-7l for commit-classpath@gnu.org; Sun, 02 Jul 2006 17:43:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fx9jD-0003Tb-PH for commit-classpath@gnu.org; Sun, 02 Jul 2006 17:43:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fx9jD-0003TY-Mp for commit-classpath@gnu.org; Sun, 02 Jul 2006 17:43:43 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fx9wW-0003Th-IO for commit-classpath@gnu.org; Sun, 02 Jul 2006 17:57:28 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fx9jC-0003g5-00 for ; Sun, 02 Jul 2006 17:43:42 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1Fx9jB-0003fz-QX for commit-classpath@gnu.org; Sun, 02 Jul 2006 21:43:42 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 02 Jul 2006 21:43:41 +0000 Subject: [commit-cp] classpath ChangeLog NEWS configure.ac doc/vmint... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 21:43:45 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Andrew John Hughes 06/07/02 21:43:41 Modified files: . : ChangeLog NEWS configure.ac doc : vmintegration.texinfo gnu/java/awt : ClasspathToolkit.java gnu/java/awt/java2d: AbstractGraphics2D.java gnu/java/awt/peer/gtk: CairoGraphics2D.java CairoSurface.java GtkCheckboxPeer.java GtkToolkit.java gnu/java/awt/peer/qt: QtToolkit.java gnu/java/lang/management: ClassLoadingMXBeanImpl.java OperatingSystemMXBeanImpl.java RuntimeMXBeanImpl.java gnu/java/net/local: LocalSocket.java gnu/javax/crypto/jce: DiffieHellmanImpl.java GnuCrypto.java gnu/javax/crypto/jce/cipher: CipherAdapter.java gnu/javax/crypto/jce/params: BlockCipherParameters.java gnu/javax/crypto/key: BaseKeyAgreementParty.java GnuSecretKey.java IKeyAgreementParty.java IncomingMessage.java KeyAgreementException.java KeyAgreementFactory.java OutgoingMessage.java gnu/javax/crypto/key/dh: DHKeyPairPKCS8Codec.java DHKeyPairRawCodec.java DHKeyPairX509Codec.java DiffieHellmanKeyAgreement.java DiffieHellmanReceiver.java DiffieHellmanSender.java ElGamalKeyAgreement.java ElGamalReceiver.java ElGamalSender.java GnuDHKey.java GnuDHKeyPairGenerator.java GnuDHPrivateKey.java GnuDHPublicKey.java RFC2631.java gnu/javax/crypto/key/srp6: SRP6Host.java SRP6KeyAgreement.java SRP6SaslClient.java SRP6SaslServer.java SRP6TLSClient.java SRP6TLSServer.java SRP6User.java SRPAlgorithm.java SRPKey.java SRPKeyPairGenerator.java SRPKeyPairRawCodec.java SRPPrivateKey.java SRPPublicKey.java gnu/javax/crypto/keyring: AuthenticatedEntry.java BaseKeyring.java BinaryDataEntry.java CertPathEntry.java CertificateEntry.java CompressedEntry.java EncryptedEntry.java Entry.java EnvelopeEntry.java GnuPrivateKeyring.java GnuPublicKeyring.java IKeyring.java IPrivateKeyring.java IPublicKeyring.java MalformedKeyringException.java MaskableEnvelopeEntry.java MeteredInputStream.java PasswordAuthenticatedEntry.java PasswordEncryptedEntry.java PasswordProtectedEntry.java PrimitiveEntry.java PrivateKeyEntry.java Properties.java PublicKeyEntry.java gnu/javax/crypto/mac: BaseMac.java HMac.java HMacFactory.java IMac.java MacFactory.java MacInputStream.java MacOutputStream.java OMAC.java TMMH16.java UHash32.java UMac32.java gnu/javax/crypto/mode: BaseMode.java CBC.java CFB.java CTR.java EAX.java ECB.java IAuthenticatedMode.java ICM.java IMode.java ModeFactory.java OFB.java gnu/javax/crypto/pad: BasePad.java IPad.java PKCS1_V1_5.java PKCS7.java PadFactory.java SSL3.java TBC.java TLS1.java WrongPaddingException.java gnu/javax/crypto/prng: ARCFour.java CSPRNG.java Fortuna.java ICMGenerator.java PBKDF2.java PRNGFactory.java UMacGenerator.java include : Makefile.am gnu_java_awt_peer_gtk_GtkCheckboxPeer.h java/awt : Component.java Container.java TextArea.java TextComponent.java TextField.java java/beans : VetoableChangeSupport.java java/io : File.java FilePermission.java java/lang : Thread.java ThreadGroup.java java/lang/management: ManagementFactory.java ThreadInfo.java ThreadMXBean.java javax/sound/midi: SysexMessage.java Track.java javax/swing : AbstractCellEditor.java AbstractSpinnerModel.java Box.java BoxLayout.java DefaultListModel.java GrayFilter.java JComponent.java JLabel.java LookAndFeel.java ProgressMonitor.java ProgressMonitorInputStream.java ScrollPaneLayout.java SpringLayout.java javax/swing/event: EventListenerList.java MenuEvent.java TreeExpansionListener.java javax/swing/table: DefaultTableColumnModel.java lib : Makefile.am gen-classlist.sh.in native/jni/gtk-peer: Makefile.am gnu_java_awt_peer_gtk_GtkCheckboxPeer.c gnu_java_awt_peer_gtk_GtkImage.c tools : Makefile.am gappletviewer.in gjarsigner.in gkeytool.in Added files: examples/gnu/classpath/examples/management: TestClassLoading.java TestCompilation.java TestMemory.java TestOS.java TestRuntime.java TestThread.java gnu/java/awt/peer/x: GLGraphics.java ImageConverter.java KeyboardMapping.java XEventPump.java XFontPeer.java XFontPeer2.java XFramePeer.java XGraphics.java XGraphics2D.java XGraphicsConfiguration.java XGraphicsDevice.java XGraphicsEnvironment.java XImage.java XLightweightPeer.java XToolkit.java XWindowPeer.java fonts.properties gnu/java/lang/management: BeanImpl.java CompilationMXBeanImpl.java MemoryMXBeanImpl.java ThreadMXBeanImpl.java gnu/javax/sound/midi/file: ExtendedMidiFileFormat.java MidiDataInputStream.java MidiDataOutputStream.java MidiFileReader.java MidiFileWriter.java java/lang/management: CompilationMXBean.java MemoryMXBean.java MemoryUsage.java lib : standard.omit.in resource/META-INF/services: javax.sound.midi.spi.MidiFileReader javax.sound.midi.spi.MidiFileWriter tools : gjar.in gnative2ascii.in gserialver.in vm/reference/gnu/java/lang/management: VMCompilationMXBeanImpl.java VMMemoryMXBeanImpl.java VMThreadMXBeanImpl.java Removed files: lib : standard.omit Log message: 2006-07-02 Andrew John Hughes * Merge of HEAD --> generics-branch for 2006/06/27 to 2006/07/02. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.277&r2=1.2386.2.278 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&only_with_tag=generics-branch&r1=1.47.2.31&r2=1.47.2.32 http://cvs.savannah.gnu.org/viewcvs/classpath/configure.ac?cvsroot=classpath&only_with_tag=generics-branch&r1=1.43.2.39&r2=1.43.2.40 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.10&r2=1.12.2.11 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestClassLoading.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestCompilation.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestMemory.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestOS.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestRuntime.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestThread.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/ClasspathToolkit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.7&r2=1.3.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/AbstractGraphics2D.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.6&r2=1.3.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.19.2.3&r2=1.19.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoSurface.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.2&r2=1.8.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkCheckboxPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.18.2.6&r2=1.18.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkToolkit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.54.2.16&r2=1.54.2.17 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtToolkit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.5&r2=1.1.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/GLGraphics.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/ImageConverter.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/KeyboardMapping.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XEventPump.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XFontPeer.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XFontPeer2.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XFramePeer.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphics.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphics2D.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphicsConfiguration.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphicsDevice.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphicsEnvironment.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XImage.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XLightweightPeer.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XToolkit.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XWindowPeer.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/fonts.properties?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ClassLoadingMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/OperatingSystemMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/RuntimeMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/BeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/CompilationMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ThreadMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/net/local/LocalSocket.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/DiffieHellmanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/GnuCrypto.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.2&r2=1.4.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/CipherAdapter.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.4&r2=1.1.4.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/params/BlockCipherParameters.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/BaseKeyAgreementParty.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/GnuSecretKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/IKeyAgreementParty.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/IncomingMessage.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/KeyAgreementException.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/KeyAgreementFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/OutgoingMessage.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DHKeyPairPKCS8Codec.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DHKeyPairRawCodec.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DHKeyPairX509Codec.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DiffieHellmanKeyAgreement.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DiffieHellmanReceiver.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DiffieHellmanSender.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/ElGamalKeyAgreement.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/ElGamalReceiver.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/ElGamalSender.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.1&r2=1.4.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHKeyPairGenerator.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.4&r2=1.4.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHPrivateKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHPublicKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/RFC2631.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6Host.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6KeyAgreement.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6SaslClient.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6SaslServer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6TLSClient.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6TLSServer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6User.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPAlgorithm.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPKeyPairGenerator.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPKeyPairRawCodec.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPPrivateKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPPublicKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/AuthenticatedEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/BaseKeyring.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/BinaryDataEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/CertPathEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/CertificateEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/CompressedEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/EncryptedEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/Entry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.4&r2=1.1.4.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/EnvelopeEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.4&r2=1.1.4.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/GnuPrivateKeyring.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.5&r2=1.1.4.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/GnuPublicKeyring.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.5&r2=1.1.4.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/IKeyring.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/IPrivateKeyring.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/IPublicKeyring.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/MalformedKeyringException.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/MaskableEnvelopeEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/MeteredInputStream.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PasswordAuthenticatedEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.4&r2=1.1.4.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PasswordEncryptedEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.4&r2=1.1.4.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PasswordProtectedEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PrimitiveEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PrivateKeyEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/Properties.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PublicKeyEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/BaseMac.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/HMac.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.1&r2=1.4.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/HMacFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/IMac.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/MacFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/MacInputStream.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/MacOutputStream.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/OMAC.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/TMMH16.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.1&r2=1.3.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/UHash32.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/UMac32.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/BaseMode.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/CBC.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/CFB.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/CTR.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/EAX.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/ECB.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/IAuthenticatedMode.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/ICM.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/IMode.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/ModeFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/OFB.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/BasePad.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/IPad.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/PKCS1_V1_5.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/PKCS7.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/PadFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/SSL3.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/TBC.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/TLS1.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/WrongPaddingException.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/ARCFour.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/CSPRNG.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.4&r2=1.1.4.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/Fortuna.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/ICMGenerator.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/PBKDF2.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/PRNGFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/UMacGenerator.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/ExtendedMidiFileFormat.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiDataInputStream.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiDataOutputStream.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiFileReader.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiFileWriter.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/include/Makefile.am?cvsroot=classpath&only_with_tag=generics-branch&r1=1.27.2.19&r2=1.27.2.20 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkCheckboxPeer.h?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.1&r2=1.7.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.38.2.30&r2=1.38.2.31 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Container.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.37.2.25&r2=1.37.2.26 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/TextArea.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.14.2.6&r2=1.14.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/TextComponent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.15.2.8&r2=1.15.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/TextField.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.7&r2=1.12.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/java/beans/VetoableChangeSupport.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.9.2.3&r2=1.9.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/io/File.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.49.2.11&r2=1.49.2.12 http://cvs.savannah.gnu.org/viewcvs/classpath/java/io/FilePermission.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.16.2.5&r2=1.16.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/Thread.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.19&r2=1.8.2.20 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/ThreadGroup.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.16.2.5&r2=1.16.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ThreadInfo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ThreadMXBean.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/CompilationMXBean.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryMXBean.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryUsage.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/sound/midi/SysexMessage.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/sound/midi/Track.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/AbstractCellEditor.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.5&r2=1.5.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/AbstractSpinnerModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.5&r2=1.2.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/Box.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.10.2.6&r2=1.10.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/BoxLayout.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.8&r2=1.6.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/DefaultListModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.3&r2=1.8.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/GrayFilter.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.2&r2=1.5.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComponent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.20.2.30&r2=1.20.2.31 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JLabel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.12&r2=1.12.2.13 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/LookAndFeel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.8&r2=1.7.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ProgressMonitor.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.5&r2=1.2.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ProgressMonitorInputStream.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.4&r2=1.2.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ScrollPaneLayout.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.12&r2=1.8.2.13 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/SpringLayout.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.6&r2=1.1.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/event/EventListenerList.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.9.2.8&r2=1.9.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/event/MenuEvent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/event/TreeExpansionListener.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.1&r2=1.3.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/table/DefaultTableColumnModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.7&r2=1.6.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/Makefile.am?cvsroot=classpath&only_with_tag=generics-branch&r1=1.63.2.27&r2=1.63.2.28 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/gen-classlist.sh.in?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.16&r2=1.12.2.17 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/standard.omit.in?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/standard.omit?cvsroot=classpath&only_with_tag=generics-branch&r1=1.39.2.3&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/Makefile.am?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.15&r2=1.12.2.16 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.14.2.7&r2=1.14.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.10&r2=1.3.2.11 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/javax.sound.midi.spi.MidiFileReader?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/javax.sound.midi.spi.MidiFileWriter?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/Makefile.am?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.4.7&r2=1.5.4.8 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gappletviewer.in?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gjarsigner.in?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gkeytool.in?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gjar.in?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnative2ascii.in?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gserialver.in?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMCompilationMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMThreadMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 From MAILER-DAEMON Sun Jul 02 19:37:33 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FxBVN-0001dH-GW for mharc-commit-classpath@gnu.org; Sun, 02 Jul 2006 19:37:33 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxBVL-0001bs-CD for commit-classpath@gnu.org; Sun, 02 Jul 2006 19:37:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxBVJ-0001Zz-M5 for commit-classpath@gnu.org; Sun, 02 Jul 2006 19:37:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxBVJ-0001Zc-CX for commit-classpath@gnu.org; Sun, 02 Jul 2006 19:37:29 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxBid-0002SM-NY for commit-classpath@gnu.org; Sun, 02 Jul 2006 19:51:15 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FxBVI-0000hS-00 for ; Sun, 02 Jul 2006 19:37:28 -0400 Received: from green by savannah.gnu.org with local (Exim 4.50) id 1FxBVH-0000hM-V9 for commit-classpath@gnu.org; Sun, 02 Jul 2006 23:37:28 +0000 To: commit-classpath@gnu.org Message-Id: From: Anthony Green Date: Sun, 02 Jul 2006 23:37:27 +0000 Subject: [commit-cp] classpath ChangeLog gnu/javax/sound/midi/file/M... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Jul 2006 23:37:32 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Anthony Green 06/07/02 23:37:27 Modified files: . : ChangeLog gnu/javax/sound/midi/file: MidiFileWriter.java Log message: Make sure every MIDI track ends with an End of Track message. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8006&r2=1.8007 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiFileWriter.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Mon Jul 03 08:15:49 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FxNLB-0002bU-5T for mharc-commit-classpath@gnu.org; Mon, 03 Jul 2006 08:15:49 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxNL9-0002bN-PM for commit-classpath@gnu.org; Mon, 03 Jul 2006 08:15:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxNL9-0002bB-G8 for commit-classpath@gnu.org; Mon, 03 Jul 2006 08:15:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxNL9-0002b8-37 for commit-classpath@gnu.org; Mon, 03 Jul 2006 08:15:47 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxNYa-0006qH-P1 for commit-classpath@gnu.org; Mon, 03 Jul 2006 08:29:40 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FxNL4-0002Xq-00 for ; Mon, 03 Jul 2006 08:15:42 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1FxNL3-0002Xn-KL for commit-classpath@gnu.org; Mon, 03 Jul 2006 12:15:41 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Mon, 03 Jul 2006 12:15:41 +0000 Subject: [commit-cp] classpath/gnu/javax/crypto/sasl crammd5/CramMD5... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:15:48 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/03 12:15:41 Modified files: gnu/javax/crypto/sasl/crammd5: CramMD5Registry.java CramMD5Server.java CramMD5Util.java PasswordFile.java CramMD5Client.java CramMD5AuthInfoProvider.java gnu/javax/crypto/sasl: UserAlreadyExistsException.java IAuthInfoProviderFactory.java ConfidentialityException.java SaslEncodingException.java IntegrityException.java ServerFactory.java InputBuffer.java AuthInfoProviderFactory.java ServerMechanism.java SaslInputStream.java NoSuchUserException.java IAuthInfoProvider.java AuthInfo.java SaslOutputStream.java OutputBuffer.java NoSuchMechanismException.java IllegalMechanismStateException.java ClientFactory.java SaslUtil.java ClientMechanism.java gnu/javax/crypto/sasl/plain: PlainClient.java PasswordFile.java PlainRegistry.java PlainAuthInfoProvider.java PlainServer.java gnu/javax/crypto/sasl/srp: StoreEntry.java ServerStore.java SRPAuthInfoProvider.java KDF.java SecurityContext.java SRPClient.java SRPRegistry.java SRP.java CALG.java PasswordFile.java IALG.java SRPServer.java ClientStore.java gnu/javax/crypto/sasl/anonymous: AnonymousUtil.java AnonymousClient.java AnonymousServer.java . : ChangeLog Log message: 2006-07-03 Raif S. Naffah * gnu/javax/crypto/sasl/anonymous/AnonymousClient.java: Source formatting. * gnu/javax/crypto/sasl/anonymous/AnonymousServer.java: Likewise. * gnu/javax/crypto/sasl/anonymous/AnonymousUtil.java: Likewise. * gnu/javax/crypto/sasl/crammd5/CramMD5AuthInfoProvider.java: Likewise. * gnu/javax/crypto/sasl/crammd5/CramMD5Client.java: Likewise. * gnu/javax/crypto/sasl/crammd5/CramMD5Registry.java: Likewise. * gnu/javax/crypto/sasl/crammd5/CramMD5Server.java: Likewise. * gnu/javax/crypto/sasl/crammd5/CramMD5Util.java: Likewise. * gnu/javax/crypto/sasl/crammd5/PasswordFile.java: Likewise. * gnu/javax/crypto/sasl/plain/PasswordFile.java: Likewise. * gnu/javax/crypto/sasl/plain/PlainAuthInfoProvider.java: Likewise. * gnu/javax/crypto/sasl/plain/PlainClient.java: Likewise. * gnu/javax/crypto/sasl/plain/PlainRegistry.java: Likewise. * gnu/javax/crypto/sasl/plain/PlainServer.java: Likewise. * gnu/javax/crypto/sasl/srp/CALG.java: Likewise. * gnu/javax/crypto/sasl/srp/ClientStore.java: Likewise. * gnu/javax/crypto/sasl/srp/IALG.java: Likewise. * gnu/javax/crypto/sasl/srp/KDF.java: Likewise. * gnu/javax/crypto/sasl/srp/PasswordFile.java: Likewise. * gnu/javax/crypto/sasl/srp/SecurityContext.java: Likewise. * gnu/javax/crypto/sasl/srp/ServerStore.java: Likewise. * gnu/javax/crypto/sasl/srp/SRP.java: Likewise. * gnu/javax/crypto/sasl/srp/SRPAuthInfoProvider.java: Likewise. * gnu/javax/crypto/sasl/srp/SRPClient.java: Likewise. * gnu/javax/crypto/sasl/srp/SRPRegistry.java: Likewise. * gnu/javax/crypto/sasl/srp/SRPServer.java: Likewise. * gnu/javax/crypto/sasl/srp/StoreEntry.java: Likewise. * gnu/javax/crypto/sasl/AuthInfo.java: Likewise. * gnu/javax/crypto/sasl/AuthInfoProviderFactory.java: Likewise. * gnu/javax/crypto/sasl/ClientFactory.java: Likewise. * gnu/javax/crypto/sasl/ClientMechanism.java: Likewise. * gnu/javax/crypto/sasl/ConfidentialityException.java: Likewise. * gnu/javax/crypto/sasl/IAuthInfoProvider.java: Likewise. * gnu/javax/crypto/sasl/IAuthInfoProviderFactory.java: Likewise. * gnu/javax/crypto/sasl/IllegalMechanismStateException.java: Likewise. * gnu/javax/crypto/sasl/InputBuffer.java: Likewise. * gnu/javax/crypto/sasl/IntegrityException.java: Likewise. * gnu/javax/crypto/sasl/NoSuchMechanismException.java: Likewise. * gnu/javax/crypto/sasl/NoSuchUserException.java: Likewise. * gnu/javax/crypto/sasl/OutputBuffer.java: Likewise. * gnu/javax/crypto/sasl/SaslEncodingException.java: Likewise. * gnu/javax/crypto/sasl/SaslInputStream.java: Likewise. * gnu/javax/crypto/sasl/SaslOutputStream.java: Likewise. * gnu/javax/crypto/sasl/SaslUtil.java: Likewise. * gnu/javax/crypto/sasl/ServerFactory.java: Likewise. * gnu/javax/crypto/sasl/ServerMechanism.java: Likewise. * gnu/javax/crypto/sasl/UserAlreadyExistsException.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5Registry.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5Server.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5Util.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/PasswordFile.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5Client.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5AuthInfoProvider.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/UserAlreadyExistsException.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/IAuthInfoProviderFactory.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ConfidentialityException.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/SaslEncodingException.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/IntegrityException.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ServerFactory.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/InputBuffer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/AuthInfoProviderFactory.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ServerMechanism.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/SaslInputStream.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/NoSuchUserException.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/IAuthInfoProvider.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/AuthInfo.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/SaslOutputStream.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/OutputBuffer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/NoSuchMechanismException.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/IllegalMechanismStateException.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ClientFactory.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/SaslUtil.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ClientMechanism.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PlainClient.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PasswordFile.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PlainRegistry.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PlainAuthInfoProvider.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PlainServer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/StoreEntry.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/ServerStore.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRPAuthInfoProvider.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/KDF.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SecurityContext.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRPClient.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRPRegistry.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRP.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/CALG.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/PasswordFile.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/IALG.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRPServer.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/ClientStore.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/anonymous/AnonymousUtil.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/anonymous/AnonymousClient.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/anonymous/AnonymousServer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8007&r2=1.8008 From MAILER-DAEMON Mon Jul 03 08:42:38 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FxNl8-0007hL-NK for mharc-commit-classpath@gnu.org; Mon, 03 Jul 2006 08:42:38 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxNl7-0007h7-6p for commit-classpath@gnu.org; Mon, 03 Jul 2006 08:42:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxNl6-0007gf-K1 for commit-classpath@gnu.org; Mon, 03 Jul 2006 08:42:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxNl5-0007gZ-Rj for commit-classpath@gnu.org; Mon, 03 Jul 2006 08:42:36 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxNyX-0000XJ-NF for commit-classpath@gnu.org; Mon, 03 Jul 2006 08:56:29 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FxNl5-0003yJ-00 for ; Mon, 03 Jul 2006 08:42:35 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1FxNl4-0003yF-0z for commit-classpath@gnu.org; Mon, 03 Jul 2006 12:42:34 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Mon, 03 Jul 2006 12:42:34 +0000 Subject: [commit-cp] classpath/gnu/javax/crypto RSACipherImpl.java C... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 12:42:37 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/03 12:42:33 Modified files: gnu/javax/crypto: RSACipherImpl.java . : ChangeLog Log message: 2006-07-03 Raif S. Naffah * gnu/javax/crypto/RSACipherImpl.java: Source formatting. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/RSACipherImpl.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8008&r2=1.8009 From MAILER-DAEMON Mon Jul 03 16:22:20 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FxUw0-00088r-9b for mharc-commit-classpath@gnu.org; Mon, 03 Jul 2006 16:22:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxUvy-00088i-HU for commit-classpath@gnu.org; Mon, 03 Jul 2006 16:22:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxUvy-00088W-4M for commit-classpath@gnu.org; Mon, 03 Jul 2006 16:22:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxUvx-00088T-Vk for commit-classpath@gnu.org; Mon, 03 Jul 2006 16:22:18 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxV9U-0000Sy-EW for commit-classpath@gnu.org; Mon, 03 Jul 2006 16:36:16 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FxUvx-0006L3-00 for ; Mon, 03 Jul 2006 16:22:17 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1FxUvv-0006L0-Ob for commit-classpath@gnu.org; Mon, 03 Jul 2006 20:22:17 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Mon, 03 Jul 2006 20:22:15 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/management/Memory... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 20:22:18 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/03 20:22:15 Modified files: . : ChangeLog Added files: java/lang/management: MemoryPoolMXBean.java Log message: 2006-07-03 Andrew John Hughes * java/lang/management/MemoryPoolMXBean.java: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8009&r2=1.8010 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryPoolMXBean.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Mon Jul 03 18:28:52 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FxWuS-0007tA-KH for mharc-commit-classpath@gnu.org; Mon, 03 Jul 2006 18:28:52 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxWuQ-0007sv-S5 for commit-classpath@gnu.org; Mon, 03 Jul 2006 18:28:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxWuO-0007sb-VQ for commit-classpath@gnu.org; Mon, 03 Jul 2006 18:28:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxWuO-0007sY-RR for commit-classpath@gnu.org; Mon, 03 Jul 2006 18:28:48 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxX7w-00021t-Fb for commit-classpath@gnu.org; Mon, 03 Jul 2006 18:42:48 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FxWuA-0003sI-00 for ; Mon, 03 Jul 2006 18:28:34 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1FxWu9-0003sC-0b for commit-classpath@gnu.org; Mon, 03 Jul 2006 22:28:34 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Mon, 03 Jul 2006 22:28:33 +0000 Subject: [commit-cp] classpath/javax/swing JTree.java ChangeLog plaf... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Jul 2006 22:28:51 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/03 22:28:33 Modified files: javax/swing : JTree.java . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java Log message: 2006-07-04 Audrius Meskauskas PR 28061 * javax/swing/JTree.java (COLLAPSED): Initialise to Boolean.FALSE. (EXPANDED): Initialise to Boolean.TRUE. * javax/swing/plaf/basic/BasicTreeUI.java (completeUIInstall): First configure layout cache and then set the assigned value as row mapper. Set the root visibility property. (toggleExpandState): Obtains expansion state from the layout cache. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTree.java?cvsroot=classpath&r1=1.69&r2=1.70 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8010&r2=1.8011 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTreeUI.java?cvsroot=classpath&r1=1.144&r2=1.145 From MAILER-DAEMON Tue Jul 04 03:25:56 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FxfIB-0007GW-Ug for mharc-commit-classpath@gnu.org; Tue, 04 Jul 2006 03:25:56 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxfI9-0007Fx-9y for commit-classpath@gnu.org; Tue, 04 Jul 2006 03:25:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxfI7-0007Ex-6T for commit-classpath@gnu.org; Tue, 04 Jul 2006 03:25:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxfI6-0007Ek-D5 for commit-classpath@gnu.org; Tue, 04 Jul 2006 03:25:50 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxfVj-0000vQ-5j for commit-classpath@gnu.org; Tue, 04 Jul 2006 03:39:55 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FxfI4-0007CM-00 for ; Tue, 04 Jul 2006 03:25:48 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1FxfI2-0007CG-CL for commit-classpath@gnu.org; Tue, 04 Jul 2006 07:25:48 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Tue, 04 Jul 2006 07:25:46 +0000 Subject: [commit-cp] classpath ChangeLog configure.ac java/util/pref... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 07:25:53 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/04 07:25:46 Modified files: . : ChangeLog configure.ac java/util/prefs: Preferences.java lib : Makefile.am copy-vmresources.sh.in Added files: resource/META-INF/services: java.util.prefs.PreferencesFactory.in Log message: 2006-07-04 Mario Torre * configure.ac: Added new option --enable-default-preferences-peer to pass user specified default preference backend. If the GConf peer is built, GConf become the default backend. * resource/META-INF/services/java.util.prefs.PreferencesFactory.in: new file. * lib/Makefile.am: excludes files terminating in 'in' from the metafiles list. * lib/copy-vmresources.sh.in: excludes files terminating in 'in' from copy into META-INF. * java/util/prefs/Preferences.java: added two new import classes gnu.classpath.ServiceFactory and java.util.Iterator. (getFactory): Now try to check for a system defined default preference backend before to fall back on FileBasedPreference. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8011&r2=1.8012 http://cvs.savannah.gnu.org/viewcvs/classpath/configure.ac?cvsroot=classpath&r1=1.168&r2=1.169 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/prefs/Preferences.java?cvsroot=classpath&r1=1.14&r2=1.15 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/Makefile.am?cvsroot=classpath&r1=1.122&r2=1.123 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/copy-vmresources.sh.in?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/java.util.prefs.PreferencesFactory.in?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Tue Jul 04 04:47:03 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FxgYh-0006xk-AH for mharc-commit-classpath@gnu.org; Tue, 04 Jul 2006 04:47:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxgYf-0006wZ-M6 for commit-classpath@gnu.org; Tue, 04 Jul 2006 04:47:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxgYe-0006vk-9W for commit-classpath@gnu.org; Tue, 04 Jul 2006 04:47:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxgYe-0006ve-3e for commit-classpath@gnu.org; Tue, 04 Jul 2006 04:47:00 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxgmH-00078Y-JD for commit-classpath@gnu.org; Tue, 04 Jul 2006 05:01:05 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FxgYP-0002hO-00 for ; Tue, 04 Jul 2006 04:46:45 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1FxgYN-0002hL-SI for commit-classpath@gnu.org; Tue, 04 Jul 2006 08:46:44 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Tue, 04 Jul 2006 08:46:43 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/plaf/basic/Basi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 08:47:02 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/04 08:46:43 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java Log message: 2006-07-04 Audrius Meskauskas PR 28061 * javax/swing/plaf/basic/BasicTreeUI.java (MouseHandler.mousePressed): Returned back the code to handle the start of the click-pause-click editing initiation, explained about this code. (TreeStartEditingAction): New inner class. (stopEditingInCompleteEditing): Explained about this field. (completeEditing(boolean, boolean, boolean): Only return early if there is no current editing session. (createDefaultActions): Install TreeStartEditingAction and TreeCancelEditingAction. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8012&r2=1.8013 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTreeUI.java?cvsroot=classpath&r1=1.145&r2=1.146 From MAILER-DAEMON Tue Jul 04 06:08:07 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fxhp9-0005Y7-J6 for mharc-commit-classpath@gnu.org; Tue, 04 Jul 2006 06:08:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fxhp8-0005Xd-2p for commit-classpath@gnu.org; Tue, 04 Jul 2006 06:08:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fxhp6-0005XK-AD for commit-classpath@gnu.org; Tue, 04 Jul 2006 06:08:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fxhp6-0005XH-8D for commit-classpath@gnu.org; Tue, 04 Jul 2006 06:08:04 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fxi2k-000516-Ku for commit-classpath@gnu.org; Tue, 04 Jul 2006 06:22:10 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fxhor-00055t-00 for ; Tue, 04 Jul 2006 06:07:49 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1Fxhop-00055q-Py for commit-classpath@gnu.org; Tue, 04 Jul 2006 10:07:49 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Tue, 04 Jul 2006 10:07:47 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/plaf/basic/Basi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 10:08:06 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/04 10:07:47 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java Log message: 2006-07-04 Audrius Meskauskas PR 28061 * javax/swing/plaf/basic/BasicTreeUI.java (MouseHandler.mousePressed): Always cancel the current editing session before doing anything else, return immediately if this fails. (TreeHomeAction): Ensure that the lead selection path is visible after the action is performed. TreeIncrementAction: Likewise. TreeToggleAction: Likewise. TreeTraverseAction: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8013&r2=1.8014 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTreeUI.java?cvsroot=classpath&r1=1.146&r2=1.147 From MAILER-DAEMON Tue Jul 04 07:51:51 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FxjRX-0000zC-Rl for mharc-commit-classpath@gnu.org; Tue, 04 Jul 2006 07:51:51 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxjRW-0000z6-Pq for commit-classpath@gnu.org; Tue, 04 Jul 2006 07:51:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxjRV-0000yY-Ep for commit-classpath@gnu.org; Tue, 04 Jul 2006 07:51:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxjRV-0000yV-8a for commit-classpath@gnu.org; Tue, 04 Jul 2006 07:51:49 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxjfA-0005RP-IN for commit-classpath@gnu.org; Tue, 04 Jul 2006 08:05:56 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FxjRG-0000YQ-00 for ; Tue, 04 Jul 2006 07:51:34 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1FxjRF-0000YN-FE for commit-classpath@gnu.org; Tue, 04 Jul 2006 11:51:34 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Tue, 04 Jul 2006 11:51:33 +0000 Subject: [commit-cp] classpath javax/swing/plaf/metal/MetalIconFacto... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 11:51:51 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/04 11:51:33 Modified files: javax/swing/plaf/metal: MetalIconFactory.java gnu/javax/swing/plaf/gnu: GNULookAndFeel.java . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java BasicLookAndFeel.java Log message: 2006-07-04 Audrius Meskauskas PR 28061 * gnu/javax/swing/plaf/gnu/GNULookAndFeel.java (getDefaults): Set hash color to black. * javax/swing/plaf/basic/BasicLookAndFeel.java (initComponentDefaults): Set hash color to grey blue. * javax/swing/plaf/basic/BasicTreeUI.java (instellDefaults): Set hash color. * javax/swing/plaf/metal/MetalIconFactory.java (TreeControlIcon.paint): Rewritten. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalIconFactory.java?cvsroot=classpath&r1=1.26&r2=1.27 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/plaf/gnu/GNULookAndFeel.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8014&r2=1.8015 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTreeUI.java?cvsroot=classpath&r1=1.147&r2=1.148 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java?cvsroot=classpath&r1=1.96&r2=1.97 From MAILER-DAEMON Tue Jul 04 12:15:05 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FxnYH-0004j2-49 for mharc-commit-classpath@gnu.org; Tue, 04 Jul 2006 12:15:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxnYG-0004ij-05 for commit-classpath@gnu.org; Tue, 04 Jul 2006 12:15:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxnYE-0004iO-ED for commit-classpath@gnu.org; Tue, 04 Jul 2006 12:15:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxnYE-0004iL-AT for commit-classpath@gnu.org; Tue, 04 Jul 2006 12:15:02 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fxnlw-00037x-AR for commit-classpath@gnu.org; Tue, 04 Jul 2006 12:29:12 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FxnY8-0001gf-00 for ; Tue, 04 Jul 2006 12:14:56 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1FxnY6-0001gY-TU for commit-classpath@gnu.org; Tue, 04 Jul 2006 16:14:56 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Tue, 04 Jul 2006 16:14:54 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/plaf/basic/Basi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 16:15:04 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/04 16:14:54 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicMenuUI.java Log message: 2006-07-04 Lillian Angel * javax/swing/plaf/basic/BasicMenuUI.java (installKeyboardActions): Implemented to call super. Nothing else needs to be done here. (setupPostTimer): Marked as unimplemented. (uninstallKeyboardActions): Implemented to call super. Nothing else needs to be done here. (mouseMoved): Removed TODO. Nothing to be done here. (ChangeHandler): Implemented. (menuDragMouseExited): Removed TODO. Nothing to be done here. (menuDragMouseReleased): Removed TODO. Nothing to be done here. (menuKeyReleased): Removed TODO. Nothing to be done here. (menuKeyTyped): Marked as unimplemented. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8015&r2=1.8016 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicMenuUI.java?cvsroot=classpath&r1=1.24&r2=1.25 From MAILER-DAEMON Tue Jul 04 12:27:09 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fxnjx-0003Gr-9S for mharc-commit-classpath@gnu.org; Tue, 04 Jul 2006 12:27:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fxnju-0003FW-Sq for commit-classpath@gnu.org; Tue, 04 Jul 2006 12:27:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fxnjs-0003EP-Tl for commit-classpath@gnu.org; Tue, 04 Jul 2006 12:27:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fxnjs-0003EC-OJ for commit-classpath@gnu.org; Tue, 04 Jul 2006 12:27:04 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fxnxa-0004I4-OE for commit-classpath@gnu.org; Tue, 04 Jul 2006 12:41:14 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fxnje-0001tG-00 for ; Tue, 04 Jul 2006 12:26:50 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1Fxnjd-0001tB-Ei for commit-classpath@gnu.org; Tue, 04 Jul 2006 16:26:50 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Tue, 04 Jul 2006 16:26:49 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/plaf/basic/Basi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 16:27:07 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/04 16:26:49 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java Log message: 2006-07-04 Audrius Meskauskas PR 28061 * javax/swing/plaf/basic/BasicTreeUI.java (isLocationInExpandControl): Mind the effect of the root visibility on the position of the control. Quess icon width 18. (paintVerticalPartOfLeg): Do no paint the vertical line over first level nodes. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8016&r2=1.8017 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTreeUI.java?cvsroot=classpath&r1=1.148&r2=1.149 From MAILER-DAEMON Tue Jul 04 14:00:55 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FxpCh-00039t-1L for mharc-commit-classpath@gnu.org; Tue, 04 Jul 2006 14:00:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxpCf-00039E-79 for commit-classpath@gnu.org; Tue, 04 Jul 2006 14:00:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxpCd-00037o-Hs for commit-classpath@gnu.org; Tue, 04 Jul 2006 14:00:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxpCd-00037P-4j for commit-classpath@gnu.org; Tue, 04 Jul 2006 14:00:51 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxpQL-0005Xp-Qr for commit-classpath@gnu.org; Tue, 04 Jul 2006 14:15:02 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FxpCc-0005cy-00 for ; Tue, 04 Jul 2006 14:00:50 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1FxpCa-0005cv-Kb for commit-classpath@gnu.org; Tue, 04 Jul 2006 18:00:50 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Tue, 04 Jul 2006 18:00:48 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/plaf/basic/Basi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 18:00:53 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/04 18:00:48 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicOptionPaneUI.java BasicTableUI.java BasicToolBarUI.java Log message: 2006-07-04 Lillian Angel * javax/swing/plaf/basic/BasicOptionPaneUI.java: Fixed name of constant. (getIconWidth): Changed name of constant returned. (getIconHeight): Likewise. (paint): Likewise. (createSeparator): Marked as unimplemented. * javax/swing/plaf/basic/BasicTableUI.java (focusGained): Marked as unimplemented. (focusLost): Marked as unimplemented. (mouseEntered): Likewise. (mouseMoved): Likewise. (uninstallDefaults): Likewise. * javax/swing/plaf/basic/BasicToolBarUI.java (mouseClicked): Changed comment. (mouseEntered): Likewise. (mouseExited): Likewise. (mouseMoved): Likewise. (setOrientation): Implemented. (ToolBarFocusListener): Marked as unimplemented. (focusGained): Marked as unimplemented. (focusLost): Marked as unimplemented. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8017&r2=1.8018 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicOptionPaneUI.java?cvsroot=classpath&r1=1.31&r2=1.32 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTableUI.java?cvsroot=classpath&r1=1.54&r2=1.55 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicToolBarUI.java?cvsroot=classpath&r1=1.25&r2=1.26 From MAILER-DAEMON Tue Jul 04 14:56:32 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fxq4W-0000lD-Fg for mharc-commit-classpath@gnu.org; Tue, 04 Jul 2006 14:56:32 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fxq4U-0000l1-Or for commit-classpath@gnu.org; Tue, 04 Jul 2006 14:56:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fxq4T-0000jf-DG for commit-classpath@gnu.org; Tue, 04 Jul 2006 14:56:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fxq4T-0000jc-8W for commit-classpath@gnu.org; Tue, 04 Jul 2006 14:56:29 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxqIC-0001xr-EK for commit-classpath@gnu.org; Tue, 04 Jul 2006 15:10:40 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fxq4S-0007ic-00 for ; Tue, 04 Jul 2006 14:56:28 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1Fxq4R-0007iZ-H0 for commit-classpath@gnu.org; Tue, 04 Jul 2006 18:56:28 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Tue, 04 Jul 2006 18:56:27 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/dnd/DragSourceCont... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 18:56:30 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/04 18:56:27 Modified files: . : ChangeLog java/awt/dnd : DragSourceContext.java Log message: 2006-07-04 Lillian Angel * java/awt/dnd/DragSourceContext.java (DragSourceContext): Implemented fully. Fixed API docs. (transferablesFlavorsChanged): Implemented. (dragEnter): Implemented. (dragOver): Implemented. (dragExit): Implemented. (dropActionChanged): Implemented. (dragDropEnd): Implemented. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8018&r2=1.8019 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSourceContext.java?cvsroot=classpath&r1=1.8&r2=1.9 From MAILER-DAEMON Tue Jul 04 15:23:34 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FxqUg-0002Tw-4g for mharc-commit-classpath@gnu.org; Tue, 04 Jul 2006 15:23:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxqUe-0002Sd-SS for commit-classpath@gnu.org; Tue, 04 Jul 2006 15:23:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxqUd-0002RG-Fh for commit-classpath@gnu.org; Tue, 04 Jul 2006 15:23:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxqUd-0002RB-1l for commit-classpath@gnu.org; Tue, 04 Jul 2006 15:23:31 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxqiM-0004EM-Of for commit-classpath@gnu.org; Tue, 04 Jul 2006 15:37:42 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FxqUO-0008AQ-00 for ; Tue, 04 Jul 2006 15:23:16 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1FxqUM-0008AN-P1 for commit-classpath@gnu.org; Tue, 04 Jul 2006 19:23:16 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Tue, 04 Jul 2006 19:23:14 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/plaf/basic/Basi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 19:23:33 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/04 19:23:14 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicTreeUI.java Log message: 2006-07-04 Audrius Meskauskas * javax/swing/plaf/basic/BasicTreeUI.java (KeyHandler): Implemented. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8019&r2=1.8020 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTreeUI.java?cvsroot=classpath&r1=1.149&r2=1.150 From MAILER-DAEMON Tue Jul 04 16:23:21 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FxrQX-0007dI-38 for mharc-commit-classpath@gnu.org; Tue, 04 Jul 2006 16:23:21 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxrQU-0007cY-2N for commit-classpath@gnu.org; Tue, 04 Jul 2006 16:23:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxrQS-0007bs-44 for commit-classpath@gnu.org; Tue, 04 Jul 2006 16:23:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxrQR-0007bl-TA for commit-classpath@gnu.org; Tue, 04 Jul 2006 16:23:15 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxreC-0000OM-8w for commit-classpath@gnu.org; Tue, 04 Jul 2006 16:37:28 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FxrQR-0001g7-00 for ; Tue, 04 Jul 2006 16:23:15 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1FxrQQ-0001g2-Ib for commit-classpath@gnu.org; Tue, 04 Jul 2006 20:23:15 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Tue, 04 Jul 2006 20:23:14 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/dnd/DragSourceCont... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 20:23:18 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/04 20:23:14 Modified files: . : ChangeLog java/awt/dnd : DragSourceContext.java Log message: 2006-07-04 Lillian Angel * java/awt/dnd/DragSourceContext.java: Removed FIXMEs from fields. (DragSourceContext): Added code to initialize cursor and sourceActions. (getDragSource): Added documentation. (getComponent): Likewise. (getTrigger): Likewise. (getSourceActions): Added documentation and implemented. (setCursor): Implemented. Added documentation. (getCursor): Implemented. Added documentation. (dragEnter): Added code to notify DragSource's listeners. (dragOver): Likewise. (dragExit): Likewise. (dropActionChanged): Likewise. (dragDropEnd): Likewise. (dragMouseMoved): Implemented. (getTransferable): Added API documentation. (updateCurrentCursor): Added API documentation and partially implemented. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8020&r2=1.8021 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSourceContext.java?cvsroot=classpath&r1=1.9&r2=1.10 From MAILER-DAEMON Tue Jul 04 17:12:12 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FxsBo-0007r6-On for mharc-commit-classpath@gnu.org; Tue, 04 Jul 2006 17:12:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FxsBn-0007qg-HD for commit-classpath@gnu.org; Tue, 04 Jul 2006 17:12:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FxsBm-0007qM-Nn for commit-classpath@gnu.org; Tue, 04 Jul 2006 17:12:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FxsBm-0007qJ-JH for commit-classpath@gnu.org; Tue, 04 Jul 2006 17:12:10 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxsPX-0004Js-4M for commit-classpath@gnu.org; Tue, 04 Jul 2006 17:26:23 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FxsBl-0003Wf-00 for ; Tue, 04 Jul 2006 17:12:09 -0400 Received: from rsdio by savannah.gnu.org with local (Exim 4.50) id 1FxsBl-0003Wb-CH for commit-classpath@gnu.org; Tue, 04 Jul 2006 21:12:09 +0000 To: commit-classpath@gnu.org Message-Id: From: Casey Marshall Date: Tue, 04 Jul 2006 21:12:09 +0000 Subject: [commit-cp] classpath vm/reference/sun/misc/Unsafe.java vm/... [ssl-nio-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 21:12:11 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: ssl-nio-branch Changes by: Casey Marshall 06/07/04 21:12:09 Added files: vm/reference/sun/misc: Unsafe.java vm/reference/sun/reflect: Reflection.java vm/reference/sun/reflect/misc: ReflectUtil.java external/jsr166: IMPORTING Makefile.am readme.jsr166 external/jsr166/java/util: AbstractQueue.java ArrayDeque.java Deque.java NavigableMap.java NavigableSet.java Queue.java external/jsr166/java/util/concurrent: AbstractExecutorService.java ArrayBlockingQueue.java BlockingDeque.java BlockingQueue.java BrokenBarrierException.java Callable.java CancellationException.java CompletionService.java ConcurrentHashMap.java ConcurrentLinkedQueue.java ConcurrentMap.java ConcurrentNavigableMap.java ConcurrentSkipListMap.java ConcurrentSkipListSet.java CopyOnWriteArraySet.java CountDownLatch.java CyclicBarrier.java DelayQueue.java Delayed.java Exchanger.java ExecutionException.java Executor.java ExecutorCompletionService.java ExecutorService.java Executors.java Future.java FutureTask.java LinkedBlockingDeque.java LinkedBlockingQueue.java PriorityBlockingQueue.java RejectedExecutionException.java RejectedExecutionHandler.java RunnableFuture.java RunnableScheduledFuture.java ScheduledExecutorService.java ScheduledFuture.java ScheduledThreadPoolExecutor.java Semaphore.java SynchronousQueue.java ThreadFactory.java ThreadPoolExecutor.java TimeUnit.java TimeoutException.java package.html external/jsr166/java/util/concurrent/atomic: AtomicBoolean.java AtomicInteger.java AtomicIntegerArray.java AtomicIntegerFieldUpdater.java AtomicLong.java AtomicLongArray.java AtomicLongFieldUpdater.java AtomicMarkableReference.java AtomicReference.java AtomicReferenceArray.java AtomicReferenceFieldUpdater.java AtomicStampedReference.java package.html external/jsr166/java/util/concurrent/locks: AbstractOwnableSynchronizer.java AbstractQueuedLongSynchronizer.java AbstractQueuedSynchronizer.java Condition.java Lock.java LockSupport.java ReadWriteLock.java ReentrantLock.java ReentrantReadWriteLock.java package.html Log message: Adding JSR 166 sources from generics-branch. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/sun/misc/Unsafe.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/sun/reflect/Reflection.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/sun/reflect/misc/ReflectUtil.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/IMPORTING?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/Makefile.am?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/readme.jsr166?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/AbstractQueue.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/ArrayDeque.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/Deque.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/NavigableMap.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/NavigableSet.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/Queue.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/AbstractExecutorService.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ArrayBlockingQueue.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/BlockingDeque.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/BlockingQueue.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/BrokenBarrierException.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/Callable.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/CancellationException.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/CompletionService.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ConcurrentHashMap.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ConcurrentLinkedQueue.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ConcurrentMap.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ConcurrentNavigableMap.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ConcurrentSkipListMap.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ConcurrentSkipListSet.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/CopyOnWriteArraySet.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/CountDownLatch.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/CyclicBarrier.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/DelayQueue.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/Delayed.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/Exchanger.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ExecutionException.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/Executor.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ExecutorCompletionService.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ExecutorService.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/Executors.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/Future.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/FutureTask.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/LinkedBlockingDeque.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/LinkedBlockingQueue.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/PriorityBlockingQueue.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/RejectedExecutionException.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/RejectedExecutionHandler.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/RunnableFuture.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/RunnableScheduledFuture.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ScheduledExecutorService.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ScheduledFuture.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ScheduledThreadPoolExecutor.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/Semaphore.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/SynchronousQueue.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ThreadFactory.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/ThreadPoolExecutor.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/TimeUnit.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/TimeoutException.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/package.html?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/atomic/AtomicBoolean.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/atomic/AtomicInteger.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/atomic/AtomicIntegerArray.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/atomic/AtomicIntegerFieldUpdater.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/atomic/AtomicLong.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/atomic/AtomicLongArray.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/atomic/AtomicLongFieldUpdater.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/atomic/AtomicMarkableReference.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/atomic/AtomicReference.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/atomic/AtomicReferenceArray.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/atomic/AtomicReferenceFieldUpdater.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/atomic/AtomicStampedReference.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/atomic/package.html?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/locks/AbstractOwnableSynchronizer.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/locks/AbstractQueuedLongSynchronizer.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/locks/AbstractQueuedSynchronizer.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/locks/Condition.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/locks/Lock.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/locks/LockSupport.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/locks/ReadWriteLock.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/locks/ReentrantLock.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/locks/ReentrantReadWriteLock.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/java/util/concurrent/locks/package.html?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.2.2.1 From MAILER-DAEMON Tue Jul 04 17:38:00 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fxsam-0000E3-Mq for mharc-commit-classpath@gnu.org; Tue, 04 Jul 2006 17:38:00 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fxsal-0000DJ-6y for commit-classpath@gnu.org; Tue, 04 Jul 2006 17:37:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fxsak-0000D4-Jr for commit-classpath@gnu.org; Tue, 04 Jul 2006 17:37:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fxsak-0000D1-DB for commit-classpath@gnu.org; Tue, 04 Jul 2006 17:37:58 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FxsoV-00060r-Dl for commit-classpath@gnu.org; Tue, 04 Jul 2006 17:52:11 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fxsaj-000554-00 for ; Tue, 04 Jul 2006 17:37:57 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1Fxsah-00054y-Uo for commit-classpath@gnu.org; Tue, 04 Jul 2006 21:37:57 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Tue, 04 Jul 2006 21:37:55 +0000 Subject: [commit-cp] classpath ChangeLog NEWS doc/vmintegration.texi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 04 Jul 2006 21:37:59 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/04 21:37:55 Modified files: . : ChangeLog NEWS doc : vmintegration.texinfo java/lang/management: ManagementFactory.java Added files: examples/gnu/classpath/examples/management: TestMemoryPool.java gnu/java/lang/management: MemoryPoolMXBeanImpl.java vm/reference/gnu/java/lang/management: VMMemoryPoolMXBeanImpl.java vm/reference/java/lang/management: VMManagementFactory.java Log message: 2006-07-04 Andrew John Hughes * NEWS: Updated. * doc/vmintegration.texinfo: Likewise. * examples/gnu/classpath/examples/management/TestMemoryPool.java, * gnu/java/lang/management/MemoryPoolMXBeanImpl.java: New files. * java/lang/management/ManagementFactory.java: (getMemoryPoolMXBeans()): Implemented. * vm/reference/gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java, * vm/reference/java/lang/management/VMManagementFactory.java: New files. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8021&r2=1.8022 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&r1=1.156&r2=1.157 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&r1=1.33&r2=1.34 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestMemoryPool.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryPoolMXBeanImpl.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&r1=1.8&r2=1.9 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/java/lang/management/VMManagementFactory.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Wed Jul 05 04:58:05 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fy3Cv-0002xK-Ey for mharc-commit-classpath@gnu.org; Wed, 05 Jul 2006 04:58:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fy3Ct-0002vB-Hz for commit-classpath@gnu.org; Wed, 05 Jul 2006 04:58:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fy3Cq-0002t6-Sg for commit-classpath@gnu.org; Wed, 05 Jul 2006 04:58:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fy3Cq-0002sz-PC for commit-classpath@gnu.org; Wed, 05 Jul 2006 04:58:00 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fy3Qi-0003wH-9b for commit-classpath@gnu.org; Wed, 05 Jul 2006 05:12:20 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fy3Cp-0004P3-00 for ; Wed, 05 Jul 2006 04:57:59 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1Fy3Cp-0004P0-Gk for commit-classpath@gnu.org; Wed, 05 Jul 2006 08:57:59 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Wed, 05 Jul 2006 08:57:59 +0000 Subject: [commit-cp] classpath ChangeLog examples/gnu/classpath/exam... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 08:58:03 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/05 08:57:59 Modified files: . : ChangeLog examples/gnu/classpath/examples/swing: TabbedPaneDemo.java Log message: 2006-07-05 David Gilbert * gnu/classpath/examples/swing/TabbedPaneDemo.java (createContent): Use different labels for buttons. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8022&r2=1.8023 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/swing/TabbedPaneDemo.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Wed Jul 05 06:52:40 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fy4zo-0001I0-F1 for mharc-commit-classpath@gnu.org; Wed, 05 Jul 2006 06:52:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fy4zm-0001H7-TZ for commit-classpath@gnu.org; Wed, 05 Jul 2006 06:52:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fy4zk-0001Gk-VT for commit-classpath@gnu.org; Wed, 05 Jul 2006 06:52:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fy4zk-0001Gd-Qv for commit-classpath@gnu.org; Wed, 05 Jul 2006 06:52:36 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fy5Dd-0004Hu-G5 for commit-classpath@gnu.org; Wed, 05 Jul 2006 07:06:57 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fy4zk-0001Gt-00 for ; Wed, 05 Jul 2006 06:52:36 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1Fy4zi-0001Gg-2b for commit-classpath@gnu.org; Wed, 05 Jul 2006 10:52:35 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Wed, 05 Jul 2006 10:52:34 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/InputMap.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 10:52:39 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/05 10:52:34 Modified files: . : ChangeLog javax/swing : InputMap.java Log message: 2006-07-05 David Gilbert * javax/swing/InputMap.java (inputMap): Don't initialize yet, (InputMap): Removed TODO, (get): Check for null inputMap, (put): Return immediately for null keyStroke, check for null inputMap and initialize if necessary, (remove): Check for null inputMap, (size): Likewise, (clear): Likewise, (keys): Likewise, (allKeys): Likewise, (writeObject): Removed, (readObject): Removed. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8023&r2=1.8024 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/InputMap.java?cvsroot=classpath&r1=1.14&r2=1.15 From MAILER-DAEMON Wed Jul 05 09:37:58 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fy7Zm-0003QG-Ks for mharc-commit-classpath@gnu.org; Wed, 05 Jul 2006 09:37:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fy7Zk-0003Ps-Tv for commit-classpath@gnu.org; Wed, 05 Jul 2006 09:37:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fy7Zj-0003PU-NQ for commit-classpath@gnu.org; Wed, 05 Jul 2006 09:37:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fy7Zj-0003PP-HR for commit-classpath@gnu.org; Wed, 05 Jul 2006 09:37:55 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fy7nd-0002Yr-SZ for commit-classpath@gnu.org; Wed, 05 Jul 2006 09:52:17 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fy7Zi-0007Sm-00 for ; Wed, 05 Jul 2006 09:37:54 -0400 Received: from rschuster by savannah.gnu.org with local (Exim 4.50) id 1Fy7Zh-0007Sf-2K for commit-classpath@gnu.org; Wed, 05 Jul 2006 13:37:53 +0000 To: commit-classpath@gnu.org Message-Id: From: Robert Schuster Date: Wed, 05 Jul 2006 13:37:53 +0000 Subject: [commit-cp] classpath/javax/swing/plaf/basic BasicArrowButt... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 13:37:57 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Robert Schuster 06/07/05 13:37:53 Modified files: javax/swing/plaf/basic: BasicArrowButton.java . : ChangeLog Log message: 2006-07-05 Robert Schuster * javax/swing/plaf/basic/BasicArrowButton.java: (paint): Removed getBounds() call, changed center point calculation. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicArrowButton.java?cvsroot=classpath&r1=1.20&r2=1.21 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8024&r2=1.8025 From MAILER-DAEMON Wed Jul 05 13:46:01 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyBRp-0004VT-J1 for mharc-commit-classpath@gnu.org; Wed, 05 Jul 2006 13:46:01 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyBRn-0004VE-RQ for commit-classpath@gnu.org; Wed, 05 Jul 2006 13:45:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyBRn-0004V1-7B for commit-classpath@gnu.org; Wed, 05 Jul 2006 13:45:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyBRn-0004Uw-2H for commit-classpath@gnu.org; Wed, 05 Jul 2006 13:45:59 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyBRn-0002Yk-L8 for commit-classpath@gnu.org; Wed, 05 Jul 2006 13:45:59 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyBRh-0000iN-00 for ; Wed, 05 Jul 2006 13:45:53 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1FyBRe-0000iK-SK for commit-classpath@gnu.org; Wed, 05 Jul 2006 17:45:53 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Wed, 05 Jul 2006 17:45:50 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/dnd/DragGestureEve... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 17:46:00 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/05 17:45:50 Modified files: . : ChangeLog java/awt/dnd : DragGestureEvent.java DragGestureRecognizer.java DragSource.java DropTarget.java DropTargetContext.java DropTargetDragEvent.java DropTargetDropEvent.java InvalidDnDOperationException.java Log message: 2006-07-05 Lillian Angel * java/awt/dnd/DragGestureEvent.java: Added new fields. (DragGestureEvent): Initialized new fields, added to check and added documentation. (getSourceAsDragGestureRecognizer): Added documentation and changed to use getSource. (getComponent): Added documentation and fixed to return the proper value. (getDragSource): Likewise. (getDragOrigin): Added documentation. (iterator): Implemented and added documentation. (toArray): Likewise. (toArray): Likewise. (getDragAction): Likewise. (getTriggerEvent): Likewise. (startDrag): Likewise. * java/awt/dnd/DragGestureRecognizer.java (resetRecognizer): Added FIXME. * java/awt/dnd/DragSource.java: Added new field. (DragSource): Set ds to be null if headless. (getDefaultDragSource): Added documentation and implemented. (isDragImageSupported): Marked as unimplemented. (startDrag): Likewise. (createDragSourceContext): Implemented. (NoDragGestureRecognizer): Formatted inner class. * java/awt/dnd/DropTarget.java (stop): Marked as unimplemented. (actionPerformed): Likewise. (addDropTargetListener): Added code to throw exception. (removeDropTargetListener): Added check, removed FIXME. (dragEnter): Implemented. (dragOver): Implemented. (dropActionChanged): Implemented. (dragExit): Implemented. (drop): Implemented. (addNotify): Implemented. (removeNotify): Implemented. (createDropTargetContext): Implemented. (createDropTargetAutoScroller): Implemented. (initializeAutoscrolling): Implemented. (updateAutoscroll): Implemented. (clearAutoscroll): Implemented. * java/awt/dnd/DropTargetContext.java (dropComplete): Implemented. (acceptDrag): Implemented. (rejectDrag): Implemented. (acceptDrop): Implemented. (rejectDrop): Implemented. (getCurrentDataFlavors): Implemented. (getTransferable): Partially implemented. * java/awt/dnd/DropTargetDragEvent.java (getDropAction): Uncommented correct code. * java/awt/dnd/DropTargetDropEvent.java (dropComplete) :Implemented. * java/awt/dnd/InvalidDnDOperationException.java (InvalidDnDOperationException): Added call to super. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8025&r2=1.8026 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragGestureEvent.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragGestureRecognizer.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSource.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTarget.java?cvsroot=classpath&r1=1.12&r2=1.13 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTargetContext.java?cvsroot=classpath&r1=1.11&r2=1.12 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTargetDragEvent.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTargetDropEvent.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/InvalidDnDOperationException.java?cvsroot=classpath&r1=1.3&r2=1.4 From MAILER-DAEMON Wed Jul 05 17:35:30 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyF1u-0007CB-Gd for mharc-commit-classpath@gnu.org; Wed, 05 Jul 2006 17:35:30 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyF1t-0007Bq-L1 for commit-classpath@gnu.org; Wed, 05 Jul 2006 17:35:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyF1s-0007BQ-Vr for commit-classpath@gnu.org; Wed, 05 Jul 2006 17:35:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyF1s-0007BL-Nd for commit-classpath@gnu.org; Wed, 05 Jul 2006 17:35:28 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyF1v-0004n7-H1 for commit-classpath@gnu.org; Wed, 05 Jul 2006 17:35:31 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyF1m-0008Rz-00 for ; Wed, 05 Jul 2006 17:35:22 -0400 Received: from fitzsim by savannah.gnu.org with local (Exim 4.50) id 1FyF1l-0008Rq-OD for commit-classpath@gnu.org; Wed, 05 Jul 2006 21:35:22 +0000 To: commit-classpath@gnu.org Message-Id: From: Thomas Fitzsimmons Date: Wed, 05 Jul 2006 21:35:21 +0000 Subject: [commit-cp] classpath ChangeLog native/plugin/Makefile.am X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 21:35:29 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Thomas Fitzsimmons 06/07/05 21:35:21 Modified files: . : ChangeLog native/plugin : Makefile.am Log message: 2006-07-05 Thomas Fitzsimmons * native/plugin/Makefile.am (nativeexeclib_LTLIBRARIES): Rename from lib_LTLIBRARIES. (install-plugin): Depend on nativeexeclib_LTLIBRARIES. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8026&r2=1.8027 http://cvs.savannah.gnu.org/viewcvs/classpath/native/plugin/Makefile.am?cvsroot=classpath&r1=1.5&r2=1.6 From MAILER-DAEMON Wed Jul 05 17:44:04 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyFAC-000363-E9 for mharc-commit-classpath@gnu.org; Wed, 05 Jul 2006 17:44:04 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyFAA-00035i-RV for commit-classpath@gnu.org; Wed, 05 Jul 2006 17:44:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyFA9-00035W-E2 for commit-classpath@gnu.org; Wed, 05 Jul 2006 17:44:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyFA9-00035T-87 for commit-classpath@gnu.org; Wed, 05 Jul 2006 17:44:01 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyFAC-0005ZB-7N for commit-classpath@gnu.org; Wed, 05 Jul 2006 17:44:04 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyFA8-0000c8-00 for ; Wed, 05 Jul 2006 17:44:00 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1FyFA8-0000c5-1y for commit-classpath@gnu.org; Wed, 05 Jul 2006 21:44:00 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Wed, 05 Jul 2006 21:44:00 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/Thread.java [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 21:44:02 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Andrew John Hughes 06/07/05 21:44:00 Modified files: . : ChangeLog java/lang : Thread.java Log message: 2006-07-05 Andrew John Hughes * java/lang/Thread.java: (getAllStackTraces(Map)): Added generic type signature. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.278&r2=1.2386.2.279 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/Thread.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.20&r2=1.8.2.21 From MAILER-DAEMON Wed Jul 05 17:44:14 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyFAM-0003A5-1C for mharc-commit-classpath@gnu.org; Wed, 05 Jul 2006 17:44:14 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyFAK-00039I-46 for commit-classpath@gnu.org; Wed, 05 Jul 2006 17:44:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyFAJ-00038O-B7 for commit-classpath@gnu.org; Wed, 05 Jul 2006 17:44:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyFAJ-00038L-5f for commit-classpath@gnu.org; Wed, 05 Jul 2006 17:44:11 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyFAM-0005aE-0S for commit-classpath@gnu.org; Wed, 05 Jul 2006 17:44:14 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyFAI-0000ct-00 for ; Wed, 05 Jul 2006 17:44:10 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1FyFAG-0000co-PV for commit-classpath@gnu.org; Wed, 05 Jul 2006 21:44:10 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Wed, 05 Jul 2006 21:44:08 +0000 Subject: [commit-cp] classpath ChangeLog NEWS doc/vmintegration.texi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Jul 2006 21:44:12 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/05 21:44:08 Modified files: . : ChangeLog NEWS doc : vmintegration.texinfo java/lang/management: ManagementFactory.java vm/reference/java/lang/management: VMManagementFactory.java Added files: examples/gnu/classpath/examples/management: TestGarbageCollector.java TestMemoryManager.java gnu/java/lang/management: GarbageCollectorMXBeanImpl.java MemoryManagerMXBeanImpl.java java/lang/management: GarbageCollectorMXBean.java MemoryManagerMXBean.java vm/reference/gnu/java/lang/management: VMGarbageCollectorMXBeanImpl.java VMMemoryManagerMXBeanImpl.java Log message: 2006-07-05 Andrew John Hughes * NEWS: Updated. * doc/vmintegration.texinfo: Likewise. * examples/gnu/classpath/examples/management/TestGarbageCollector.java, * examples/gnu/classpath/examples/management/TestMemoryManager.java, * gnu/java/lang/management/GarbageCollectorMXBeanImpl.java, * gnu/java/lang/management/MemoryManagerMXBeanImpl.java, * java/lang/management/GarbageCollectorMXBean.java: New files. * java/lang/management/ManagementFactory.java: (getGarbageCollectorMXBeans()): Implemented. (getMemoryManagerMXBeans()): Likewise. * vm/reference/gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java, * vm/reference/gnu/java/lang/management/VMMemoryManagerMXBeanImpl.java: New files. * vm/reference/java/lang/management/VMManagementFactory.java: (getMemoryManagerNames()): Added. (getGarbageCollectorNames()): Added. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8027&r2=1.8028 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&r1=1.157&r2=1.158 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&r1=1.34&r2=1.35 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestGarbageCollector.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestMemoryManager.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/GarbageCollectorMXBeanImpl.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryManagerMXBeanImpl.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&r1=1.9&r2=1.10 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/GarbageCollectorMXBean.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryManagerMXBean.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMMemoryManagerMXBeanImpl.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/java/lang/management/VMManagementFactory.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Thu Jul 06 05:05:13 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyPnM-0003pZ-Re for mharc-commit-classpath@gnu.org; Thu, 06 Jul 2006 05:05:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyPnK-0003pM-W6 for commit-classpath@gnu.org; Thu, 06 Jul 2006 05:05:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyPnI-0003mq-J3 for commit-classpath@gnu.org; Thu, 06 Jul 2006 05:05:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyPnI-0003ma-Ch for commit-classpath@gnu.org; Thu, 06 Jul 2006 05:05:08 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyPnR-00051o-SS for commit-classpath@gnu.org; Thu, 06 Jul 2006 05:05:18 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyPmr-0000qY-00 for ; Thu, 06 Jul 2006 05:04:41 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1FyPmp-0000qV-Gf for commit-classpath@gnu.org; Thu, 06 Jul 2006 09:04:41 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Thu, 06 Jul 2006 09:04:39 +0000 Subject: [commit-cp] classpath/javax/swing/text/html HTMLEditorKit.j... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 09:05:11 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/06 09:04:39 Modified files: javax/swing/text/html: HTMLEditorKit.java . : ChangeLog Added files: javax/swing/text/html: HRuleView.java BRView.java Log message: 2006-07-06 Audrius Meskauskas * javax/swing/text/html/HTMLEditorKit.java: (HTMLFactory.createElement): Uncomment code for BRView and HRuleView. * javax/swing/text/html/BRView.java, javax/swing/text/html/HRuleView.java: New files. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLEditorKit.java?cvsroot=classpath&r1=1.28&r2=1.29 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HRuleView.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/BRView.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8028&r2=1.8029 From MAILER-DAEMON Thu Jul 06 06:56:05 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyRWf-0002ji-5w for mharc-commit-classpath@gnu.org; Thu, 06 Jul 2006 06:56:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyRWd-0002jR-Rd for commit-classpath@gnu.org; Thu, 06 Jul 2006 06:56:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyRWc-0002j7-Di for commit-classpath@gnu.org; Thu, 06 Jul 2006 06:56:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyRWc-0002j4-91 for commit-classpath@gnu.org; Thu, 06 Jul 2006 06:56:02 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyRWm-0004yz-SD for commit-classpath@gnu.org; Thu, 06 Jul 2006 06:56:12 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyRWA-0004qh-00 for ; Thu, 06 Jul 2006 06:55:34 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1FyRW8-0004qe-1c for commit-classpath@gnu.org; Thu, 06 Jul 2006 10:55:33 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Thu, 06 Jul 2006 10:55:32 +0000 Subject: [commit-cp] classpath/javax/swing/text/html HTMLEditorKit.j... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 10:56:04 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/06 10:55:32 Modified files: javax/swing/text/html: HTMLEditorKit.java . : ChangeLog Added files: javax/swing/text/html: TableView.java Removed files: javax/swing/text/html: HTMLTableView.java Log message: 2006-07-06 Audrius Meskauskas * javax/swing/text/html/HTMLEditorKit.java: (HTMLFactory.createElement): Update reference to the html table view. * javax/swing/text/html/HTMLTableView.java: Removed (renamed). * javax/swing/text/html/TableView.java: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLEditorKit.java?cvsroot=classpath&r1=1.29&r2=1.30 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/TableView.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLTableView.java?cvsroot=classpath&r1=1.1&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8029&r2=1.8030 From MAILER-DAEMON Thu Jul 06 07:32:17 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyS5h-0002S8-0X for mharc-commit-classpath@gnu.org; Thu, 06 Jul 2006 07:32:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyS5f-0002Rb-2b for commit-classpath@gnu.org; Thu, 06 Jul 2006 07:32:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyS5d-0002RN-MC for commit-classpath@gnu.org; Thu, 06 Jul 2006 07:32:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyS5d-0002RK-FK for commit-classpath@gnu.org; Thu, 06 Jul 2006 07:32:13 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyS5o-0007U4-HH for commit-classpath@gnu.org; Thu, 06 Jul 2006 07:32:24 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyS5B-0005IR-00 for ; Thu, 06 Jul 2006 07:31:45 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1FyS5A-0005IO-OZ for commit-classpath@gnu.org; Thu, 06 Jul 2006 11:31:45 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Thu, 06 Jul 2006 11:31:44 +0000 Subject: [commit-cp] classpath javax/swing/text/html/StyleSheet.java... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 11:32:15 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/06 11:31:44 Modified files: javax/swing/text/html: StyleSheet.java gnu/javax/swing/text/html: CharacterAttributeTranslator.java . : ChangeLog Log message: 2006-07-06 Audrius Meskauskas * gnu/javax/swing/text/html/CharacterAttributeTranslator.java (getColor): Made public. * javax/swing/text/html/StyleSheet.java (stringToColor): Use CharacterAttributeTranslator.getColor(String) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/StyleSheet.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/CharacterAttributeTranslator.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8030&r2=1.8031 From MAILER-DAEMON Thu Jul 06 13:32:57 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyXij-0001B5-D4 for mharc-commit-classpath@gnu.org; Thu, 06 Jul 2006 13:32:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyXih-00019W-OM for commit-classpath@gnu.org; Thu, 06 Jul 2006 13:32:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyXig-000182-5x for commit-classpath@gnu.org; Thu, 06 Jul 2006 13:32:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyXif-00017w-V3 for commit-classpath@gnu.org; Thu, 06 Jul 2006 13:32:53 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyXiu-0003h6-Gm for commit-classpath@gnu.org; Thu, 06 Jul 2006 13:33:08 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyXif-0002R0-00 for ; Thu, 06 Jul 2006 13:32:53 -0400 Received: from tbento by savannah.gnu.org with local (Exim 4.50) id 1FyXie-0002Ql-NZ for commit-classpath@gnu.org; Thu, 06 Jul 2006 17:32:53 +0000 To: commit-classpath@gnu.org Message-Id: From: Tania Bento Date: Thu, 06 Jul 2006 17:32:52 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/Canvas.java java/a... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 17:32:56 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tania Bento 06/07/06 17:32:52 Modified files: . : ChangeLog java/awt : Canvas.java Component.java Container.java TextComponent.java Log message: 2006-07-06 Tania Bento * gnu/java/awt/Canvas.java Added new private variable 'next_canvas_number'. (generateName): Added. (getUniqueLong): Added. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8031&r2=1.8032 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Canvas.java?cvsroot=classpath&r1=1.16&r2=1.17 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.128&r2=1.129 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Container.java?cvsroot=classpath&r1=1.95&r2=1.96 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/TextComponent.java?cvsroot=classpath&r1=1.25&r2=1.26 From MAILER-DAEMON Thu Jul 06 13:41:11 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyXqg-00047l-Pd for mharc-commit-classpath@gnu.org; Thu, 06 Jul 2006 13:41:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyXqg-00047D-0L for commit-classpath@gnu.org; Thu, 06 Jul 2006 13:41:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyXqf-00046h-CC for commit-classpath@gnu.org; Thu, 06 Jul 2006 13:41:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyXqf-00046c-88 for commit-classpath@gnu.org; Thu, 06 Jul 2006 13:41:09 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyXqt-0004U4-Ra for commit-classpath@gnu.org; Thu, 06 Jul 2006 13:41:23 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyXqe-00036i-00 for ; Thu, 06 Jul 2006 13:41:08 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1FyXqe-00036f-G9 for commit-classpath@gnu.org; Thu, 06 Jul 2006 17:41:08 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Thu, 06 Jul 2006 17:41:08 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/dnd/DragSource.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 17:41:10 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/06 17:41:08 Modified files: . : ChangeLog java/awt/dnd : DragSource.java Log message: 2006-07-06 Lillian Angel * java/awt/dnd/DragSource.java (startDrag): Implemented. Added comments describing what the function should do. Removed FIXME. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8032&r2=1.8033 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSource.java?cvsroot=classpath&r1=1.7&r2=1.8 From MAILER-DAEMON Thu Jul 06 14:01:48 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyYAe-0005Vt-IS for mharc-commit-classpath@gnu.org; Thu, 06 Jul 2006 14:01:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyYAc-0005VK-SB for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:01:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyYAc-0005V8-AZ for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:01:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyYAc-0005V5-4T for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:01:46 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyYAq-0005ya-QV for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:02:00 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyYAW-0003O5-00 for ; Thu, 06 Jul 2006 14:01:40 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1FyYAW-0003O2-5m for commit-classpath@gnu.org; Thu, 06 Jul 2006 18:01:40 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Thu, 06 Jul 2006 18:01:40 +0000 Subject: [commit-cp] classpath/gnu/java/awt/dnd X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:01:47 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/06 18:01:40 New directory: gnu/java/awt/dnd CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/?cvsroot=classpath From MAILER-DAEMON Thu Jul 06 14:01:48 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyYAe-0005W7-M5 for mharc-commit-classpath@gnu.org; Thu, 06 Jul 2006 14:01:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyYAd-0005Vf-JF for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:01:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyYAd-0005VS-3N for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:01:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyYAc-0005VL-TZ for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:01:46 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyYAr-0005zE-JV for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:02:01 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyYAc-0003OL-00 for ; Thu, 06 Jul 2006 14:01:46 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1FyYAc-0003OI-46 for commit-classpath@gnu.org; Thu, 06 Jul 2006 18:01:46 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Thu, 06 Jul 2006 18:01:46 +0000 Subject: [commit-cp] classpath/gnu/java/awt/dnd/peer X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:01:47 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/06 18:01:46 New directory: gnu/java/awt/dnd/peer CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/?cvsroot=classpath From MAILER-DAEMON Thu Jul 06 14:01:53 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyYAj-0005Yb-1m for mharc-commit-classpath@gnu.org; Thu, 06 Jul 2006 14:01:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyYAh-0005Xg-JF for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:01:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyYAg-0005XL-VN for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:01:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyYAg-0005XF-Lt for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:01:50 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyYAv-0005zU-84 for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:02:05 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyYAf-0003OY-00 for ; Thu, 06 Jul 2006 14:01:49 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1FyYAf-0003OV-PX for commit-classpath@gnu.org; Thu, 06 Jul 2006 18:01:49 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Thu, 06 Jul 2006 18:01:49 +0000 Subject: [commit-cp] classpath/gnu/java/awt/dnd/peer/gtk X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:01:51 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/06 18:01:49 New directory: gnu/java/awt/dnd/peer/gtk CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/?cvsroot=classpath From MAILER-DAEMON Thu Jul 06 14:17:42 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyYQ2-0006K7-0w for mharc-commit-classpath@gnu.org; Thu, 06 Jul 2006 14:17:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyYQ0-0006K1-0q for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:17:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyYPy-0006Hl-Jo for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:17:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyYPy-0006Hi-DF for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:17:38 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyYQD-0007dE-DI for commit-classpath@gnu.org; Thu, 06 Jul 2006 14:17:53 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyYPx-0003hn-00 for ; Thu, 06 Jul 2006 14:17:37 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1FyYPx-0003hk-CC for commit-classpath@gnu.org; Thu, 06 Jul 2006 18:17:37 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Thu, 06 Jul 2006 18:17:37 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/util/prefs/EventDi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 18:17:40 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tom Tromey 06/07/06 18:17:37 Modified files: . : ChangeLog gnu/java/util/prefs: EventDispatcher.java Log message: * gnu/java/util/prefs/EventDispatcher.java (dispatch): Notify 'queue'. (run): Wait on queue, not 'this'. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8033&r2=1.8034 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/prefs/EventDispatcher.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Thu Jul 06 15:47:09 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyZob-0001qW-AG for mharc-commit-classpath@gnu.org; Thu, 06 Jul 2006 15:47:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyZoa-0001qR-5U for commit-classpath@gnu.org; Thu, 06 Jul 2006 15:47:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyZoY-0001qF-HQ for commit-classpath@gnu.org; Thu, 06 Jul 2006 15:47:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyZoY-0001qC-EM for commit-classpath@gnu.org; Thu, 06 Jul 2006 15:47:06 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyZoo-0005TQ-74 for commit-classpath@gnu.org; Thu, 06 Jul 2006 15:47:22 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyZoX-0007Qg-00 for ; Thu, 06 Jul 2006 15:47:05 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1FyZoX-0007Qd-9l for commit-classpath@gnu.org; Thu, 06 Jul 2006 19:47:05 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Thu, 06 Jul 2006 19:47:05 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/dnd/DragSource.jav... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 19:47:08 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/06 19:47:05 Modified files: . : ChangeLog java/awt/dnd : DragSource.java DropTarget.java Added files: gnu/java/awt/dnd: GtkMouseDragGestureRecognizer.java gnu/java/awt/dnd/peer/gtk: GtkDragSourceContextPeer.java GtkDropTargetContextPeer.java GtkDropTargetPeer.java Log message: 2006-07-06 Lillian Angel * gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java: New class not fully implemented. * gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java: New class not fully implemented. * gnu/java/awt/dnd/peer/gtk/GtkDropTargetPeer.java: New class not fully implemented. * gnu/java/awt/dnd/peer/gtk/GtkDropTargetContextPeer.java: New class not fully implemented. * nu/java/awt/peer/gtk/GtkToolkit.java: Fixed Imports. (createDragSourceContextPeer): Implemented. (createDragGestureRecognizer): New function to override java.awt.Toolkit.createDragGestureRecognizer. * java/awt/dnd/DragSource.java (NoDragGestureRecognizer): Removed inner class. (createDragGestureRecognizer): Re-Implemented to call Toolkit's createDragGestureRecognizer. (createDefaultDragGestureRecognizer): Re-Implemented to call Toolkit's createDragGestureRecognizer. * java/awt/dnd/DropTarget.java (addNotify): Added check to determine type of peer and call addDropTarget. (removeNotify): Added call to removeDropTarget. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8034&r2=1.8035 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDropTargetContextPeer.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDropTargetPeer.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSource.java?cvsroot=classpath&r1=1.8&r2=1.9 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTarget.java?cvsroot=classpath&r1=1.13&r2=1.14 From MAILER-DAEMON Thu Jul 06 15:50:28 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyZro-0002y4-4X for mharc-commit-classpath@gnu.org; Thu, 06 Jul 2006 15:50:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyZrm-0002xO-Dz for commit-classpath@gnu.org; Thu, 06 Jul 2006 15:50:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyZrm-0002wj-3A for commit-classpath@gnu.org; Thu, 06 Jul 2006 15:50:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyZrl-0002wd-Sg for commit-classpath@gnu.org; Thu, 06 Jul 2006 15:50:25 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyZs1-0005mG-Ml for commit-classpath@gnu.org; Thu, 06 Jul 2006 15:50:41 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyZrl-0007T2-00 for ; Thu, 06 Jul 2006 15:50:25 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1FyZrl-0007Sz-0i for commit-classpath@gnu.org; Thu, 06 Jul 2006 19:50:25 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Thu, 06 Jul 2006 19:50:25 +0000 Subject: [commit-cp] classpath/gnu/java/awt/peer/gtk GtkToolkit.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 19:50:26 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/06 19:50:25 Modified files: gnu/java/awt/peer/gtk: GtkToolkit.java Log message: Forgot to commit this with last commit CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkToolkit.java?cvsroot=classpath&r1=1.89&r2=1.90 From MAILER-DAEMON Thu Jul 06 16:42:55 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyagZ-0007HL-4W for mharc-commit-classpath@gnu.org; Thu, 06 Jul 2006 16:42:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyagX-0007GZ-H2 for commit-classpath@gnu.org; Thu, 06 Jul 2006 16:42:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyagV-0007Fl-TD for commit-classpath@gnu.org; Thu, 06 Jul 2006 16:42:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyagV-0007Fe-H5 for commit-classpath@gnu.org; Thu, 06 Jul 2006 16:42:51 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fyagl-00035j-9m for commit-classpath@gnu.org; Thu, 06 Jul 2006 16:43:07 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyagT-0001Ui-00 for ; Thu, 06 Jul 2006 16:42:49 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1FyagS-0001Uf-0W for commit-classpath@gnu.org; Thu, 06 Jul 2006 20:42:48 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Thu, 06 Jul 2006 20:42:48 +0000 Subject: [commit-cp] classpath/java/awt Component.java Container.jav... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 20:42:53 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/06 20:42:47 Modified files: java/awt : Component.java Container.java . : ChangeLog Log message: 2006-07-01 Roman Kennke * java/awt/Component.java (setFont): Only invalidate when component is valid. * java/awt/Container.java (setLayout): Only invalidate when component is valid. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.129&r2=1.130 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Container.java?cvsroot=classpath&r1=1.96&r2=1.97 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8035&r2=1.8036 From MAILER-DAEMON Thu Jul 06 18:41:20 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FycXA-000476-4Z for mharc-commit-classpath@gnu.org; Thu, 06 Jul 2006 18:41:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FycX8-00046s-Ux for commit-classpath@gnu.org; Thu, 06 Jul 2006 18:41:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FycX7-00046Y-GG for commit-classpath@gnu.org; Thu, 06 Jul 2006 18:41:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FycX7-00046V-Dr for commit-classpath@gnu.org; Thu, 06 Jul 2006 18:41:17 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FycXO-0004Fs-V5 for commit-classpath@gnu.org; Thu, 06 Jul 2006 18:41:35 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FycX6-0001ic-00 for ; Thu, 06 Jul 2006 18:41:16 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1FycX6-0001iZ-Dc for commit-classpath@gnu.org; Thu, 06 Jul 2006 22:41:16 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Thu, 06 Jul 2006 22:41:16 +0000 Subject: [commit-cp] classpath ChangeLog lib/Makefile.am X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Jul 2006 22:41:19 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/06 22:41:16 Modified files: . : ChangeLog lib : Makefile.am Log message: * lib/Makefile.am (CLEANFILES): Add Makefile.deps. (DISTCLEANFILES): Add standard.omit. (clean-local): Remove Makefile.deps, only remove dirs. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8036&r2=1.8037 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/Makefile.am?cvsroot=classpath&r1=1.123&r2=1.124 From MAILER-DAEMON Fri Jul 07 07:30:04 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyoX6-0006fr-30 for mharc-commit-classpath@gnu.org; Fri, 07 Jul 2006 07:30:04 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyoX4-0006fa-PR for commit-classpath@gnu.org; Fri, 07 Jul 2006 07:30:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyoX3-0006fG-96 for commit-classpath@gnu.org; Fri, 07 Jul 2006 07:30:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyoX3-0006fD-2R for commit-classpath@gnu.org; Fri, 07 Jul 2006 07:30:01 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyoXR-0004hG-VB for commit-classpath@gnu.org; Fri, 07 Jul 2006 07:30:26 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyoX0-0007a4-00 for ; Fri, 07 Jul 2006 07:29:58 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1FyoWz-0007a1-5W for commit-classpath@gnu.org; Fri, 07 Jul 2006 11:29:57 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Fri, 07 Jul 2006 11:29:57 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/plaf/metal/Meta... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 11:30:02 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/07 11:29:56 Modified files: . : ChangeLog javax/swing/plaf/metal: MetalIconFactory.java Log message: 2006-07-07 David Gilbert * javax/swing/plaf/metal/MetalIconFactory.java (CheckBoxMenuItemIcon): Implement UIResource, (FileChooserDetailViewIcon): Likewise, (FileChooserHomeFolderIcon): Likewise, (FileChooserListViewIcon): Likewise, (FileChooserNewFolderIcon): Likewise, (FileChooserUpFolderIcon): Removed redundant 'implements', (RadioButtonMenuItemIcon): Implement UIResource, (HorizontalSliderThumbIcon): Likewise, (InternalFrameCloseIcon): Likewise, (InternalFrameDefaultMenuIcon): Likewise, (InternalFrameAltMaximizeIcon): Likewise, (InternalFrameMaximizeIcon): Likewise, (InternalFrameMinimizeIcon): Likewise, (VerticalSliderThumbIcon): Likewise, (TreeHardDriveIcon): Likewise, (TreeFloppyDriveIcon): Likewise, (TreeComputerIcon): Likewise, (horizontalSliderThumbIcon): New field, (verticalSliderThumbIcon): New field, (getHorizontalSliderThumbIcon): Cache icon, (getVerticalSliderThumbIcon): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8037&r2=1.8038 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalIconFactory.java?cvsroot=classpath&r1=1.27&r2=1.28 From MAILER-DAEMON Fri Jul 07 08:14:09 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FypDl-0000og-Oq for mharc-commit-classpath@gnu.org; Fri, 07 Jul 2006 08:14:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FypDk-0000ob-6S for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:14:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FypDj-0000oP-Dy for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:14:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FypDj-0000oM-B3 for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:14:07 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FypE8-0000ou-QK for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:14:32 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FypDi-00012E-00 for ; Fri, 07 Jul 2006 08:14:06 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1FypDi-00012B-6X for commit-classpath@gnu.org; Fri, 07 Jul 2006 12:14:06 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Fri, 07 Jul 2006 12:14:06 +0000 Subject: [commit-cp] classpath/java/awt Component.java ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 12:14:08 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/07 12:14:06 Modified files: java/awt : Component.java . : ChangeLog Log message: 2006-07-07 Roman Kennke * java/awt/Component.java (isValid): Always return false when component is not showing. (setFont): Always set font, even when setting the same or equal font again. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.130&r2=1.131 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8038&r2=1.8039 From MAILER-DAEMON Fri Jul 07 08:24:13 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FypNV-0005Q9-PF for mharc-commit-classpath@gnu.org; Fri, 07 Jul 2006 08:24:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FypNU-0005Pl-Ql for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:24:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FypNT-0005Oy-8M for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:24:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FypNS-0005Ov-Ue for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:24:10 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FypNs-0001XA-EZ for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:24:36 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FypNN-0001BW-00 for ; Fri, 07 Jul 2006 08:24:05 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1FypNN-0001BT-9a for commit-classpath@gnu.org; Fri, 07 Jul 2006 12:24:05 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Fri, 07 Jul 2006 12:24:05 +0000 Subject: [commit-cp] classpath/javax/crypto/spec PBEKeySpec.java Cha... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 12:24:13 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/07 12:24:05 Modified files: javax/crypto/spec: PBEKeySpec.java . : ChangeLog Log message: 2006-07-07 Matt Wringe * javax/crypto/spec/PBEKeySpec.java: Updated copyright year. (passwordValid): New field. (setPassword): New method. (setSalt): Likewise. (setIterationCount): Likewise. (setKeyLength): Likewise. (PBEKeySpec(char[])): Use new setter methods. (PBEKeySpec(char[], byte[], int)): Likewise. (PBEKeySpec(char[], byte[], int, int)): Likewise. (clearPassword): Set passwordValid to false. (getPassword): Check that clearPassword() was not called earlier. Return a clone of the password. (getSalt): Return a clone of the salt if it was not null. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/crypto/spec/PBEKeySpec.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8039&r2=1.8040 From MAILER-DAEMON Fri Jul 07 08:41:58 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fypeg-0004Ra-Jj for mharc-commit-classpath@gnu.org; Fri, 07 Jul 2006 08:41:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fypee-0004Q2-DW for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:41:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fyped-0004PC-GG for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:41:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fyped-0004P4-Bl for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:41:55 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fypf3-00038Q-0X for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:42:21 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fypec-0002aN-00 for ; Fri, 07 Jul 2006 08:41:54 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1Fypec-0002aG-3g for commit-classpath@gnu.org; Fri, 07 Jul 2006 12:41:54 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Fri, 07 Jul 2006 12:41:54 +0000 Subject: [commit-cp] classpath/javax/swing JComponent.java ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 12:41:56 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/07 12:41:53 Modified files: javax/swing : JComponent.java . : ChangeLog Log message: 2006-07-07 Roman Kennke * javax/swing/JComponent.java (paintChildrenWithOverlap): Avoid array copying in Container.getComponents(). (paintChildrenOptimized): Avoid array copying in Container.getComponents(). (fireAncestorEvent): Avoid array copying in Container.getComponents(). (findOverlapFreeParent): Avoid array copying in Container.getComponents(). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComponent.java?cvsroot=classpath&r1=1.138&r2=1.139 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8040&r2=1.8041 From MAILER-DAEMON Fri Jul 07 08:51:12 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fypnb-0002jZ-VR for mharc-commit-classpath@gnu.org; Fri, 07 Jul 2006 08:51:11 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fypna-0002iL-D6 for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:51:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FypnZ-0002hZ-Kc for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:51:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FypnZ-0002hW-I1 for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:51:09 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fypnz-0003sN-8I for commit-classpath@gnu.org; Fri, 07 Jul 2006 08:51:35 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FypnY-0002zR-00 for ; Fri, 07 Jul 2006 08:51:08 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1FypnY-0002zO-75 for commit-classpath@gnu.org; Fri, 07 Jul 2006 12:51:08 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Fri, 07 Jul 2006 12:51:08 +0000 Subject: [commit-cp] classpath/java/awt LightweightDispatcher.java C... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 12:51:10 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/07 12:51:08 Modified files: java/awt : LightweightDispatcher.java . : ChangeLog Log message: 2006-07-07 Roman Kennke * java/awt/LightweightDispatcher.java (findTarget): Avoid array copying in Container.getComponents(). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/LightweightDispatcher.java?cvsroot=classpath&r1=1.10&r2=1.11 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8041&r2=1.8042 From MAILER-DAEMON Fri Jul 07 09:29:42 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyqOs-0004oF-1E for mharc-commit-classpath@gnu.org; Fri, 07 Jul 2006 09:29:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyqOq-0004nX-0Y for commit-classpath@gnu.org; Fri, 07 Jul 2006 09:29:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyqOp-0004n0-34 for commit-classpath@gnu.org; Fri, 07 Jul 2006 09:29:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyqOo-0004mt-Rn for commit-classpath@gnu.org; Fri, 07 Jul 2006 09:29:38 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyqPF-0007bj-0l for commit-classpath@gnu.org; Fri, 07 Jul 2006 09:30:05 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyqOo-0003Ye-00 for ; Fri, 07 Jul 2006 09:29:38 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1FyqOn-0003Ya-8i for commit-classpath@gnu.org; Fri, 07 Jul 2006 13:29:37 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Fri, 07 Jul 2006 13:29:37 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/plaf/basic/Basi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 13:29:40 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/07 13:29:37 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicArrowButton.java Log message: 2006-07-07 David Gilbert * javax/swing/plaf/basic/BasicArrowButton.java (MAXIMUM_SIZE): Removed field, (MINIMUM_SIZE): Likewise, (PREFERRED_SIZE): Likewise, (getMaximumSize): Return new instance every time, (getMinimumSize): Likewise, (getPreferredSize): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8042&r2=1.8043 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicArrowButton.java?cvsroot=classpath&r1=1.21&r2=1.22 From MAILER-DAEMON Fri Jul 07 09:34:57 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyqTx-0007IZ-39 for mharc-commit-classpath@gnu.org; Fri, 07 Jul 2006 09:34:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyqTt-0007Ei-V6 for commit-classpath@gnu.org; Fri, 07 Jul 2006 09:34:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyqTt-0007DQ-8P for commit-classpath@gnu.org; Fri, 07 Jul 2006 09:34:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyqTs-0007DA-ST for commit-classpath@gnu.org; Fri, 07 Jul 2006 09:34:52 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyqUJ-0008Jw-1z for commit-classpath@gnu.org; Fri, 07 Jul 2006 09:35:19 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyqTd-0003na-00 for ; Fri, 07 Jul 2006 09:34:37 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1FyqTd-0003nX-84 for commit-classpath@gnu.org; Fri, 07 Jul 2006 13:34:37 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Fri, 07 Jul 2006 13:34:37 +0000 Subject: [commit-cp] classpath/javax/swing/text FlowView.java ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 13:34:55 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/07 13:34:37 Modified files: javax/swing/text: FlowView.java . : ChangeLog Log message: 2006-07-07 Audrius Meskauskas * javax/swing/text/FlowView.java (FlowStrategy.layoutRow): Advance the offset also in the case of the enforced break. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/FlowView.java?cvsroot=classpath&r1=1.11&r2=1.12 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8043&r2=1.8044 From MAILER-DAEMON Fri Jul 07 10:08:50 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fyr0k-0002Ap-Dh for mharc-commit-classpath@gnu.org; Fri, 07 Jul 2006 10:08:50 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fyr0i-0002AT-Rj for commit-classpath@gnu.org; Fri, 07 Jul 2006 10:08:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fyr0g-00029i-SX for commit-classpath@gnu.org; Fri, 07 Jul 2006 10:08:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fyr0g-00029V-PO for commit-classpath@gnu.org; Fri, 07 Jul 2006 10:08:46 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fyr17-0003TY-4v for commit-classpath@gnu.org; Fri, 07 Jul 2006 10:09:13 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fyr0f-0005XT-00 for ; Fri, 07 Jul 2006 10:08:45 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1Fyr0f-0005XP-06 for commit-classpath@gnu.org; Fri, 07 Jul 2006 14:08:45 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Fri, 07 Jul 2006 14:08:45 +0000 Subject: [commit-cp] classpath/java/awt Component.java ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 14:08:49 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/07 14:08:44 Modified files: java/awt : Component.java . : ChangeLog Log message: 2006-07-07 Roman Kennke * java/awt/Component.java (isValid): Return false when component has no peer, don't query the showing state. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.131&r2=1.132 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8044&r2=1.8045 From MAILER-DAEMON Fri Jul 07 10:32:22 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FyrNW-0007CO-3l for mharc-commit-classpath@gnu.org; Fri, 07 Jul 2006 10:32:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FyrNU-0007Bv-FQ for commit-classpath@gnu.org; Fri, 07 Jul 2006 10:32:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FyrNS-0007BR-AA for commit-classpath@gnu.org; Fri, 07 Jul 2006 10:32:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FyrNS-0007BO-4R for commit-classpath@gnu.org; Fri, 07 Jul 2006 10:32:18 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyrNs-0005aZ-TB for commit-classpath@gnu.org; Fri, 07 Jul 2006 10:32:44 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FyrNQ-00061y-00 for ; Fri, 07 Jul 2006 10:32:16 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1FyrNP-00061t-DB for commit-classpath@gnu.org; Fri, 07 Jul 2006 14:32:16 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Fri, 07 Jul 2006 14:32:15 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/plaf/metal/Meta... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 14:32:20 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/07 14:32:15 Modified files: . : ChangeLog javax/swing/plaf/metal: MetalLookAndFeel.java Log message: 2006-07-07 David Gilbert * javax/swing/plaf/metal/MetalLookAndFeel.java (createDefaultTheme): Corrected API docs, (initComponentDefaults): Added entry for 'TitledBorder.border', (getCurrentTheme): Initialise theme if it is null. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8045&r2=1.8046 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalLookAndFeel.java?cvsroot=classpath&r1=1.83&r2=1.84 From MAILER-DAEMON Fri Jul 07 10:46:12 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fyrau-00085R-Jc for mharc-commit-classpath@gnu.org; Fri, 07 Jul 2006 10:46:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fyrat-00085C-Jp for commit-classpath@gnu.org; Fri, 07 Jul 2006 10:46:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fyras-00084y-Ib for commit-classpath@gnu.org; Fri, 07 Jul 2006 10:46:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fyras-00084v-7e for commit-classpath@gnu.org; Fri, 07 Jul 2006 10:46:10 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FyrbI-00074z-Aq for commit-classpath@gnu.org; Fri, 07 Jul 2006 10:46:36 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fyraq-0007Sh-00 for ; Fri, 07 Jul 2006 10:46:08 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1Fyrap-0007Se-Gw for commit-classpath@gnu.org; Fri, 07 Jul 2006 14:46:08 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Fri, 07 Jul 2006 14:46:07 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/border/TitledBo... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 14:46:11 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/07 14:46:07 Modified files: . : ChangeLog javax/swing/border: TitledBorder.java Log message: 2006-07-07 David Gilbert * javax/swing/border/TitledBorder.java (setTitlePosition): Added message to exception, (setTitleJustification): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8046&r2=1.8047 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/border/TitledBorder.java?cvsroot=classpath&r1=1.17&r2=1.18 From MAILER-DAEMON Fri Jul 07 11:33:00 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FysKC-00078c-9W for mharc-commit-classpath@gnu.org; Fri, 07 Jul 2006 11:33:00 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FysKA-00076i-Uq for commit-classpath@gnu.org; Fri, 07 Jul 2006 11:32:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FysK8-00076Q-Sp for commit-classpath@gnu.org; Fri, 07 Jul 2006 11:32:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FysK8-00076N-Np for commit-classpath@gnu.org; Fri, 07 Jul 2006 11:32:56 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FysKa-0002zI-3E for commit-classpath@gnu.org; Fri, 07 Jul 2006 11:33:24 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FysK8-0000AD-00 for ; Fri, 07 Jul 2006 11:32:56 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1FysK7-0000A5-Ju for commit-classpath@gnu.org; Fri, 07 Jul 2006 15:32:56 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Fri, 07 Jul 2006 15:32:55 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/AbstractButton.... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 15:32:59 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/07 15:32:55 Modified files: . : ChangeLog javax/swing : AbstractButton.java Log message: 2006-07-07 David Gilbert * javax/swing/AbstractButton.java (setRolloverIcon): Call setRolloverEnabled(true), (setRolloverSelectedIcon): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8047&r2=1.8048 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/AbstractButton.java?cvsroot=classpath&r1=1.61&r2=1.62 From MAILER-DAEMON Fri Jul 07 11:52:33 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fysd7-00030H-0E for mharc-commit-classpath@gnu.org; Fri, 07 Jul 2006 11:52:33 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fysd6-0002zY-2V for commit-classpath@gnu.org; Fri, 07 Jul 2006 11:52:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fysd4-0002yq-AW for commit-classpath@gnu.org; Fri, 07 Jul 2006 11:52:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fysd4-0002yi-4B for commit-classpath@gnu.org; Fri, 07 Jul 2006 11:52:30 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FysdV-0004xm-I6 for commit-classpath@gnu.org; Fri, 07 Jul 2006 11:52:57 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fyscp-0001Pd-00 for ; Fri, 07 Jul 2006 11:52:15 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1Fyscp-0001Pa-85 for commit-classpath@gnu.org; Fri, 07 Jul 2006 15:52:15 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Fri, 07 Jul 2006 15:52:15 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/text/html/Table... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 15:52:32 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/07 15:52:15 Modified files: . : ChangeLog javax/swing/text/html: TableView.java Log message: 2006-07-07 Audrius Meskauskas * javax/swing/text/html/TableView.java (getStyleSheet): New method. (RowView.getStyleSheet): New method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8048&r2=1.8049 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/TableView.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Fri Jul 07 12:07:01 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fysr7-000426-2j for mharc-commit-classpath@gnu.org; Fri, 07 Jul 2006 12:07:01 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fysr5-0003zJ-4C for commit-classpath@gnu.org; Fri, 07 Jul 2006 12:06:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fysr3-0003xM-Bs for commit-classpath@gnu.org; Fri, 07 Jul 2006 12:06:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fysr3-0003wf-36 for commit-classpath@gnu.org; Fri, 07 Jul 2006 12:06:57 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FysrU-0006Vw-I1 for commit-classpath@gnu.org; Fri, 07 Jul 2006 12:07:24 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fysr2-0001dB-00 for ; Fri, 07 Jul 2006 12:06:56 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1Fysr1-0001d8-UY for commit-classpath@gnu.org; Fri, 07 Jul 2006 16:06:56 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Fri, 07 Jul 2006 16:06:55 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/AbstractButton.... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Jul 2006 16:06:59 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/07 16:06:55 Modified files: . : ChangeLog javax/swing : AbstractButton.java Log message: 2006-07-07 David Gilbert * javax/swing/AbstractButton.java (setHorizontalAlignment): Check for illegal argument, (setVerticalAlignment): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8049&r2=1.8050 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/AbstractButton.java?cvsroot=classpath&r1=1.62&r2=1.63 From MAILER-DAEMON Sat Jul 08 15:47:05 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzIld-00065S-3E for mharc-commit-classpath@gnu.org; Sat, 08 Jul 2006 15:47:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzIlb-00065N-Po for commit-classpath@gnu.org; Sat, 08 Jul 2006 15:47:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzIlZ-00064Z-Dz for commit-classpath@gnu.org; Sat, 08 Jul 2006 15:47:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzIlZ-00064H-5p for commit-classpath@gnu.org; Sat, 08 Jul 2006 15:47:01 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzImG-0004YA-NF for commit-classpath@gnu.org; Sat, 08 Jul 2006 15:47:44 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzIlK-0008Ij-00 for ; Sat, 08 Jul 2006 15:46:46 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1FzIlJ-0008Ig-Lv for commit-classpath@gnu.org; Sat, 08 Jul 2006 19:46:45 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Sat, 08 Jul 2006 19:46:45 +0000 Subject: [commit-cp] classpath javax/swing/text/html/HRuleView.java ... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 19:47:03 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/08 19:46:45 Modified files: javax/swing/text/html: HRuleView.java HTMLDocument.java javax/swing/text: FlowView.java . : ChangeLog examples/gnu/classpath/examples/swing: HtmlDemo.java Log message: 2006-07-08 Audrius Meskauskas * javax/swing/text/FlowView.java (FlowStrategy.layoutRow): Handle the forced break in the same way as exceeding the available row space. * javax/swing/text/html/HRuleView.java: Rewritten. * javax/swing/text/html/HTMLDocument.java (HTMLReader.addSpecialElement):Reserve two characters for the special elements. * examples/gnu/classpath/examples/swing/HtmlDemo.java (text): Extended the HTML example to parse. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HRuleView.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLDocument.java?cvsroot=classpath&r1=1.34&r2=1.35 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/FlowView.java?cvsroot=classpath&r1=1.12&r2=1.13 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8050&r2=1.8051 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/swing/HtmlDemo.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Sat Jul 08 16:28:59 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzJQB-000481-9I for mharc-commit-classpath@gnu.org; Sat, 08 Jul 2006 16:28:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzJQA-00047q-NZ for commit-classpath@gnu.org; Sat, 08 Jul 2006 16:28:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzJQ8-00047a-93 for commit-classpath@gnu.org; Sat, 08 Jul 2006 16:28:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzJQ8-00047X-35 for commit-classpath@gnu.org; Sat, 08 Jul 2006 16:28:56 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzJQq-0006iB-9I for commit-classpath@gnu.org; Sat, 08 Jul 2006 16:29:40 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzJQ7-0000Hq-00 for ; Sat, 08 Jul 2006 16:28:55 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1FzJQ7-0000Hn-79 for commit-classpath@gnu.org; Sat, 08 Jul 2006 20:28:55 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 08 Jul 2006 20:28:55 +0000 Subject: [commit-cp] classpath ChangeLog .classpath X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 20:28:58 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/08 20:28:55 Modified files: . : ChangeLog .classpath Log message: * .classpath: Add gnu/java/awt/peer/x/ to excludes. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8051&r2=1.8052 http://cvs.savannah.gnu.org/viewcvs/classpath/.classpath?cvsroot=classpath&r1=1.14&r2=1.15 From MAILER-DAEMON Sat Jul 08 23:14:19 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzPkR-00089m-Oa for mharc-commit-classpath@gnu.org; Sat, 08 Jul 2006 23:14:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzPkQ-00089I-GE for commit-classpath@gnu.org; Sat, 08 Jul 2006 23:14:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzPkP-00088y-Uc for commit-classpath@gnu.org; Sat, 08 Jul 2006 23:14:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzPkP-00088v-RB for commit-classpath@gnu.org; Sat, 08 Jul 2006 23:14:17 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzPlC-0003JI-1r for commit-classpath@gnu.org; Sat, 08 Jul 2006 23:15:06 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzPkK-000609-00 for ; Sat, 08 Jul 2006 23:14:12 -0400 Received: from green by savannah.gnu.org with local (Exim 4.50) id 1FzPkJ-000606-VW for commit-classpath@gnu.org; Sun, 09 Jul 2006 03:14:12 +0000 To: commit-classpath@gnu.org Message-Id: From: Anthony Green Date: Sun, 09 Jul 2006 03:14:11 +0000 Subject: [commit-cp] classpath/gnu/javax/sound/sampled X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 03:14:18 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Anthony Green 06/07/09 03:14:11 New directory: gnu/javax/sound/sampled CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/?cvsroot=classpath From MAILER-DAEMON Sat Jul 08 23:14:23 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzPkU-0008Bi-TC for mharc-commit-classpath@gnu.org; Sat, 08 Jul 2006 23:14:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzPkT-0008BD-OG for commit-classpath@gnu.org; Sat, 08 Jul 2006 23:14:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzPkT-0008Aj-4R for commit-classpath@gnu.org; Sat, 08 Jul 2006 23:14:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzPkT-0008Ad-0d for commit-classpath@gnu.org; Sat, 08 Jul 2006 23:14:21 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzPlF-0003Jl-5N for commit-classpath@gnu.org; Sat, 08 Jul 2006 23:15:09 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzPkS-00060P-00 for ; Sat, 08 Jul 2006 23:14:20 -0400 Received: from green by savannah.gnu.org with local (Exim 4.50) id 1FzPkS-00060M-DP for commit-classpath@gnu.org; Sun, 09 Jul 2006 03:14:20 +0000 To: commit-classpath@gnu.org Message-Id: From: Anthony Green Date: Sun, 09 Jul 2006 03:14:20 +0000 Subject: [commit-cp] classpath/gnu/javax/sound/sampled/WAV X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 03:14:22 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Anthony Green 06/07/09 03:14:20 New directory: gnu/javax/sound/sampled/WAV CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/WAV/?cvsroot=classpath From MAILER-DAEMON Sat Jul 08 23:35:05 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzQ4W-0000NS-VT for mharc-commit-classpath@gnu.org; Sat, 08 Jul 2006 23:35:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzQ4V-0000N5-Mb for commit-classpath@gnu.org; Sat, 08 Jul 2006 23:35:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzQ4U-0000LN-Oh for commit-classpath@gnu.org; Sat, 08 Jul 2006 23:35:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzQ4U-0000LE-La for commit-classpath@gnu.org; Sat, 08 Jul 2006 23:35:02 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzQ5G-0004mb-TA for commit-classpath@gnu.org; Sat, 08 Jul 2006 23:35:51 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzQ4T-0006y6-00 for ; Sat, 08 Jul 2006 23:35:01 -0400 Received: from green by savannah.gnu.org with local (Exim 4.50) id 1FzQ4T-0006xt-7t for commit-classpath@gnu.org; Sun, 09 Jul 2006 03:35:01 +0000 To: commit-classpath@gnu.org Message-Id: From: Anthony Green Date: Sun, 09 Jul 2006 03:35:01 +0000 Subject: [commit-cp] classpath ChangeLog resource/META-INF/services/... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 03:35:03 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Anthony Green 06/07/09 03:35:01 Modified files: . : ChangeLog Added files: resource/META-INF/services: javax.sound.sampled.spi.AudioFileReader gnu/javax/sound/sampled/WAV: WAVReader.java Log message: WAV file reader. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8053&r2=1.8054 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/javax.sound.sampled.spi.AudioFileReader?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/WAV/WAVReader.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sun Jul 09 03:30:33 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzTkP-0000K6-6E for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 03:30:33 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzTkN-0000Jh-Ut for commit-classpath@gnu.org; Sun, 09 Jul 2006 03:30:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzTkM-0000Iy-MC for commit-classpath@gnu.org; Sun, 09 Jul 2006 03:30:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzTkM-0000Iv-G3 for commit-classpath@gnu.org; Sun, 09 Jul 2006 03:30:30 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzTlB-0007l1-0h for commit-classpath@gnu.org; Sun, 09 Jul 2006 03:31:21 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzTkG-00074y-00 for ; Sun, 09 Jul 2006 03:30:24 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1FzTkG-00074n-4T for commit-classpath@gnu.org; Sun, 09 Jul 2006 07:30:24 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sun, 09 Jul 2006 07:30:24 +0000 Subject: [commit-cp] classpath/gnu/javax/crypto/kwa X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 07:30:32 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/09 07:30:24 New directory: gnu/javax/crypto/kwa CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/?cvsroot=classpath From MAILER-DAEMON Sun Jul 09 06:21:22 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzWPi-0002KF-MH for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 06:21:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzWPh-0002Ht-0d for commit-classpath@gnu.org; Sun, 09 Jul 2006 06:21:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzWPf-0002Hh-D8 for commit-classpath@gnu.org; Sun, 09 Jul 2006 06:21:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzWPf-0002He-8S for commit-classpath@gnu.org; Sun, 09 Jul 2006 06:21:19 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzWQV-0002PI-GP for commit-classpath@gnu.org; Sun, 09 Jul 2006 06:22:11 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzWPe-0004NB-00 for ; Sun, 09 Jul 2006 06:21:18 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1FzWPe-0004N8-DA for commit-classpath@gnu.org; Sun, 09 Jul 2006 10:21:18 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sun, 09 Jul 2006 10:21:18 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/rmi/server/Activat... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 10:21:21 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/09 10:21:18 Modified files: . : ChangeLog gnu/java/rmi/server: ActivatableServerRef.java UnicastServerRef.java gnu/javax/print/ipp: IppRequest.java Log message: * gnu/javax/print/ipp/IppRequest.java: Remove double assignment. * gnu/java/rmi/server/UnicastServerRef.java: Likewise. * gnu/java/rmi/server/ActivatableServerRef.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8054&r2=1.8055 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/rmi/server/ActivatableServerRef.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/rmi/server/UnicastServerRef.java?cvsroot=classpath&r1=1.19&r2=1.20 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/IppRequest.java?cvsroot=classpath&r1=1.2&r2=1.3 From MAILER-DAEMON Sun Jul 09 09:41:14 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzZX8-0005fU-8K for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 09:41:14 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzZX6-0005ey-EL for commit-classpath@gnu.org; Sun, 09 Jul 2006 09:41:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzZX3-0005bq-Vj for commit-classpath@gnu.org; Sun, 09 Jul 2006 09:41:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzZX3-0005bn-QU for commit-classpath@gnu.org; Sun, 09 Jul 2006 09:41:09 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzZXv-00011G-Ue for commit-classpath@gnu.org; Sun, 09 Jul 2006 09:42:04 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzZX3-0003ai-00 for ; Sun, 09 Jul 2006 09:41:09 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1FzZX2-0003aa-Or for commit-classpath@gnu.org; Sun, 09 Jul 2006 13:41:08 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 09 Jul 2006 13:41:08 +0000 Subject: [commit-cp] classpath/javax/management/openmbean X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 13:41:12 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/09 13:41:08 New directory: javax/management/openmbean CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/?cvsroot=classpath From MAILER-DAEMON Sun Jul 09 09:56:29 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzZls-0003f2-N3 for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 09:56:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzZlq-0003du-AA for commit-classpath@gnu.org; Sun, 09 Jul 2006 09:56:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzZlo-0003cZ-Ul for commit-classpath@gnu.org; Sun, 09 Jul 2006 09:56:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzZlo-0003c8-Bq for commit-classpath@gnu.org; Sun, 09 Jul 2006 09:56:24 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzZmg-0002Eq-IK for commit-classpath@gnu.org; Sun, 09 Jul 2006 09:57:18 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzZln-00045S-00 for ; Sun, 09 Jul 2006 09:56:23 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1FzZlm-00045P-Jp for commit-classpath@gnu.org; Sun, 09 Jul 2006 13:56:23 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 09 Jul 2006 13:56:22 +0000 Subject: [commit-cp] classpath ChangeLog javax/management/openmbean/... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 13:56:27 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/09 13:56:22 Modified files: . : ChangeLog Added files: javax/management/openmbean: CompositeData.java CompositeType.java OpenDataException.java OpenType.java TabularData.java TabularType.java package.html Log message: 2006-07-09 Andrew John Hughes * javax/management/openmbean/CompositeData.java, * javax/management/openmbean/CompositeType.java, * javax/management/openmbean/OpenDataException.java, * javax/management/openmbean/OpenType.java, * javax/management/openmbean/TabularData.java, * javax/management/openmbean/TabularType.java, * javax/management/openmbean/package.html: New files. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8055&r2=1.8056 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/CompositeData.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/CompositeType.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/OpenDataException.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/OpenType.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/TabularData.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/TabularType.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/package.html?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sun Jul 09 12:23:38 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fzc4I-0007Pm-J2 for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 12:23:38 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fzc4G-0007PY-JJ for commit-classpath@gnu.org; Sun, 09 Jul 2006 12:23:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fzc4F-0007PD-M0 for commit-classpath@gnu.org; Sun, 09 Jul 2006 12:23:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fzc4F-0007PA-ET for commit-classpath@gnu.org; Sun, 09 Jul 2006 12:23:35 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fzc59-0003Ti-6Z for commit-classpath@gnu.org; Sun, 09 Jul 2006 12:24:31 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fzc4D-0000Pb-00 for ; Sun, 09 Jul 2006 12:23:33 -0400 Received: from glavaux by savannah.gnu.org with local (Exim 4.50) id 1Fzc4D-0000PY-M9 for commit-classpath@gnu.org; Sun, 09 Jul 2006 16:23:33 +0000 To: commit-classpath@gnu.org Message-Id: From: Guilhem Lavaux Date: Sun, 09 Jul 2006 16:23:33 +0000 Subject: [commit-cp] classpath ChangeLog.native native/jni/java-net/... [NATIVE-LAYER] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 16:23:37 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: NATIVE-LAYER Changes by: Guilhem Lavaux 06/07/09 16:23:33 Modified files: . : ChangeLog.native native/jni/java-net: gnu_java_net_VMPlainDatagramSocketImpl.c javanet.c javanet.h Log message: 2006-07-09 Guilhem Lavaux * native/jni/java-net/gnu_java_net_VMPlainDatagramSocketImpl.c (nativeReceive): Fixed the type of the arrays (use java types). (nativeSendTo): Force throwing an exception if port is 0. * native/jni/java-net/javanet.c: (_javanet_accept): Throw SocketTimeoutException if ETIMEDOUT is returned. (_javanet_recvfrom): Likewise. (_javanet_sendto): Throw a NullPointerException if the socket is not connected and no address is given. * native/jni/java-net/javanet.h (NULL_EXCEPTION): Defined. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog.native?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.13&r2=1.1.2.14 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-net/gnu_java_net_VMPlainDatagramSocketImpl.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.2.1&r2=1.5.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-net/javanet.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.32.2.10&r2=1.32.2.11 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-net/javanet.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.12.2.3&r2=1.12.2.4 From MAILER-DAEMON Sun Jul 09 14:19:58 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fzdss-0008P0-EH for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 14:19:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fzdsq-0008NR-RY for commit-classpath@gnu.org; Sun, 09 Jul 2006 14:19:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fzdsp-0008MV-Ue for commit-classpath@gnu.org; Sun, 09 Jul 2006 14:19:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fzdsp-0008MB-N6 for commit-classpath@gnu.org; Sun, 09 Jul 2006 14:19:55 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fzdtk-0002Ic-Ko for commit-classpath@gnu.org; Sun, 09 Jul 2006 14:20:52 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fzdsp-0004Wz-00 for ; Sun, 09 Jul 2006 14:19:55 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1Fzdso-0004Ww-AY for commit-classpath@gnu.org; Sun, 09 Jul 2006 18:19:55 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Sun, 09 Jul 2006 18:19:54 +0000 Subject: [commit-cp] classpath ChangeLog tools/.cvsignore X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 18:19:57 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tom Tromey 06/07/09 18:19:54 Modified files: . : ChangeLog tools : .cvsignore Log message: * tools/.cvsignore: Updated for new tools. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8056&r2=1.8057 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/.cvsignore?cvsroot=classpath&r1=1.9&r2=1.10 From MAILER-DAEMON Sun Jul 09 16:02:07 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzfTj-0002BY-So for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 16:02:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzfTh-0002B0-V6 for commit-classpath@gnu.org; Sun, 09 Jul 2006 16:02:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzfTh-0002AZ-5H for commit-classpath@gnu.org; Sun, 09 Jul 2006 16:02:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzfTg-0002AU-Sk for commit-classpath@gnu.org; Sun, 09 Jul 2006 16:02:04 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzfUc-0000MW-GT for commit-classpath@gnu.org; Sun, 09 Jul 2006 16:03:02 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzfTg-0008E9-00 for ; Sun, 09 Jul 2006 16:02:04 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1FzfTf-0008E6-KD for commit-classpath@gnu.org; Sun, 09 Jul 2006 20:02:03 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 09 Jul 2006 20:02:03 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/management/Memory... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 20:02:06 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/09 20:02:03 Modified files: . : ChangeLog java/lang/management: MemoryUsage.java ThreadInfo.java javax/management/openmbean: CompositeType.java OpenDataException.java TabularType.java Added files: javax/management/openmbean: ArrayType.java SimpleType.java Log message: 2006-07-09 Andrew John Hughes * java/lang/management/MemoryUsage.java: (from(javax.management.openmbean.CompositeData)): Implemented. * java/lang/management/ThreadInfo.java: Changed to use open types throughout for the state. (ThreadInfo(long,String,String,long,long,String, long,String,long,long,boolean,StackTraceElement[])): New constructor. (checkAttribute(javax.management.openmbean.CompositeType, String, javax.management.openmbean.OpenType)): New method. (from(javax.management.openmbean.CompositeData)): Implemented. (getLockName()): Fixed to use new variable. (getLockOwnerId()): Likewise. (getLockOwnerName()): Likewise. (getThreadId()): Likewise. (getThreadName()): Likewise. (getThreadState()): Likewise. (toString()): Refactored to use new variables. * javax/management/openmbean/ArrayType.java: New file. * javax/management/openmbean/CompositeType.java: Variables should be transient, not volatile. * javax/management/openmbean/OpenDataException.java: (serialVersionUID): Added. * javax/management/openmbean/SimpleType.java: New file. * javax/management/openmbean/TabularType.java Variables should be transient, not volatile. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8057&r2=1.8058 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryUsage.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ThreadInfo.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/CompositeType.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/OpenDataException.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/TabularType.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/ArrayType.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/SimpleType.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sun Jul 09 16:57:51 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzgLf-0006lu-Lg for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 16:57:51 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzgLe-0006lR-5u for commit-classpath@gnu.org; Sun, 09 Jul 2006 16:57:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzgLc-0006kw-HX for commit-classpath@gnu.org; Sun, 09 Jul 2006 16:57:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzgLc-0006ks-E3 for commit-classpath@gnu.org; Sun, 09 Jul 2006 16:57:48 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzgMY-00035z-Ir for commit-classpath@gnu.org; Sun, 09 Jul 2006 16:58:46 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzgLa-0001cg-00 for ; Sun, 09 Jul 2006 16:57:46 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1FzgLZ-0001cd-BF for commit-classpath@gnu.org; Sun, 09 Jul 2006 20:57:46 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Sun, 09 Jul 2006 20:57:45 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/Timer.java java... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 20:57:50 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/09 20:57:45 Modified files: . : ChangeLog javax/swing : Timer.java ToolTipManager.java Log message: 2006-07-09 David Gilbert * javax/swing/Timer.java (setDelay): Throw IllegalArgumentException for negative delay, (setInitialDelay): Likewise, * javax/swing/ToolTipManager.java (setInitialDelay): Document IllegalArgumentException, (setDismissDelay): Likewise, (setReshowDelay): Likewise. ---------------------------------------------------------------------- CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8058&r2=1.8059 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/Timer.java?cvsroot=classpath&r1=1.26&r2=1.27 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ToolTipManager.java?cvsroot=classpath&r1=1.32&r2=1.33 From MAILER-DAEMON Sun Jul 09 17:27:36 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzgoR-0001Oi-VY for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 17:27:36 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzgoQ-0001Od-U4 for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:27:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzgoQ-0001OQ-CE for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:27:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzgoQ-0001OM-4O for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:27:34 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzgpM-0004y6-K5 for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:28:32 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzgoP-00020J-00 for ; Sun, 09 Jul 2006 17:27:33 -0400 Received: from rsdio by savannah.gnu.org with local (Exim 4.50) id 1FzgoP-00020G-38 for commit-classpath@gnu.org; Sun, 09 Jul 2006 21:27:33 +0000 To: commit-classpath@gnu.org Message-Id: From: Casey Marshall Date: Sun, 09 Jul 2006 21:27:33 +0000 Subject: [commit-cp] classpath ChangeLog-ssl-nio gnu/javax/net/ssl/A... [ssl-nio-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 21:27:35 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: ssl-nio-branch Changes by: Casey Marshall 06/07/09 21:27:33 Modified files: . : ChangeLog-ssl-nio gnu/javax/net/ssl: AbstractSessionContext.java Session.java gnu/javax/net/ssl/provider: AbstractHandshake.java CipherSuite.java ClientHello.java ClientHelloV2.java Extension.java ExtensionList.java InputSecurityParameters.java Jessie.java OutputSecurityParameters.java ProtocolVersion.java Random.java Record.java SSLContextImpl.java SSLEngineImpl.java ServerDHParams.java ServerHandshake.java ServerHello.java ServerHelloBuilder.java ServerNameList.java SessionImpl.java SignatureAlgorithm.java Util.java X509KeyManagerFactory.java Added files: gnu/javax/net/ssl/provider: ClientHelloBuilder.java Debug.java SSLRSASignatureImpl.java Log message: 2006-07-09 Casey Marshall * gnu/javax/net/ssl/AbstractSessionContext.java (newInstance): return `AbstractSessionContext.' (getSession): check if the session is null. * gnu/javax/net/ssl/Session.java (packetBufferSize): removed. (): initialize `applicationBufferSize.' (getPacketBufferSize): return application buffer size, plus 2048. * gnu/javax/net/ssl/provider/AbstractHandshake.java (PAD1, PAD2): new constants. (handleInput): implement; call `implHandleOutput,' and hash messages as they are consumed. (implHandleInput): new abstract method. (handleOutput): fix hashing of produced bytes. (status, handleV2Hello): new abstract methods. (pollHandshake): don't hash the input here; add logging. (hasMessage): add logging. (reallocateBuffer): shift the existing contents down in the buffer, if it is, on the whole, large enough for new input. (genV2CertificateVerify): renamed... (genV3CertificateVerify): to this, which is correct. (generateKeys): fix PRF setup; generate an IV for 1.1; add logging. (generateFinished): add logging; update with correct padding. (generateMasterSecret): add logging; fix PRF initialization. * gnu/javax/net/ssl/provider/CipherSuite.java (mac): use mac algorithm name "HMac-SHA1". * gnu/javax/net/ssl/provider/ClientHello.java: make extendable. * gnu/javax/net/ssl/provider/ClientHelloBuilder.java: new file. * gnu/javax/net/ssl/provider/ClientHelloV2.java (): order the input buffer BIG_ENDIAN. (cipherSpecs): made public; use qualified return type. * gnu/javax/net/ssl/provider/Debug.java: new file. * gnu/javax/net/ssl/provider/Extension.java (): order the input buffer BIG_ENDIAN. (length): return the total length, including the length field. (toString): add prefix to value. * gnu/javax/net/ssl/provider/ExtensionList.java (): order the input buffer BIG_ENDIAN. * gnu/javax/net/ssl/provider/InputSecurityParameters.java (logger): new constant. (suite): new field. (): also take a `CipherSuite' argument. (decrypt): use `update,' not `doFinal' for decryption; add debug logging; fix mac computation; fix copying fragment to output. (cipherSuite): return `suite' field. * gnu/javax/net/ssl/provider/Jessie.java (): add "TLSv1.1-RSA" signature. * gnu/javax/net/ssl/provider/OutputSecurityParameters.java (logger): new constant. (suite): new field. (): take additional `CipherSuite' argument. (encrypt): add debug logging; fix mac computation; various little fixes. (suite): new method. * gnu/javax/net/ssl/provider/ProtocolVersion.java (forName): also recognize "TLSv1.1". * gnu/javax/net/ssl/provider/Random.java (copy): fix copying the internal buffer. * gnu/javax/net/ssl/provider/Record.java (): order the input buffer BIG_ENDIAN. (toString): include length in output. * gnu/javax/net/ssl/provider/SSLContextImpl.java (serverContext, clientContext): declare both as `AbstractSessionContext.' * gnu/javax/net/ssl/provider/SSLEngineImpl.java (logger): make an instance of `SystemLogger.' (mode): declare as a Mode. (Mode): new enum. (): add logging; initialize `enabledProtocols' and `enabledSuites.' (beginHandshake): debug logging; handle Mode enum. (closeOutbound): prepare `lastAlert' to carry the close alert. (isInboundDone, isOutboundDone): implement. (setUseClientMode): use Mode enum. (unwrap): fix V2 hello handling; optimize calls when the cipher suite is TLS_NULL_WITH_NULL_NULL; add debug logging; handle closue alerts properly; fix record length reporting. (wrap): set `outClosed' if we are sending a closure alert here; delay changing output security params until we emit the change notification; optimize initial handshake; fix input buffer consumption; handle end of handshake. * gnu/javax/net/ssl/provider/SSLRSASignatureImpl.java: new file. * gnu/javax/net/ssl/provider/ServerDHParams.java (buffer): set position to 0 in the buffer we return. * gnu/javax/net/ssl/provider/ServerHandshake.java (version, suite): removed. (chooseSuite): make non-static; only choose a cipher suite that we have a compatible certificate for. (chooseCompression): use properties to enable/disable zlib. (doHash): say no if we are handling a V2 hello. (handleInput): rename to... (implHandleInput): this; only handle a single handshake message in this method (handleInput from the superclass will call us repeatedly to drain the input buffer); various other fixes. (implHandleOutput): debug logging; temporarily disable packing more than one handshake per record; various little fixes. (status, handleV2Hello): new methods. (genDiffieHellman): use static parameters from the DiffieHellman class. (signParams): use correct signature algorithm. * gnu/javax/net/ssl/provider/ServerHello.java (totalLength): removed. (disableExtensions): new field. (length): don't query extensions if `disableExtensions' is true. * gnu/javax/net/ssl/provider/ServerHelloBuilder.java (setDisableExtensions): new method. * gnu/javax/net/ssl/provider/ServerNameList.java: various parsing fixes. * gnu/javax/net/ssl/provider/SessionImpl.java (): new constructor. (setApplicationBufferSize): new method. (setPacketBufferSize): new method. * gnu/javax/net/ssl/provider/SignatureAlgorithm.java (getAlgorithm): new method. * gnu/javax/net/ssl/provider/Util.java: make public; mark security-sensitive methods deprecated. * gnu/javax/net/ssl/provider/X509KeyManagerFactory.java (chooseAliases): handle DSA; handle unrecognized signature algorithms. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog-ssl-nio?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.13&r2=1.1.2.14 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/AbstractSessionContext.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/Session.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/AbstractHandshake.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/CipherSuite.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.2&r2=1.1.4.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientHello.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.3&r2=1.1.4.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientHelloV2.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/Extension.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.3&r2=1.1.4.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ExtensionList.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/InputSecurityParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/Jessie.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.1&r2=1.1.4.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/OutputSecurityParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ProtocolVersion.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.2&r2=1.1.4.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/Random.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.2&r2=1.1.4.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/Record.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLContextImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLEngineImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerDHParams.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerHandshake.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerHello.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.3&r2=1.1.4.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerHelloBuilder.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerNameList.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SessionImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SignatureAlgorithm.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/Util.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.1&r2=1.1.4.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/X509KeyManagerFactory.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.1&r2=1.1.4.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientHelloBuilder.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/Debug.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLRSASignatureImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 From MAILER-DAEMON Sun Jul 09 17:35:32 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fzgw8-0005UL-9g for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 17:35:32 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fzgw6-0005UG-SO for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:35:30 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fzgw5-0005U4-Gs for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:35:29 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fzgw5-0005U1-Bm for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:35:29 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fzgx2-0006BL-2T for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:36:28 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fzgw4-0002tc-00 for ; Sun, 09 Jul 2006 17:35:28 -0400 Received: from rsdio by savannah.gnu.org with local (Exim 4.50) id 1Fzgw4-0002tV-8s for commit-classpath@gnu.org; Sun, 09 Jul 2006 21:35:28 +0000 To: commit-classpath@gnu.org Message-Id: From: Casey Marshall Date: Sun, 09 Jul 2006 21:35:28 +0000 Subject: [commit-cp] classpath .classpath [ssl-nio-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 21:35:31 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: ssl-nio-branch Changes by: Casey Marshall 06/07/09 21:35:28 Modified files: . : .classpath Log message: Updating .classpath for build path changes. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/.classpath?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.6.2.2&r2=1.1.2.6.2.3 From MAILER-DAEMON Sun Jul 09 17:36:51 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzgxO-0005fU-V2 for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 17:36:50 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzgxM-0005fB-Vs for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:36:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzgxM-0005er-4i for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:36:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzgxL-0005eo-V9 for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:36:48 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzgyI-0006Hx-OA for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:37:46 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzgxL-0003A1-00 for ; Sun, 09 Jul 2006 17:36:47 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1FzgxK-00039y-Kl for commit-classpath@gnu.org; Sun, 09 Jul 2006 21:36:47 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Sun, 09 Jul 2006 21:36:46 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/AbstractButton.... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 21:36:49 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/09 21:36:46 Modified files: . : ChangeLog javax/swing : AbstractButton.java Log message: 2006-07-09 David Gilbert * javax/swing/AbstractButton.java (setHorizontalTextPosition): Added check for illegal argument, (setVerticalTextPosition): Likewise. ---------------------------------------------------------------------- CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8059&r2=1.8060 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/AbstractButton.java?cvsroot=classpath&r1=1.63&r2=1.64 From MAILER-DAEMON Sun Jul 09 17:46:20 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fzh6a-0001Ts-KD for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 17:46:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fzh6Y-0001T6-AI for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:46:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fzh6X-0001Rx-D0 for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:46:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fzh6X-0001Rn-9P for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:46:17 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fzh7U-0006pC-3L for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:47:16 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fzh6W-0003XJ-00 for ; Sun, 09 Jul 2006 17:46:16 -0400 Received: from rsdio by savannah.gnu.org with local (Exim 4.50) id 1Fzh6W-0003XG-Ee for commit-classpath@gnu.org; Sun, 09 Jul 2006 21:46:16 +0000 To: commit-classpath@gnu.org Message-Id: From: Casey Marshall Date: Sun, 09 Jul 2006 21:46:16 +0000 Subject: [commit-cp] classpath ChangeLog-ssl-nio gnu/java/io/ByteBuf... [ssl-nio-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 21:46:18 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: ssl-nio-branch Changes by: Casey Marshall 06/07/09 21:46:16 Modified files: . : ChangeLog-ssl-nio gnu/java/io : ByteBufferOutputStream.java gnu/java/security: Engine.java gnu/javax/crypto/jce: GnuCrypto.java gnu/javax/crypto/key/dh: GnuDHPrivateKey.java GnuDHPublicKey.java java/security : Security.java Log message: 2006-07-09 Casey Marshall * gnu/java/io/ByteBufferOutputStream.java (write): new method. (buffer): use flip() and slice() to get the buffer. (toString): new method. * gnu/java/security/Engine.java: merge mwringe's case-insensitive algorithm name patch. * gnu/javax/crypto/jce/GnuCrypto.java (): qualify PrivilegedAction. * gnu/javax/crypto/key/dh/GnuDHPrivateKey.java (toString): new method. * gnu/javax/crypto/key/dh/GnuDHPublicKey.java (toString): new method. * java/security/Security.java: qualify generic types. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog-ssl-nio?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.14&r2=1.1.2.15 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/io/ByteBufferOutputStream.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/Engine.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.2&r2=1.1.2.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/GnuCrypto.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.4.2.1&r2=1.4.2.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHPrivateKey.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.2.2.1&r2=1.2.2.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHPublicKey.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.2.2.1&r2=1.2.2.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/security/Security.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.30.2.10&r2=1.30.2.10.2.1 From MAILER-DAEMON Sun Jul 09 17:57:04 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzhGx-0004ff-VH for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 17:57:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzhGw-0004fM-5x for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:57:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzhGu-0004f6-Oc for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:57:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzhGu-0004f3-Iv for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:57:00 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzhHr-0007Sj-BR for commit-classpath@gnu.org; Sun, 09 Jul 2006 17:57:59 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzhGt-0003fJ-00 for ; Sun, 09 Jul 2006 17:56:59 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1FzhGt-0003fE-9v for commit-classpath@gnu.org; Sun, 09 Jul 2006 21:56:59 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sun, 09 Jul 2006 21:56:59 +0000 Subject: [commit-cp] classpath/gnu/java/awt/peer/gtk ComponentGraphi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 21:57:02 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/09 21:56:59 Modified files: gnu/java/awt/peer/gtk: ComponentGraphics.java . : ChangeLog Log message: * gnu/java/awt/peer/gtk/ComponentGraphics.java (hasXRenderExtension): New static final boolean field. (getComponentGraphics): Use hasXRenderExtension. (setClip): Override method for locking. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/ComponentGraphics.java?cvsroot=classpath&r1=1.18&r2=1.19 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8060&r2=1.8061 From MAILER-DAEMON Sun Jul 09 18:21:47 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fzhet-00073O-6Z for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 18:21:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fzhes-00073J-0h for commit-classpath@gnu.org; Sun, 09 Jul 2006 18:21:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fzher-000737-14 for commit-classpath@gnu.org; Sun, 09 Jul 2006 18:21:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fzheq-000734-Ns for commit-classpath@gnu.org; Sun, 09 Jul 2006 18:21:44 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fzhfn-0000Z3-Nt for commit-classpath@gnu.org; Sun, 09 Jul 2006 18:22:44 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fzheq-0003yz-00 for ; Sun, 09 Jul 2006 18:21:44 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1Fzheo-0003yw-Fw for commit-classpath@gnu.org; Sun, 09 Jul 2006 22:21:43 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 09 Jul 2006 22:21:42 +0000 Subject: [commit-cp] classpath .classpath ChangeLog NEWS configure.a... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 22:21:46 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Andrew John Hughes 06/07/09 22:21:42 Modified files: . : .classpath ChangeLog NEWS configure.ac doc : vmintegration.texinfo examples/gnu/classpath/examples/swing: HtmlDemo.java TabbedPaneDemo.java gnu/java/awt/peer/gtk: GtkToolkit.java gnu/java/rmi/server: ActivatableServerRef.java UnicastServerRef.java gnu/java/util/prefs: EventDispatcher.java GConfBasedPreferences.java gnu/java/util/prefs/gconf: GConfNativePeer.java gnu/javax/crypto: RSACipherImpl.java gnu/javax/crypto/sasl: AuthInfo.java AuthInfoProviderFactory.java ClientFactory.java ClientMechanism.java ConfidentialityException.java IAuthInfoProvider.java IAuthInfoProviderFactory.java IllegalMechanismStateException.java InputBuffer.java IntegrityException.java NoSuchMechanismException.java NoSuchUserException.java OutputBuffer.java SaslEncodingException.java SaslInputStream.java SaslOutputStream.java SaslUtil.java ServerFactory.java ServerMechanism.java UserAlreadyExistsException.java gnu/javax/crypto/sasl/anonymous: AnonymousClient.java AnonymousServer.java AnonymousUtil.java gnu/javax/crypto/sasl/crammd5: CramMD5AuthInfoProvider.java CramMD5Client.java CramMD5Registry.java CramMD5Server.java CramMD5Util.java PasswordFile.java gnu/javax/crypto/sasl/plain: PasswordFile.java PlainAuthInfoProvider.java PlainClient.java PlainRegistry.java PlainServer.java gnu/javax/crypto/sasl/srp: CALG.java ClientStore.java IALG.java KDF.java PasswordFile.java SRP.java SRPAuthInfoProvider.java SRPClient.java SRPRegistry.java SRPServer.java SecurityContext.java ServerStore.java StoreEntry.java gnu/javax/print/ipp: IppRequest.java gnu/javax/sound/midi/file: MidiFileWriter.java gnu/javax/swing/plaf/gnu: GNULookAndFeel.java gnu/javax/swing/text/html: CharacterAttributeTranslator.java java/awt : Canvas.java Component.java Container.java LightweightDispatcher.java TextComponent.java java/awt/dnd : DragGestureEvent.java DragGestureRecognizer.java DragSource.java DragSourceContext.java DropTarget.java DropTargetContext.java DropTargetDragEvent.java DropTargetDropEvent.java InvalidDnDOperationException.java java/lang/management: ManagementFactory.java MemoryUsage.java ThreadInfo.java java/util/prefs: Preferences.java javax/crypto/spec: PBEKeySpec.java javax/swing : AbstractButton.java InputMap.java JComponent.java JTree.java Timer.java ToolTipManager.java javax/swing/border: TitledBorder.java javax/swing/plaf/basic: BasicArrowButton.java BasicLookAndFeel.java BasicMenuUI.java BasicOptionPaneUI.java BasicTableUI.java BasicToolBarUI.java BasicTreeUI.java javax/swing/plaf/metal: MetalIconFactory.java MetalLookAndFeel.java javax/swing/text: FlowView.java javax/swing/text/html: HTMLDocument.java HTMLEditorKit.java StyleSheet.java lib : Makefile.am copy-vmresources.sh.in native/jni/gconf-peer: GConfNativePeer.c native/plugin : Makefile.am tools : .cvsignore Added files: examples/gnu/classpath/examples/management: TestGarbageCollector.java TestMemoryManager.java TestMemoryPool.java external/jsr166: .cvsignore gnu/java/awt/dnd: GtkMouseDragGestureRecognizer.java gnu/java/awt/dnd/peer/gtk: GtkDragSourceContextPeer.java GtkDropTargetContextPeer.java GtkDropTargetPeer.java gnu/java/lang/management: GarbageCollectorMXBeanImpl.java MemoryManagerMXBeanImpl.java MemoryPoolMXBeanImpl.java gnu/javax/sound/sampled/WAV: WAVReader.java java/lang/management: GarbageCollectorMXBean.java MemoryManagerMXBean.java MemoryPoolMXBean.java javax/management/openmbean: ArrayType.java CompositeData.java CompositeType.java OpenDataException.java OpenType.java SimpleType.java TabularData.java TabularType.java package.html javax/swing/text/html: BRView.java HRuleView.java TableView.java resource/META-INF/services: java.util.prefs.PreferencesFactory.in javax.sound.sampled.spi.AudioFileReader vm/reference/gnu/java/lang/management: VMGarbageCollectorMXBeanImpl.java VMMemoryManagerMXBeanImpl.java VMMemoryPoolMXBeanImpl.java vm/reference/java/lang/management: VMManagementFactory.java Log message: 2006-07-09 Andrew John Hughes * Merge of HEAD --> generics-branch for 2006/07/02 to 2006/07/09. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/.classpath?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.7&r2=1.1.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.279&r2=1.2386.2.280 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&only_with_tag=generics-branch&r1=1.47.2.32&r2=1.47.2.33 http://cvs.savannah.gnu.org/viewcvs/classpath/configure.ac?cvsroot=classpath&only_with_tag=generics-branch&r1=1.43.2.40&r2=1.43.2.41 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.11&r2=1.12.2.12 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestGarbageCollector.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestMemoryManager.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestMemoryPool.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/swing/HtmlDemo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/swing/TabbedPaneDemo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/external/jsr166/.cvsignore?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDropTargetContextPeer.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDropTargetPeer.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkToolkit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.54.2.17&r2=1.54.2.18 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/GarbageCollectorMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryManagerMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryPoolMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/rmi/server/ActivatableServerRef.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.4.2&r2=1.2.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/rmi/server/UnicastServerRef.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.9.2.6&r2=1.9.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/prefs/EventDispatcher.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/prefs/GConfBasedPreferences.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/prefs/gconf/GConfNativePeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/RSACipherImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/AuthInfo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/AuthInfoProviderFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ClientFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ClientMechanism.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ConfidentialityException.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/IAuthInfoProvider.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/IAuthInfoProviderFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/IllegalMechanismStateException.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/InputBuffer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/IntegrityException.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/NoSuchMechanismException.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/NoSuchUserException.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/OutputBuffer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/SaslEncodingException.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/SaslInputStream.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/SaslOutputStream.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/SaslUtil.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ServerFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ServerMechanism.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/UserAlreadyExistsException.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/anonymous/AnonymousClient.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/anonymous/AnonymousServer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/anonymous/AnonymousUtil.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5AuthInfoProvider.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5Client.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5Registry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5Server.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5Util.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/PasswordFile.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PasswordFile.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PlainAuthInfoProvider.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PlainClient.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PlainRegistry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PlainServer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/CALG.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/ClientStore.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/IALG.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/KDF.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/PasswordFile.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRP.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRPAuthInfoProvider.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRPClient.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRPRegistry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRPServer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.4&r2=1.2.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SecurityContext.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/ServerStore.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/StoreEntry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/print/ipp/IppRequest.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiFileWriter.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/WAV/WAVReader.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/plaf/gnu/GNULookAndFeel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/CharacterAttributeTranslator.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Canvas.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.8&r2=1.6.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.38.2.31&r2=1.38.2.32 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Container.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.37.2.26&r2=1.37.2.27 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/LightweightDispatcher.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.6&r2=1.2.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/TextComponent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.15.2.9&r2=1.15.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragGestureEvent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragGestureRecognizer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.4&r2=1.2.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSource.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.4&r2=1.4.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSourceContext.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.2&r2=1.6.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTarget.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.4&r2=1.7.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTargetContext.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.7&r2=1.6.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTargetDragEvent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTargetDropEvent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/InvalidDnDOperationException.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryUsage.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ThreadInfo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/GarbageCollectorMXBean.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryManagerMXBean.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryPoolMXBean.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/prefs/Preferences.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.6&r2=1.8.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/crypto/spec/PBEKeySpec.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/ArrayType.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/CompositeData.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/CompositeType.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/OpenDataException.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/OpenType.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/SimpleType.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/TabularData.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/TabularType.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/package.html?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/AbstractButton.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.17.2.18&r2=1.17.2.19 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/InputMap.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.5&r2=1.7.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComponent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.20.2.31&r2=1.20.2.32 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTree.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.20&r2=1.8.2.21 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/Timer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.10.2.11&r2=1.10.2.12 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ToolTipManager.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.9&r2=1.5.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/border/TitledBorder.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.5&r2=1.7.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicArrowButton.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.9&r2=1.4.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.13.2.23&r2=1.13.2.24 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicMenuUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.10&r2=1.5.2.11 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicOptionPaneUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.10.2.11&r2=1.10.2.12 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTableUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.20&r2=1.5.2.21 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicToolBarUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.14&r2=1.3.2.15 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTreeUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.20&r2=1.6.2.21 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalIconFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.8&r2=1.4.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalLookAndFeel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.17&r2=1.6.2.18 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/FlowView.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.7&r2=1.1.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLDocument.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.10&r2=1.1.2.11 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLEditorKit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.8&r2=1.1.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/StyleSheet.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.2&r2=1.5.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/BRView.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HRuleView.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/TableView.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/Makefile.am?cvsroot=classpath&only_with_tag=generics-branch&r1=1.63.2.28&r2=1.63.2.29 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/copy-vmresources.sh.in?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gconf-peer/GConfNativePeer.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/plugin/Makefile.am?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/java.util.prefs.PreferencesFactory.in?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/javax.sound.sampled.spi.AudioFileReader?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/.cvsignore?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.4.6&r2=1.3.4.7 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMMemoryManagerMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/java/lang/management/VMManagementFactory.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.4.1 From MAILER-DAEMON Sun Jul 09 19:47:08 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzizU-0004sm-0B for mharc-commit-classpath@gnu.org; Sun, 09 Jul 2006 19:47:08 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzizR-0004sU-Jx for commit-classpath@gnu.org; Sun, 09 Jul 2006 19:47:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzizP-0004sI-Ji for commit-classpath@gnu.org; Sun, 09 Jul 2006 19:47:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzizP-0004sF-DS for commit-classpath@gnu.org; Sun, 09 Jul 2006 19:47:03 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fzj0N-0005Hy-Ak for commit-classpath@gnu.org; Sun, 09 Jul 2006 19:48:03 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzizO-0007ld-00 for ; Sun, 09 Jul 2006 19:47:02 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1FzizO-0007la-8h for commit-classpath@gnu.org; Sun, 09 Jul 2006 23:47:02 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Sun, 09 Jul 2006 23:47:02 +0000 Subject: [commit-cp] classpath ChangeLog java/util/logging/LoggingMX... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 23:47:06 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Tom Tromey 06/07/09 23:47:02 Modified files: . : ChangeLog java/util/logging: LoggingMXBean.java Log message: * java/util/logging/LoggingMXBean.java (getLoggerNames): Genericized. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.280&r2=1.2386.2.281 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/logging/LoggingMXBean.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 From MAILER-DAEMON Mon Jul 10 04:25:06 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Fzr4j-0004nw-Ta for mharc-commit-classpath@gnu.org; Mon, 10 Jul 2006 04:25:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fzr4i-0004nn-IG for commit-classpath@gnu.org; Mon, 10 Jul 2006 04:25:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fzr4h-0004nV-JP for commit-classpath@gnu.org; Mon, 10 Jul 2006 04:25:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fzr4h-0004nM-EC for commit-classpath@gnu.org; Mon, 10 Jul 2006 04:25:03 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fzr5k-0004Zg-4V for commit-classpath@gnu.org; Mon, 10 Jul 2006 04:26:08 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fzr4R-0001Lo-00 for ; Mon, 10 Jul 2006 04:24:47 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1Fzr4R-0001Ll-9M for commit-classpath@gnu.org; Mon, 10 Jul 2006 08:24:47 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Mon, 10 Jul 2006 08:24:47 +0000 Subject: [commit-cp] classpath org/omg/CORBA/PolicyTypeHelper.java o... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 08:25:04 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/10 08:24:47 Modified files: org/omg/CORBA : PolicyTypeHelper.java WrongTransactionHelper.java PolicyErrorCodeHelper.java VisibilityHelper.java UnknownUserExceptionHelper.java PolicyListHelper.java CurrentHelper.java CompletionStatusHelper.java ParameterModeHelper.java StringValueHelper.java WStringValueHelper.java PolicyErrorHelper.java NameValuePairHelper.java ServiceInformationHelper.java PolicyHelper.java UnionMemberHelper.java SetOverrideTypeHelper.java ServiceDetailHelper.java ObjectHelper.java IDLTypeHelper.java DefinitionKindHelper.java org/omg/PortableServer/POAPackage: NoServantHelper.java ObjectAlreadyActiveHelper.java ServantNotActiveHelper.java InvalidPolicyHelper.java ObjectNotActiveHelper.java AdapterNonExistentHelper.java ServantAlreadyActiveHelper.java WrongPolicyHelper.java AdapterAlreadyExistsHelper.java WrongAdapterHelper.java org/omg/IOP : TaggedProfileHelper.java ProfileIdHelper.java TaggedComponentHelper.java ServiceIdHelper.java IORHelper.java ServiceContextHelper.java ServiceContextListHelper.java CodecFactoryHelper.java ComponentIdHelper.java MultipleComponentProfileHelper.java org/omg/IOP/CodecPackage: TypeMismatchHelper.java FormatMismatchHelper.java InvalidTypeForEncodingHelper.java org/omg/PortableInterceptor: IORInterceptor_3_0Helper.java ForwardRequestHelper.java AdapterStateHelper.java AdapterNameHelper.java InvalidSlotHelper.java ObjectReferenceFactoryHelper.java ObjectReferenceTemplateSeqHelper.java ObjectReferenceTemplateHelper.java CurrentHelper.java AdapterManagerIdHelper.java org/omg/DynamicAny: NameValuePairHelper.java NameValuePairSeqHelper.java DynAnySeqHelper.java DynValueHelper.java DynEnumHelper.java NameDynAnyPairSeqHelper.java DynAnyHelper.java DynArrayHelper.java DynSequenceHelper.java AnySeqHelper.java NameDynAnyPairHelper.java DynUnionHelper.java DynAnyFactoryHelper.java DynStructHelper.java DynFixedHelper.java org/omg/CosNaming: BindingListHelper.java NamingContextHelper.java NameHelper.java BindingHelper.java BindingIteratorHelper.java BindingTypeHelper.java NamingContextExtHelper.java NameComponentHelper.java org/omg/CosNaming/NamingContextExtPackage: InvalidAddressHelper.java StringNameHelper.java URLStringHelper.java AddressHelper.java examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication: StructureToPassHelper.java TreeNodeHelper.java WeThrowThisExceptionHelper.java StructureToReturnHelper.java org/omg/PortableServer: ServantLocatorHelper.java CurrentHelper.java POAHelper.java ServantActivatorHelper.java ForwardRequestHelper.java org/omg/PortableServer/CurrentPackage: NoContextHelper.java org/omg/CosNaming/NamingContextPackage: AlreadyBoundHelper.java InvalidNameHelper.java NotFoundReasonHelper.java NotEmptyHelper.java CannotProceedHelper.java NotFoundHelper.java org/omg/DynamicAny/DynAnyPackage: TypeMismatchHelper.java InvalidValueHelper.java org/omg/PortableInterceptor/ORBInitInfoPackage: DuplicateNameHelper.java InvalidNameHelper.java gnu/CORBA : ForwardRequestHelper.java org/omg/IOP/CodecFactoryPackage: UnknownEncodingHelper.java org/omg/PortableServer/POAManagerPackage: AdapterInactiveHelper.java org/omg/DynamicAny/DynAnyFactoryPackage: InconsistentTypeCodeHelper.java Log message: 2006-07-10 Audrius Meskauskas * examples/gnu/classpath/examples/CORBA/SimpleCommunication/ communication/StructureToPassHelper.java, examples/gnu/classpath/examples/CORBA/SimpleCommunication/ communication/StructureToReturnHelper.java, examples/gnu/classpath/examples/CORBA/SimpleCommunication/ communication/TreeNodeHelper.java, examples/gnu/classpath/examples/CORBA/SimpleCommunication/ communication/WeThrowThisExceptionHelper.java, gnu/CORBA/ForwardRequestHelper.java, org/omg/CORBA/CompletionStatusHelper.java, org/omg/CORBA/CurrentHelper.java, org/omg/CORBA/DefinitionKindHelper.java, org/omg/CORBA/IDLTypeHelper.java, org/omg/CORBA/NameValuePairHelper.java, org/omg/CORBA/ObjectHelper.java, org/omg/CORBA/ParameterModeHelper.java, org/omg/CORBA/PolicyErrorCodeHelper.java, org/omg/CORBA/PolicyErrorHelper.java, org/omg/CORBA/PolicyHelper.java, org/omg/CORBA/PolicyListHelper.java, org/omg/CORBA/PolicyTypeHelper.java, org/omg/CORBA/ServiceDetailHelper.java, org/omg/CORBA/ServiceInformationHelper.java, org/omg/CORBA/SetOverrideTypeHelper.java, org/omg/CORBA/StringValueHelper.java, org/omg/CORBA/UnionMemberHelper.java, org/omg/CORBA/UnknownUserExceptionHelper.java, org/omg/CORBA/VisibilityHelper.java, org/omg/CORBA/WStringValueHelper.java, org/omg/CORBA/WrongTransactionHelper.java, org/omg/CosNaming/BindingHelper.java, org/omg/CosNaming/BindingIteratorHelper.java, org/omg/CosNaming/BindingListHelper.java, org/omg/CosNaming/BindingTypeHelper.java, org/omg/CosNaming/NameComponentHelper.java, org/omg/CosNaming/NameHelper.java, org/omg/CosNaming/NamingContextExtHelper.java, org/omg/CosNaming/NamingContextExtPackage/AddressHelper.java, org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHelper.java, org/omg/CosNaming/NamingContextExtPackage/StringNameHelper.java, org/omg/CosNaming/NamingContextExtPackage/URLStringHelper.java, org/omg/CosNaming/NamingContextHelper.java, org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.java, org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java, org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java, org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java, org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java, org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java, org/omg/DynamicAny/AnySeqHelper.java, org/omg/DynamicAny/DynAnyFactoryHelper.java, org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java, org/omg/DynamicAny/DynAnyHelper.java, org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java, org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java, org/omg/DynamicAny/DynAnySeqHelper.java, org/omg/DynamicAny/DynArrayHelper.java, org/omg/DynamicAny/DynEnumHelper.java, org/omg/DynamicAny/DynFixedHelper.java, org/omg/DynamicAny/DynSequenceHelper.java, org/omg/DynamicAny/DynStructHelper.java, org/omg/DynamicAny/DynUnionHelper.java, org/omg/DynamicAny/DynValueHelper.java, org/omg/DynamicAny/NameDynAnyPairHelper.java, org/omg/DynamicAny/NameDynAnyPairSeqHelper.java, org/omg/DynamicAny/NameValuePairHelper.java, org/omg/DynamicAny/NameValuePairSeqHelper.java, org/omg/IOP/CodecFactoryHelper.java, org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java, org/omg/IOP/CodecPackage/FormatMismatchHelper.java, org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java, org/omg/IOP/CodecPackage/TypeMismatchHelper.java, org/omg/IOP/ComponentIdHelper.java, org/omg/IOP/IORHelper.java, org/omg/IOP/MultipleComponentProfileHelper.java, org/omg/IOP/ProfileIdHelper.java, org/omg/IOP/ServiceContextHelper.java, org/omg/IOP/ServiceContextListHelper.java, org/omg/IOP/ServiceIdHelper.java, org/omg/IOP/TaggedComponentHelper.java, org/omg/IOP/TaggedProfileHelper.java, org/omg/PortableInterceptor/AdapterManagerIdHelper.java, org/omg/PortableInterceptor/AdapterNameHelper.java, org/omg/PortableInterceptor/AdapterStateHelper.java, org/omg/PortableInterceptor/CurrentHelper.java, org/omg/PortableInterceptor/ForwardRequestHelper.java, org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java, org/omg/PortableInterceptor/InvalidSlotHelper.java, org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java, org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java, org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java, org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java, org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java, org/omg/PortableServer/CurrentHelper.java, org/omg/PortableServer/CurrentPackage/NoContextHelper.java, org/omg/PortableServer/ForwardRequestHelper.java, org/omg/PortableServer/POAHelper.java, org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java, org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java, org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java, org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java, org/omg/PortableServer/POAPackage/NoServantHelper.java, org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java, org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java, org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java, org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java, org/omg/PortableServer/POAPackage/WrongAdapterHelper.java, org/omg/PortableServer/POAPackage/WrongPolicyHelper.java, org/omg/PortableServer/ServantActivatorHelper.java, org/omg/PortableServer/ServantLocatorHelper.java: Remove the typecode caching and always use OrbRestricted.Singleton. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/PolicyTypeHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/WrongTransactionHelper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/PolicyErrorCodeHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/VisibilityHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/UnknownUserExceptionHelper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/PolicyListHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/CurrentHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/CompletionStatusHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/ParameterModeHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/StringValueHelper.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/WStringValueHelper.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/PolicyErrorHelper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/NameValuePairHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/ServiceInformationHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/PolicyHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/UnionMemberHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/SetOverrideTypeHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/ServiceDetailHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/ObjectHelper.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/IDLTypeHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/DefinitionKindHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/NoServantHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/WrongPolicyHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/WrongAdapterHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/TaggedProfileHelper.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/ProfileIdHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/TaggedComponentHelper.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/ServiceIdHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/IORHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/ServiceContextHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/ServiceContextListHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/CodecFactoryHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/ComponentIdHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/MultipleComponentProfileHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/CodecPackage/TypeMismatchHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/CodecPackage/FormatMismatchHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/ForwardRequestHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/AdapterStateHelper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/AdapterNameHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/InvalidSlotHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/CurrentHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/AdapterManagerIdHelper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/NameValuePairHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/NameValuePairSeqHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynAnySeqHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynValueHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynEnumHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/NameDynAnyPairSeqHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynAnyHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynArrayHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynSequenceHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/AnySeqHelper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/NameDynAnyPairHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynUnionHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynAnyFactoryHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynStructHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynFixedHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/BindingListHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextHelper.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NameHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/BindingHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/BindingIteratorHelper.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/BindingTypeHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextExtHelper.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NameComponentHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextExtPackage/StringNameHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextExtPackage/URLStringHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextExtPackage/AddressHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPassHelper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNodeHelper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/WeThrowThisExceptionHelper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturnHelper.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/ServantLocatorHelper.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/CurrentHelper.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/ServantActivatorHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/ForwardRequestHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/CurrentPackage/NoContextHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/CORBA/ForwardRequestHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java?cvsroot=classpath&r1=1.3&r2=1.4 From MAILER-DAEMON Mon Jul 10 04:32:28 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzrBs-0006hN-6V for mharc-commit-classpath@gnu.org; Mon, 10 Jul 2006 04:32:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzrBo-0006gT-Nu for commit-classpath@gnu.org; Mon, 10 Jul 2006 04:32:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzrBn-0006gH-Af for commit-classpath@gnu.org; Mon, 10 Jul 2006 04:32:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzrBm-0006gE-TR for commit-classpath@gnu.org; Mon, 10 Jul 2006 04:32:23 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzrCp-00053I-Uh for commit-classpath@gnu.org; Mon, 10 Jul 2006 04:33:28 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzrBX-0001pt-00 for ; Mon, 10 Jul 2006 04:32:07 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1FzrBW-0001pi-V9 for commit-classpath@gnu.org; Mon, 10 Jul 2006 08:32:07 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Mon, 10 Jul 2006 08:32:06 +0000 Subject: [commit-cp] classpath ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 08:32:25 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/10 08:32:06 Modified files: . : ChangeLog Log message: 2006-07-10 Audrius Meskauskas * examples/gnu/classpath/examples/CORBA/SimpleCommunication/ communication/StructureToPassHelper.java, examples/gnu/classpath/examples/CORBA/SimpleCommunication/ communication/StructureToReturnHelper.java, examples/gnu/classpath/examples/CORBA/SimpleCommunication/ communication/TreeNodeHelper.java, examples/gnu/classpath/examples/CORBA/SimpleCommunication/ communication/WeThrowThisExceptionHelper.java, gnu/CORBA/ForwardRequestHelper.java, org/omg/CORBA/CompletionStatusHelper.java, org/omg/CORBA/CurrentHelper.java, org/omg/CORBA/DefinitionKindHelper.java, org/omg/CORBA/IDLTypeHelper.java, org/omg/CORBA/NameValuePairHelper.java, org/omg/CORBA/ObjectHelper.java, org/omg/CORBA/ParameterModeHelper.java, org/omg/CORBA/PolicyErrorCodeHelper.java, org/omg/CORBA/PolicyErrorHelper.java, org/omg/CORBA/PolicyHelper.java, org/omg/CORBA/PolicyListHelper.java, org/omg/CORBA/PolicyTypeHelper.java, org/omg/CORBA/ServiceDetailHelper.java, org/omg/CORBA/ServiceInformationHelper.java, org/omg/CORBA/SetOverrideTypeHelper.java, org/omg/CORBA/StringValueHelper.java, org/omg/CORBA/UnionMemberHelper.java, org/omg/CORBA/UnknownUserExceptionHelper.java, org/omg/CORBA/VisibilityHelper.java, org/omg/CORBA/WStringValueHelper.java, org/omg/CORBA/WrongTransactionHelper.java, org/omg/CosNaming/BindingHelper.java, org/omg/CosNaming/BindingIteratorHelper.java, org/omg/CosNaming/BindingListHelper.java, org/omg/CosNaming/BindingTypeHelper.java, org/omg/CosNaming/NameComponentHelper.java, org/omg/CosNaming/NameHelper.java, org/omg/CosNaming/NamingContextExtHelper.java, org/omg/CosNaming/NamingContextExtPackage/AddressHelper.java, org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHelper.java, org/omg/CosNaming/NamingContextExtPackage/StringNameHelper.java, org/omg/CosNaming/NamingContextExtPackage/URLStringHelper.java, org/omg/CosNaming/NamingContextHelper.java, org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.java, org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java, org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java, org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java, org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java, org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java, org/omg/DynamicAny/AnySeqHelper.java, org/omg/DynamicAny/DynAnyFactoryHelper.java, org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java, org/omg/DynamicAny/DynAnyHelper.java, org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java, org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java, org/omg/DynamicAny/DynAnySeqHelper.java, org/omg/DynamicAny/DynArrayHelper.java, org/omg/DynamicAny/DynEnumHelper.java, org/omg/DynamicAny/DynFixedHelper.java, org/omg/DynamicAny/DynSequenceHelper.java, org/omg/DynamicAny/DynStructHelper.java, org/omg/DynamicAny/DynUnionHelper.java, org/omg/DynamicAny/DynValueHelper.java, org/omg/DynamicAny/NameDynAnyPairHelper.java, org/omg/DynamicAny/NameDynAnyPairSeqHelper.java, org/omg/DynamicAny/NameValuePairHelper.java, org/omg/DynamicAny/NameValuePairSeqHelper.java, org/omg/IOP/CodecFactoryHelper.java, org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java, org/omg/IOP/CodecPackage/FormatMismatchHelper.java, org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java, org/omg/IOP/CodecPackage/TypeMismatchHelper.java, org/omg/IOP/ComponentIdHelper.java, org/omg/IOP/IORHelper.java, org/omg/IOP/MultipleComponentProfileHelper.java, org/omg/IOP/ProfileIdHelper.java, org/omg/IOP/ServiceContextHelper.java, org/omg/IOP/ServiceContextListHelper.java, org/omg/IOP/ServiceIdHelper.java, org/omg/IOP/TaggedComponentHelper.java, org/omg/IOP/TaggedProfileHelper.java, org/omg/PortableInterceptor/AdapterManagerIdHelper.java, org/omg/PortableInterceptor/AdapterNameHelper.java, org/omg/PortableInterceptor/AdapterStateHelper.java, org/omg/PortableInterceptor/CurrentHelper.java, org/omg/PortableInterceptor/ForwardRequestHelper.java, org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java, org/omg/PortableInterceptor/InvalidSlotHelper.java, org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java, org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java, org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java, org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java, org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java, org/omg/PortableServer/CurrentHelper.java, org/omg/PortableServer/CurrentPackage/NoContextHelper.java, org/omg/PortableServer/ForwardRequestHelper.java, org/omg/PortableServer/POAHelper.java, org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java, org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java, org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java, org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java, org/omg/PortableServer/POAPackage/NoServantHelper.java, org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java, org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java, org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java, org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java, org/omg/PortableServer/POAPackage/WrongAdapterHelper.java, org/omg/PortableServer/POAPackage/WrongPolicyHelper.java, org/omg/PortableServer/ServantActivatorHelper.java, org/omg/PortableServer/ServantLocatorHelper.java: Remove the typecode caching and always use OrbRestricted.Singleton. Added changelog note. Sorry. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8061&r2=1.8062 From MAILER-DAEMON Mon Jul 10 08:05:55 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzuWQ-0001Vw-US for mharc-commit-classpath@gnu.org; Mon, 10 Jul 2006 08:05:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Fzcd4-0007Zu-Ab for commit-classpath@gnu.org; Sun, 09 Jul 2006 12:59:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Fzccz-0007Zi-GH for commit-classpath@gnu.org; Sun, 09 Jul 2006 12:59:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fzccz-0007Zf-8F for commit-classpath@gnu.org; Sun, 09 Jul 2006 12:59:29 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Fzcdr-0005jq-Ow for commit-classpath@gnu.org; Sun, 09 Jul 2006 13:00:25 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1Fzccw-0002Ge-00 for ; Sun, 09 Jul 2006 12:59:26 -0400 Received: from glavaux by savannah.gnu.org with local (Exim 4.50) id 1Fzccw-0002Gb-0o for commit-classpath@gnu.org; Sun, 09 Jul 2006 16:59:26 +0000 To: commit-classpath@gnu.org Message-Id: From: Guilhem Lavaux Date: Sun, 09 Jul 2006 16:59:26 +0000 X-Mailman-Approved-At: Mon, 10 Jul 2006 08:05:50 -0400 Subject: [commit-cp] classpath .classpath ChangeLog ChangeLog.native... [NATIVE-LAYER] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jul 2006 16:59:34 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: NATIVE-LAYER Changes by: Guilhem Lavaux 06/07/09 16:59:25 Modified files: . : .classpath ChangeLog ChangeLog.native NEWS configure.ac doc : vmintegration.texinfo examples/gnu/classpath/examples/swing: Demo.java TabbedPaneDemo.java gnu/classpath/jdwp: Jdwp.java gnu/classpath/jdwp/event: BreakpointEvent.java ClassPrepareEvent.java Event.java EventManager.java ThreadEndEvent.java ThreadStartEvent.java VmDeathEvent.java VmInitEvent.java gnu/classpath/jdwp/event/filters: ClassMatchFilter.java ClassOnlyFilter.java ExceptionOnlyFilter.java InstanceOnlyFilter.java ThreadOnlyFilter.java gnu/classpath/jdwp/processor: PacketProcessor.java gnu/classpath/jdwp/transport: JdwpConnection.java gnu/java/awt : ClasspathToolkit.java gnu/java/awt/font/opentype/truetype: VirtualMachine.java gnu/java/awt/java2d: AbstractGraphics2D.java PolyEdge.java gnu/java/awt/peer/gtk: CairoGraphics2D.java CairoSurface.java CairoSurfaceGraphics.java ComponentGraphics.java GdkFontPeer.java GdkGraphicsConfiguration.java GdkGraphicsEnvironment.java GdkPixbufDecoder.java GdkScreenGraphicsDevice.java GtkCheckboxPeer.java GtkComponentPeer.java GtkLabelPeer.java GtkToolkit.java GtkVolatileImage.java VolatileImageGraphics.java gnu/java/awt/peer/qt: QtGraphics.java QtToolkit.java gnu/java/awt/peer/swing: SwingComponentPeer.java gnu/java/awt/print: PostScriptGraphics2D.java gnu/java/io : PlatformHelper.java gnu/java/lang/management: OperatingSystemMXBeanImpl.java gnu/java/net : IndexListParser.java gnu/java/net/loader: JarURLLoader.java gnu/java/net/local: LocalSocket.java gnu/java/nio/charset: Provider.java gnu/java/security: Properties.java Registry.java gnu/java/security/hash: BaseHash.java HashFactory.java Haval.java IMessageDigest.java MD2.java MD4.java MD5.java RipeMD128.java RipeMD160.java Sha160.java Sha256.java Sha384.java Sha512.java Tiger.java Whirlpool.java gnu/java/security/jce/hash: HavalSpi.java MD2Spi.java MD4Spi.java MD5Spi.java MessageDigestAdapter.java RipeMD128Spi.java RipeMD160Spi.java Sha160Spi.java Sha256Spi.java Sha384Spi.java Sha512Spi.java TigerSpi.java WhirlpoolSpi.java gnu/java/security/jce/prng: HavalRandomSpi.java MD2RandomSpi.java MD4RandomSpi.java MD5RandomSpi.java RipeMD128RandomSpi.java RipeMD160RandomSpi.java SecureRandomAdapter.java Sha160RandomSpi.java Sha256RandomSpi.java Sha384RandomSpi.java Sha512RandomSpi.java TigerRandomSpi.java WhirlpoolRandomSpi.java gnu/java/security/jce/sig: DSSKeyFactory.java DSSKeyPairGeneratorSpi.java DSSParameters.java DSSRawSignatureSpi.java EncodedKeyFactory.java KeyPairGeneratorAdapter.java RSAKeyFactory.java RSAKeyPairGeneratorSpi.java RSAPSSRawSignatureSpi.java SignatureAdapter.java gnu/java/security/key: IKeyPairCodec.java IKeyPairGenerator.java KeyPairCodecFactory.java KeyPairGeneratorFactory.java gnu/java/security/key/dss: DSSKey.java DSSKeyPairGenerator.java DSSKeyPairPKCS8Codec.java DSSKeyPairRawCodec.java DSSKeyPairX509Codec.java DSSPrivateKey.java DSSPublicKey.java FIPS186.java gnu/java/security/key/rsa: GnuRSAKey.java GnuRSAPrivateKey.java GnuRSAPublicKey.java RSAKeyPairGenerator.java RSAKeyPairPKCS8Codec.java RSAKeyPairRawCodec.java RSAKeyPairX509Codec.java gnu/java/security/pkcs: PKCS7SignedData.java SignerInfo.java gnu/java/security/prng: BasePRNG.java EntropySource.java IRandom.java LimitReachedException.java MDGenerator.java PRNGFactory.java RandomEvent.java RandomEventListener.java gnu/java/security/provider: Gnu.java PKIXCertPathValidatorImpl.java X509CertificateFactory.java gnu/java/security/sig: BaseSignature.java ISignature.java ISignatureCodec.java SignatureFactory.java gnu/java/security/sig/dss: DSSSignature.java DSSSignatureRawCodec.java gnu/java/security/sig/rsa: EME_PKCS1_V1_5.java EMSA_PKCS1_V1_5.java EMSA_PSS.java RSA.java RSAPKCS1V1_5Signature.java RSAPSSSignature.java RSAPSSSignatureRawCodec.java gnu/java/security/util: Base64.java ExpirableObject.java PRNG.java Sequence.java SimpleList.java Util.java gnu/java/security/x509: X509CRL.java X509CRLEntry.java X509Certificate.java gnu/java/security/x509/ext: Extension.java GeneralNames.java gnu/java/util/prefs: EventDispatcher.java gnu/javax/crypto: RSACipherImpl.java gnu/javax/crypto/assembly: Assembly.java Cascade.java CascadeStage.java CascadeTransformer.java DeflateTransformer.java Direction.java LoopbackTransformer.java ModeStage.java Operation.java PaddingTransformer.java Stage.java Transformer.java TransformerException.java gnu/javax/crypto/cipher: Anubis.java BaseCipher.java Blowfish.java Cast5.java CipherFactory.java DES.java IBlockCipher.java IBlockCipherSpi.java Khazad.java NullCipher.java Rijndael.java Serpent.java Square.java TripleDES.java Twofish.java WeakKeyException.java gnu/javax/crypto/jce: DiffieHellmanImpl.java GnuCrypto.java GnuSasl.java PBKDF2SecretKeyFactory.java gnu/javax/crypto/jce/cipher: AESSpi.java ARCFourSpi.java AnubisSpi.java BlowfishSpi.java Cast5Spi.java CipherAdapter.java DESSpi.java KhazadSpi.java NullCipherSpi.java PBES2.java RijndaelSpi.java SerpentSpi.java SquareSpi.java TripleDESSpi.java TwofishSpi.java gnu/javax/crypto/jce/key: AnubisKeyGeneratorImpl.java AnubisSecretKeyFactoryImpl.java BlowfishKeyGeneratorImpl.java BlowfishSecretKeyFactoryImpl.java Cast5KeyGeneratorImpl.java Cast5SecretKeyFactoryImpl.java DESKeyGeneratorImpl.java DESSecretKeyFactoryImpl.java DESedeSecretKeyFactoryImpl.java KhazadKeyGeneratorImpl.java KhazadSecretKeyFactoryImpl.java RijndaelKeyGeneratorImpl.java RijndaelSecretKeyFactoryImpl.java SecretKeyFactoryImpl.java SecretKeyGeneratorImpl.java SerpentKeyGeneratorImpl.java SerpentSecretKeyFactoryImpl.java SquareKeyGeneratorImpl.java SquareSecretKeyFactoryImpl.java TripleDESKeyGeneratorImpl.java TwofishKeyGeneratorImpl.java TwofishSecretKeyFactoryImpl.java gnu/javax/crypto/jce/keyring: GnuKeyring.java gnu/javax/crypto/jce/mac: HMacHavalSpi.java HMacMD2Spi.java HMacMD4Spi.java HMacMD5Spi.java HMacRipeMD128Spi.java HMacRipeMD160Spi.java HMacSHA160Spi.java HMacSHA256Spi.java HMacSHA384Spi.java HMacSHA512Spi.java HMacTigerSpi.java HMacWhirlpoolSpi.java MacAdapter.java OMacAnubisImpl.java OMacBlowfishImpl.java OMacCast5Impl.java OMacDESImpl.java OMacImpl.java OMacKhazadImpl.java OMacRijndaelImpl.java OMacSerpentImpl.java OMacSquareImpl.java OMacTripleDESImpl.java OMacTwofishImpl.java TMMH16Spi.java UHash32Spi.java UMac32Spi.java gnu/javax/crypto/jce/params: BlockCipherParameters.java DEREncodingException.java DERReader.java DERWriter.java gnu/javax/crypto/jce/prng: ARCFourRandomSpi.java CSPRNGSpi.java FortunaImpl.java ICMRandomSpi.java UMacRandomSpi.java gnu/javax/crypto/jce/sig: DHKeyFactory.java DHKeyPairGeneratorSpi.java gnu/javax/crypto/jce/spec: BlockCipherParameterSpec.java TMMHParameterSpec.java UMac32ParameterSpec.java gnu/javax/crypto/key: BaseKeyAgreementParty.java GnuSecretKey.java IKeyAgreementParty.java IncomingMessage.java KeyAgreementException.java KeyAgreementFactory.java OutgoingMessage.java gnu/javax/crypto/key/dh: DHKeyPairPKCS8Codec.java DHKeyPairRawCodec.java DHKeyPairX509Codec.java DiffieHellmanKeyAgreement.java DiffieHellmanReceiver.java DiffieHellmanSender.java ElGamalKeyAgreement.java ElGamalReceiver.java ElGamalSender.java GnuDHKey.java GnuDHKeyPairGenerator.java GnuDHPrivateKey.java GnuDHPublicKey.java RFC2631.java gnu/javax/crypto/key/srp6: SRP6Host.java SRP6KeyAgreement.java SRP6SaslClient.java SRP6SaslServer.java SRP6TLSClient.java SRP6TLSServer.java SRP6User.java SRPAlgorithm.java SRPKey.java SRPKeyPairGenerator.java SRPKeyPairRawCodec.java SRPPrivateKey.java SRPPublicKey.java gnu/javax/crypto/keyring: AuthenticatedEntry.java BaseKeyring.java BinaryDataEntry.java CertPathEntry.java CertificateEntry.java CompressedEntry.java EncryptedEntry.java Entry.java EnvelopeEntry.java GnuPrivateKeyring.java GnuPublicKeyring.java IKeyring.java IPrivateKeyring.java IPublicKeyring.java MalformedKeyringException.java MaskableEnvelopeEntry.java MeteredInputStream.java PasswordAuthenticatedEntry.java PasswordEncryptedEntry.java PasswordProtectedEntry.java PrimitiveEntry.java PrivateKeyEntry.java Properties.java PublicKeyEntry.java gnu/javax/crypto/mac: BaseMac.java HMac.java HMacFactory.java IMac.java MacFactory.java MacInputStream.java MacOutputStream.java OMAC.java TMMH16.java UHash32.java UMac32.java gnu/javax/crypto/mode: BaseMode.java CBC.java CFB.java CTR.java EAX.java ECB.java IAuthenticatedMode.java ICM.java IMode.java ModeFactory.java OFB.java gnu/javax/crypto/pad: BasePad.java IPad.java PKCS1_V1_5.java PKCS7.java PadFactory.java SSL3.java TBC.java TLS1.java WrongPaddingException.java gnu/javax/crypto/prng: ARCFour.java CSPRNG.java Fortuna.java ICMGenerator.java PBKDF2.java PRNGFactory.java UMacGenerator.java gnu/javax/crypto/sasl: AuthInfo.java AuthInfoProviderFactory.java ClientFactory.java ClientMechanism.java ConfidentialityException.java IAuthInfoProvider.java IAuthInfoProviderFactory.java IllegalMechanismStateException.java InputBuffer.java IntegrityException.java NoSuchMechanismException.java NoSuchUserException.java OutputBuffer.java SaslEncodingException.java SaslInputStream.java SaslOutputStream.java SaslUtil.java ServerFactory.java ServerMechanism.java UserAlreadyExistsException.java gnu/javax/crypto/sasl/anonymous: AnonymousClient.java AnonymousServer.java AnonymousUtil.java gnu/javax/crypto/sasl/crammd5: CramMD5AuthInfoProvider.java CramMD5Client.java CramMD5Registry.java CramMD5Server.java CramMD5Util.java PasswordFile.java gnu/javax/crypto/sasl/plain: PasswordFile.java PlainAuthInfoProvider.java PlainClient.java PlainRegistry.java PlainServer.java gnu/javax/crypto/sasl/srp: CALG.java ClientStore.java IALG.java KDF.java PasswordFile.java SRP.java SRPAuthInfoProvider.java SRPClient.java SRPRegistry.java SRPServer.java SecurityContext.java ServerStore.java StoreEntry.java gnu/javax/net/ssl/provider: KeyPool.java gnu/javax/security/auth/callback: ConsoleCallbackHandler.java gnu/javax/security/auth/login: ConfigFileParser.java ConfigFileTokenizer.java GnuConfiguration.java gnu/javax/swing/plaf/gnu: GNULookAndFeel.java gnu/javax/swing/text/html: CharacterAttributeTranslator.java gnu/javax/swing/text/html/parser: htmlAttributeSet.java gnu/xml/dom : DomIterator.java gnu/xml/stream : SAXParser.java XMLParser.java gnu/xml/transform: TransformerImpl.java include : Makefile.am gnu_java_awt_peer_gtk_CairoGraphics2D.h gnu_java_awt_peer_gtk_CairoSurface.h gnu_java_awt_peer_gtk_ComponentGraphics.h gnu_java_awt_peer_gtk_GdkFontPeer.h gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.h gnu_java_awt_peer_gtk_GdkTextLayout.h gnu_java_awt_peer_gtk_GtkCheckboxPeer.h gnu_java_awt_peer_gtk_GtkLabelPeer.h gnu_java_awt_peer_gtk_GtkVolatileImage.h java_io_VMFile.h jni.h java/awt : BasicStroke.java Canvas.java Component.java Container.java FileDialog.java Font.java GridBagConstraints.java GridBagLayout.java Insets.java Label.java LightweightDispatcher.java List.java Point.java Shape.java TextArea.java TextComponent.java TextField.java Toolkit.java java/awt/datatransfer: Clipboard.java DataFlavor.java java/awt/dnd : DragGestureEvent.java DragGestureRecognizer.java DragSource.java DragSourceContext.java DropTarget.java DropTargetContext.java DropTargetDragEvent.java DropTargetDropEvent.java InvalidDnDOperationException.java java/awt/event : KeyEvent.java java/awt/font : FontRenderContext.java LineBreakMeasurer.java TextLayout.java TextMeasurer.java java/awt/geom : AffineTransform.java GeneralPath.java java/awt/image : BufferedImage.java PixelGrabber.java java/beans : VetoableChangeSupport.java java/io : File.java FilePermission.java java/lang : String.java Thread.java ThreadGroup.java java/lang/management: ManagementFactory.java OperatingSystemMXBean.java java/math : BigDecimal.java java/net : URL.java java/rmi/server: UID.java java/security : UnresolvedPermission.java java/security/cert: X509CertSelector.java java/text : AttributedString.java Bidi.java java/util : Arrays.java Collections.java java/util/logging: LogManager.java java/util/prefs: Preferences.java java/util/regex: Matcher.java Pattern.java javax/crypto/spec: PBEKeySpec.java javax/imageio/spi: IIORegistry.java javax/management: Attribute.java javax/sound/midi: SysexMessage.java Track.java javax/swing : AbstractButton.java AbstractCellEditor.java AbstractSpinnerModel.java Box.java BoxLayout.java DefaultButtonModel.java DefaultComboBoxModel.java DefaultListModel.java DefaultListSelectionModel.java GrayFilter.java InputMap.java JCheckBoxMenuItem.java JComponent.java JInternalFrame.java JLabel.java JLayeredPane.java JList.java JMenu.java JMenuBar.java JMenuItem.java JRadioButtonMenuItem.java JSplitPane.java JTabbedPane.java JTable.java JTree.java LookAndFeel.java MenuSelectionManager.java ProgressMonitor.java ProgressMonitorInputStream.java RepaintManager.java ScrollPaneLayout.java SizeSequence.java SpringLayout.java SwingUtilities.java UIManager.java javax/swing/border: MatteBorder.java TitledBorder.java javax/swing/event: EventListenerList.java ListDataEvent.java MenuEvent.java TreeExpansionListener.java javax/swing/plaf: IconUIResource.java javax/swing/plaf/basic: BasicArrowButton.java BasicButtonListener.java BasicButtonUI.java BasicCheckBoxUI.java BasicComboBoxRenderer.java BasicComboBoxUI.java BasicComboPopup.java BasicFileChooserUI.java BasicGraphicsUtils.java BasicInternalFrameUI.java BasicLabelUI.java BasicListUI.java BasicLookAndFeel.java BasicMenuItemUI.java BasicMenuUI.java BasicOptionPaneUI.java BasicPopupMenuUI.java BasicProgressBarUI.java BasicRadioButtonUI.java BasicScrollBarUI.java BasicScrollPaneUI.java BasicSliderUI.java BasicSplitPaneUI.java BasicTabbedPaneUI.java BasicTableHeaderUI.java BasicTableUI.java BasicTextFieldUI.java BasicTextUI.java BasicToolBarUI.java BasicTreeUI.java javax/swing/plaf/metal: MetalButtonUI.java MetalIconFactory.java MetalInternalFrameUI.java MetalLookAndFeel.java MetalMenuBarUI.java MetalScrollButton.java MetalSplitPaneDivider.java MetalUtils.java javax/swing/table: DefaultTableColumnModel.java javax/swing/text: AbstractDocument.java DefaultCaret.java DefaultStyledDocument.java FlowView.java GapContent.java JTextComponent.java PlainDocument.java StyleContext.java javax/swing/text/html: HTMLDocument.java HTMLEditorKit.java StyleSheet.java javax/swing/text/rtf: RTFParser.java RTFScanner.java javax/swing/tree: DefaultTreeCellEditor.java TreePath.java VariableHeightLayoutCache.java lib : .cvsignore Makefile.am copy-vmresources.sh.in gen-classlist.sh.in m4 : acinclude.m4 native/fdlibm : dtoa.c mprec.c mprec.h native/jawt : Makefile.am native/jni : Makefile.am native/jni/gtk-peer: Makefile.am cairographics2d.h gnu_java_awt_peer_gtk_CairoGraphics2D.c gnu_java_awt_peer_gtk_CairoSurface.c gnu_java_awt_peer_gtk_ComponentGraphics.c gnu_java_awt_peer_gtk_GdkFontPeer.c gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c gnu_java_awt_peer_gtk_GdkPixbufDecoder.c gnu_java_awt_peer_gtk_GdkTextLayout.c gnu_java_awt_peer_gtk_GtkCheckboxPeer.c gnu_java_awt_peer_gtk_GtkImage.c gnu_java_awt_peer_gtk_GtkLabelPeer.c gnu_java_awt_peer_gtk_GtkVolatileImage.c gnu_java_awt_peer_gtk_GtkWindowPeer.c native/jni/java-io: java_io_VMFile.c native/plugin : Makefile.am gcjwebplugin.cc resource/gnu/classpath/tools/keytool: messages.properties scripts : check_jni_methods.sh tools : .cvsignore Makefile.am toolwrapper.c tools/gnu/classpath/tools/appletviewer: StandaloneAppletWindow.java tools/gnu/classpath/tools/getopt: Parser.java tools/gnu/classpath/tools/jarsigner: HashUtils.java JarSigner.java JarVerifier.java Main.java Messages.java SFHelper.java tools/gnu/classpath/tools/keytool: CertReqCmd.java Command.java DeleteCmd.java ExportCmd.java GenKeyCmd.java IdentityDBCmd.java ImportCmd.java KeyCloneCmd.java KeyPasswdCmd.java ListCmd.java Main.java Messages.java PrintCertCmd.java SelfCertCmd.java StorePasswdCmd.java vm/reference/java/io: VMFile.java vm/reference/java/lang: VMThread.java Added files: examples/gnu/classpath/examples/awt: AicasGraphicsBenchmark.java examples/gnu/classpath/examples/java2d: J2dBenchmark.java J2dBenchmarkGUI.java JNIOverhead.java examples/gnu/classpath/examples/management: TestClassLoading.java TestCompilation.java TestGarbageCollector.java TestMemory.java TestMemoryManager.java TestMemoryPool.java TestOS.java TestRuntime.java TestThread.java examples/gnu/classpath/examples/swing: HtmlDemo.java gnu/classpath/debug: TeeInputStream.java TeeOutputStream.java TeeReader.java TeeWriter.java gnu/classpath/jdwp/event: ClassUnloadEvent.java ExceptionEvent.java MethodEntryEvent.java MethodExitEvent.java SingleStepEvent.java gnu/java/awt/dnd: GtkMouseDragGestureRecognizer.java gnu/java/awt/dnd/peer/gtk: GtkDragSourceContextPeer.java GtkDropTargetContextPeer.java GtkDropTargetPeer.java gnu/java/awt/peer/gtk: FreetypeGlyphVector.java gnu/java/awt/peer/x: GLGraphics.java ImageConverter.java KeyboardMapping.java XEventPump.java XFontPeer.java XFontPeer2.java XFramePeer.java XGraphics.java XGraphics2D.java XGraphicsConfiguration.java XGraphicsDevice.java XGraphicsEnvironment.java XImage.java XLightweightPeer.java XToolkit.java XWindowPeer.java fonts.properties gnu/java/lang/management: BeanImpl.java ClassLoadingMXBeanImpl.java CompilationMXBeanImpl.java GarbageCollectorMXBeanImpl.java MemoryMXBeanImpl.java MemoryManagerMXBeanImpl.java MemoryPoolMXBeanImpl.java RuntimeMXBeanImpl.java ThreadMXBeanImpl.java gnu/java/security: .cvsignore Configuration.java.in gnu/java/util/prefs: GConfBasedFactory.java GConfBasedPreferences.java gnu/java/util/prefs/gconf: GConfNativePeer.java gnu/java/util/regex: BacktrackStack.java CharIndexed.java CharIndexedCharArray.java CharIndexedCharSequence.java CharIndexedInputStream.java CharIndexedString.java CharIndexedStringBuffer.java RE.java REException.java REFilterInputStream.java REMatch.java REMatchEnumeration.java RESyntax.java REToken.java RETokenAny.java RETokenBackRef.java RETokenChar.java RETokenEnd.java RETokenEndOfPreviousMatch.java RETokenEndSub.java RETokenIndependent.java RETokenLookAhead.java RETokenLookBehind.java RETokenNamedProperty.java RETokenOneOf.java RETokenPOSIX.java RETokenRange.java RETokenRepeated.java RETokenStart.java RETokenWordBoundary.java UncheckedRE.java gnu/javax/crypto/pad: ISO10126.java gnu/javax/imageio/gif: GIFFile.java GIFImageReader.java GIFImageReaderSpi.java GIFStream.java gnu/javax/sound/midi/file: ExtendedMidiFileFormat.java MidiDataInputStream.java MidiDataOutputStream.java MidiFileReader.java MidiFileWriter.java gnu/javax/swing/text/html/parser: SmallHtmlAttributeSet.java include : gnu_java_awt_peer_gtk_FreetypeGlyphVector.h gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.h gnu_java_util_prefs_gconf_GConfNativePeer.h java/lang/management: ClassLoadingMXBean.java CompilationMXBean.java GarbageCollectorMXBean.java ManagementPermission.java MemoryMXBean.java MemoryManagerMXBean.java MemoryPoolMXBean.java MemoryUsage.java RuntimeMXBean.java ThreadInfo.java ThreadMXBean.java java/util : InputMismatchException.java java/util/logging: LoggingMXBean.java javax/management: AttributeList.java AttributeNotFoundException.java DynamicMBean.java InvalidAttributeValueException.java JMException.java JMRuntimeException.java MBeanException.java MBeanFeatureInfo.java MBeanInfo.java OperationsException.java ReflectionException.java RuntimeOperationsException.java javax/swing/plaf/basic: SharedUIDefaults.java javax/swing/text/html: BRView.java HRuleView.java TableView.java lib : standard.omit.in native/jni/gconf-peer: .cvsignore GConfNativePeer.c Makefile.am native/jni/gtk-peer: gdkdisplay.h gnu_java_awt_peer_gtk_FreetypeGlyphVector.c gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.c resource/META-INF/services: java.util.prefs.PreferencesFactory.in javax.sound.midi.spi.MidiFileReader javax.sound.midi.spi.MidiFileWriter sun/reflect/annotation: AnnotationInvocationHandler.java tools : gappletviewer.in gjar.in gjarsigner.in gkeytool.in gnative2ascii.in gserialver.in tools/gnu/classpath/tools/keytool: CACertCmd.java vm/reference/gnu/java/lang/management: VMClassLoadingMXBeanImpl.java VMCompilationMXBeanImpl.java VMGarbageCollectorMXBeanImpl.java VMMemoryMXBeanImpl.java VMMemoryManagerMXBeanImpl.java VMMemoryPoolMXBeanImpl.java VMRuntimeMXBeanImpl.java VMThreadMXBeanImpl.java vm/reference/java/lang/management: VMManagementFactory.java vm/reference/sun/misc: Unsafe.java vm/reference/sun/reflect: Reflection.java vm/reference/sun/reflect/misc: ReflectUtil.java Removed files: examples/gnu/classpath/examples/swing: FillRect.java gnu/java/awt/peer: ClasspathTextLayoutPeer.java gnu/java/awt/peer/gtk: GdkGlyphVector.java GdkTextLayout.java GtkCheckboxGroupPeer.java gnu/java/security/util: Prime2.java include : gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.h javax/swing/text/html: HTMLTableView.java lib : standard.omit native/jni/gtk-peer: gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c tools : appletviewer.in jarsigner.in keytool.in vm/reference/gnu/classpath: Unsafe.java Log message: 2006-07-09 Guilhem Lavaux * Merged HEAD as of 2006-06-09 0:00. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/.classpath?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.10.2.3&r2=1.10.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.6201.2.8&r2=1.6201.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog.native?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.14&r2=1.1.2.15 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.107.2.4&r2=1.107.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/configure.ac?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.132.2.6&r2=1.132.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.21.2.2&r2=1.21.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/awt/AicasGraphicsBenchmark.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/java2d/J2dBenchmark.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.3.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/java2d/J2dBenchmarkGUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/java2d/JNIOverhead.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestClassLoading.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestCompilation.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestGarbageCollector.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestMemory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestMemoryManager.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestMemoryPool.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestOS.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestRuntime.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestThread.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/swing/Demo.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.31.2.4&r2=1.31.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/swing/TabbedPaneDemo.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/swing/HtmlDemo.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/swing/FillRect.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.1&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/debug/TeeInputStream.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/debug/TeeOutputStream.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/debug/TeeReader.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/debug/TeeWriter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/Jdwp.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/BreakpointEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/ClassPrepareEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/Event.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/EventManager.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.1&r2=1.3.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/ThreadEndEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/ThreadStartEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/VmDeathEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/VmInitEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/ClassUnloadEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/ExceptionEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/MethodEntryEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/MethodExitEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/SingleStepEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/filters/ClassMatchFilter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.4.1&r2=1.2.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/filters/ClassOnlyFilter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/filters/ExceptionOnlyFilter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/filters/InstanceOnlyFilter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/filters/ThreadOnlyFilter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/processor/PacketProcessor.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5&r2=1.5.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/transport/JdwpConnection.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5&r2=1.5.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/ClasspathToolkit.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.19&r2=1.19.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDropTargetContextPeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDropTargetPeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/font/opentype/truetype/VirtualMachine.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.6.1&r2=1.1.6.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/AbstractGraphics2D.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.8.2.2&r2=1.8.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/PolyEdge.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/ClasspathTextLayoutPeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.15.2.1&r2=1.15.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoSurface.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7.2.1&r2=1.7.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoSurfaceGraphics.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.2.1&r2=1.4.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/ComponentGraphics.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.11.2.1&r2=1.11.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkFontPeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7.2.3&r2=1.7.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkGraphicsConfiguration.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5&r2=1.5.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.10.2.1&r2=1.10.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.18.2.2&r2=1.18.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkScreenGraphicsDevice.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.6&r2=1.6.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkCheckboxPeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.22.2.2&r2=1.22.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkComponentPeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.98.2.4&r2=1.98.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkLabelPeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.24.2.1&r2=1.24.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkToolkit.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.79.2.4&r2=1.79.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkVolatileImage.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.1&r2=1.3.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/VolatileImageGraphics.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/FreetypeGlyphVector.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.7.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkGlyphVector.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.9&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkTextLayout.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.2.1&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkCheckboxGroupPeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtGraphics.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3&r2=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtToolkit.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5&r2=1.5.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/swing/SwingComponentPeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/GLGraphics.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/ImageConverter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/KeyboardMapping.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XEventPump.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XFontPeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XFontPeer2.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XFramePeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphics.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphics2D.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphicsConfiguration.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphicsDevice.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphicsEnvironment.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XImage.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XLightweightPeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XToolkit.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XWindowPeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/fonts.properties?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/print/PostScriptGraphics2D.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/io/PlatformHelper.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.6&r2=1.6.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/OperatingSystemMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/BeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ClassLoadingMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.4.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/CompilationMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/GarbageCollectorMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryManagerMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryPoolMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/RuntimeMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ThreadMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/net/IndexListParser.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.4.2&r2=1.3.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/net/loader/JarURLLoader.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.2.1&r2=1.4.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/net/local/LocalSocket.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.6.1&r2=1.1.6.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/nio/charset/Provider.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.8.2.1&r2=1.8.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/Properties.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/Registry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/.cvsignore?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.4.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/Configuration.java.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/BaseHash.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/HashFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/Haval.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/IMessageDigest.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/MD2.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/MD4.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/MD5.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/RipeMD128.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/RipeMD160.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/Sha160.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/Sha256.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/Sha384.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/Sha512.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/Tiger.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/hash/Whirlpool.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/hash/HavalSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/hash/MD2Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/hash/MD4Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/hash/MD5Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/hash/MessageDigestAdapter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/hash/RipeMD128Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/hash/RipeMD160Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/hash/Sha160Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/hash/Sha256Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/hash/Sha384Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/hash/Sha512Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/hash/TigerSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/hash/WhirlpoolSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/prng/HavalRandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/prng/MD2RandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/prng/MD4RandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/prng/MD5RandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/prng/RipeMD128RandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/prng/RipeMD160RandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/prng/SecureRandomAdapter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/prng/Sha160RandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/prng/Sha256RandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/prng/Sha384RandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/prng/Sha512RandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/prng/TigerRandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/prng/WhirlpoolRandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/sig/DSSKeyFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/sig/DSSKeyPairGeneratorSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/sig/DSSParameters.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.8.1&r2=1.1.8.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/sig/DSSRawSignatureSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/sig/EncodedKeyFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.2.2&r2=1.4.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/sig/KeyPairGeneratorAdapter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/sig/RSAKeyFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/sig/RSAKeyPairGeneratorSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/sig/RSAPSSRawSignatureSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/jce/sig/SignatureAdapter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/IKeyPairCodec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/IKeyPairGenerator.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/KeyPairCodecFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/KeyPairGeneratorFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSKey.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSKeyPairGenerator.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSKeyPairPKCS8Codec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.3&r2=1.3.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSKeyPairRawCodec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSKeyPairX509Codec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSPrivateKey.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSPublicKey.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/FIPS186.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/rsa/GnuRSAKey.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/rsa/GnuRSAPrivateKey.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/rsa/GnuRSAPublicKey.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/rsa/RSAKeyPairGenerator.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/rsa/RSAKeyPairPKCS8Codec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/rsa/RSAKeyPairRawCodec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/rsa/RSAKeyPairX509Codec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/pkcs/PKCS7SignedData.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.1&r2=1.3.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/pkcs/SignerInfo.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.2.1&r2=1.4.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/prng/BasePRNG.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/prng/EntropySource.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/prng/IRandom.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/prng/LimitReachedException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/prng/MDGenerator.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/prng/PRNGFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/prng/RandomEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/prng/RandomEventListener.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/provider/Gnu.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.11.2.2&r2=1.11.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/provider/PKIXCertPathValidatorImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.2.2&r2=1.5.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/provider/X509CertificateFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4&r2=1.4.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/sig/BaseSignature.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/sig/ISignature.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/sig/ISignatureCodec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/sig/SignatureFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/sig/dss/DSSSignature.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/sig/dss/DSSSignatureRawCodec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/sig/rsa/EME_PKCS1_V1_5.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/sig/rsa/EMSA_PKCS1_V1_5.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/sig/rsa/EMSA_PSS.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/sig/rsa/RSA.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/sig/rsa/RSAPKCS1V1_5Signature.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/sig/rsa/RSAPSSSignature.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/sig/rsa/RSAPSSSignatureRawCodec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/util/Base64.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/util/ExpirableObject.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/util/PRNG.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/util/Sequence.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/util/SimpleList.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/util/Util.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/util/Prime2.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/x509/X509CRL.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7&r2=1.7.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/x509/X509CRLEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5&r2=1.5.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/x509/X509Certificate.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.10&r2=1.10.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/x509/ext/Extension.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5&r2=1.5.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/x509/ext/GeneralNames.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.2&r2=1.3.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/prefs/EventDispatcher.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.8.1&r2=1.1.8.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/prefs/GConfBasedFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/prefs/GConfBasedPreferences.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/prefs/gconf/GConfNativePeer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/BacktrackStack.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/CharIndexed.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/CharIndexedCharArray.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/CharIndexedCharSequence.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/CharIndexedInputStream.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/CharIndexedString.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/CharIndexedStringBuffer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RE.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/REException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/REFilterInputStream.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/REMatch.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/REMatchEnumeration.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RESyntax.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/REToken.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenAny.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenBackRef.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenChar.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenEnd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenEndOfPreviousMatch.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenEndSub.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenIndependent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenLookAhead.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenLookBehind.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenNamedProperty.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenOneOf.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenPOSIX.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenRange.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenRepeated.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenStart.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenWordBoundary.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/UncheckedRE.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/RSACipherImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2&r2=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/assembly/Assembly.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/assembly/Cascade.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/assembly/CascadeStage.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/assembly/CascadeTransformer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/assembly/DeflateTransformer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/assembly/Direction.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/assembly/LoopbackTransformer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/assembly/ModeStage.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/assembly/Operation.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/assembly/PaddingTransformer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/assembly/Stage.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/assembly/Transformer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/assembly/TransformerException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/Anubis.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/BaseCipher.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/Blowfish.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/Cast5.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/CipherFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/DES.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/IBlockCipher.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/IBlockCipherSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/Khazad.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/NullCipher.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/Rijndael.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/Serpent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/Square.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/TripleDES.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/Twofish.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/WeakKeyException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/DiffieHellmanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.8.1&r2=1.1.8.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/GnuCrypto.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/GnuSasl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/PBKDF2SecretKeyFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/AESSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/ARCFourSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/AnubisSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/BlowfishSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/Cast5Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/CipherAdapter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/DESSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/KhazadSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/NullCipherSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/PBES2.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/RijndaelSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/SerpentSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/SquareSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/TripleDESSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/TwofishSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/AnubisKeyGeneratorImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/AnubisSecretKeyFactoryImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/BlowfishKeyGeneratorImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/BlowfishSecretKeyFactoryImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/Cast5KeyGeneratorImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/Cast5SecretKeyFactoryImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/DESKeyGeneratorImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/DESSecretKeyFactoryImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/DESedeSecretKeyFactoryImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/KhazadKeyGeneratorImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/KhazadSecretKeyFactoryImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/RijndaelKeyGeneratorImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/RijndaelSecretKeyFactoryImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/SecretKeyFactoryImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/SecretKeyGeneratorImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/SerpentKeyGeneratorImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/SerpentSecretKeyFactoryImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/SquareKeyGeneratorImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/SquareSecretKeyFactoryImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/TripleDESKeyGeneratorImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/TwofishKeyGeneratorImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/key/TwofishSecretKeyFactoryImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/keyring/GnuKeyring.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/HMacHavalSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/HMacMD2Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/HMacMD4Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/HMacMD5Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/HMacRipeMD128Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/HMacRipeMD160Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/HMacSHA160Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/HMacSHA256Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/HMacSHA384Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/HMacSHA512Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/HMacTigerSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/HMacWhirlpoolSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/MacAdapter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/OMacAnubisImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/OMacBlowfishImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/OMacCast5Impl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/OMacDESImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/OMacImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/OMacKhazadImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/OMacRijndaelImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/OMacSerpentImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/OMacSquareImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/OMacTripleDESImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/OMacTwofishImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/TMMH16Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/UHash32Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/mac/UMac32Spi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/params/BlockCipherParameters.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/params/DEREncodingException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/params/DERReader.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/params/DERWriter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/prng/ARCFourRandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/prng/CSPRNGSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/prng/FortunaImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/prng/ICMRandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/prng/UMacRandomSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/sig/DHKeyFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/sig/DHKeyPairGeneratorSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/spec/BlockCipherParameterSpec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/spec/TMMHParameterSpec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/spec/UMac32ParameterSpec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/BaseKeyAgreementParty.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/GnuSecretKey.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/IKeyAgreementParty.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/IncomingMessage.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/KeyAgreementException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/KeyAgreementFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/OutgoingMessage.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DHKeyPairPKCS8Codec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DHKeyPairRawCodec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DHKeyPairX509Codec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DiffieHellmanKeyAgreement.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DiffieHellmanReceiver.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/DiffieHellmanSender.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/ElGamalKeyAgreement.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/ElGamalReceiver.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/ElGamalSender.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHKey.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHKeyPairGenerator.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHPrivateKey.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHPublicKey.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/RFC2631.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6Host.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6KeyAgreement.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6SaslClient.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6SaslServer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6TLSClient.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6TLSServer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRP6User.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPAlgorithm.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPKey.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPKeyPairGenerator.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPKeyPairRawCodec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPPrivateKey.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/srp6/SRPPublicKey.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/AuthenticatedEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/BaseKeyring.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/BinaryDataEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/CertPathEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/CertificateEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/CompressedEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/EncryptedEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/Entry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/EnvelopeEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/GnuPrivateKeyring.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/GnuPublicKeyring.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/IKeyring.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/IPrivateKeyring.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/IPublicKeyring.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/MalformedKeyringException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/MaskableEnvelopeEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/MeteredInputStream.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PasswordAuthenticatedEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PasswordEncryptedEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PasswordProtectedEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PrimitiveEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PrivateKeyEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/Properties.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/keyring/PublicKeyEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/BaseMac.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/HMac.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/HMacFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/IMac.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/MacFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/MacInputStream.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/MacOutputStream.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/OMAC.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/TMMH16.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/UHash32.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mac/UMac32.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/BaseMode.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/CBC.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/CFB.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/CTR.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/EAX.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/ECB.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/IAuthenticatedMode.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/ICM.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/IMode.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/ModeFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/mode/OFB.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/BasePad.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/IPad.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/PKCS1_V1_5.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/PKCS7.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/PadFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/SSL3.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/TBC.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/TLS1.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/WrongPaddingException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/ISO10126.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/ARCFour.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/CSPRNG.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/Fortuna.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/ICMGenerator.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/PBKDF2.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/PRNGFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/prng/UMacGenerator.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/AuthInfo.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/AuthInfoProviderFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ClientFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ClientMechanism.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ConfidentialityException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/IAuthInfoProvider.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/IAuthInfoProviderFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/IllegalMechanismStateException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/InputBuffer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/IntegrityException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/NoSuchMechanismException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/NoSuchUserException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/OutputBuffer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/SaslEncodingException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/SaslInputStream.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/SaslOutputStream.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/SaslUtil.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ServerFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/ServerMechanism.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/UserAlreadyExistsException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/anonymous/AnonymousClient.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/anonymous/AnonymousServer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/anonymous/AnonymousUtil.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5AuthInfoProvider.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5Client.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5Registry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5Server.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/CramMD5Util.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/crammd5/PasswordFile.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PasswordFile.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PlainAuthInfoProvider.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PlainClient.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PlainRegistry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PlainServer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/CALG.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/ClientStore.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/IALG.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/KDF.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/PasswordFile.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRP.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRPAuthInfoProvider.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRPClient.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRPRegistry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SRPServer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/SecurityContext.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/ServerStore.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/srp/StoreEntry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/gif/GIFFile.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/gif/GIFImageReader.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/gif/GIFImageReaderSpi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/gif/GIFStream.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/KeyPool.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/security/auth/callback/ConsoleCallbackHandler.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/security/auth/login/ConfigFileParser.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/security/auth/login/ConfigFileTokenizer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/security/auth/login/GnuConfiguration.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/ExtendedMidiFileFormat.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiDataInputStream.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiDataOutputStream.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiFileReader.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/midi/file/MidiFileWriter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/plaf/gnu/GNULookAndFeel.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/CharacterAttributeTranslator.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.1&r2=1.3.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/parser/htmlAttributeSet.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3&r2=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/parser/SmallHtmlAttributeSet.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/xml/dom/DomIterator.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4&r2=1.4.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/xml/stream/SAXParser.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.16.2.3&r2=1.16.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/xml/stream/XMLParser.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.22.2.4&r2=1.22.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/xml/transform/TransformerImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.11.2.1&r2=1.11.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/include/Makefile.am?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.52.2.3&r2=1.52.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_CairoGraphics2D.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.1&r2=1.3.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_CairoSurface.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.1&r2=1.3.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_ComponentGraphics.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.2.1&r2=1.5.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GdkFontPeer.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.1&r2=1.3.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GdkTextLayout.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkCheckboxPeer.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.8&r2=1.8.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkLabelPeer.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.9&r2=1.9.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkVolatileImage.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/include/java_io_VMFile.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3&r2=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/include/jni.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.6&r2=1.6.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_FreetypeGlyphVector.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_util_prefs_gconf_GConfNativePeer.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/BasicStroke.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.8.2.3&r2=1.8.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Canvas.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.16&r2=1.16.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.93.2.4&r2=1.93.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Container.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.77.2.6&r2=1.77.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/FileDialog.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.14&r2=1.14.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Font.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.33.2.1&r2=1.33.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/GridBagConstraints.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7&r2=1.7.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/GridBagLayout.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.23.2.2&r2=1.23.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Insets.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.8.2.1&r2=1.8.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Label.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.21&r2=1.21.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/LightweightDispatcher.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.3&r2=1.3.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/List.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.25.2.1&r2=1.25.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Point.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.11&r2=1.11.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Shape.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.8&r2=1.8.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/TextArea.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.20&r2=1.20.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/TextComponent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.21&r2=1.21.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/TextField.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.16.2.1&r2=1.16.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Toolkit.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.31.2.3&r2=1.31.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/datatransfer/Clipboard.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.9&r2=1.9.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/datatransfer/DataFlavor.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.28.2.1&r2=1.28.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragGestureEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3&r2=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragGestureRecognizer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.2&r2=1.3.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSource.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.2.1&r2=1.5.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSourceContext.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7.2.1&r2=1.7.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTarget.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.11.2.1&r2=1.11.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTargetContext.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.9.2.1&r2=1.9.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTargetDragEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4&r2=1.4.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTargetDropEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3&r2=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/InvalidDnDOperationException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3&r2=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/event/KeyEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.14&r2=1.14.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/font/FontRenderContext.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3&r2=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/font/LineBreakMeasurer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/font/TextLayout.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7&r2=1.7.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/font/TextMeasurer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/geom/AffineTransform.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.9&r2=1.9.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/geom/GeneralPath.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.14.2.1&r2=1.14.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/BufferedImage.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.13&r2=1.13.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/PixelGrabber.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.15&r2=1.15.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/beans/VetoableChangeSupport.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.12&r2=1.12.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/io/File.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.61&r2=1.61.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/io/FilePermission.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.20.2.1&r2=1.20.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/String.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.80.2.1&r2=1.80.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/Thread.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.17.2.3&r2=1.17.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/ThreadGroup.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.19.2.2&r2=1.19.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/OperatingSystemMXBean.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ClassLoadingMXBean.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.3.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/CompilationMXBean.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/GarbageCollectorMXBean.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementPermission.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.3.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryMXBean.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryManagerMXBean.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryPoolMXBean.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryUsage.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/RuntimeMXBean.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ThreadInfo.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ThreadMXBean.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/math/BigDecimal.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.21.2.1&r2=1.21.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/net/URL.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.52.2.1&r2=1.52.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/rmi/server/UID.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7.2.2&r2=1.7.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/security/UnresolvedPermission.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.11&r2=1.11.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/security/cert/X509CertSelector.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.6.2.1&r2=1.6.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/text/AttributedString.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.15&r2=1.15.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/text/Bidi.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.4.2&r2=1.2.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/Arrays.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.26.2.1&r2=1.26.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/Collections.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.39.2.2&r2=1.39.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/InputMismatchException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/logging/LogManager.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.17.2.3&r2=1.17.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/logging/LoggingMXBean.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/prefs/Preferences.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.12.2.1&r2=1.12.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/regex/Matcher.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.11.2.2&r2=1.11.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/regex/Pattern.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.14.2.1&r2=1.14.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/crypto/spec/PBEKeySpec.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2&r2=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/imageio/spi/IIORegistry.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.8&r2=1.8.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/Attribute.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2&r2=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/AttributeList.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/AttributeNotFoundException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/DynamicMBean.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/InvalidAttributeValueException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/JMException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/JMRuntimeException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanFeatureInfo.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanInfo.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/OperationsException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/ReflectionException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/RuntimeOperationsException.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/sound/midi/SysexMessage.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/sound/midi/Track.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/AbstractButton.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.50.2.2&r2=1.50.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/AbstractCellEditor.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.13.2.1&r2=1.13.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/AbstractSpinnerModel.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5&r2=1.5.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/Box.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.20&r2=1.20.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/BoxLayout.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.27&r2=1.27.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/DefaultButtonModel.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.26.2.1&r2=1.26.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/DefaultComboBoxModel.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.14.2.1&r2=1.14.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/DefaultListModel.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.12&r2=1.12.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/DefaultListSelectionModel.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.25.2.2&r2=1.25.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/GrayFilter.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.10&r2=1.10.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/InputMap.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.13.2.1&r2=1.13.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JCheckBoxMenuItem.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.15.2.1&r2=1.15.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComponent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.97.2.4&r2=1.97.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JInternalFrame.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.23.2.3&r2=1.23.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JLabel.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.28.2.2&r2=1.28.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JLayeredPane.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.39.2.4&r2=1.39.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JList.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.45.2.3&r2=1.45.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JMenu.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.23.2.3&r2=1.23.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JMenuBar.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.21.2.2&r2=1.21.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JMenuItem.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.26.2.3&r2=1.26.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JRadioButtonMenuItem.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.11.2.1&r2=1.11.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JSplitPane.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.12.2.2&r2=1.12.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTabbedPane.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.27.2.4&r2=1.27.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTable.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.68.2.4&r2=1.68.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTree.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.56.2.2&r2=1.56.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/LookAndFeel.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.16.2.2&r2=1.16.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/MenuSelectionManager.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.12.2.1&r2=1.12.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ProgressMonitor.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.2.3&r2=1.5.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ProgressMonitorInputStream.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.6.2.1&r2=1.6.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/RepaintManager.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.22.2.5&r2=1.22.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ScrollPaneLayout.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.20.2.2&r2=1.20.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/SizeSequence.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.1&r2=1.3.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/SpringLayout.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.6.2.1&r2=1.6.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/SwingUtilities.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.43.2.4&r2=1.43.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/UIManager.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.29.2.4&r2=1.29.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/border/MatteBorder.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.10.2.1&r2=1.10.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/border/TitledBorder.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.12.2.2&r2=1.12.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/event/EventListenerList.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.14.2.2&r2=1.14.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/event/ListDataEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.8&r2=1.8.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/event/MenuEvent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3&r2=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/event/TreeExpansionListener.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4&r2=1.4.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/IconUIResource.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.8&r2=1.8.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicArrowButton.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.17&r2=1.17.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicButtonListener.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.12.2.1&r2=1.12.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicButtonUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.34.2.3&r2=1.34.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicCheckBoxUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.12.2.1&r2=1.12.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicComboBoxRenderer.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.8.2.1&r2=1.8.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicComboBoxUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.31.2.3&r2=1.31.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicComboPopup.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.12.2.3&r2=1.12.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicFileChooserUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.23.2.2&r2=1.23.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicGraphicsUtils.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.17&r2=1.17.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicInternalFrameUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.25.2.4&r2=1.25.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicLabelUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.21.2.2&r2=1.21.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicListUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.50.2.4&r2=1.50.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.84.2.2&r2=1.84.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicMenuItemUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.43.2.1&r2=1.43.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicMenuUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.21.2.2&r2=1.21.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicOptionPaneUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.28.2.2&r2=1.28.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicPopupMenuUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.16.2.2&r2=1.16.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicProgressBarUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.15.2.1&r2=1.15.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicRadioButtonUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.15.2.2&r2=1.15.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicScrollBarUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.30.2.2&r2=1.30.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicScrollPaneUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.20.2.2&r2=1.20.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicSliderUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.22.2.3&r2=1.22.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicSplitPaneUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.26.2.2&r2=1.26.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTabbedPaneUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.32.2.3&r2=1.32.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTableHeaderUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.12.2.4&r2=1.12.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTableUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.40.2.3&r2=1.40.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTextFieldUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.6.2.1&r2=1.6.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTextUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.62.2.5&r2=1.62.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicToolBarUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.19.2.3&r2=1.19.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTreeUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.121.2.2&r2=1.121.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/SharedUIDefaults.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalButtonUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.13.2.3&r2=1.13.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalIconFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.22.2.2&r2=1.22.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalInternalFrameUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7&r2=1.7.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalLookAndFeel.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.76.2.5&r2=1.76.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalMenuBarUI.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1&r2=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalScrollButton.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2&r2=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalSplitPaneDivider.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7.2.1&r2=1.7.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalUtils.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7.2.2&r2=1.7.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/table/DefaultTableColumnModel.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.14.2.1&r2=1.14.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/AbstractDocument.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.43.2.4&r2=1.43.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/DefaultCaret.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.29.2.4&r2=1.29.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/DefaultStyledDocument.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.50.2.3&r2=1.50.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/FlowView.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7.2.3&r2=1.7.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/GapContent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.35.2.4&r2=1.35.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/JTextComponent.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.51.2.4&r2=1.51.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/PlainDocument.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.19.2.1&r2=1.19.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/StyleContext.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.9.2.3&r2=1.9.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLDocument.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.20.2.4&r2=1.20.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLEditorKit.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.23.2.4&r2=1.23.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/StyleSheet.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5&r2=1.5.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/BRView.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HRuleView.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/TableView.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLTableView.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.8.1&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/rtf/RTFParser.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3&r2=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/rtf/RTFScanner.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3&r2=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/tree/DefaultTreeCellEditor.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.20.2.1&r2=1.20.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/tree/TreePath.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.8.2.2&r2=1.8.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/tree/VariableHeightLayoutCache.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.2.3&r2=1.5.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/.cvsignore?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.19.2.1&r2=1.19.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/Makefile.am?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.110.2.3&r2=1.110.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/copy-vmresources.sh.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4&r2=1.4.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/gen-classlist.sh.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.32.2.2&r2=1.32.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/standard.omit.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/standard.omit?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.44&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/m4/acinclude.m4?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.10.2.1&r2=1.10.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/fdlibm/dtoa.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4&r2=1.4.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/native/fdlibm/mprec.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7&r2=1.7.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/native/fdlibm/mprec.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.8&r2=1.8.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jawt/Makefile.am?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.2&r2=1.3.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/Makefile.am?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.16.2.1&r2=1.16.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gconf-peer/.cvsignore?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gconf-peer/GConfNativePeer.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.3.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gconf-peer/Makefile.am?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/Makefile.am?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.34.2.2&r2=1.34.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/cairographics2d.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7.2.1&r2=1.7.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoSurface.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.16.2.1&r2=1.16.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_ComponentGraphics.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.14.2.1&r2=1.14.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkFontPeer.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.12.2.3&r2=1.12.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5&r2=1.5.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.21.2.1&r2=1.21.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.10.2.1&r2=1.10.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxPeer.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.21.2.1&r2=1.21.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImage.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.17.2.2&r2=1.17.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkLabelPeer.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.17&r2=1.17.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkVolatileImage.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.1&r2=1.3.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.62.2.2&r2=1.62.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gdkdisplay.h?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_FreetypeGlyphVector.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.4.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkScreenGraphicsDevice.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.2.1&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-io/java_io_VMFile.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.10.2.3&r2=1.10.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/native/plugin/Makefile.am?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/plugin/gcjwebplugin.cc?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7.2.1&r2=1.7.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/java.util.prefs.PreferencesFactory.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/javax.sound.midi.spi.MidiFileReader?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/javax.sound.midi.spi.MidiFileWriter?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/classpath/tools/keytool/messages.properties?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.4.1&r2=1.2.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/scripts/check_jni_methods.sh?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.10.2.1&r2=1.10.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/sun/reflect/annotation/AnnotationInvocationHandler.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/.cvsignore?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.3.2.3&r2=1.3.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/Makefile.am?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.2.4&r2=1.5.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/toolwrapper.c?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gappletviewer.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gjar.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gjarsigner.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gkeytool.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnative2ascii.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gserialver.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/appletviewer.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.4.2&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/jarsigner.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.2&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/keytool.in?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.2&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/appletviewer/StandaloneAppletWindow.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/getopt/Parser.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7.4.2&r2=1.7.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/jarsigner/HashUtils.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.4.1&r2=1.4.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/jarsigner/JarSigner.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.6.2.2&r2=1.6.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/jarsigner/JarVerifier.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.4.1&r2=1.5.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/jarsigner/Main.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.12.2.2&r2=1.12.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/jarsigner/Messages.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/jarsigner/SFHelper.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.4.1&r2=1.5.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/CertReqCmd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.2.2&r2=1.4.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/Command.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.2.2&r2=1.5.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/DeleteCmd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.2.2&r2=1.4.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/ExportCmd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.2.2&r2=1.5.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/GenKeyCmd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.2.2&r2=1.4.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/IdentityDBCmd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.2.2&r2=1.4.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/ImportCmd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.5.2.2&r2=1.5.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/KeyCloneCmd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.2.2&r2=1.4.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/KeyPasswdCmd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.2.2&r2=1.4.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/ListCmd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.2.2&r2=1.4.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/Main.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/Messages.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/PrintCertCmd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/SelfCertCmd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.2.2&r2=1.4.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/StorePasswdCmd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.4.2.2&r2=1.4.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/CACertCmd.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/classpath/Unsafe.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.2.4.1&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMClassLoadingMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMCompilationMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMGarbageCollectorMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMMemoryMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMMemoryManagerMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMRuntimeMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMThreadMXBeanImpl.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/java/io/VMFile.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.7&r2=1.7.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/java/lang/VMThread.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&r1=1.9.2.1&r2=1.9.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/java/lang/management/VMManagementFactory.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/sun/misc/Unsafe.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/sun/reflect/Reflection.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/sun/reflect/misc/ReflectUtil.java?cvsroot=classpath&only_with_tag=NATIVE-LAYER&rev=1.2.4.1 From MAILER-DAEMON Mon Jul 10 08:05:55 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzuWQ-0001Vf-5i for mharc-commit-classpath@gnu.org; Mon, 10 Jul 2006 08:05:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzLHi-0000Cr-Az for commit-classpath@gnu.org; Sat, 08 Jul 2006 18:28:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzLHg-0000CW-M1 for commit-classpath@gnu.org; Sat, 08 Jul 2006 18:28:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzLHg-0000CL-FO for commit-classpath@gnu.org; Sat, 08 Jul 2006 18:28:20 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzLIP-0005X4-QK for commit-classpath@gnu.org; Sat, 08 Jul 2006 18:29:05 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzLHd-0004EW-00 for ; Sat, 08 Jul 2006 18:28:17 -0400 Received: from neugens by savannah.gnu.org with local (Exim 4.50) id 1FzLHd-0004ET-8g for commit-classpath@gnu.org; Sat, 08 Jul 2006 22:28:17 +0000 To: commit-classpath@gnu.org Message-Id: From: Mario Torre Date: Sat, 08 Jul 2006 22:28:17 +0000 X-Mailman-Approved-At: Mon, 10 Jul 2006 08:05:49 -0400 Subject: [commit-cp] classpath native/jni/gconf-peer/GConfNativePeer... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Jul 2006 22:28:22 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Mario Torre 06/07/08 22:28:17 Modified files: native/jni/gconf-peer: GConfNativePeer.c gnu/java/util/prefs/gconf: GConfNativePeer.java . : ChangeLog gnu/java/util/prefs: GConfBasedPreferences.java Log message: 2006-07-09 Mario Torre * native/jni/gconf-peer/GConfNativePeer.c: Fixed indentation to be more compliant to the GNU coding guidelines. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1unset): Added explicit test for errors in the GConf backend. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1get_1string): Added explicit test for errors in the GConf backend. Fixed Segmentation Fault when non valid key names are given as input. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1set_1string): likewise. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1dir_1exists): Added explicit test for errors in the GConf backend. * gnu/java/util/prefs/gconf/GConfNativePeer.java: Added javadoc comments for all native methods. (nodeExist): removed test to check for valid absolute path name for nodes. (startWatchingNode): likewise. (stopWatchingNode): likewise. (setString): likewise, plus fixed javadoc comments. (unset): likekwise. (getKey): likewise. (getKeys): likewise, also fixed javadoc comments. (getChildrenNodes): likewise. * gnu/java/util/prefs/GConfBasedPreferences.java: changed DEFAULT_USER_ROOT to /apps/classpath. (constructor): Test to check for a valid absolute path for nodes is now in the contructor for that node, instead of being on each method of the backend. (getGConfKey): removed empty new line. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gconf-peer/GConfNativePeer.c?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/prefs/gconf/GConfNativePeer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8052&r2=1.8053 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/prefs/GConfBasedPreferences.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Mon Jul 10 12:18:40 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzyT2-0003Jr-3V for mharc-commit-classpath@gnu.org; Mon, 10 Jul 2006 12:18:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzyT0-0003Jh-MJ for commit-classpath@gnu.org; Mon, 10 Jul 2006 12:18:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzySy-0003JV-AK for commit-classpath@gnu.org; Mon, 10 Jul 2006 12:18:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzySy-0003JS-4g for commit-classpath@gnu.org; Mon, 10 Jul 2006 12:18:36 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzyU5-0006UN-R6 for commit-classpath@gnu.org; Mon, 10 Jul 2006 12:19:45 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzySx-0001wj-00 for ; Mon, 10 Jul 2006 12:18:35 -0400 Received: from mwringe by savannah.gnu.org with local (Exim 4.50) id 1FzySw-0001wg-7q for commit-classpath@gnu.org; Mon, 10 Jul 2006 16:18:35 +0000 To: commit-classpath@gnu.org Message-Id: From: Matt Wringe Date: Mon, 10 Jul 2006 16:18:34 +0000 Subject: [commit-cp] classpath ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 16:18:39 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Matt Wringe 06/07/10 16:18:34 Modified files: . : ChangeLog Log message: 2006-07-10 Matt Wringe PR classpath/28212: * javax/crypto/spec/SecretKeySpec.java (equals): Check object type. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8062&r2=1.8063 From MAILER-DAEMON Mon Jul 10 12:19:43 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1FzyU3-0003gM-L4 for mharc-commit-classpath@gnu.org; Mon, 10 Jul 2006 12:19:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FzyU2-0003gH-2S for commit-classpath@gnu.org; Mon, 10 Jul 2006 12:19:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FzyU1-0003g4-MW for commit-classpath@gnu.org; Mon, 10 Jul 2006 12:19:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FzyU1-0003g1-Fm for commit-classpath@gnu.org; Mon, 10 Jul 2006 12:19:41 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FzyV5-0006Wv-Kd for commit-classpath@gnu.org; Mon, 10 Jul 2006 12:20:47 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1FzyTe-0001xF-00 for ; Mon, 10 Jul 2006 12:19:18 -0400 Received: from mwringe by savannah.gnu.org with local (Exim 4.50) id 1FzyTY-0001xC-WF for commit-classpath@gnu.org; Mon, 10 Jul 2006 16:19:13 +0000 To: commit-classpath@gnu.org Message-Id: From: Matt Wringe Date: Mon, 10 Jul 2006 16:19:13 +0000 Subject: [commit-cp] classpath/javax/crypto/spec SecretKeySpec.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 16:19:42 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Matt Wringe 06/07/10 16:19:09 Modified files: javax/crypto/spec: SecretKeySpec.java Log message: 2006-07-10 Matt Wringe PR classpath/28212: * javax/crypto/spec/SecretKeySpec.java (equals): Check object type. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/crypto/spec/SecretKeySpec.java?cvsroot=classpath&r1=1.3&r2=1.4 From MAILER-DAEMON Mon Jul 10 14:43:42 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G00jO-0005n9-9J for mharc-commit-classpath@gnu.org; Mon, 10 Jul 2006 14:43:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G00jN-0005mr-EP for commit-classpath@gnu.org; Mon, 10 Jul 2006 14:43:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G00jM-0005mU-Nx for commit-classpath@gnu.org; Mon, 10 Jul 2006 14:43:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G00jM-0005mR-JL for commit-classpath@gnu.org; Mon, 10 Jul 2006 14:43:40 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G00kV-0002H7-Jt for commit-classpath@gnu.org; Mon, 10 Jul 2006 14:44:51 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G00jM-0001V5-00 for ; Mon, 10 Jul 2006 14:43:40 -0400 Received: from neugens by savannah.gnu.org with local (Exim 4.50) id 1G00jL-0001V2-DD for commit-classpath@gnu.org; Mon, 10 Jul 2006 18:43:39 +0000 To: commit-classpath@gnu.org Message-Id: From: Mario Torre Date: Mon, 10 Jul 2006 18:43:39 +0000 Subject: [commit-cp] classpath java/awt/BasicStroke.java gnu/java/aw... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 18:43:41 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Mario Torre 06/07/10 18:43:39 Modified files: java/awt : BasicStroke.java gnu/java/awt/java2d: QuadSegment.java LineSegment.java CubicSegment.java . : ChangeLog Log message: 2006-07-10 Mario Torre * java/awt/BasicStroke.java: Removed unused import. * gnu/java/awt/java2d/CubicSegment.java (clone): Fixed. * gnu/java/awt/java2d/LineSegment.java (clone): Fixed. * gnu/java/awt/java2d/QuadSegment.java (clone): Fixed. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/BasicStroke.java?cvsroot=classpath&r1=1.13&r2=1.14 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/QuadSegment.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/LineSegment.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/CubicSegment.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8063&r2=1.8064 From MAILER-DAEMON Mon Jul 10 15:41:19 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G01d8-0003wO-Ut for mharc-commit-classpath@gnu.org; Mon, 10 Jul 2006 15:41:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G01d7-0003w0-UD for commit-classpath@gnu.org; Mon, 10 Jul 2006 15:41:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G01d7-0003vd-9m for commit-classpath@gnu.org; Mon, 10 Jul 2006 15:41:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G01d7-0003vV-3T for commit-classpath@gnu.org; Mon, 10 Jul 2006 15:41:17 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G01eG-0007Yt-Jo for commit-classpath@gnu.org; Mon, 10 Jul 2006 15:42:28 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G01d6-0004PQ-00 for ; Mon, 10 Jul 2006 15:41:16 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1G01d6-0004PN-7i for commit-classpath@gnu.org; Mon, 10 Jul 2006 19:41:16 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Mon, 10 Jul 2006 19:41:16 +0000 Subject: [commit-cp] classpath/java/lang/management ManagementFactor... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 19:41:18 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Tom Tromey 06/07/10 19:41:16 Modified files: java/lang/management: ManagementFactory.java . : ChangeLog Log message: * java/lang/management/ManagementFactory.java (getMemoryPoolMXBeans): Genericized. (getMemoryManagerMXBeans): Likewise. (getGarbageCollectorMXBeans): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.5&r2=1.1.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.281&r2=1.2386.2.282 From MAILER-DAEMON Mon Jul 10 15:45:28 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G01hA-0005TD-Ay for mharc-commit-classpath@gnu.org; Mon, 10 Jul 2006 15:45:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G01h8-0005SO-TB for commit-classpath@gnu.org; Mon, 10 Jul 2006 15:45:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G01h7-0005SC-GA for commit-classpath@gnu.org; Mon, 10 Jul 2006 15:45:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G01h7-0005S9-Bl for commit-classpath@gnu.org; Mon, 10 Jul 2006 15:45:25 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G01iG-0007zn-UY for commit-classpath@gnu.org; Mon, 10 Jul 2006 15:46:37 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G01h6-0004W3-00 for ; Mon, 10 Jul 2006 15:45:24 -0400 Received: from fkung by savannah.gnu.org with local (Exim 4.50) id 1G01h6-0004W0-6j for commit-classpath@gnu.org; Mon, 10 Jul 2006 19:45:24 +0000 To: commit-classpath@gnu.org Message-Id: From: Francis Kung Date: Mon, 10 Jul 2006 19:45:24 +0000 Subject: [commit-cp] classpath configure.ac examples/README examples... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 10 Jul 2006 19:45:27 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Francis Kung 06/07/10 19:45:24 Modified files: . : configure.ac examples : README Makefile.am .cvsignore Added files: examples/gnu/classpath/examples/java2d: bench.c bench.h examples : Makefile.java2d.in Log message: 2006-07-10 Francis Kung * configure.ac (AC_CONFIG_FILES): Add examples/Makefile.java2d. * examples/.cvsignore: Add Makefile.java2d. * examples/Makefile.am: Add EXAMPLE_CH_FILES for C headers. (ALL_EXAMPLE_FILES): Add C headers. (install-data-local): Add Makefile.java2d. (uninstall-local): Likewise. (EXTRA_DIST): Add Makefile.java2d.in. * examples/Makefile.java2d.in: New file. * examples/README: Add java2d instructions. * examples/gnu/classpath/examples/java2d/bench.c: New file. * examples/gnu/classpath/examples/java2d/bench.h: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/java2d/bench.c?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/java2d/bench.h?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/configure.ac?cvsroot=classpath&r1=1.169&r2=1.170 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/README?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/Makefile.am?cvsroot=classpath&r1=1.12&r2=1.13 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/.cvsignore?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/Makefile.java2d.in?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Tue Jul 11 05:24:49 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0EU4-0002OG-Ie for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 05:24:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0EU1-0002L7-GH for commit-classpath@gnu.org; Tue, 11 Jul 2006 05:24:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0EU0-0002JP-2E for commit-classpath@gnu.org; Tue, 11 Jul 2006 05:24:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0ETz-0002J6-OC for commit-classpath@gnu.org; Tue, 11 Jul 2006 05:24:43 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0EVH-00065f-9B for commit-classpath@gnu.org; Tue, 11 Jul 2006 05:26:03 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0ETy-0008LC-00 for ; Tue, 11 Jul 2006 05:24:42 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G0ETx-0008L9-I6 for commit-classpath@gnu.org; Tue, 11 Jul 2006 09:24:42 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Tue, 11 Jul 2006 09:24:41 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/BufferedImag... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 09:24:46 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/11 09:24:41 Modified files: . : ChangeLog java/awt/image : BufferedImage.java Log message: 2006-07-11 David Gilbert * java/awt/image/BufferedImage.java (BufferedImage(int, int, int)): Use correct color space for TYPE_BYTE_GRAY and TYPE_USHORT_GRAY, and throw an IllegalArgumentException for an unrecognised type. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8064&r2=1.8065 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/BufferedImage.java?cvsroot=classpath&r1=1.16&r2=1.17 From MAILER-DAEMON Tue Jul 11 10:30:24 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0JFo-0005oQ-NW for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 10:30:24 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0JFm-0005o9-On for commit-classpath@gnu.org; Tue, 11 Jul 2006 10:30:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0JFk-0005no-RU for commit-classpath@gnu.org; Tue, 11 Jul 2006 10:30:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0JFk-0005nl-LP for commit-classpath@gnu.org; Tue, 11 Jul 2006 10:30:20 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0JH5-0006Hq-55 for commit-classpath@gnu.org; Tue, 11 Jul 2006 10:31:43 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0JFi-0002ZA-00 for ; Tue, 11 Jul 2006 10:30:18 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G0JFh-0002Z1-62 for commit-classpath@gnu.org; Tue, 11 Jul 2006 14:30:17 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Tue, 11 Jul 2006 14:30:17 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/ButtonGroup.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 14:30:22 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/11 14:30:17 Modified files: . : ChangeLog javax/swing : ButtonGroup.java Log message: 2006-07-11 David Gilbert * javax/swing/ButtonGroup.java (add): Ignore null argument, (remove): Ignore null argument. If removing selected button, clear the sel field, (findButton): Changed case for method name, and documented, (setSelected): Updated for modification to findButton() method name, (isSelected): Updated API docs. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8065&r2=1.8066 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ButtonGroup.java?cvsroot=classpath&r1=1.13&r2=1.14 From MAILER-DAEMON Tue Jul 11 11:06:22 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0Joc-0004ye-EB for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 11:06:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0Joa-0004xv-OF for commit-classpath@gnu.org; Tue, 11 Jul 2006 11:06:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0Joa-0004xf-B8 for commit-classpath@gnu.org; Tue, 11 Jul 2006 11:06:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0Joa-0004xc-6K for commit-classpath@gnu.org; Tue, 11 Jul 2006 11:06:20 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0Jpv-0000mK-0z for commit-classpath@gnu.org; Tue, 11 Jul 2006 11:07:43 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0JoZ-0004QR-00 for ; Tue, 11 Jul 2006 11:06:19 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G0JoY-0004QN-5x for commit-classpath@gnu.org; Tue, 11 Jul 2006 15:06:19 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Tue, 11 Jul 2006 15:06:18 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/DefaultBoundedR... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 15:06:20 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/11 15:06:18 Modified files: . : ChangeLog javax/swing : DefaultBoundedRangeModel.java Log message: 2006-07-11 David Gilbert * javax/swing/DefaultBoundedRangeModel.java (readObject): New private method, (writeObject): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8066&r2=1.8067 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/DefaultBoundedRangeModel.java?cvsroot=classpath&r1=1.14&r2=1.15 From MAILER-DAEMON Tue Jul 11 11:35:34 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0KGs-0003VN-Ow for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 11:35:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0KGr-0003UC-KE for commit-classpath@gnu.org; Tue, 11 Jul 2006 11:35:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0KGr-0003Tg-6D for commit-classpath@gnu.org; Tue, 11 Jul 2006 11:35:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0KGq-0003TW-Nn for commit-classpath@gnu.org; Tue, 11 Jul 2006 11:35:32 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0KIB-0003k7-Sn for commit-classpath@gnu.org; Tue, 11 Jul 2006 11:36:55 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0KGq-0005k6-00 for ; Tue, 11 Jul 2006 11:35:32 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G0KGo-0005js-1u for commit-classpath@gnu.org; Tue, 11 Jul 2006 15:35:31 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Tue, 11 Jul 2006 15:35:30 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/AbstractButton.... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 15:35:34 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/11 15:35:30 Modified files: . : ChangeLog javax/swing : AbstractButton.java Log message: 2006-07-11 David Gilbert * javax/swing/AbstractButton.java (disabledIcon): Fixed name (was 'disabeldIcon'), (getDisabledIcon): Updated for corrected field name, (setDisabledIcon): Fire a PropertyChangeEvent. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8067&r2=1.8068 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/AbstractButton.java?cvsroot=classpath&r1=1.64&r2=1.65 From MAILER-DAEMON Tue Jul 11 12:04:05 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0KiS-00063K-P6 for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 12:04:04 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0KiR-00062t-6n for commit-classpath@gnu.org; Tue, 11 Jul 2006 12:04:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0KiQ-00062V-Fo for commit-classpath@gnu.org; Tue, 11 Jul 2006 12:04:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0KiQ-00062P-9i for commit-classpath@gnu.org; Tue, 11 Jul 2006 12:04:02 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0Kjl-0005r4-Iq for commit-classpath@gnu.org; Tue, 11 Jul 2006 12:05:25 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0KiP-0006dP-00 for ; Tue, 11 Jul 2006 12:04:01 -0400 Received: from vivekl by savannah.gnu.org with local (Exim 4.50) id 1G0KiO-0006dM-QQ for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:04:01 +0000 To: commit-classpath@gnu.org Message-Id: From: Vivek Lakshmanan Date: Tue, 11 Jul 2006 16:04:00 +0000 Subject: [commit-cp] classpath/gnu javax/crypto/sasl/plain/PasswordF... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 16:04:03 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Vivek Lakshmanan 06/07/11 16:04:00 Modified files: gnu/javax/crypto/sasl/plain: PasswordFile.java gnu/classpath/debug: SystemLogger.java Simple1LineFormatter.java gnu/javax/crypto/key/dh: GnuDHKey.java GnuDHPublicKey.java GnuDHPrivateKey.java gnu/java/security: PolicyFile.java . : ChangeLog gnu/java/security/key/dss: DSSPublicKey.java DSSKey.java DSSPrivateKey.java gnu/java/security/key/rsa: GnuRSAKey.java GnuRSAPrivateKey.java GnuRSAPublicKey.java Log message: 2006-07-10 Vivek Lakshmanan PR 27649: * gnu/classpath/debug/Simple1LineFormatter.java: Use AccessController.doPrivileged instead of SystemProperties.getProperty. * gnu/classpath/debug/SystemLogger.java: Likewise. * gnu/java/security/PolicyFile.java: Likewise and cut unnecessary repeated getProperty calls for "file.seperator". (refresh): Since already in privileged block, call System.getProperty instead of SystemProperties.getProperty. * gnu/java/security/key/dss/DSSKey.java (toString): Use AccessController.doPrivileged instead of SystemProperties.getProperty. * gnu/java/security/key/dss/DSSPrivateKey.java (toString): Likewise. * gnu/java/security/key/dss/DSSPublicKey.java (toString): Likewise. * gnu/java/security/key/rsa/GnuRSAKey.java (toString): Likewise. * gnu/java/security/key/rsa/GnuRSAPrivateKey.java (toString): Likewise. * gnu/java/security/key/rsa/GnuRSAPublicKey.java (toString): Likewise. * gnu/javax/crypto/sasl/plain/PasswordFile.java: Likewise. * gnu/javax/crypto/key/dh/GnuDHKey.java (toString): Likewise. * gnu/javax/crypto/key/dh/GnuDHPrivateKey.java (toString): Likewise. * gnu/javax/crypto/key/dh/GnuDHPublicKey.java (toString): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PasswordFile.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/debug/SystemLogger.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/debug/Simple1LineFormatter.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHKey.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHPublicKey.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHPrivateKey.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/PolicyFile.java?cvsroot=classpath&r1=1.8&r2=1.9 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8068&r2=1.8069 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSPublicKey.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSKey.java?cvsroot=classpath&r1=1.8&r2=1.9 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSPrivateKey.java?cvsroot=classpath&r1=1.7&r2=1.8 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/rsa/GnuRSAKey.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/rsa/GnuRSAPrivateKey.java?cvsroot=classpath&r1=1.8&r2=1.9 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/rsa/GnuRSAPublicKey.java?cvsroot=classpath&r1=1.5&r2=1.6 From MAILER-DAEMON Tue Jul 11 12:56:06 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0LWo-0005gx-A2 for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 12:56:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0LWn-0005gX-Cm for commit-classpath@gnu.org; Tue, 11 Jul 2006 12:56:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0LWl-0005dq-0i for commit-classpath@gnu.org; Tue, 11 Jul 2006 12:56:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0LWk-0005di-TK for commit-classpath@gnu.org; Tue, 11 Jul 2006 12:56:02 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0LY6-0001m1-NC for commit-classpath@gnu.org; Tue, 11 Jul 2006 12:57:26 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0LWk-0000KO-00 for ; Tue, 11 Jul 2006 12:56:02 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G0LWi-0000KI-U4 for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:56:02 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Tue, 11 Jul 2006 16:56:00 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/JTable.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 16:56:05 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/11 16:56:00 Modified files: . : ChangeLog javax/swing : JTable.java Log message: 2006-07-11 David Gilbert * javax/swing/JTable.java (setRowSelectionAllowed): Fire required PropertyChangeEvent, (setColumnSelectionAllowed): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8069&r2=1.8070 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTable.java?cvsroot=classpath&r1=1.115&r2=1.116 From MAILER-DAEMON Tue Jul 11 13:24:48 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0Lya-0007lg-O7 for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 13:24:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0LyY-0007lL-Mm for commit-classpath@gnu.org; Tue, 11 Jul 2006 13:24:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0LyX-0007l9-OC for commit-classpath@gnu.org; Tue, 11 Jul 2006 13:24:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0LyX-0007l6-I1 for commit-classpath@gnu.org; Tue, 11 Jul 2006 13:24:45 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0Lzt-00049V-On for commit-classpath@gnu.org; Tue, 11 Jul 2006 13:26:09 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0LyQ-0000fn-00 for ; Tue, 11 Jul 2006 13:24:38 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G0LyP-0000fk-SF for commit-classpath@gnu.org; Tue, 11 Jul 2006 17:24:37 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Tue, 11 Jul 2006 17:24:37 +0000 Subject: [commit-cp] classpath/gnu/javax/sound/sampled/AU X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 17:24:46 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/11 17:24:37 New directory: gnu/javax/sound/sampled/AU CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/AU/?cvsroot=classpath From MAILER-DAEMON Tue Jul 11 13:25:42 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0LzS-0007zB-HP for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 13:25:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0LzQ-0007z5-LO for commit-classpath@gnu.org; Tue, 11 Jul 2006 13:25:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0LzQ-0007yt-8a for commit-classpath@gnu.org; Tue, 11 Jul 2006 13:25:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0LzQ-0007yq-3p for commit-classpath@gnu.org; Tue, 11 Jul 2006 13:25:40 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0M0m-0004Hx-16 for commit-classpath@gnu.org; Tue, 11 Jul 2006 13:27:04 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0LzP-0000hM-00 for ; Tue, 11 Jul 2006 13:25:39 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G0LzN-0000hJ-Pn for commit-classpath@gnu.org; Tue, 11 Jul 2006 17:25:39 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Tue, 11 Jul 2006 17:25:37 +0000 Subject: [commit-cp] classpath ChangeLog resource/META-INF/services/... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 17:25:41 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/11 17:25:37 Modified files: . : ChangeLog resource/META-INF/services: javax.sound.sampled.spi.AudioFileReader Added files: gnu/javax/sound/sampled/AU: AUReader.java Log message: 2006-07-11 Sven de Marothy * gnu/javax/sound/sampled/AU/AUReader.java: New file. * resource/META-INF/services/javax.sound.sampled.spi.AudioFileReader: Added new provider. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8070&r2=1.8071 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/AU/AUReader.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/javax.sound.sampled.spi.AudioFileReader?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Tue Jul 11 13:47:44 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0MKm-00008c-OG for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 13:47:44 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0MKl-00008D-Dy for commit-classpath@gnu.org; Tue, 11 Jul 2006 13:47:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0MKj-00007t-Ng for commit-classpath@gnu.org; Tue, 11 Jul 2006 13:47:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0MKj-00007q-IV for commit-classpath@gnu.org; Tue, 11 Jul 2006 13:47:41 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0MM5-0005zc-Sl for commit-classpath@gnu.org; Tue, 11 Jul 2006 13:49:05 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0MKi-0002Si-00 for ; Tue, 11 Jul 2006 13:47:40 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G0MKh-0002Sf-Jy for commit-classpath@gnu.org; Tue, 11 Jul 2006 17:47:40 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Tue, 11 Jul 2006 17:47:39 +0000 Subject: [commit-cp] classpath ChangeLog gnu/javax/sound/sampled/AU/... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 17:47:43 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/11 17:47:39 Modified files: . : ChangeLog gnu/javax/sound/sampled/AU: AUReader.java Log message: 2006-07-11 Sven de Marothy * gnu/javax/sound/sampled/AU/AUReader.java: Correct file extension from .as to .au. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8071&r2=1.8072 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/AU/AUReader.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Tue Jul 11 15:50:27 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0OFX-0006gd-N1 for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 15:50:27 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0OFW-0006gY-EL for commit-classpath@gnu.org; Tue, 11 Jul 2006 15:50:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0OFU-0006gD-2f for commit-classpath@gnu.org; Tue, 11 Jul 2006 15:50:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0OFT-0006gA-Tx for commit-classpath@gnu.org; Tue, 11 Jul 2006 15:50:23 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0OGr-0007cv-EX for commit-classpath@gnu.org; Tue, 11 Jul 2006 15:51:49 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0OFS-00070j-00 for ; Tue, 11 Jul 2006 15:50:22 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G0OFR-00070g-9x for commit-classpath@gnu.org; Tue, 11 Jul 2006 19:50:22 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 11 Jul 2006 19:50:21 +0000 Subject: [commit-cp] classpath include/gnu_java_net_local_LocalSocke... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 19:50:26 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/11 19:50:21 Modified files: include : gnu_java_net_local_LocalSocketImpl.h native/jni/java-net: gnu_java_net_local_LocalSocketImpl.c gnu/java/net/local: LocalSocketImpl.java . : ChangeLog Log message: 2006-07-11 Roman Kennke * native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c (available): Pass fd as argument and avoid JNI class/field lookup. (read): Likewise. (write): Likewise. * include/gnu_java_net_local_LocalSocketImpl.h: Regenerated. * gnu/java/net/local/LocalSocketImpl.h (available): Pass fd as argument and avoid JNI class/field lookup. (read): Likewise. (write): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_net_local_LocalSocketImpl.h?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/net/local/LocalSocketImpl.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8072&r2=1.8073 From MAILER-DAEMON Tue Jul 11 16:04:54 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0OTW-0005k4-Kk for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 16:04:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0OTV-0005jV-8z for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:04:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0OTU-0005jA-Pa for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:04:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0OTU-0005j4-Ei for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:04:52 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0OUs-0000bt-1w for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:06:18 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0OTT-0007FC-00 for ; Tue, 11 Jul 2006 16:04:51 -0400 Received: from vivekl by savannah.gnu.org with local (Exim 4.50) id 1G0OTS-0007F9-Du for commit-classpath@gnu.org; Tue, 11 Jul 2006 20:04:51 +0000 To: commit-classpath@gnu.org Message-Id: From: Vivek Lakshmanan Date: Tue, 11 Jul 2006 20:04:50 +0000 Subject: [commit-cp] classpath/gnu javax/crypto/RSACipherImpl.java C... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 20:04:53 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Vivek Lakshmanan 06/07/11 20:04:50 Modified files: gnu/javax/crypto: RSACipherImpl.java . : ChangeLog Added files: gnu/java/security/util: ByteArray.java Removed files: gnu/classpath : ByteArray.java Log message: 2006-07-11 Vivek Lakshmanan PR 27649: * gnu/classpath/ByteArray.java: Removed (moved). * gnu/java/security/util/ByteArray.java: New File. * gnu/javax/crypto/RSACipherImpl.java: Reference gnu.java.security.util.ByteArray instead of gnu.classpath.ByteArray. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/RSACipherImpl.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/util/ByteArray.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8073&r2=1.8074 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/ByteArray.java?cvsroot=classpath&r1=1.3&r2=0 From MAILER-DAEMON Tue Jul 11 16:07:30 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0OW2-0006PE-5w for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 16:07:30 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0OW0-0006P0-7B for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:07:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0OVy-0006Oo-7u for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:07:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0OVy-0006Ol-4E for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:07:26 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0OXL-0000nU-Tt for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:08:51 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0OVx-0007Gy-00 for ; Tue, 11 Jul 2006 16:07:25 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G0OVw-0007Gv-Fm for commit-classpath@gnu.org; Tue, 11 Jul 2006 20:07:25 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Tue, 11 Jul 2006 20:07:24 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/management/Manage... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 20:07:28 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Andrew John Hughes 06/07/11 20:07:24 Modified files: . : ChangeLog java/lang/management: ManagementFactory.java Log message: 2006-07-10 Andrew John Hughes * java/lang/management/ManagementFactory.java: (getMemoryPoolMXBeans): Genericized fully. (getMemoryManagerMXBeans): Likewise. (getGarbageCollectorMXBeans): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.282&r2=1.2386.2.283 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.6&r2=1.1.2.7 From MAILER-DAEMON Tue Jul 11 16:17:55 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0Og7-0000Vl-OG for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 16:17:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0Og5-0000VY-Hs for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:17:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0Og5-0000VL-6b for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:17:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0Og5-0000VI-0c for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:17:53 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0OhT-0001hb-0Y for commit-classpath@gnu.org; Tue, 11 Jul 2006 16:19:19 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0Og4-0007SL-00 for ; Tue, 11 Jul 2006 16:17:52 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G0Og3-0007SI-C7 for commit-classpath@gnu.org; Tue, 11 Jul 2006 20:17:52 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Tue, 11 Jul 2006 20:17:51 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/management/Manage... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 20:17:54 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/11 20:17:51 Modified files: . : ChangeLog java/lang/management: ManagementFactory.java Log message: 2006-07-11 Andrew John Hughes * java/lang/management/ManageFactory.java: (getMemoryManagerMXBeans()): Use addAll, not add. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8074&r2=1.8075 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&r1=1.10&r2=1.11 From MAILER-DAEMON Tue Jul 11 17:32:54 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0Pqg-0002k3-CQ for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 17:32:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0Pqe-0002jd-KI for commit-classpath@gnu.org; Tue, 11 Jul 2006 17:32:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0Pqc-0002jR-Gm for commit-classpath@gnu.org; Tue, 11 Jul 2006 17:32:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0Pqc-0002jO-Be for commit-classpath@gnu.org; Tue, 11 Jul 2006 17:32:50 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0Ps0-0007sl-Um for commit-classpath@gnu.org; Tue, 11 Jul 2006 17:34:17 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0Pqb-000207-00 for ; Tue, 11 Jul 2006 17:32:49 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G0Pqb-000201-6S for commit-classpath@gnu.org; Tue, 11 Jul 2006 21:32:49 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 11 Jul 2006 21:32:49 +0000 Subject: [commit-cp] classpath/java/awt/image MultiPixelPackedSample... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 21:32:53 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/11 21:32:49 Modified files: java/awt/image : MultiPixelPackedSampleModel.java . : ChangeLog Log message: 2006-07-11 Roman Kennke * java/awt/image/MultiPixelPackedSampleModel.java (MultiPixelPackedSampleModel): Substract -1 so that the integer division gets rounded up. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/MultiPixelPackedSampleModel.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8075&r2=1.8076 From MAILER-DAEMON Tue Jul 11 17:49:31 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0Q6l-0006sl-En for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 17:49:31 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0Q6j-0006s7-C1 for commit-classpath@gnu.org; Tue, 11 Jul 2006 17:49:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0Q6i-0006rl-Py for commit-classpath@gnu.org; Tue, 11 Jul 2006 17:49:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0Q6i-0006re-IZ for commit-classpath@gnu.org; Tue, 11 Jul 2006 17:49:28 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0Q87-0000vd-A8 for commit-classpath@gnu.org; Tue, 11 Jul 2006 17:50:55 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0Q6i-00039s-00 for ; Tue, 11 Jul 2006 17:49:28 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G0Q6g-00039p-Om for commit-classpath@gnu.org; Tue, 11 Jul 2006 21:49:27 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 11 Jul 2006 21:49:26 +0000 Subject: [commit-cp] classpath/native/jni/java-net gnu_java_net_loca... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 21:49:29 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/11 21:49:26 Modified files: native/jni/java-net: gnu_java_net_local_LocalSocketImpl.c . : ChangeLog Log message: 2006-07-11 Roman Kennke * native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c (read): Use fd when local sockets are disabled to make the compiler quite. (write): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8076&r2=1.8077 From MAILER-DAEMON Tue Jul 11 18:28:44 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0Qih-0000Gu-Sa for mharc-commit-classpath@gnu.org; Tue, 11 Jul 2006 18:28:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0Qif-0000D1-VX for commit-classpath@gnu.org; Tue, 11 Jul 2006 18:28:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0Qie-0000AS-EB for commit-classpath@gnu.org; Tue, 11 Jul 2006 18:28:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0Qie-0000AD-9J for commit-classpath@gnu.org; Tue, 11 Jul 2006 18:28:40 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0Qk3-0004E3-Fl for commit-classpath@gnu.org; Tue, 11 Jul 2006 18:30:07 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0Qid-0003bG-00 for ; Tue, 11 Jul 2006 18:28:39 -0400 Received: from rschuster by savannah.gnu.org with local (Exim 4.50) id 1G0Qic-0003bD-Li for commit-classpath@gnu.org; Tue, 11 Jul 2006 22:28:39 +0000 To: commit-classpath@gnu.org Message-Id: From: Robert Schuster Date: Tue, 11 Jul 2006 22:28:38 +0000 Subject: [commit-cp] classpath ChangeLog native/jni/gconf-peer/GConf... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Jul 2006 22:28:42 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Robert Schuster 06/07/11 22:28:38 Modified files: . : ChangeLog native/jni/gconf-peer: GConfNativePeer.c Log message: 2006-07-11 Robert Schuster Fixes PR28350. * native/jni/gconf-peer/GConfNativePeer.c: (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1set_1string): Changed if-expression. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1get_1string): Added check for _value not being NULL. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8077&r2=1.8078 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gconf-peer/GConfNativePeer.c?cvsroot=classpath&r1=1.3&r2=1.4 From MAILER-DAEMON Wed Jul 12 06:47:10 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0cFJ-0002Cd-Vx for mharc-commit-classpath@gnu.org; Wed, 12 Jul 2006 06:47:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0cFH-00029c-Qp for commit-classpath@gnu.org; Wed, 12 Jul 2006 06:47:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0cFG-00029Q-7V for commit-classpath@gnu.org; Wed, 12 Jul 2006 06:47:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0cFF-00029N-Vt for commit-classpath@gnu.org; Wed, 12 Jul 2006 06:47:06 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0cGm-0000OX-73 for commit-classpath@gnu.org; Wed, 12 Jul 2006 06:48:40 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0cFD-00062T-00 for ; Wed, 12 Jul 2006 06:47:03 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G0cFD-00062Q-8W for commit-classpath@gnu.org; Wed, 12 Jul 2006 10:47:03 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Wed, 12 Jul 2006 10:47:03 +0000 Subject: [commit-cp] classpath ChangeLog java/util/Arrays.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 10:47:07 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/12 10:47:03 Modified files: . : ChangeLog java/util : Arrays.java Log message: 2006-07-12 David Gilbert * java/util/Arrays.java (asList): Updated API docs. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8078&r2=1.8079 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/Arrays.java?cvsroot=classpath&r1=1.29&r2=1.30 From MAILER-DAEMON Wed Jul 12 11:05:07 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0gGx-0004np-IQ for mharc-commit-classpath@gnu.org; Wed, 12 Jul 2006 11:05:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0gGv-0004nT-RO for commit-classpath@gnu.org; Wed, 12 Jul 2006 11:05:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0gGq-0004mv-7K for commit-classpath@gnu.org; Wed, 12 Jul 2006 11:05:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0gGq-0004ms-2v for commit-classpath@gnu.org; Wed, 12 Jul 2006 11:05:00 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0gIO-0003ei-NV for commit-classpath@gnu.org; Wed, 12 Jul 2006 11:06:36 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0gGp-0006Tw-00 for ; Wed, 12 Jul 2006 11:04:59 -0400 Received: from neugens by savannah.gnu.org with local (Exim 4.50) id 1G0gGo-0006Tt-7u for commit-classpath@gnu.org; Wed, 12 Jul 2006 15:04:58 +0000 To: commit-classpath@gnu.org Message-Id: From: Mario Torre Date: Wed, 12 Jul 2006 15:04:58 +0000 Subject: [commit-cp] classpath/native/jni/gconf-peer GConfNativePeer... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 15:05:06 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Mario Torre 06/07/12 15:04:58 Modified files: native/jni/gconf-peer: GConfNativePeer.c . : ChangeLog Log message: 2006-07-12 Mario Torre * native/jni/gconf-peer/GConfNativePeer.c (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1get_1string): Fixed C++ style comment. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gconf-peer/GConfNativePeer.c?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8079&r2=1.8080 From MAILER-DAEMON Wed Jul 12 13:00:39 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0i4l-0004h4-HD for mharc-commit-classpath@gnu.org; Wed, 12 Jul 2006 13:00:39 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0i4j-0004gn-P5 for commit-classpath@gnu.org; Wed, 12 Jul 2006 13:00:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0i4h-0004gG-9H for commit-classpath@gnu.org; Wed, 12 Jul 2006 13:00:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0i4h-0004gD-4E for commit-classpath@gnu.org; Wed, 12 Jul 2006 13:00:35 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0i6G-00067W-VC for commit-classpath@gnu.org; Wed, 12 Jul 2006 13:02:13 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0i4g-0002Yp-00 for ; Wed, 12 Jul 2006 13:00:34 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1G0i4g-0002Ym-2z for commit-classpath@gnu.org; Wed, 12 Jul 2006 17:00:34 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Wed, 12 Jul 2006 17:00:34 +0000 Subject: [commit-cp] classpath ChangeLog java/util/zip/ZipFile.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 17:00:38 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tom Tromey 06/07/12 17:00:34 Modified files: . : ChangeLog java/util/zip : ZipFile.java Log message: PR libgcj/27271: * java/util/zip/ZipFile.java (getInputStream): Call addDummyByte on PartialInputStream. (PartialInputStream.dummyByteCount): New field. (PartialInputStream.fillBuffer): Handle dummy byte. (PartialInputStream.read): Likewise. (PartialInputStream.addDummyByte): New method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8080&r2=1.8081 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/zip/ZipFile.java?cvsroot=classpath&r1=1.34&r2=1.35 From MAILER-DAEMON Wed Jul 12 15:11:08 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0k72-0001xl-4p for mharc-commit-classpath@gnu.org; Wed, 12 Jul 2006 15:11:08 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0k70-0001xg-4J for commit-classpath@gnu.org; Wed, 12 Jul 2006 15:11:06 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0k6y-0001xQ-Ah for commit-classpath@gnu.org; Wed, 12 Jul 2006 15:11:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0k6y-0001xN-7i for commit-classpath@gnu.org; Wed, 12 Jul 2006 15:11:04 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0k8Z-00089x-Cc for commit-classpath@gnu.org; Wed, 12 Jul 2006 15:12:43 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0k6x-0006w9-00 for ; Wed, 12 Jul 2006 15:11:03 -0400 Received: from rsdio by savannah.gnu.org with local (Exim 4.50) id 1G0k6x-0006w6-9l for commit-classpath@gnu.org; Wed, 12 Jul 2006 19:11:03 +0000 To: commit-classpath@gnu.org Message-Id: From: Casey Marshall Date: Wed, 12 Jul 2006 19:11:03 +0000 Subject: [commit-cp] classpath ChangeLog-ssl-nio gnu/javax/net/ssl/p... [ssl-nio-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 19:11:06 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: ssl-nio-branch Changes by: Casey Marshall 06/07/12 19:11:03 Modified files: . : ChangeLog-ssl-nio gnu/javax/net/ssl/provider: Certificate.java X509TrustManagerFactory.java ServerHandshake.java ExchangeKeys.java DiffieHellman.java ClientCertificateTypeList.java ClientKeyExchange.java SSLContextImpl.java SSLEngineImpl.java AbstractHandshake.java Jessie.java EncryptedPreMasterSecret.java ClientDiffieHellmanPublic.java java/util : Collections.java Added files: gnu/javax/net/ssl/provider: SSLServerSocketImpl.java SSLServerSocketFactoryImpl.java SSLSocketImpl.java SSLSocketFactoryImpl.java DelegatedTask.java ClientKeyExchangeBuilder.java ClientHandshake.java java/util/concurrent: CopyOnWriteArrayList.java Log message: 2006-07-12 Casey Marshall * gnu/javax/net/ssl/provider/AbstractHandshake.java (engine, inParams, outParams, tasks, serverRandom, clientRandom, compression): new fields. (): take an SSLEngineImpl parameter; init `tasks.' (handleInput): return NEED_TASK if we have tasks. (getInputParams, getOutputParams): implement here; mark final. (getTask): new method. (checkKeyExchange): new method. (reallocateBuffer): use `compact.' (diffieHellmanPhase1, diffieHellmanPhase2): removed. (DHPhase, CertVerifier): new classes. (generateMasterSecret): add asserts. (setupSecurityParameters): new method. * gnu/javax/net/ssl/provider/Certificate.java (certificates): fix reading multiple certificates. * gnu/javax/net/ssl/provider/ClientCertificateTypeList.java: implement Iterable. (iterator): new method. * gnu/javax/net/ssl/provider/ClientDiffieHellmanPublic.java: make public; implement Builder. (): make public. (): new constructor. (wrap): new method. (buffer): new method. (publicValue): make public; use `rewind.' (setPublicValue): use `Util.trim;' use `rewind.' (length): return proper length. * gnu/javax/net/ssl/provider/ClientHandshake.java: new file. * gnu/javax/net/ssl/provider/ClientKeyExchange.java: remove unused imports; make public, non-final. (buffer): make protected, non-final. (suite, version): make protected. (): make public. (length): return 0 for NONE key exchange algorithm. * gnu/javax/net/ssl/provider/ClientKeyExchangeBuilder.java: new file. * gnu/javax/net/ssl/provider/DelegatedTask.java: new file. * gnu/javax/net/ssl/provider/DiffieHellman.java (getParams): use AccessController instead of Util. * gnu/javax/net/ssl/provider/EncryptedPreMasterSecret.java: make public; implement Builder. (): make public. (): new constructor. (buffer): new method. (encryptedSecret): make public; fix SSLv3 handling. (setEncryptedSecret): make public; rewind the buffer after putting the value. (length): fix length computation. * gnu/javax/net/ssl/provider/ExchangeKeys.java: make public. (buffer): make protected, non-final. (): made public; don't check null. * gnu/javax/net/ssl/provider/Jessie.java (): add "SSL" alias. * gnu/javax/net/ssl/provider/ServerHandshake.java: clean up unused imports. (engine, compression, clientRandom, serverRandom, clientSessionID, inParams, outParams, keyAgreement): moved to superclass. (genDH, certVerifier, certLoader, keyExchangeTask): new fields. (): pass engine to superclass constructor. (implHandleInput): throw `AlertException' when it makes sense; run long-running tasks as delegated tasks; return NEED_TASK if we scheduled a delegated task. (implHandleOutput): generate keys for continued sessions; run long-running tasks as delegated tasks; return NEED_TASK if we scheduled a delegated task. (status): also return NEED_TASK as appropriate. (getInputParams, getOutputParams): removed. (checkKeyExchange): new method. (genDiffieHellman): removed. (signParams): throw exceptions. (CertLoader, GenDH, RSAKeyExchange): new classes. * gnu/javax/net/ssl/provider/SSLContextImpl.java (engineGetServerSocketFactory): implement. (engineGetSocketFactory): implement. (defaultRandom): use AccessController instead of Util. * gnu/javax/net/ssl/provider/SSLEngineImpl.java (): use `defaultSuites.' (defaultSuites): new method. (startHandshake): start client handshake in client mode. (getDelegatedTask): implement. (unwrap, wrap): send alert if we catch an AlertException during handshaking. * gnu/javax/net/ssl/provider/SSLServerSocketFactoryImpl.java: new file. * gnu/javax/net/ssl/provider/SSLServerSocketImpl.java: new file. * gnu/javax/net/ssl/provider/SSLSocketFactoryImpl.java: new file. * gnu/javax/net/ssl/provider/SSLSocketImpl.java: new file. * gnu/javax/net/ssl/provider/X509TrustManagerFactory.java (sep, JSSE_CERTS, CA_CERTS, engineInit): use AccessController, not Util. (checkTrusted): don't require revocation checking. * java/util/Collections.java (CheckedMap.entrySet): casting hack. * java/util/concurrent/CopyOnWriteArrayList.java: new file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog-ssl-nio?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.15&r2=1.1.2.16 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/Certificate.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.2&r2=1.1.4.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/X509TrustManagerFactory.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.1&r2=1.1.4.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerHandshake.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ExchangeKeys.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/DiffieHellman.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1&r2=1.1.4.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientCertificateTypeList.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientKeyExchange.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.2&r2=1.1.4.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLContextImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLEngineImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/AbstractHandshake.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/Jessie.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.2&r2=1.1.4.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/EncryptedPreMasterSecret.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientDiffieHellmanPublic.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLServerSocketImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLServerSocketFactoryImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLSocketImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLSocketFactoryImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/DelegatedTask.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientKeyExchangeBuilder.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientHandshake.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/Collections.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.28.2.21&r2=1.28.2.21.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/concurrent/CopyOnWriteArrayList.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.4.1 From MAILER-DAEMON Wed Jul 12 16:28:49 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0lKD-00025N-8J for mharc-commit-classpath@gnu.org; Wed, 12 Jul 2006 16:28:49 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0lKB-00025I-Gw for commit-classpath@gnu.org; Wed, 12 Jul 2006 16:28:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0lKA-00022Z-25 for commit-classpath@gnu.org; Wed, 12 Jul 2006 16:28:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0lK9-00022W-Ra for commit-classpath@gnu.org; Wed, 12 Jul 2006 16:28:45 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0lLl-0006Jw-RF for commit-classpath@gnu.org; Wed, 12 Jul 2006 16:30:25 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0lK9-0000j0-00 for ; Wed, 12 Jul 2006 16:28:45 -0400 Received: from fkung by savannah.gnu.org with local (Exim 4.50) id 1G0lK8-0000it-0J for commit-classpath@gnu.org; Wed, 12 Jul 2006 20:28:45 +0000 To: commit-classpath@gnu.org Message-Id: From: Francis Kung Date: Wed, 12 Jul 2006 20:28:44 +0000 Subject: [commit-cp] classpath include/gnu_java_awt_peer_gtk_CairoGr... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 20:28:48 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Francis Kung 06/07/12 20:28:43 Modified files: include : gnu_java_awt_peer_gtk_CairoGraphics2D.h gnu/java/awt/peer/gtk: CairoGraphics2D.java . : ChangeLog native/jni/gtk-peer: gnu_java_awt_peer_gtk_CairoGraphics2D.c Log message: 2006-07-12 Francis Kung * gnu/java/awt/peer/gtk/CairoGraphics2D.java: Organized imports. (cairoArc): New native method. (cairoRestore): New native method. (cairoSave): New native method. (cairoScale): New native method. (createPath): New method to centralize code from draw and fill. (draw): Modified to use createPath method. (fill): Modified to use createPath method. * include/gnu_java_awt_peer_gtk_CairoGraphics2D.h: Added function declarations. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoScale): New method. (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoSave): New method. (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoArc): New method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_CairoGraphics2D.h?cvsroot=classpath&r1=1.7&r2=1.8 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java?cvsroot=classpath&r1=1.29&r2=1.30 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8081&r2=1.8082 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c?cvsroot=classpath&r1=1.11&r2=1.12 From MAILER-DAEMON Wed Jul 12 16:55:15 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0ljn-0005Bx-Fu for mharc-commit-classpath@gnu.org; Wed, 12 Jul 2006 16:55:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0ljl-00059m-HI for commit-classpath@gnu.org; Wed, 12 Jul 2006 16:55:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0ljj-00057R-R2 for commit-classpath@gnu.org; Wed, 12 Jul 2006 16:55:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0ljj-00057M-L8 for commit-classpath@gnu.org; Wed, 12 Jul 2006 16:55:11 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0llL-0008Qo-Ja for commit-classpath@gnu.org; Wed, 12 Jul 2006 16:56:51 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0lji-0002K5-00 for ; Wed, 12 Jul 2006 16:55:10 -0400 Received: from rsdio by savannah.gnu.org with local (Exim 4.50) id 1G0lji-0002K2-Eq for commit-classpath@gnu.org; Wed, 12 Jul 2006 20:55:10 +0000 To: commit-classpath@gnu.org Message-Id: From: Casey Marshall Date: Wed, 12 Jul 2006 20:55:10 +0000 Subject: [commit-cp] classpath ChangeLog-ssl-nio gnu/javax/security/... [ssl-nio-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 20:55:14 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: ssl-nio-branch Changes by: Casey Marshall 06/07/12 20:55:10 Modified files: . : ChangeLog-ssl-nio Added files: gnu/javax/security/auth/callback: CertificateCallback.java Log message: 2006-07-12 Casey Marshall * gnu/javax/security/auth/callback/CertificateCallback.java: new file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog-ssl-nio?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.16&r2=1.1.2.17 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/security/auth/callback/CertificateCallback.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 From MAILER-DAEMON Wed Jul 12 17:22:26 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0mA6-0006n8-G0 for mharc-commit-classpath@gnu.org; Wed, 12 Jul 2006 17:22:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0mA4-0006n0-VK for commit-classpath@gnu.org; Wed, 12 Jul 2006 17:22:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0mA3-0006mn-Pr for commit-classpath@gnu.org; Wed, 12 Jul 2006 17:22:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0mA3-0006mk-No for commit-classpath@gnu.org; Wed, 12 Jul 2006 17:22:23 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0mBf-0002MY-Pb for commit-classpath@gnu.org; Wed, 12 Jul 2006 17:24:03 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0mA2-0002gT-00 for ; Wed, 12 Jul 2006 17:22:22 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G0mA2-0002gQ-9J for commit-classpath@gnu.org; Wed, 12 Jul 2006 21:22:22 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Wed, 12 Jul 2006 21:22:22 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/JFileChooser.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2006 21:22:25 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/12 21:22:22 Modified files: . : ChangeLog javax/swing : JFileChooser.java Log message: 2006-07-12 Sven de Marothy * javax/swing/JFileChooser.java: (createDialog): Close operation should cause a cancel. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8082&r2=1.8083 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JFileChooser.java?cvsroot=classpath&r1=1.33&r2=1.34 From MAILER-DAEMON Thu Jul 13 07:18:23 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G0zD5-0007Qd-H6 for mharc-commit-classpath@gnu.org; Thu, 13 Jul 2006 07:18:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G0zD3-0007QY-VX for commit-classpath@gnu.org; Thu, 13 Jul 2006 07:18:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G0zD2-0007QM-Hh for commit-classpath@gnu.org; Thu, 13 Jul 2006 07:18:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G0zD2-0007QJ-CI for commit-classpath@gnu.org; Thu, 13 Jul 2006 07:18:20 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G0zEm-0002wy-Vv for commit-classpath@gnu.org; Thu, 13 Jul 2006 07:20:09 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G0zD0-00066v-00 for ; Thu, 13 Jul 2006 07:18:18 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G0zCy-00066s-UX for commit-classpath@gnu.org; Thu, 13 Jul 2006 11:18:18 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Thu, 13 Jul 2006 11:18:16 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/SampleModel.... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 11:18:22 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/13 11:18:16 Modified files: . : ChangeLog java/awt/image : SampleModel.java SinglePixelPackedSampleModel.java Log message: 2006-07-13 David Gilbert * java/awt/image/SampleModel.java: API doc updates and additions, * java/awt/image/SinglePixelPackedSampleModel.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8083&r2=1.8084 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/SampleModel.java?cvsroot=classpath&r1=1.11&r2=1.12 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/SinglePixelPackedSampleModel.java?cvsroot=classpath&r1=1.9&r2=1.10 From MAILER-DAEMON Thu Jul 13 08:49:19 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G10d4-0000bF-Um for mharc-commit-classpath@gnu.org; Thu, 13 Jul 2006 08:49:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G10d3-0000as-Bh for commit-classpath@gnu.org; Thu, 13 Jul 2006 08:49:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G10d1-0000aW-Mw for commit-classpath@gnu.org; Thu, 13 Jul 2006 08:49:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G10d1-0000aT-IV for commit-classpath@gnu.org; Thu, 13 Jul 2006 08:49:15 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G10em-0002pz-V3 for commit-classpath@gnu.org; Thu, 13 Jul 2006 08:51:05 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G10cl-0001MR-00 for ; Thu, 13 Jul 2006 08:48:59 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1G10ck-0001ML-W9 for commit-classpath@gnu.org; Thu, 13 Jul 2006 12:48:59 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Thu, 13 Jul 2006 12:48:58 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/text/html/HTMLD... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 12:49:18 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/13 12:48:58 Modified files: . : ChangeLog javax/swing/text/html: HTMLDocument.java examples/gnu/classpath/examples/swing: HtmlDemo.java Log message: 2006-07-13 Audrius Meskauskas * javax/swing/text/html/HTMLDocument.java (HTMLReader.parseStack): Made package private. (HTMLReader.charAttr, HTMLReader.charAttrStack, HTMLReader.insertTag, HTMLReader.insertTagEncountered, HTMLReader.pushDepth, HTMLReader.popDepth): Documented. (HRMLReader.blockClose): Mind that parser stack may be empty. (HTMLReader.handeComment, HTMLReader.handleStartTag, HTMLReader.handleEndTag, HTMLReader.handleSimpleTag): Rewritten. (HTMLReader.shouldInsert): New method. (getElement(String)): Pass HTML.Atrribute.ID. (insertAfterEnd, insertBeforeEnd, insertAfterStart, insertBeforeStart, setInnerHTML, SetOuterHTML): Implemented. (getInsertingReader): New method. * examples/gnu/classpath/examples/swing/HtmlDemo.java: Added buttons to demonstrate the work of the insert actions. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8084&r2=1.8085 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLDocument.java?cvsroot=classpath&r1=1.35&r2=1.36 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/swing/HtmlDemo.java?cvsroot=classpath&r1=1.2&r2=1.3 From MAILER-DAEMON Thu Jul 13 09:24:10 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G11Ao-0005S8-0R for mharc-commit-classpath@gnu.org; Thu, 13 Jul 2006 09:24:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G11Al-0005Ro-UA for commit-classpath@gnu.org; Thu, 13 Jul 2006 09:24:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G11Ak-0005RF-GC for commit-classpath@gnu.org; Thu, 13 Jul 2006 09:24:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G11Ak-0005RB-CG for commit-classpath@gnu.org; Thu, 13 Jul 2006 09:24:06 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G11CW-00052y-8n for commit-classpath@gnu.org; Thu, 13 Jul 2006 09:25:56 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G11Aj-0002iZ-00 for ; Thu, 13 Jul 2006 09:24:05 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G11Aj-0002iN-EI for commit-classpath@gnu.org; Thu, 13 Jul 2006 13:24:05 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Thu, 13 Jul 2006 13:24:05 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/BandedSample... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 13:24:08 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/13 13:24:05 Modified files: . : ChangeLog java/awt/image : BandedSampleModel.java Log message: 2006-07-13 David Gilbert * java/awt/image/BandedSampleModel.java: API doc updates. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8085&r2=1.8086 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/BandedSampleModel.java?cvsroot=classpath&r1=1.5&r2=1.6 From MAILER-DAEMON Thu Jul 13 09:55:36 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G11fD-0008CJ-Uf for mharc-commit-classpath@gnu.org; Thu, 13 Jul 2006 09:55:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G11fD-0008CD-FN for commit-classpath@gnu.org; Thu, 13 Jul 2006 09:55:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G11fC-0008Bz-5c for commit-classpath@gnu.org; Thu, 13 Jul 2006 09:55:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G11fB-0008Bu-U1 for commit-classpath@gnu.org; Thu, 13 Jul 2006 09:55:33 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G11gx-00082H-Uu for commit-classpath@gnu.org; Thu, 13 Jul 2006 09:57:24 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G11fB-0008Tc-00 for ; Thu, 13 Jul 2006 09:55:33 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G11fA-0008TT-Va for commit-classpath@gnu.org; Thu, 13 Jul 2006 13:55:33 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Thu, 13 Jul 2006 13:55:32 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/BandedSample... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 13:55:35 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/13 13:55:32 Modified files: . : ChangeLog java/awt/image : BandedSampleModel.java SinglePixelPackedSampleModel.java Log message: 2006-07-13 David Gilbert * java/awt/image/BandedSampleModel.java: API doc updates and source code reformatting, * java/awt/image/SinglePixelPackageSampleModel.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8086&r2=1.8087 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/BandedSampleModel.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/SinglePixelPackedSampleModel.java?cvsroot=classpath&r1=1.10&r2=1.11 From MAILER-DAEMON Thu Jul 13 10:00:34 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G11k2-0001mx-Pq for mharc-commit-classpath@gnu.org; Thu, 13 Jul 2006 10:00:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G11k1-0001mV-7V for commit-classpath@gnu.org; Thu, 13 Jul 2006 10:00:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G11jz-0001mB-9X for commit-classpath@gnu.org; Thu, 13 Jul 2006 10:00:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G11jz-0001m4-5t for commit-classpath@gnu.org; Thu, 13 Jul 2006 10:00:31 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G11ll-0008VF-7I for commit-classpath@gnu.org; Thu, 13 Jul 2006 10:02:21 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G11jj-0000hZ-00 for ; Thu, 13 Jul 2006 10:00:15 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1G11ji-0000hQ-Ik for commit-classpath@gnu.org; Thu, 13 Jul 2006 14:00:15 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Thu, 13 Jul 2006 14:00:14 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/text/html/HTMLD... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 14:00:33 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/13 14:00:14 Modified files: . : ChangeLog javax/swing/text/html: HTMLDocument.java Log message: 2006-07-13 Audrius Meskauskas * javax/swing/text/html/HTMLDocument.java (insertAfterEnd, insertAfterStart, insertBeforeEnd): Removed stub markings. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8087&r2=1.8088 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLDocument.java?cvsroot=classpath&r1=1.36&r2=1.37 From MAILER-DAEMON Thu Jul 13 11:45:35 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G13Nf-00055v-5b for mharc-commit-classpath@gnu.org; Thu, 13 Jul 2006 11:45:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G13Ne-00055f-53 for commit-classpath@gnu.org; Thu, 13 Jul 2006 11:45:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G13Nd-00055S-K1 for commit-classpath@gnu.org; Thu, 13 Jul 2006 11:45:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G13Nd-00055P-EH for commit-classpath@gnu.org; Thu, 13 Jul 2006 11:45:33 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G13PQ-0000B6-IG for commit-classpath@gnu.org; Thu, 13 Jul 2006 11:47:24 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G13Nc-0007xj-00 for ; Thu, 13 Jul 2006 11:45:32 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G13Na-0007xg-LR for commit-classpath@gnu.org; Thu, 13 Jul 2006 15:45:32 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Thu, 13 Jul 2006 15:45:30 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/SinglePixelP... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 15:45:34 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/13 15:45:30 Modified files: . : ChangeLog java/awt/image : SinglePixelPackedSampleModel.java Log message: 2006-07-13 David Gilbert * java/awt/image/SinglePixelPackedSampleModel.java (SinglePixelPackageSampleModel(int, int, int, int, int[])): Convert mask correctly as an unsigned integer, (equals): New method override. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8088&r2=1.8089 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/SinglePixelPackedSampleModel.java?cvsroot=classpath&r1=1.11&r2=1.12 From MAILER-DAEMON Thu Jul 13 13:30:34 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G151G-0007Il-7D for mharc-commit-classpath@gnu.org; Thu, 13 Jul 2006 13:30:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G151E-0007IM-Kp for commit-classpath@gnu.org; Thu, 13 Jul 2006 13:30:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G151E-0007I4-9l for commit-classpath@gnu.org; Thu, 13 Jul 2006 13:30:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G151E-0007I0-34 for commit-classpath@gnu.org; Thu, 13 Jul 2006 13:30:32 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1532-0001NI-7s for commit-classpath@gnu.org; Thu, 13 Jul 2006 13:32:24 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1518-00026a-00 for ; Thu, 13 Jul 2006 13:30:26 -0400 Received: from tbento by savannah.gnu.org with local (Exim 4.50) id 1G1516-00026N-PL for commit-classpath@gnu.org; Thu, 13 Jul 2006 17:30:26 +0000 To: commit-classpath@gnu.org Message-Id: From: Tania Bento Date: Thu, 13 Jul 2006 17:30:24 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/Choice.java java/a... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 17:30:32 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tania Bento 06/07/13 17:30:24 Modified files: . : ChangeLog java/awt : Choice.java CheckboxMenuItem.java MenuComponent.java Cursor.java List.java MenuBar.java MenuItem.java Menu.java ScrollPane.java TextField.java Canvas.java PopupMenu.java gnu/java/awt/peer: ClasspathFontPeer.java Log message: 2006-07-13 Tania Bento * gnu/java/awt/peer/ClasspathFontPeer.java (isLogicalFontName): Return true if name == default. (logicalFontNameToFaceName): Check if name == default, and if so, return "Dialog.plain". (setStandardAttributes(String, Map)): If name == null, it should be set to "Default", not "SansSerif". * java/awt/Canvas.java (generateName): Fixed documentation. * java/awt/CheckboxMenuItem.java Added static variable "next_chkmenuitem_number". (generateName): Added and implemented method. (getUniqueLong): Likewise. * java/awt/Choice.java Added static variable "next_choice_number". (generateName): Added and implemented method. (getUniqueLong): Likewise. * java/awt/Cursor.java (Cursor(int)): Set name depending on the type passed. * java/awt/List.java Added static variable "next_list_number". (generateName): Added and implemented method. (getUniqueLong): Likewise. * java/awt/Menu.java Added static variable "next_menu_number". (generateName): Added and implemented method. (getUniqueLong): Likewise. * java/awt/MenuBar.java Added static variable "next_menubar_number". (generateName): Added and implemented method. (getUniqueLong): Likewise. * java/awt/MenuComponent.java (getName): Before returning name, check if name == null and name is not explicity set. If this is the case, name will be generated. (generateName): Added and implemented method. * java/awt/MenuItem.java Added static variable "next_menuitem_number". (generateName): Added and implemented method. (getUniqueLong): Likewise. * java/awt/PopupMenu.java Added static variable "next_popup_number". (generateName): Added and implemented method. (getUniqueLong): Likewise. * java/awt/ScrollPane.java Added static variable "next_scrollpane_number". (generateName): Added and implemented method. (getUniqueLong): Likewise. * java/awt/TextField.java Added static variable "next_textfield_number". (generateName): Added and implemented method. (getUniqueLong): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8089&r2=1.8090 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Choice.java?cvsroot=classpath&r1=1.25&r2=1.26 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/CheckboxMenuItem.java?cvsroot=classpath&r1=1.21&r2=1.22 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/MenuComponent.java?cvsroot=classpath&r1=1.26&r2=1.27 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Cursor.java?cvsroot=classpath&r1=1.9&r2=1.10 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/List.java?cvsroot=classpath&r1=1.27&r2=1.28 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/MenuBar.java?cvsroot=classpath&r1=1.22&r2=1.23 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/MenuItem.java?cvsroot=classpath&r1=1.27&r2=1.28 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Menu.java?cvsroot=classpath&r1=1.23&r2=1.24 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/ScrollPane.java?cvsroot=classpath&r1=1.26&r2=1.27 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/TextField.java?cvsroot=classpath&r1=1.19&r2=1.20 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Canvas.java?cvsroot=classpath&r1=1.17&r2=1.18 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/PopupMenu.java?cvsroot=classpath&r1=1.17&r2=1.18 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/ClasspathFontPeer.java?cvsroot=classpath&r1=1.8&r2=1.9 From MAILER-DAEMON Thu Jul 13 15:27:15 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G16qB-0007Ul-6b for mharc-commit-classpath@gnu.org; Thu, 13 Jul 2006 15:27:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G16q9-0007UI-UK for commit-classpath@gnu.org; Thu, 13 Jul 2006 15:27:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G16q8-0007TV-1A for commit-classpath@gnu.org; Thu, 13 Jul 2006 15:27:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G16q7-0007TQ-Sg for commit-classpath@gnu.org; Thu, 13 Jul 2006 15:27:11 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G16rx-0003BO-7C for commit-classpath@gnu.org; Thu, 13 Jul 2006 15:29:05 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G16q5-0006Az-00 for ; Thu, 13 Jul 2006 15:27:09 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G16q3-0006Aw-H6 for commit-classpath@gnu.org; Thu, 13 Jul 2006 19:27:09 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Thu, 13 Jul 2006 19:27:07 +0000 Subject: [commit-cp] classpath/java/awt Component.java Container.jav... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 19:27:14 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/13 19:27:07 Modified files: java/awt : Component.java Container.java . : ChangeLog Log message: 2006-07-13 Roman Kennke * java/awt/Component.java (DEFAULT_MAX_SIZE): New static constant. (preferredSize): Return copy of the actual value computed by new helper method. (preferredSizeImpl): New helper method. Adds locking and correct handling of cached value. (minimumSize): Return copy of the actual value computed by new helper method. (minimumSizeImpl): New helper method. Adds locking and correct handling of cached value. (getMaximumSize): Return copy of the actual value computed by new helper method. (maximumSizeImpl): New helper method. Adds locking and correct handling of cached value. (invalidate): Correct handling of cached layout information. Added locking. * java/awt/Container.java (preferredSize): Minimized locking. Corrected handling of cached values. Return copy of real value. (minimumSize): Minimized locking. Corrected handling of cached values. Return copy of real value. (getMaximumSize): Minimized locking. Corrected handling of cached values. Return copy of real value. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.132&r2=1.133 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Container.java?cvsroot=classpath&r1=1.97&r2=1.98 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8090&r2=1.8091 From MAILER-DAEMON Thu Jul 13 17:44:19 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G18yp-0001DV-KL for mharc-commit-classpath@gnu.org; Thu, 13 Jul 2006 17:44:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G18yo-0001DH-2H for commit-classpath@gnu.org; Thu, 13 Jul 2006 17:44:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G18yl-0001CN-K6 for commit-classpath@gnu.org; Thu, 13 Jul 2006 17:44:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G18yl-0001C2-Ec for commit-classpath@gnu.org; Thu, 13 Jul 2006 17:44:15 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G190c-0002gU-04 for commit-classpath@gnu.org; Thu, 13 Jul 2006 17:46:10 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G18yk-0003JG-00 for ; Thu, 13 Jul 2006 17:44:14 -0400 Received: from andreast by savannah.gnu.org with local (Exim 4.50) id 1G18yk-0003JD-1R for commit-classpath@gnu.org; Thu, 13 Jul 2006 21:44:14 +0000 To: commit-classpath@gnu.org Message-Id: From: Andreas Tobler Date: Thu, 13 Jul 2006 21:44:14 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/Cairo... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 21:44:18 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andreas Tobler 06/07/13 21:44:13 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: CairoSurface.java Log message: 2006-07-13 Andreas Tobler PR awt/28369: * gnu/java/awt/peer/gtk/CairoSurface.java (ColorModel): Swap red and blue mask. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8091&r2=1.8092 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoSurface.java?cvsroot=classpath&r1=1.11&r2=1.12 From MAILER-DAEMON Thu Jul 13 17:49:28 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G193o-0003BW-5S for mharc-commit-classpath@gnu.org; Thu, 13 Jul 2006 17:49:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G193m-0003BR-AT for commit-classpath@gnu.org; Thu, 13 Jul 2006 17:49:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G193l-0003B0-Bf for commit-classpath@gnu.org; Thu, 13 Jul 2006 17:49:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G193l-0003Ax-6B for commit-classpath@gnu.org; Thu, 13 Jul 2006 17:49:25 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G195b-00030I-O6 for commit-classpath@gnu.org; Thu, 13 Jul 2006 17:51:19 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G193k-0003NM-00 for ; Thu, 13 Jul 2006 17:49:24 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G193i-0003NJ-JE for commit-classpath@gnu.org; Thu, 13 Jul 2006 21:49:24 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Thu, 13 Jul 2006 21:49:22 +0000 Subject: [commit-cp] classpath ChangeLog gnu/javax/imageio/gif/GIFIm... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 21:49:26 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/13 21:49:22 Modified files: . : ChangeLog gnu/javax/imageio/gif: GIFImageReader.java Log message: 2006-07-13 Sven de Marothy * gnu/javax/imageio/gif/GIFImageReader.java (read): Remove old debugging trace. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8092&r2=1.8093 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/gif/GIFImageReader.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Thu Jul 13 19:29:35 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1Ach-0001Qh-18 for mharc-commit-classpath@gnu.org; Thu, 13 Jul 2006 19:29:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1Acf-0001Qc-Lk for commit-classpath@gnu.org; Thu, 13 Jul 2006 19:29:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1Ace-0001QQ-7r for commit-classpath@gnu.org; Thu, 13 Jul 2006 19:29:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1Ace-0001QN-5X for commit-classpath@gnu.org; Thu, 13 Jul 2006 19:29:32 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1AeV-0006Uw-Oi for commit-classpath@gnu.org; Thu, 13 Jul 2006 19:31:27 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1Acb-0006J6-00 for ; Thu, 13 Jul 2006 19:29:29 -0400 Received: from neugens by savannah.gnu.org with local (Exim 4.50) id 1G1Aca-0006J3-9h for commit-classpath@gnu.org; Thu, 13 Jul 2006 23:29:29 +0000 To: commit-classpath@gnu.org Message-Id: From: Mario Torre Date: Thu, 13 Jul 2006 23:29:28 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/security/OID.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jul 2006 23:29:33 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Mario Torre 06/07/13 23:29:28 Modified files: . : ChangeLog gnu/java/security: OID.java Log message: 2006-07-14 Mario Torre * gnu/java/security/OID.java (OID): Private Constructor removed as it is not needed anymore. (clone): Fixed. Now uses super.clone instead of the private constructor as per specification of clone method. (serialVersionUID): added new field to allow serialization. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8093&r2=1.8094 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/OID.java?cvsroot=classpath&r1=1.7&r2=1.8 From MAILER-DAEMON Thu Jul 13 22:29:40 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1DQx-0004JX-UQ for mharc-commit-classpath@gnu.org; Thu, 13 Jul 2006 22:29:39 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1DQv-0004He-L3 for commit-classpath@gnu.org; Thu, 13 Jul 2006 22:29:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1DQu-0004Gy-Ic for commit-classpath@gnu.org; Thu, 13 Jul 2006 22:29:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1DQu-0004Gv-Aj for commit-classpath@gnu.org; Thu, 13 Jul 2006 22:29:36 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1DSn-0003O5-Na for commit-classpath@gnu.org; Thu, 13 Jul 2006 22:31:33 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1DQn-0004Dm-00 for ; Thu, 13 Jul 2006 22:29:29 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G1DQm-0004Dh-Ks for commit-classpath@gnu.org; Fri, 14 Jul 2006 02:29:29 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Fri, 14 Jul 2006 02:29:28 +0000 Subject: [commit-cp] classpath ChangeLog gnu/javax/crypto/pad/IPad.j... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 02:29:38 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/14 02:29:28 Modified files: . : ChangeLog gnu/javax/crypto/pad: IPad.java BasePad.java Log message: 2006-07-14 raif * gnu/javax/crypto/pad/IPad.java: Updated class documentation. (PADDING_BLOCK_SIZE): New constant. (init(Map attributes)): New method. * gnu/javax/crypto/pad/BasePad.java (init): New method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8094&r2=1.8095 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/IPad.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/BasePad.java?cvsroot=classpath&r1=1.5&r2=1.6 From MAILER-DAEMON Fri Jul 14 01:02:54 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1FpG-0001a7-Qd for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 01:02:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1FpE-0001ZS-6z for commit-classpath@gnu.org; Fri, 14 Jul 2006 01:02:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1FpB-0001Z8-Ir for commit-classpath@gnu.org; Fri, 14 Jul 2006 01:02:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1FpB-0001Z5-74 for commit-classpath@gnu.org; Fri, 14 Jul 2006 01:02:49 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1Fr5-000680-Rz for commit-classpath@gnu.org; Fri, 14 Jul 2006 01:04:48 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1Fp8-0002ot-00 for ; Fri, 14 Jul 2006 01:02:46 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G1Fp7-0002oq-FF for commit-classpath@gnu.org; Fri, 14 Jul 2006 05:02:46 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Fri, 14 Jul 2006 05:02:45 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/security/Registry.... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 05:02:53 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/14 05:02:45 Modified files: . : ChangeLog gnu/java/security: Registry.java Added files: gnu/javax/crypto/kwa: BaseKeyWrappingAlgorithm.java KeyUnwrappingException.java TripleDESKeyWrap.java KeyWrappingAlgorithmFactory.java AESKeyWrap.java IKeyWrappingAlgorithm.java Log message: 2006-07-14 Raif S. Naffah * gnu/java/security/Registry.java (KWA_PREFIX): New constant. (AES_KWA): Likewise. (AES128_KWA): Likewise. (AES192_KWA): Likewise. (AES256_KWA): Likewise. (RIJNDAEL_KWA): Likewise. (TRIPLEDES_KWA): Likewise. (DESEDE_KWA): Likewise. * gnu/javax/crypto/kwa/AESKeyWrap.java: New file * gnu/javax/crypto/kwa/BaseKeyWrappingAlgorithm.java: Likewise. * gnu/javax/crypto/kwa/IKeyWrappingAlgorithm.java: Likewise. * gnu/javax/crypto/kwa/KeyUnwrappingException.java: Likewise. * gnu/javax/crypto/kwa/KeyWrappingAlgorithmFactory.java: Likewise. * gnu/javax/crypto/kwa/TripleDESKeyWrap.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/BaseKeyWrappingAlgorithm.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/KeyUnwrappingException.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/TripleDESKeyWrap.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/KeyWrappingAlgorithmFactory.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/AESKeyWrap.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/IKeyWrappingAlgorithm.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8095&r2=1.8096 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/Registry.java?cvsroot=classpath&r1=1.7&r2=1.8 From MAILER-DAEMON Fri Jul 14 04:36:29 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1J9w-0001BH-NT for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 04:36:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1J9v-00019T-7J for commit-classpath@gnu.org; Fri, 14 Jul 2006 04:36:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1J9s-00016v-W1 for commit-classpath@gnu.org; Fri, 14 Jul 2006 04:36:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1J9s-00016k-Pk for commit-classpath@gnu.org; Fri, 14 Jul 2006 04:36:24 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1JBp-0006gW-Ka for commit-classpath@gnu.org; Fri, 14 Jul 2006 04:38:25 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1J9r-0001zX-00 for ; Fri, 14 Jul 2006 04:36:23 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G1J9q-0001zT-8V for commit-classpath@gnu.org; Fri, 14 Jul 2006 08:36:23 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Fri, 14 Jul 2006 08:36:22 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/MultiPixelPa... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 08:36:27 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/14 08:36:22 Modified files: . : ChangeLog java/awt/image : MultiPixelPackedSampleModel.java Log message: 2006-07-14 David Gilbert * java/awt/image/MultiPixelPackedSampleModel.java (MultiPixelPackedSampleModel(int, int, int, int, int, int)): Corrected scanlineStride calculation. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8096&r2=1.8097 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/MultiPixelPackedSampleModel.java?cvsroot=classpath&r1=1.5&r2=1.6 From MAILER-DAEMON Fri Jul 14 05:05:42 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1JcE-0005N1-PE for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 05:05:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1JcC-0005Mv-PL for commit-classpath@gnu.org; Fri, 14 Jul 2006 05:05:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1JcB-0005Mj-0X for commit-classpath@gnu.org; Fri, 14 Jul 2006 05:05:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1JcA-0005Mg-OP for commit-classpath@gnu.org; Fri, 14 Jul 2006 05:05:38 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1Je7-00009T-Vf for commit-classpath@gnu.org; Fri, 14 Jul 2006 05:07:40 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1JcA-0002LI-00 for ; Fri, 14 Jul 2006 05:05:38 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G1Jc8-0002LF-RG for commit-classpath@gnu.org; Fri, 14 Jul 2006 09:05:38 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Fri, 14 Jul 2006 09:05:36 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/MultiPixelPa... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 09:05:41 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/14 09:05:36 Modified files: . : ChangeLog java/awt/image : MultiPixelPackedSampleModel.java Log message: 2006-07-14 David Gilbert * java/awt/image/MultiPixelPackedSampleModel.java (equals): New method override, (hashCode): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8097&r2=1.8098 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/MultiPixelPackedSampleModel.java?cvsroot=classpath&r1=1.6&r2=1.7 From MAILER-DAEMON Fri Jul 14 06:27:23 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1KtH-0004ds-JY for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 06:27:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1KtF-0004dh-TK for commit-classpath@gnu.org; Fri, 14 Jul 2006 06:27:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1KtE-0004dI-DJ for commit-classpath@gnu.org; Fri, 14 Jul 2006 06:27:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1KtE-0004dF-5G for commit-classpath@gnu.org; Fri, 14 Jul 2006 06:27:20 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1KvC-0008PZ-8p for commit-classpath@gnu.org; Fri, 14 Jul 2006 06:29:22 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1KtD-0004oW-00 for ; Fri, 14 Jul 2006 06:27:19 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G1KtC-0004oT-Ml for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:27:19 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Fri, 14 Jul 2006 10:27:18 +0000 Subject: [commit-cp] classpath/java/awt Component.java Container.jav... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 10:27:22 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/14 10:27:18 Modified files: java/awt : Component.java Container.java . : ChangeLog Log message: 2006-07-14 Roman Kennke * java/awt/Component.java (numHierarchyListeners): New field. (numHierarchyBoundsListeners): New field. (show): Fire hierarchy events here. Only fire component event if there is actually a listener for it. (hide): Fire hierarchy events here. Only fire component event if there is actually a listener for it. (reshape): Fire hierarchy events here. Only fire component event if there is actually a listener for it. (addHierarchyListeners): Update listener counters. (removeHierarchyListeners): Update listener counters. (addHierarchyBoundsListeners): Update listener counters. (removeHierarchyBoundsListeners): Update listener counters. (fireHierarchyEvent): New helper method for firing hierarchy events. * java/awt/Container.java (addImpl): Update listener counters. Fire hierarchy event. (remove): Update listener counters. Fire hierarchy event. (fireHierarchyEvent): New helper method for firing hierarchy events. (updateHierarchyListenerCount): New helper method for updating the listener counters. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.133&r2=1.134 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Container.java?cvsroot=classpath&r1=1.98&r2=1.99 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8098&r2=1.8099 From MAILER-DAEMON Fri Jul 14 06:47:58 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1LDB-0006eY-Ki for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 06:47:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1LDA-0006dB-Dj for commit-classpath@gnu.org; Fri, 14 Jul 2006 06:47:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1LD8-0006b8-GL for commit-classpath@gnu.org; Fri, 14 Jul 2006 06:47:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1LD8-0006b0-Cm for commit-classpath@gnu.org; Fri, 14 Jul 2006 06:47:54 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1LF6-0002Nw-FW for commit-classpath@gnu.org; Fri, 14 Jul 2006 06:49:56 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1LD7-0006MO-00 for ; Fri, 14 Jul 2006 06:47:53 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G1LD5-0006ML-Ej for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:47:52 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Fri, 14 Jul 2006 10:47:51 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/MultiPixelPa... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 10:47:56 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/14 10:47:51 Modified files: . : ChangeLog java/awt/image : MultiPixelPackedSampleModel.java Log message: 2006-07-14 David Gilbert * java/awt/image/MultiPixelPackedSampleModel.java (createSubsetSampleModel): Removed argument check. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8099&r2=1.8100 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/MultiPixelPackedSampleModel.java?cvsroot=classpath&r1=1.7&r2=1.8 From MAILER-DAEMON Fri Jul 14 07:04:48 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1LTU-0005fX-JH for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 07:04:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1LTT-0005fK-4r for commit-classpath@gnu.org; Fri, 14 Jul 2006 07:04:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1LTR-0005f2-Rw for commit-classpath@gnu.org; Fri, 14 Jul 2006 07:04:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1LTR-0005ey-JI for commit-classpath@gnu.org; Fri, 14 Jul 2006 07:04:45 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1LVP-0003m4-Oc for commit-classpath@gnu.org; Fri, 14 Jul 2006 07:06:47 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1LTQ-0006Yh-00 for ; Fri, 14 Jul 2006 07:04:44 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G1LTO-0006Ye-TE for commit-classpath@gnu.org; Fri, 14 Jul 2006 11:04:44 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Fri, 14 Jul 2006 11:04:42 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/MultiPixelPa... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 11:04:47 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/14 11:04:42 Modified files: . : ChangeLog java/awt/image : MultiPixelPackedSampleModel.java Log message: 2006-07-14 David Gilbert * java/awt/image/MultiPixelPackedSampleModel.java (createSubsetSampleModel): Restored argument check, but let null through. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8100&r2=1.8101 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/MultiPixelPackedSampleModel.java?cvsroot=classpath&r1=1.8&r2=1.9 From MAILER-DAEMON Fri Jul 14 07:51:00 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1MCC-0001Qv-BH for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 07:51:00 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1MCB-0001Qq-1u for commit-classpath@gnu.org; Fri, 14 Jul 2006 07:50:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1MC9-0001Qa-EE for commit-classpath@gnu.org; Fri, 14 Jul 2006 07:50:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1MC9-0001QX-7T for commit-classpath@gnu.org; Fri, 14 Jul 2006 07:50:57 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1ME7-0008J1-Tm for commit-classpath@gnu.org; Fri, 14 Jul 2006 07:53:00 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1MC8-0008QU-00 for ; Fri, 14 Jul 2006 07:50:56 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G1MC6-0008QR-OZ for commit-classpath@gnu.org; Fri, 14 Jul 2006 11:50:56 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Fri, 14 Jul 2006 11:50:54 +0000 Subject: [commit-cp] classpath/java/awt Component.java Container.jav... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 11:50:59 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/14 11:50:54 Modified files: java/awt : Component.java Container.java . : ChangeLog Log message: 2006-07-14 Roman Kennke * java/awt/Component.java (enable): Added tree locking. (disable): Added tree locking. (show): Added tree locking. (hide): Added tree locking. (getLocationOnScreen): Added tree locking. (reshape): Added tree locking. (addHierarchyListener): Added tree locking. (removeHierarchyListener): Added tree locking. (addHierarchyBoundsListener): Added tree locking. (removeHierarchyBoundsListener): Added tree locking. (addNotify): Added tree locking. (removeNotify): Added tree locking. * java/awt/Container.java (invalidateTree): Added tree locking. (getAlignmentX): Added tree locking. (getAlignmentY): Added tree locking. (addNotify): Added tree locking. (setComponentZOrder): Added tree locking. (getComponentZOrder): Added tree locking. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.134&r2=1.135 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Container.java?cvsroot=classpath&r1=1.99&r2=1.100 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8101&r2=1.8102 From MAILER-DAEMON Fri Jul 14 08:43:26 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1N0w-0007s9-GI for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 08:43:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1N0v-0007rX-6n for commit-classpath@gnu.org; Fri, 14 Jul 2006 08:43:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1N0u-0007r9-N0 for commit-classpath@gnu.org; Fri, 14 Jul 2006 08:43:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1N0u-0007r6-IB for commit-classpath@gnu.org; Fri, 14 Jul 2006 08:43:24 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1N2t-0005qE-UD for commit-classpath@gnu.org; Fri, 14 Jul 2006 08:45:27 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1N0t-0001vU-00 for ; Fri, 14 Jul 2006 08:43:23 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G1N0r-0001vN-VK for commit-classpath@gnu.org; Fri, 14 Jul 2006 12:43:23 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Fri, 14 Jul 2006 12:43:22 +0000 Subject: [commit-cp] classpath/java/awt CardLayout.java ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 12:43:25 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/14 12:43:21 Modified files: java/awt : CardLayout.java . : ChangeLog Log message: 2006-07-14 Roman Kennke * java/awt/CardLayout.java (show): Validate parent to make sure that the layout is valid. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/CardLayout.java?cvsroot=classpath&r1=1.15&r2=1.16 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8102&r2=1.8103 From MAILER-DAEMON Fri Jul 14 08:51:25 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1N8f-0001yw-FL for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 08:51:25 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1N8d-0001xS-SK for commit-classpath@gnu.org; Fri, 14 Jul 2006 08:51:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1N8c-0001vs-40 for commit-classpath@gnu.org; Fri, 14 Jul 2006 08:51:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1N8b-0001vi-Sh for commit-classpath@gnu.org; Fri, 14 Jul 2006 08:51:21 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1NAb-0006Su-4n for commit-classpath@gnu.org; Fri, 14 Jul 2006 08:53:25 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1N8Z-00027B-00 for ; Fri, 14 Jul 2006 08:51:19 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G1N8X-000278-Q5 for commit-classpath@gnu.org; Fri, 14 Jul 2006 12:51:19 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Fri, 14 Jul 2006 12:51:17 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/MultiPixelPa... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 12:51:24 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/14 12:51:17 Modified files: . : ChangeLog java/awt/image : MultiPixelPackedSampleModel.java Log message: 2006-07-14 David Gilbert * java/awt/image/MultiPixelPackedSampleModel.java (getSampleSize()): Return a copy of the array, (getTransferType()): New method override. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8103&r2=1.8104 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/MultiPixelPackedSampleModel.java?cvsroot=classpath&r1=1.9&r2=1.10 From MAILER-DAEMON Fri Jul 14 09:40:37 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1NuH-00013j-8f for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 09:40:37 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1NuG-00013G-7x for commit-classpath@gnu.org; Fri, 14 Jul 2006 09:40:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1NuF-00012w-Bq for commit-classpath@gnu.org; Fri, 14 Jul 2006 09:40:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1NuF-00012p-2k for commit-classpath@gnu.org; Fri, 14 Jul 2006 09:40:35 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1NwE-0004ke-Kc for commit-classpath@gnu.org; Fri, 14 Jul 2006 09:42:38 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1NuD-0003jA-00 for ; Fri, 14 Jul 2006 09:40:33 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G1NuB-0003j7-Ot for commit-classpath@gnu.org; Fri, 14 Jul 2006 13:40:33 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Fri, 14 Jul 2006 13:40:31 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/MultiPixelPa... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 13:40:36 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/14 13:40:31 Modified files: . : ChangeLog java/awt/image : MultiPixelPackedSampleModel.java Log message: 2006-07-14 David Gilbert * java/awt/image/MultiPixelPackedSampleModel.java (createDataBuffer): Include dataBitOffset in calculating the size for the data buffer. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8104&r2=1.8105 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/MultiPixelPackedSampleModel.java?cvsroot=classpath&r1=1.10&r2=1.11 From MAILER-DAEMON Fri Jul 14 10:04:57 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1OHp-0002Z9-5S for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 10:04:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1OHn-0002Xd-LS for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:04:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1OHm-0002WF-Ra for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:04:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1OHm-0002VT-4g for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:04:54 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1OJm-0006dE-5r for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:06:58 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1OHf-0004QS-00 for ; Fri, 14 Jul 2006 10:04:47 -0400 Received: from mwringe by savannah.gnu.org with local (Exim 4.50) id 1G1OHe-0004QP-7b for commit-classpath@gnu.org; Fri, 14 Jul 2006 14:04:47 +0000 To: commit-classpath@gnu.org Message-Id: From: Matt Wringe Date: Fri, 14 Jul 2006 14:04:46 +0000 Subject: [commit-cp] classpath ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 14:04:55 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Matt Wringe 06/07/14 14:04:46 Modified files: . : ChangeLog Log message: * gnu/javax/crypto/jce/cipher/CipherAdapter.java (engineInit): Throw InvalidAlgorithmParameterException for invalid IVParameterSpec IV length. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8105&r2=1.8106 From MAILER-DAEMON Fri Jul 14 10:05:03 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1OHv-0002f2-BZ for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 10:05:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1OHt-0002dO-Re for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:05:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1OHt-0002cx-5x for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:05:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1OHs-0002cm-Tn for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:05:00 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1OJs-0006hN-WB for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:07:05 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1OHs-0004Qj-00 for ; Fri, 14 Jul 2006 10:05:00 -0400 Received: from mwringe by savannah.gnu.org with local (Exim 4.50) id 1G1OHs-0004Qg-12 for commit-classpath@gnu.org; Fri, 14 Jul 2006 14:05:00 +0000 To: commit-classpath@gnu.org Message-Id: From: Matt Wringe Date: Fri, 14 Jul 2006 14:05:00 +0000 Subject: [commit-cp] classpath/gnu/javax/crypto/jce/cipher CipherAda... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 14:05:02 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Matt Wringe 06/07/14 14:05:00 Modified files: gnu/javax/crypto/jce/cipher: CipherAdapter.java Log message: * gnu/javax/crypto/jce/cipher/CipherAdapter.java (engineInit): Throw InvalidAlgorithmParameterException for invalid IVParameterSpec IV length. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/CipherAdapter.java?cvsroot=classpath&r1=1.7&r2=1.8 From MAILER-DAEMON Fri Jul 14 10:50:58 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1P0M-0006EH-4r for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 10:50:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1P0J-0006Dm-Mp for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:50:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1P0H-0006DO-S3 for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:50:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1P0H-0006DL-P1 for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:50:53 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1P2I-0002Fl-8u for commit-classpath@gnu.org; Fri, 14 Jul 2006 10:52:58 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1P0H-0006LH-00 for ; Fri, 14 Jul 2006 10:50:53 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G1P0F-0006LE-Fq for commit-classpath@gnu.org; Fri, 14 Jul 2006 14:50:52 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Fri, 14 Jul 2006 14:50:51 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/MultiPixelPa... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 14:50:56 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/14 14:50:51 Modified files: . : ChangeLog java/awt/image : MultiPixelPackedSampleModel.java Log message: 2006-07-14 David Gilbert * java/awt/image/MultiPixelPackedSampleModel.java: Added API docs all over. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8106&r2=1.8107 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/MultiPixelPackedSampleModel.java?cvsroot=classpath&r1=1.11&r2=1.12 From MAILER-DAEMON Fri Jul 14 13:33:44 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1RXr-0001ZX-Tz for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 13:33:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1RXq-0001YS-LB for commit-classpath@gnu.org; Fri, 14 Jul 2006 13:33:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1RXp-0001Xv-0u for commit-classpath@gnu.org; Fri, 14 Jul 2006 13:33:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1RXo-0001Xs-PD for commit-classpath@gnu.org; Fri, 14 Jul 2006 13:33:40 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1RZr-0007Jt-0A for commit-classpath@gnu.org; Fri, 14 Jul 2006 13:35:47 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1RXj-0003cd-00 for ; Fri, 14 Jul 2006 13:33:35 -0400 Received: from tbento by savannah.gnu.org with local (Exim 4.50) id 1G1RXi-0003cR-IF for commit-classpath@gnu.org; Fri, 14 Jul 2006 17:33:34 +0000 To: commit-classpath@gnu.org Message-Id: From: Tania Bento Date: Fri, 14 Jul 2006 17:33:34 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/FlowLayout.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 17:33:42 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tania Bento 06/07/14 17:33:34 Modified files: . : ChangeLog java/awt : FlowLayout.java Log message: 2006-07-14 Tania Bento * java/awt/FlowLayout.java (setHgap): No Excpetion should be thrown if hgap has a negative value. (setVgap): No Exception should be thrown if vgap has a negative value. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8107&r2=1.8108 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/FlowLayout.java?cvsroot=classpath&r1=1.16&r2=1.17 From MAILER-DAEMON Fri Jul 14 15:33:59 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1TQF-0004xz-GP for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 15:33:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1TQD-0004xX-1g for commit-classpath@gnu.org; Fri, 14 Jul 2006 15:33:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1TQB-0004xF-PQ for commit-classpath@gnu.org; Fri, 14 Jul 2006 15:33:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1TQB-0004xA-Ib for commit-classpath@gnu.org; Fri, 14 Jul 2006 15:33:55 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1TSE-0007lu-Vo for commit-classpath@gnu.org; Fri, 14 Jul 2006 15:36:03 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1TQ9-0007v5-00 for ; Fri, 14 Jul 2006 15:33:53 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G1TQ8-0007uo-Gz for commit-classpath@gnu.org; Fri, 14 Jul 2006 19:33:53 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Fri, 14 Jul 2006 19:33:52 +0000 Subject: [commit-cp] classpath/gnu/java/awt/peer/x XToolkit.java Cha... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 19:33:57 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/14 19:33:52 Modified files: gnu/java/awt/peer/x: XToolkit.java . : ChangeLog Log message: 2006-07-14 Roman Kennke * gnu/java/awt/peer/x/XToolkit.java (XToolkit): Install properties to SystemProperties rather than System, to avoid SecurityManager. (getImage(String)): Return error image when string is invalid. (createImage(URL)): Moved image loading to helper method. (createImage(ImageProducer)): Implemented. (createImage(byte[],int,int)): Implemented. (createImage(InputStream)): New helper method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XToolkit.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8108&r2=1.8109 From MAILER-DAEMON Fri Jul 14 17:57:23 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1Vf1-0008Fw-1c for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 17:57:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1Vey-0008Ff-KH for commit-classpath@gnu.org; Fri, 14 Jul 2006 17:57:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1Vex-0008FT-2w for commit-classpath@gnu.org; Fri, 14 Jul 2006 17:57:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1Vew-0008FQ-Ur for commit-classpath@gnu.org; Fri, 14 Jul 2006 17:57:18 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1Vh1-0001ES-KS for commit-classpath@gnu.org; Fri, 14 Jul 2006 17:59:27 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1Vew-0004EJ-00 for ; Fri, 14 Jul 2006 17:57:18 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G1Vev-0004EF-TV for commit-classpath@gnu.org; Fri, 14 Jul 2006 21:57:18 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Fri, 14 Jul 2006 21:57:17 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/GridBagLayout.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 21:57:21 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/14 21:57:17 Modified files: . : ChangeLog java/awt : GridBagLayout.java Log message: Revert to previous implementation. * java/awt/GridBagLayout.java (AdjustForGravity): Only adjust for constraints insets. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8109&r2=1.8110 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/GridBagLayout.java?cvsroot=classpath&r1=1.30&r2=1.31 From MAILER-DAEMON Fri Jul 14 19:20:47 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1Wxj-0007Mr-Fl for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 19:20:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1Wxh-0007MR-5l for commit-classpath@gnu.org; Fri, 14 Jul 2006 19:20:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1Wxg-0007Lv-AK for commit-classpath@gnu.org; Fri, 14 Jul 2006 19:20:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1Wxf-0007Lo-Qu for commit-classpath@gnu.org; Fri, 14 Jul 2006 19:20:43 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1Wzl-00079K-FT for commit-classpath@gnu.org; Fri, 14 Jul 2006 19:22:53 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1Wxf-0006TY-00 for ; Fri, 14 Jul 2006 19:20:43 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G1Wxd-0006TQ-Ql for commit-classpath@gnu.org; Fri, 14 Jul 2006 23:20:43 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Fri, 14 Jul 2006 23:20:41 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/DataBuffer.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 23:20:45 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/14 23:20:41 Modified files: . : ChangeLog java/awt/image : DataBuffer.java Log message: 2006-07-14 Sven de Marothy * java/awt/image/DataBuffer.java (DataBuffer): Call constructors in the correct order, CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8110&r2=1.8111 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/DataBuffer.java?cvsroot=classpath&r1=1.6&r2=1.7 From MAILER-DAEMON Fri Jul 14 19:35:21 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1XBp-0002ZR-3h for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 19:35:21 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1XBn-0002Z8-3t for commit-classpath@gnu.org; Fri, 14 Jul 2006 19:35:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1XBm-0002Yw-AQ for commit-classpath@gnu.org; Fri, 14 Jul 2006 19:35:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1XBm-0002Yt-3L for commit-classpath@gnu.org; Fri, 14 Jul 2006 19:35:18 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1XDr-0008GY-Mb for commit-classpath@gnu.org; Fri, 14 Jul 2006 19:37:27 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1XBl-0007gq-00 for ; Fri, 14 Jul 2006 19:35:17 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G1XBk-0007gh-O4 for commit-classpath@gnu.org; Fri, 14 Jul 2006 23:35:17 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Fri, 14 Jul 2006 23:35:16 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/font/TextLayout.ja... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2006 23:35:19 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/14 23:35:16 Modified files: . : ChangeLog java/awt/font : TextLayout.java TextMeasurer.java Log message: 2006-07-14 Sven de Marothy * java/awt/font/TextLayout.java: (hitTestChar): Stub method. * java/awt/font/TextMeasurer.java: (getLayout): Throw exception on invalid argument. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8111&r2=1.8112 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/font/TextLayout.java?cvsroot=classpath&r1=1.13&r2=1.14 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/font/TextMeasurer.java?cvsroot=classpath&r1=1.5&r2=1.6 From MAILER-DAEMON Fri Jul 14 20:51:06 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1YN8-0001q8-Rm for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 20:51:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1YN7-0001pQ-NG for commit-classpath@gnu.org; Fri, 14 Jul 2006 20:51:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1YN6-0001pD-JR for commit-classpath@gnu.org; Fri, 14 Jul 2006 20:51:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1YN6-0001pA-Ea for commit-classpath@gnu.org; Fri, 14 Jul 2006 20:51:04 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1YPC-00086b-I3 for commit-classpath@gnu.org; Fri, 14 Jul 2006 20:53:14 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1YN5-0001aJ-00 for ; Fri, 14 Jul 2006 20:51:03 -0400 Received: from rsdio by savannah.gnu.org with local (Exim 4.50) id 1G1YN5-0001aG-6O for commit-classpath@gnu.org; Sat, 15 Jul 2006 00:51:03 +0000 To: commit-classpath@gnu.org Message-Id: From: Casey Marshall Date: Sat, 15 Jul 2006 00:51:03 +0000 Subject: [commit-cp] classpath ChangeLog-ssl-nio gnu/javax/net/ssl/p... [ssl-nio-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 00:51:06 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: ssl-nio-branch Changes by: Casey Marshall 06/07/15 00:51:03 Modified files: . : ChangeLog-ssl-nio gnu/javax/net/ssl/provider: ClientHandshake.java InputSecurityParameters.java SSLSocketImpl.java CertificateURL.java ServerHandshake.java TrustedAuthorities.java SSLEngineImpl.java ServerDHParams.java AbstractHandshake.java X509KeyManagerFactory.java ClientHello.java ClientHelloBuilder.java ServerKeyExchange.java KeyExchangeAlgorithm.java Extension.java CipherSuite.java ExtensionList.java CertificateStatusRequest.java MaxFragmentLength.java ClientKeyExchange.java SSLContextImpl.java ServerNameList.java UnresolvedExtensionValue.java OutputSecurityParameters.java TruncatedHMAC.java EncryptedPreMasterSecret.java Jessie.java Util.java gnu/classpath/debug: Component.java SystemLogger.java gnu/javax/crypto: RSACipherImpl.java gnu/javax/net/ssl: AbstractSessionContext.java Added files: gnu/javax/net/ssl/provider: ServerPSKParameters.java ServerRSA_PSKParameters.java PreSharedKeyManagerFactoryImpl.java ServerDHE_PSKParameters.java ClientDHE_PSKParameters.java ClientPSKParameters.java ClientRSA_PSKParameters.java gnu/javax/net/ssl: PreSharedKeyManager.java PreSharedKeyManagerParameters.java Log message: 2006-07-14 Casey Marshall * gnu/classpath/debug/Component.java (SSL_DELEGATED_TASK): new constant. * gnu/classpath/debug/SystemLogger.java (getSystemLogger): new class method. * gnu/javax/crypto/RSACipherImpl.java (logger): make instance of SystemLogger. (doFinal): use `EME_PKCS1_V1_5' to pad/unpad. * gnu/javax/net/ssl/AbstractSessionContext.java (getSession): new method. * gnu/javax/net/ssl/PreSharedKeyManager.java: new file. * gnu/javax/net/ssl/PreSharedKeyManagerParameters.java: new file. * gnu/javax/net/ssl/provider/AbstractHandshake.java: move delegated task classes to the end. (handleInput): don't stop processing current input if tasks are scheduled. (DHE_PSKGen): new class. * gnu/javax/net/ssl/provider/CertificateStatusRequest.java (buffer): make non-final. (): new "builder" constructor. (buffer): new method. * gnu/javax/net/ssl/provider/CertificateURL.java (buffer): make non-final. (): new "builder" constructor. (buffer): new method. (URLAndOptionalHash): implement Builder. (URLAndOptionalHash.): set buffer order to BIG_ENDIAN. (URLAndOptionalHash., URLAndOptionalHash.): new "builder" constructors. (URLAndOptionalHash.buffer): new method. * gnu/javax/net/ssl/provider/CipherSuite.java: replace DIFFIE_HELLMAN with qualified algorithm. (TLS_PSK_WITH_RC4_128_SHA, TLS_PSK_WITH_3DES_EDE_CBC_SHA, TLS_PSK_WITH_AES_128_CBC_SHA, TLS_PSK_WITH_AES_256_CBC_SHA, TLS_DHE_PSK_WITH_RC4_128_SHA, TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA, TLS_DHE_PSK_WITH_AES_128_CBC_SHA, TLS_DHE_PSK_WITH_AES_256_CBC_SHA, TLS_RSA_PSK_WITH_RC4_128_SHA, TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA, TLS_RSA_PSK_WITH_AES_128_CBC_SHA, TLS_RSA_PSK_WITH_AES_256_CBC_SHA): new constants. * gnu/javax/net/ssl/provider/ClientDHE_PSKParameters.java: new file. * gnu/javax/net/ssl/provider/ClientHandshake.java (maxFragmentLengthSent, truncatedHMacSent, sentVersion): new fields. (implHandleInput): handle hello extensions; handle PSK key exchange. (implHandleOutput): send extensions if configured; handle PSK key exchange. (enableExtensions, maxFragmentLength, truncatedHMac, getPSKIdentity): new methods. (RSAGen.implRun): use the protocol version we sent in the generated secret, not the agreed version. * gnu/javax/net/ssl/provider/ClientHello.java: remove unused imports. (disableExtensions): new field. (length): use `disableExtensions' field. (extensions): fix telling if there are extensions. * gnu/javax/net/ssl/provider/ClientHelloBuilder.java (setExtensions): fix. (setDisableExtensions): new method. * gnu/javax/net/ssl/provider/ClientKeyExchange.java (exchangeKeys): handle PSK exchange. * gnu/javax/net/ssl/provider/ClientPSKParameters.java: new file. * gnu/javax/net/ssl/provider/ClientRSA_PSKParameters.java: new file. * gnu/javax/net/ssl/provider/EncryptedPreMasterSecret.java (toString): include hexdump output. * gnu/javax/net/ssl/provider/Extension.java: implement Builder. (buffer): mark non-final. (): make public. (): new "builder" constructor. (length): include length of the extension type. (buffer): new method. (Value): implement Builder. * gnu/javax/net/ssl/provider/ExtensionList.java: implement Builder. (): new "builder" constructor. (get): fix. (length): return total length, including length field. * gnu/javax/net/ssl/provider/InputSecurityParameters.java (decrypt): handle stream ciphers (with no padding) properly. * gnu/javax/net/ssl/provider/Jessie.java (): add JessiePSK key manager factory. * gnu/javax/net/ssl/provider/KeyExchangeAlgorithm.java (DIFFIE_HELLMAN): removed. (DH_DSS, DH_RSA, DH_anon, DHE_DSS, DHE_RSA, PSK, DHE_PSK, RSA_PSK): new enum constants. * gnu/javax/net/ssl/provider/MaxFragmentLength.java (buffer): new method. * gnu/javax/net/ssl/provider/OutputSecurityParameters.java (encrypt): don't use `doFinal.' * gnu/javax/net/ssl/provider/PreSharedKeyManagerFactoryImpl.java: new file. * gnu/javax/net/ssl/provider/SSLContextImpl.java (pskManager): new field. (engineInit): initialize PSK manager, if specified. * gnu/javax/net/ssl/provider/SSLEngineImpl.java (unwrap): debug logging; don't log warnings on closure alerts. * gnu/javax/net/ssl/provider/SSLSocketImpl.java (SocketOutputStream.write): throw an exception if the handshake threw one in another thread; clear the output buffer after writing the record. (doHandshake): fix this; capture exceptions thrown here, for other threads. * gnu/javax/net/ssl/provider/ServerDHE_PSKParameters.java: new file. * gnu/javax/net/ssl/provider/ServerDHParams.java (algorithm): mark deprecated (it's difficult to support this properly). * gnu/javax/net/ssl/provider/ServerHandshake.java (chooseSuites): select suites based on key exchange algorithm. (implHandleInput): handle key exchange better; handle PSK exchange. (implHandleOutput): likewise. (CertLoader.implRun): just use key exchange name directly. (RSA_PSKExchange): new class. * gnu/javax/net/ssl/provider/ServerKeyExchange.java (params): handle PSK exchange algorithms. (signature): likewise. * gnu/javax/net/ssl/provider/ServerNameList.java (buffer): make non-final. (): new "builder" constructor. (buffer): new method. (ServerName.buffer): make non-final. (ServerName.): new "builder" constructor. (ServerName.length): return total length, including type and length fields. (ServerName.buffer): new method. * gnu/javax/net/ssl/provider/ServerPSKParameters.java: new file. * gnu/javax/net/ssl/provider/ServerRSA_PSKParameters.java: new file. * gnu/javax/net/ssl/provider/TruncatedHMAC.java (buffer): new method. * gnu/javax/net/ssl/provider/TrustedAuthorities.java (): set buffer order to BIG_ENDIAN. (buffer): new method. * gnu/javax/net/ssl/provider/UnresolvedExtensionValue.java (buffer): new method. * gnu/javax/net/ssl/provider/Util.java (wrapBuffer, wrapBuffer): new methods. (WrappedBuffer): new class. * gnu/javax/net/ssl/provider/X509KeyManagerFactory.java (getAliases): add RSA_PSK. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog-ssl-nio?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.17&r2=1.1.2.18 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientHandshake.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/InputSecurityParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLSocketImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/CertificateURL.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerHandshake.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.5&r2=1.1.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/TrustedAuthorities.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLEngineImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerDHParams.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/AbstractHandshake.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/X509KeyManagerFactory.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.2&r2=1.1.4.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientHello.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.4&r2=1.1.4.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientHelloBuilder.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerKeyExchange.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.2&r2=1.1.4.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/KeyExchangeAlgorithm.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/Extension.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.4&r2=1.1.4.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/CipherSuite.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.3&r2=1.1.4.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ExtensionList.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/CertificateStatusRequest.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/MaxFragmentLength.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientKeyExchange.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.3&r2=1.1.4.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLContextImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerNameList.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/UnresolvedExtensionValue.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/OutputSecurityParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/TruncatedHMAC.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/EncryptedPreMasterSecret.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/Jessie.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.3&r2=1.1.4.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/Util.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.2&r2=1.1.4.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerPSKParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerRSA_PSKParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/PreSharedKeyManagerFactoryImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerDHE_PSKParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientDHE_PSKParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientPSKParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientRSA_PSKParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/debug/Component.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.4&r2=1.1.2.4.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/debug/SystemLogger.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1.2.1&r2=1.1.2.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/RSACipherImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.2&r2=1.1.2.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/AbstractSessionContext.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/PreSharedKeyManager.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/PreSharedKeyManagerParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 From MAILER-DAEMON Fri Jul 14 21:00:26 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1YWA-0008VE-Cj for mharc-commit-classpath@gnu.org; Fri, 14 Jul 2006 21:00:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1YW8-0008Uq-UQ for commit-classpath@gnu.org; Fri, 14 Jul 2006 21:00:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1YW8-0008Ud-4J for commit-classpath@gnu.org; Fri, 14 Jul 2006 21:00:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1YW7-0008Ua-V4 for commit-classpath@gnu.org; Fri, 14 Jul 2006 21:00:24 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1YYE-0000CH-CC for commit-classpath@gnu.org; Fri, 14 Jul 2006 21:02:34 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1YW7-0001fY-00 for ; Fri, 14 Jul 2006 21:00:23 -0400 Received: from rsdio by savannah.gnu.org with local (Exim 4.50) id 1G1YW7-0001fT-3E for commit-classpath@gnu.org; Sat, 15 Jul 2006 01:00:23 +0000 To: commit-classpath@gnu.org Message-Id: From: Casey Marshall Date: Sat, 15 Jul 2006 01:00:23 +0000 Subject: [commit-cp] classpath ChangeLog-ssl-nio gnu/java/net/protoc... [ssl-nio-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 01:00:25 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: ssl-nio-branch Changes by: Casey Marshall 06/07/15 01:00:23 Modified files: . : ChangeLog-ssl-nio gnu/java/net/protocol/http: HTTPConnection.java gnu/java/security/action: GetPropertyAction.java Log message: 2006-07-14 Casey Marshall * gnu/java/net/protocol/http/HTTPConnection.java (getSocket): enable TLSv1.1. * gnu/java/security/action/GetPropertyAction.java: implement PrivilegedAction. (run): return String. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog-ssl-nio?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.18&r2=1.1.2.19 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/net/protocol/http/HTTPConnection.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.4.2.9&r2=1.4.2.9.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/action/GetPropertyAction.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.2.2.1&r2=1.2.2.1.2.1 From MAILER-DAEMON Sat Jul 15 04:02:29 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1f6b-0006OF-41 for mharc-commit-classpath@gnu.org; Sat, 15 Jul 2006 04:02:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1f6Z-0006Nx-7m for commit-classpath@gnu.org; Sat, 15 Jul 2006 04:02:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1f6X-0006Ni-F8 for commit-classpath@gnu.org; Sat, 15 Jul 2006 04:02:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1f6X-0006Nf-8f for commit-classpath@gnu.org; Sat, 15 Jul 2006 04:02:25 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1f8h-0003H4-MF for commit-classpath@gnu.org; Sat, 15 Jul 2006 04:04:39 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1f6W-00080G-00 for ; Sat, 15 Jul 2006 04:02:24 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G1f6V-00080C-Qe for commit-classpath@gnu.org; Sat, 15 Jul 2006 08:02:24 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Sat, 15 Jul 2006 08:02:23 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/ClasspathToolk... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 08:02:27 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/15 08:02:23 Modified files: . : ChangeLog gnu/java/awt : ClasspathToolkit.java gnu/java/awt/peer/gtk: GdkGraphicsEnvironment.java GtkFramePeer.java GtkToolkit.java GtkWindowPeer.java include : gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.h gnu_java_awt_peer_gtk_GtkToolkit.h gnu_java_awt_peer_gtk_GtkWindowPeer.h java/awt : Image.java Toolkit.java Window.java java/awt/peer : WindowPeer.java native/jni/gtk-peer: gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c gnu_java_awt_peer_gtk_GtkToolkit.c gnu_java_awt_peer_gtk_GtkWindowPeer.c Added files: gnu/java/awt/peer/gtk: GtkMouseInfoPeer.java java/awt : MouseInfo.java PointerInfo.java java/awt/peer : MouseInfoPeer.java Log message: 2006-07-15 Sven de Marothy * gnu/java/awt/peer/gtk/GtkMouseInfoPeer.java, * java/awt/MouseInfo.java, * java/awt/PointerInfo.java, * java/awt/peer/MouseInfoPeer.java: New files. * java/awt/Image.java (accelerationPriority): New field. (setAccelerationPriority, getAccelerationPriority): New methods.. * include/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.h, * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c, * gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java: (getMouseCoordinates): New method. * gnu/java/awt/peer/gtk/GtkFramePeer.java (updateAlwaysOnTop): Remove stub overload. * gnu/java/awt/ClasspathToolkit.java, * gnu/java/awt/peer/gtk/GtkToolkit.java, * include/gnu_java_awt_peer_gtk_GtkToolkit.h, * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c: (getMouseInfoPeer): New method. (getMouseNumberOfButtons): New method. * gnu/java/awt/peer/gtk/GtkWindowPeer.java * include/gnu_java_awt_peer_gtk_GtkWindowPeer.h * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c (gtkWindowSetAlwaysOnTop): New method. (updateAlwaysOnTop): Implement. * java/awt/Toolkit.java, (getMouseInfoPeer): New method. * java/awt/Window.java (alwaysOnTop): New field. (isAlwaysOnTop, setAlwaysOnTop): New methods. * java/awt/peer/WindowPeer.java: Doc fix. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8112&r2=1.8113 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/ClasspathToolkit.java?cvsroot=classpath&r1=1.20&r2=1.21 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java?cvsroot=classpath&r1=1.13&r2=1.14 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkFramePeer.java?cvsroot=classpath&r1=1.46&r2=1.47 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkToolkit.java?cvsroot=classpath&r1=1.90&r2=1.91 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkWindowPeer.java?cvsroot=classpath&r1=1.48&r2=1.49 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkMouseInfoPeer.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.h?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkToolkit.h?cvsroot=classpath&r1=1.11&r2=1.12 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkWindowPeer.h?cvsroot=classpath&r1=1.22&r2=1.23 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Image.java?cvsroot=classpath&r1=1.14&r2=1.15 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Toolkit.java?cvsroot=classpath&r1=1.42&r2=1.43 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Window.java?cvsroot=classpath&r1=1.72&r2=1.73 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/MouseInfo.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/PointerInfo.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/peer/WindowPeer.java?cvsroot=classpath&r1=1.10&r2=1.11 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/peer/MouseInfoPeer.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c?cvsroot=classpath&r1=1.26&r2=1.27 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c?cvsroot=classpath&r1=1.67&r2=1.68 From MAILER-DAEMON Sat Jul 15 12:55:11 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1nQ7-0003Kk-OU for mharc-commit-classpath@gnu.org; Sat, 15 Jul 2006 12:55:11 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1nQ6-0003Kf-Qq for commit-classpath@gnu.org; Sat, 15 Jul 2006 12:55:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1nQ4-0003KT-FW for commit-classpath@gnu.org; Sat, 15 Jul 2006 12:55:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1nQ4-0003KQ-B8 for commit-classpath@gnu.org; Sat, 15 Jul 2006 12:55:08 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1nSJ-00087k-Qs for commit-classpath@gnu.org; Sat, 15 Jul 2006 12:57:27 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1nQ3-0000yN-00 for ; Sat, 15 Jul 2006 12:55:07 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G1nQ3-0000yK-74 for commit-classpath@gnu.org; Sat, 15 Jul 2006 16:55:07 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 15 Jul 2006 16:55:07 +0000 Subject: [commit-cp] classpath ChangeLog native/jni/gtk-peer/gnu_jav... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 16:55:10 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/15 16:55:07 Modified files: . : ChangeLog native/jni/gtk-peer: gnu_java_awt_peer_gtk_GtkToolkit.c Log message: * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c: Removed C++ style comment. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8113&r2=1.8114 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c?cvsroot=classpath&r1=1.27&r2=1.28 From MAILER-DAEMON Sat Jul 15 13:26:20 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1nuG-0001rs-MW for mharc-commit-classpath@gnu.org; Sat, 15 Jul 2006 13:26:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1nuF-0001q7-Dp for commit-classpath@gnu.org; Sat, 15 Jul 2006 13:26:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1nuE-0001nw-IN for commit-classpath@gnu.org; Sat, 15 Jul 2006 13:26:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1nuE-0001nc-8d for commit-classpath@gnu.org; Sat, 15 Jul 2006 13:26:18 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1nwU-0002SM-Bv for commit-classpath@gnu.org; Sat, 15 Jul 2006 13:28:38 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1nu8-0001pT-00 for ; Sat, 15 Jul 2006 13:26:12 -0400 Received: from keiths by savannah.gnu.org with local (Exim 4.50) id 1G1nu8-0001pQ-10 for commit-classpath@gnu.org; Sat, 15 Jul 2006 17:26:12 +0000 To: commit-classpath@gnu.org Message-Id: From: Keith Seitz Date: Sat, 15 Jul 2006 17:26:12 +0000 Subject: [commit-cp] classpath ChangeLog NEWS doc/vmintegration.texi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 17:26:19 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Keith Seitz 06/07/15 17:26:12 Modified files: . : ChangeLog NEWS doc : vmintegration.texinfo Added files: include : jvmti.h Log message: * NEWS: Update for JVMTI and jvmti.h. * doc/vmintegration.texinfo: Likewise. * include/jvmti.h: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8114&r2=1.8115 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&r1=1.158&r2=1.159 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&r1=1.35&r2=1.36 http://cvs.savannah.gnu.org/viewcvs/classpath/include/jvmti.h?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sat Jul 15 15:25:16 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1plM-0006Al-OZ for mharc-commit-classpath@gnu.org; Sat, 15 Jul 2006 15:25:16 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1plL-0006Ag-H8 for commit-classpath@gnu.org; Sat, 15 Jul 2006 15:25:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1plJ-0006AT-4s for commit-classpath@gnu.org; Sat, 15 Jul 2006 15:25:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1plJ-0006AP-1c for commit-classpath@gnu.org; Sat, 15 Jul 2006 15:25:13 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1pna-0001hT-Aq for commit-classpath@gnu.org; Sat, 15 Jul 2006 15:27:34 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1plI-0005a2-00 for ; Sat, 15 Jul 2006 15:25:12 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G1plI-0005Zz-7T for commit-classpath@gnu.org; Sat, 15 Jul 2006 19:25:12 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 15 Jul 2006 19:25:12 +0000 Subject: [commit-cp] classpath ChangeLog autogen.sh X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 19:25:15 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/15 19:25:12 Modified files: . : ChangeLog autogen.sh Log message: * autogen.sh: Recognize autoconf 2.60. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8115&r2=1.8116 http://cvs.savannah.gnu.org/viewcvs/classpath/autogen.sh?cvsroot=classpath&r1=1.14&r2=1.15 From MAILER-DAEMON Sat Jul 15 15:54:59 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1qE7-0002vf-LP for mharc-commit-classpath@gnu.org; Sat, 15 Jul 2006 15:54:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1qE6-0002uH-Bm for commit-classpath@gnu.org; Sat, 15 Jul 2006 15:54:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1qE5-0002sq-Eh for commit-classpath@gnu.org; Sat, 15 Jul 2006 15:54:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1qE5-0002sS-5P for commit-classpath@gnu.org; Sat, 15 Jul 2006 15:54:57 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1qGM-0003MP-IO for commit-classpath@gnu.org; Sat, 15 Jul 2006 15:57:18 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1qE4-000784-00 for ; Sat, 15 Jul 2006 15:54:56 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G1qE4-000781-2t for commit-classpath@gnu.org; Sat, 15 Jul 2006 19:54:56 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 15 Jul 2006 19:54:56 +0000 Subject: [commit-cp] classpath ChangeLog include/Makefile.am include... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 19:54:58 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/15 19:54:56 Modified files: . : ChangeLog include : Makefile.am gnu_java_awt_peer_gtk_GtkWindowPeer.h native/jni/gtk-peer: Makefile.am Removed files: include : gnu_java_awt_peer_gtk_GdkTextLayout.h native/jni/gtk-peer: gnu_java_awt_peer_gtk_GdkTextLayout.c Log message: * include/Makefile.am: Remove include/gnu_java_awt_peer_gtk_GdkTextLayout.h. * include/gnu_java_awt_peer_gtk_GdkTextLayout.h: Removed. * native/jni/gtk-peer/Makefile.am: Remove gnu_java_awt_peer_gtk_GdkTextLayout.c * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c: Removed. * include/gnu_java_awt_peer_gtk_GtkWindowPeer.h: Regenerated. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8116&r2=1.8117 http://cvs.savannah.gnu.org/viewcvs/classpath/include/Makefile.am?cvsroot=classpath&r1=1.67&r2=1.68 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkWindowPeer.h?cvsroot=classpath&r1=1.23&r2=1.24 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GdkTextLayout.h?cvsroot=classpath&r1=1.7&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/Makefile.am?cvsroot=classpath&r1=1.46&r2=1.47 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c?cvsroot=classpath&r1=1.16&r2=0 From MAILER-DAEMON Sat Jul 15 16:22:55 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1qf8-0007vL-VL for mharc-commit-classpath@gnu.org; Sat, 15 Jul 2006 16:22:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1qf6-0007v3-VH for commit-classpath@gnu.org; Sat, 15 Jul 2006 16:22:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1qf5-0007uo-JK for commit-classpath@gnu.org; Sat, 15 Jul 2006 16:22:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1qf5-0007ul-Dl for commit-classpath@gnu.org; Sat, 15 Jul 2006 16:22:51 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1qhN-0004zH-8J for commit-classpath@gnu.org; Sat, 15 Jul 2006 16:25:13 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1qf4-0007P2-00 for ; Sat, 15 Jul 2006 16:22:50 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G1qf4-0007Oz-Hz for commit-classpath@gnu.org; Sat, 15 Jul 2006 20:22:50 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 15 Jul 2006 20:22:50 +0000 Subject: [commit-cp] classpath ChangeLog doc/vmintegration.texinfo X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 20:22:53 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/15 20:22:50 Modified files: . : ChangeLog doc : vmintegration.texinfo Log message: * doc/vmintegration.texinfo (gnu.java.lang.management): Change xref to code. (JNI Implementation): Mark JVMTI Implementation as next. (JVMTI Implementation): Mark JNI Implementation as prev. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8117&r2=1.8118 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&r1=1.36&r2=1.37 From MAILER-DAEMON Sat Jul 15 17:37:59 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1rpn-00037p-14 for mharc-commit-classpath@gnu.org; Sat, 15 Jul 2006 17:37:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1rpk-00037J-J9 for commit-classpath@gnu.org; Sat, 15 Jul 2006 17:37:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1rpj-000370-TD for commit-classpath@gnu.org; Sat, 15 Jul 2006 17:37:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1rpj-00036w-NC for commit-classpath@gnu.org; Sat, 15 Jul 2006 17:37:55 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1rs2-0001HQ-6q for commit-classpath@gnu.org; Sat, 15 Jul 2006 17:40:18 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1rpi-0002H5-00 for ; Sat, 15 Jul 2006 17:37:54 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G1rpi-0002H2-5u for commit-classpath@gnu.org; Sat, 15 Jul 2006 21:37:54 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Sat, 15 Jul 2006 21:37:54 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/JFileChooser.ja... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 21:37:56 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/15 21:37:54 Modified files: . : ChangeLog javax/swing : JFileChooser.java javax/swing/plaf/basic: BasicDirectoryModel.java BasicFileChooserUI.java javax/swing/plaf/metal: MetalFileChooserUI.java Log message: 2006-07-15 Sven de Marothy * javax/swing/JFileChooser.java Change default selection mode to FILES_ONLY. * javax/swing/plaf/basic/BasicDirectoryModel.java Document, fix selection mode filtering. (renameFile): Implement * javax/swing/plaf/basic/BasicFileChooserUI.java (selectedDir): New field to handle selected directories, disallow selecting of directories in FILES_ONLY mode. * javax/swing/plaf/metal/MetalFileChooserUI.java: (EditingActionListener.actionPerformed): Stop editing on all actions (e.g. return-key press) CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8118&r2=1.8119 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JFileChooser.java?cvsroot=classpath&r1=1.34&r2=1.35 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicDirectoryModel.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicFileChooserUI.java?cvsroot=classpath&r1=1.26&r2=1.27 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalFileChooserUI.java?cvsroot=classpath&r1=1.23&r2=1.24 From MAILER-DAEMON Sat Jul 15 18:59:29 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1t6e-00007H-J6 for mharc-commit-classpath@gnu.org; Sat, 15 Jul 2006 18:59:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1t6c-00006O-Lm for commit-classpath@gnu.org; Sat, 15 Jul 2006 18:59:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1t6b-00006C-Ty for commit-classpath@gnu.org; Sat, 15 Jul 2006 18:59:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1t6b-000069-K5 for commit-classpath@gnu.org; Sat, 15 Jul 2006 18:59:25 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1t8u-0005rW-PM for commit-classpath@gnu.org; Sat, 15 Jul 2006 19:01:48 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1t6a-0004Ld-00 for ; Sat, 15 Jul 2006 18:59:24 -0400 Received: from neugens by savannah.gnu.org with local (Exim 4.50) id 1G1t6a-0004La-Hu for commit-classpath@gnu.org; Sat, 15 Jul 2006 22:59:24 +0000 To: commit-classpath@gnu.org Message-Id: From: Mario Torre Date: Sat, 15 Jul 2006 22:59:24 +0000 Subject: [commit-cp] classpath/native/jni/gconf-peer GConfNativePeer... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Jul 2006 22:59:26 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Mario Torre 06/07/15 22:59:24 Modified files: native/jni/gconf-peer: GConfNativePeer.c Makefile.am . : ChangeLog Log message: 2006-07-16 Mario Torre * native/jni/gconf-peer/GConfNativePeer.c (init_gconf_client): Fixed comment. This functions now requires to be called with gdk lock held, the comment states that. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_init_1id_1cache): Introduces gdk locks around critical regions of code. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1gconf_1client_1all_1keys): Likewise. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1gconf_1client_1all_1nodes): Likewise. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1suggest_1sync): Likewise. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1unset): Likewise. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1get_1string): Likewise. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1set_1string): Likewise. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1remove_1dir): Likewise. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1add_1dir): Likewise. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_gconf_1client_1dir_1exists): Likewise. (Java_gnu_java_util_prefs_gconf_GConfNativePeer_finalize_1class): * native/jni/gconf-peer/Makefile.am: The GConf peer now depends on GTK. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gconf-peer/GConfNativePeer.c?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gconf-peer/Makefile.am?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8119&r2=1.8120 From MAILER-DAEMON Sat Jul 15 22:49:49 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1whZ-0007Et-05 for mharc-commit-classpath@gnu.org; Sat, 15 Jul 2006 22:49:49 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1whX-0007EX-EL for commit-classpath@gnu.org; Sat, 15 Jul 2006 22:49:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1whV-0007Df-8R for commit-classpath@gnu.org; Sat, 15 Jul 2006 22:49:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1whU-0007DY-TT for commit-classpath@gnu.org; Sat, 15 Jul 2006 22:49:45 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1wjq-0003YO-CR for commit-classpath@gnu.org; Sat, 15 Jul 2006 22:52:10 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1whP-0003nN-00 for ; Sat, 15 Jul 2006 22:49:39 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G1whO-0003nK-Q6 for commit-classpath@gnu.org; Sun, 16 Jul 2006 02:49:39 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sun, 16 Jul 2006 02:49:38 +0000 Subject: [commit-cp] classpath/gnu/javax/crypto/cipher DES.java Chan... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 02:49:47 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/16 02:49:38 Modified files: gnu/javax/crypto/cipher: DES.java . : ChangeLog Log message: 2006-07-16 Raif S. Naffah * gnu/javax/crypto/cipher/DES.java (adjustParity): Index limit now takes offset into consideration. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/DES.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8120&r2=1.8121 From MAILER-DAEMON Sat Jul 15 22:59:35 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1wr1-0002kX-2j for mharc-commit-classpath@gnu.org; Sat, 15 Jul 2006 22:59:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1wr0-0002kL-0j for commit-classpath@gnu.org; Sat, 15 Jul 2006 22:59:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1wqz-0002k3-Db for commit-classpath@gnu.org; Sat, 15 Jul 2006 22:59:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1wqz-0002k0-CB for commit-classpath@gnu.org; Sat, 15 Jul 2006 22:59:33 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1wtK-00043P-U8 for commit-classpath@gnu.org; Sat, 15 Jul 2006 23:01:58 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1wqy-0003rS-00 for ; Sat, 15 Jul 2006 22:59:32 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G1wqy-0003rP-3c for commit-classpath@gnu.org; Sun, 16 Jul 2006 02:59:32 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sun, 16 Jul 2006 02:59:32 +0000 Subject: [commit-cp] classpath/gnu/javax/crypto/jce/params BlockCiph... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 02:59:34 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/16 02:59:32 Modified files: gnu/javax/crypto/jce/params: BlockCipherParameters.java . : ChangeLog Log message: 2006-07-16 Raif S. Naffah * gnu/javax/crypto/jce/params/BlockCipherParameters.java (engineGetParameterSpec): Should be able to return an IvParameterSpec. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/params/BlockCipherParameters.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8121&r2=1.8122 From MAILER-DAEMON Sat Jul 15 23:12:58 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1x3y-0000xY-Pj for mharc-commit-classpath@gnu.org; Sat, 15 Jul 2006 23:12:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1x3w-0000wk-LF for commit-classpath@gnu.org; Sat, 15 Jul 2006 23:12:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1x3u-0000vl-Uv for commit-classpath@gnu.org; Sat, 15 Jul 2006 23:12:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1x3u-0000vT-M8 for commit-classpath@gnu.org; Sat, 15 Jul 2006 23:12:54 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1x6G-0004rx-JK for commit-classpath@gnu.org; Sat, 15 Jul 2006 23:15:20 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1x3u-000483-00 for ; Sat, 15 Jul 2006 23:12:54 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G1x3t-000480-Ra for commit-classpath@gnu.org; Sun, 16 Jul 2006 03:12:54 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sun, 16 Jul 2006 03:12:53 +0000 Subject: [commit-cp] classpath/gnu/javax/crypto/kwa BaseKeyWrappingA... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 03:12:57 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/16 03:12:53 Modified files: gnu/javax/crypto/kwa: BaseKeyWrappingAlgorithm.java TripleDESKeyWrap.java AESKeyWrap.java IKeyWrappingAlgorithm.java . : ChangeLog Log message: 2006-07-16 Raif S. Naffah * gnu/javax/crypto/kwa/TripleDESKeyWrap.java (rnd): New field. (engineInit): If a SecureRandom was specified then use it. (nextRandomBytes): New method. (engineWrap): Use above method. * gnu/javax/crypto/kwa/BaseKeyWrappingAlgorithm.java (prng): New field. (getDefaultPRNG): New method. * gnu/javax/crypto/kwa/AESKeyWrap.java (engineInit): Reset underlying AES. * gnu/javax/crypto/kwa/IKeyWrappingAlgorithm.java (SOURCE_OF_RANDOMNESS): New constant. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/BaseKeyWrappingAlgorithm.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/TripleDESKeyWrap.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/AESKeyWrap.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/IKeyWrappingAlgorithm.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8122&r2=1.8123 From MAILER-DAEMON Sat Jul 15 23:23:54 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1xEY-0005a5-Bd for mharc-commit-classpath@gnu.org; Sat, 15 Jul 2006 23:23:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1xEW-0005XM-Ux for commit-classpath@gnu.org; Sat, 15 Jul 2006 23:23:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1xEV-0005UM-JJ for commit-classpath@gnu.org; Sat, 15 Jul 2006 23:23:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1xEV-0005UD-Di for commit-classpath@gnu.org; Sat, 15 Jul 2006 23:23:51 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1xGr-0005LJ-9Q for commit-classpath@gnu.org; Sat, 15 Jul 2006 23:26:17 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1xEU-0004FB-00 for ; Sat, 15 Jul 2006 23:23:50 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G1xEU-0004F8-46 for commit-classpath@gnu.org; Sun, 16 Jul 2006 03:23:50 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sun, 16 Jul 2006 03:23:50 +0000 Subject: [commit-cp] classpath ChangeLog javax/crypto/Cipher.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 03:23:53 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/16 03:23:50 Modified files: . : ChangeLog javax/crypto : Cipher.java Log message: 2006-07-16 Raif S. Naffah * javax/crypto/Cipher.java (getOutputSize): Allow SPIs initialised for key wrapping/unwrapping to invoke their engineGetOutputSize. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8123&r2=1.8124 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/crypto/Cipher.java?cvsroot=classpath&r1=1.5&r2=1.6 From MAILER-DAEMON Sat Jul 15 23:34:39 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1xOw-0001z2-Ug for mharc-commit-classpath@gnu.org; Sat, 15 Jul 2006 23:34:38 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1xOv-0001xN-OO for commit-classpath@gnu.org; Sat, 15 Jul 2006 23:34:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1xOt-0001t2-TV for commit-classpath@gnu.org; Sat, 15 Jul 2006 23:34:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1xOt-0001sp-Qh for commit-classpath@gnu.org; Sat, 15 Jul 2006 23:34:35 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1xRF-0005vU-Pl for commit-classpath@gnu.org; Sat, 15 Jul 2006 23:37:01 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1xOt-0005Ml-00 for ; Sat, 15 Jul 2006 23:34:35 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G1xOs-0005MX-CC for commit-classpath@gnu.org; Sun, 16 Jul 2006 03:34:34 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sun, 16 Jul 2006 03:34:34 +0000 Subject: [commit-cp] classpath ChangeLog gnu/javax/crypto/jce/GnuCry... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 03:34:38 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/16 03:34:34 Modified files: . : ChangeLog gnu/javax/crypto/jce: GnuCrypto.java Added files: gnu/javax/crypto/jce/cipher: TripleDESKeyWrapSpi.java AESKeyWrapSpi.java AES128KeyWrapSpi.java AES256KeyWrapSpi.java KeyWrappingAlgorithmAdapter.java AES192KeyWrapSpi.java Log message: 2006-07-16 Raif S. Naffah * gnu/javax/crypto/jce/cipher/KeyWrappingAlgorithmAdapter.java: New file. * gnu/javax/crypto/jce/cipher/AESKeyWrapSpi.java: New file. * gnu/javax/crypto/jce/cipher/AES128KeyWrapSpi.java: Likewise. * gnu/javax/crypto/jce/cipher/AES192KeyWrapSpi.java: Likewise. * gnu/javax/crypto/jce/cipher/AES256KeyWrapSpi.java: Likewise. * gnu/javax/crypto/jce/cipher/TripleDESKeyWrapSpi.java: Likewise. * gnu/javax/crypto/jce/GnuCrypto.java (.run): Added mappings for newly added Key Wrapping Algorithm SPIs. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/TripleDESKeyWrapSpi.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/AESKeyWrapSpi.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/AES128KeyWrapSpi.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/AES256KeyWrapSpi.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/KeyWrappingAlgorithmAdapter.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/AES192KeyWrapSpi.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8124&r2=1.8125 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/GnuCrypto.java?cvsroot=classpath&r1=1.6&r2=1.7 From MAILER-DAEMON Sun Jul 16 00:23:44 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1yAS-0000BL-3c for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 00:23:44 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1yAR-0000BG-B5 for commit-classpath@gnu.org; Sun, 16 Jul 2006 00:23:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1yAQ-0000Au-IN for commit-classpath@gnu.org; Sun, 16 Jul 2006 00:23:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1yAQ-0000Ar-D7 for commit-classpath@gnu.org; Sun, 16 Jul 2006 00:23:42 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1yCm-0000SG-Qv for commit-classpath@gnu.org; Sun, 16 Jul 2006 00:26:08 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1yAM-0007aI-00 for ; Sun, 16 Jul 2006 00:23:38 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G1yAL-0007aF-Nt for commit-classpath@gnu.org; Sun, 16 Jul 2006 04:23:38 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Sun, 16 Jul 2006 04:23:37 +0000 Subject: [commit-cp] classpath ChangeLog java/util/UUID.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 04:23:43 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/16 04:23:37 Modified files: . : ChangeLog Added files: java/util : UUID.java Log message: 2006-07-16 Sven de Marothy * java/util/UUID.java: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8125&r2=1.8126 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/UUID.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sun Jul 16 01:56:07 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G1zbr-0000d6-6u for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 01:56:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G1zbp-0000bx-Pk for commit-classpath@gnu.org; Sun, 16 Jul 2006 01:56:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G1zbn-0000YI-O6 for commit-classpath@gnu.org; Sun, 16 Jul 2006 01:56:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G1zbn-0000Y1-A2 for commit-classpath@gnu.org; Sun, 16 Jul 2006 01:56:03 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G1zeA-00032P-H1 for commit-classpath@gnu.org; Sun, 16 Jul 2006 01:58:30 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G1zbk-0002Y5-00 for ; Sun, 16 Jul 2006 01:56:00 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G1zbk-0002Y2-4c for commit-classpath@gnu.org; Sun, 16 Jul 2006 05:56:00 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sun, 16 Jul 2006 05:56:00 +0000 Subject: [commit-cp] classpath/tools/gnu/classpath/tools/keytool Com... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 05:56:06 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/16 05:56:00 Modified files: tools/gnu/classpath/tools/keytool: Command.java IdentityDBCmd.java GenKeyCmd.java ImportCmd.java . : ChangeLog Log message: 2006-07-16 Raif S. Naffah PR Classpath/28391 * tools/gnu/classpath/tools/keytool/Command.java (setKeyStoreParams(5)): New method. (setKeyStoreParams(4)): Call the above method with false as its 1st arg. (setProviderClassNameParam): Made private. (setKeystoreTypeParam): Likewise. (setKeyPasswordParam): Likewise (setKeystorePasswordParam): Likewise. (setKeystoreURLParam): Now accepts 2 more arguments; the first a boolean to create or not the keystore if it's not there, and the second is the store's password to process before loading the keystore. Amended the code accordingly. * tools/gnu/classpath/tools/keytool/GenKeyCmd.java (setup): Call super's setKeyStoreParams(5) with true as its first argument. * tools/gnu/classpath/tools/keytool/IdentityDBCmd.java (setup): Likewise. * tools/gnu/classpath/tools/keytool/ImportCmd.java (setup): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/Command.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/IdentityDBCmd.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/GenKeyCmd.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/ImportCmd.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8126&r2=1.8127 From MAILER-DAEMON Sun Jul 16 04:07:22 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G21er-00025v-Si for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 04:07:21 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G21eq-00025L-Bw for commit-classpath@gnu.org; Sun, 16 Jul 2006 04:07:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G21eo-00024l-Sh for commit-classpath@gnu.org; Sun, 16 Jul 2006 04:07:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G21eo-00024b-JK for commit-classpath@gnu.org; Sun, 16 Jul 2006 04:07:18 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G21hC-0003ZY-Vl for commit-classpath@gnu.org; Sun, 16 Jul 2006 04:09:47 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G21el-0006cz-00 for ; Sun, 16 Jul 2006 04:07:15 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G21ek-0006cw-Pl for commit-classpath@gnu.org; Sun, 16 Jul 2006 08:07:14 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Sun, 16 Jul 2006 08:07:14 +0000 Subject: [commit-cp] classpath/javax/rmi/ssl X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 08:07:20 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/16 08:07:14 New directory: javax/rmi/ssl CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/rmi/ssl/?cvsroot=classpath From MAILER-DAEMON Sun Jul 16 04:07:52 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G21fL-0002OO-UK for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 04:07:52 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G21fK-0002N9-0Q for commit-classpath@gnu.org; Sun, 16 Jul 2006 04:07:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G21fJ-0002MS-0z for commit-classpath@gnu.org; Sun, 16 Jul 2006 04:07:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G21fI-0002M3-LB for commit-classpath@gnu.org; Sun, 16 Jul 2006 04:07:48 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G21hh-0003dC-5v for commit-classpath@gnu.org; Sun, 16 Jul 2006 04:10:17 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G21fI-0006dX-00 for ; Sun, 16 Jul 2006 04:07:48 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G21fH-0006dT-FQ for commit-classpath@gnu.org; Sun, 16 Jul 2006 08:07:47 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Sun, 16 Jul 2006 08:07:47 +0000 Subject: [commit-cp] classpath ChangeLog javax/rmi/ssl/SslRMIClientS... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 08:07:51 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/16 08:07:47 Modified files: . : ChangeLog Added files: javax/rmi/ssl : SslRMIClientSocketFactory.java SslRMIServerSocketFactory.java Log message: 2006-07-16 Sven de Marothy * javax/rmi/ssl/SslRMIServerSocketFactory.java, * javax/rmi/ssl/SslRMIClientSocketFactory.java: New files. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8127&r2=1.8128 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/rmi/ssl/SslRMIClientSocketFactory.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/rmi/ssl/SslRMIServerSocketFactory.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sun Jul 16 07:57:07 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G25FD-0007gO-H5 for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 07:57:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G25FB-0007bZ-Fu for commit-classpath@gnu.org; Sun, 16 Jul 2006 07:57:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G25FA-0007bN-1P for commit-classpath@gnu.org; Sun, 16 Jul 2006 07:57:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G25F9-0007bK-TO for commit-classpath@gnu.org; Sun, 16 Jul 2006 07:57:03 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G25Ha-0003Hf-Lw for commit-classpath@gnu.org; Sun, 16 Jul 2006 07:59:34 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G25F9-0003HJ-00 for ; Sun, 16 Jul 2006 07:57:03 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G25F8-0003HF-Qx for commit-classpath@gnu.org; Sun, 16 Jul 2006 11:57:03 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sun, 16 Jul 2006 11:57:02 +0000 Subject: [commit-cp] classpath ChangeLog java/io/PrintStream.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 11:57:05 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/16 11:57:02 Modified files: . : ChangeLog java/io : PrintStream.java Log message: 2006-07-16 Thomas Minor <1nocentrabidlamb@sexMagnet.com> Mark Wielaard * java/io/PrintStream.java: Added four constructors, for File and String describing a filename with or without explicit encoding. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8128&r2=1.8129 http://cvs.savannah.gnu.org/viewcvs/classpath/java/io/PrintStream.java?cvsroot=classpath&r1=1.26&r2=1.27 From MAILER-DAEMON Sun Jul 16 10:35:43 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G27ih-0008Dw-HX for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 10:35:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G27ig-0008Dj-6n for commit-classpath@gnu.org; Sun, 16 Jul 2006 10:35:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G27ie-0008D1-PB for commit-classpath@gnu.org; Sun, 16 Jul 2006 10:35:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G27ie-0008Cx-I5 for commit-classpath@gnu.org; Sun, 16 Jul 2006 10:35:40 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G27l6-0005cx-Tu for commit-classpath@gnu.org; Sun, 16 Jul 2006 10:38:13 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G27id-0007oJ-00 for ; Sun, 16 Jul 2006 10:35:39 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G27ic-0007oA-Lm for commit-classpath@gnu.org; Sun, 16 Jul 2006 14:35:39 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 16 Jul 2006 14:35:38 +0000 Subject: [commit-cp] classpath ChangeLog javax/management/MBeanFeatu... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 14:35:42 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/16 14:35:38 Modified files: . : ChangeLog javax/management: MBeanFeatureInfo.java OperationsException.java Added files: javax/management: ListenerNotFoundException.java MBeanNotificationInfo.java Notification.java NotificationBroadcaster.java NotificationEmitter.java NotificationFilter.java NotificationListener.java Log message: 2006-07-16 Andrew John Hughes * javax/management/ListenerNotFoundException.java: New file. * javax/management/MBeanFeatureInfo.java: (hashCode()): Use summation instead of multiplication for consistency with other classes. * javax/management/MBeanNotificationInfo.java, * javax/management/Notification.java, * javax/management/NotificationBroadcaster.java, * javax/management/NotificationEmitter.java, * javax/management/NotificationFilter.java, * javax/management/NotificationListener.java: New files. * javax/management/OperationsException.java: (serialVersionUID): Added. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8129&r2=1.8130 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanFeatureInfo.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/OperationsException.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/ListenerNotFoundException.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanNotificationInfo.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/Notification.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotificationBroadcaster.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotificationEmitter.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotificationFilter.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotificationListener.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sun Jul 16 11:03:30 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G289Z-0003aj-U3 for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 11:03:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G289W-0003Zv-SO for commit-classpath@gnu.org; Sun, 16 Jul 2006 11:03:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G289W-0003Z5-9U for commit-classpath@gnu.org; Sun, 16 Jul 2006 11:03:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G289W-0003Z1-2h for commit-classpath@gnu.org; Sun, 16 Jul 2006 11:03:26 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G28By-000769-HB for commit-classpath@gnu.org; Sun, 16 Jul 2006 11:05:58 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G289G-0000gg-00 for ; Sun, 16 Jul 2006 11:03:10 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1G289G-0000gd-Fi for commit-classpath@gnu.org; Sun, 16 Jul 2006 15:03:10 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Sun, 16 Jul 2006 15:03:10 +0000 Subject: [commit-cp] classpath javax/swing/text/html/parser/ParserDe... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 15:03:27 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/16 15:03:10 Modified files: javax/swing/text/html/parser: ParserDelegator.java javax/swing/text/html: HTMLEditorKit.java HTMLDocument.java gnu/javax/swing/text/html/parser: HTML_401F.java htmlValidator.java . : ChangeLog examples/gnu/classpath/examples/swing: HtmlDemo.java Added files: gnu/javax/swing/text/html/parser: GnuParserDelegator.java HTML_401Swing.java Log message: 2006-07-16 Audrius Meskauskas PR 28392 * examples/gnu/classpath/examples/swing/HtmlDemo.java: Removed heading p tag from the parsing example. * gnu/javax/swing/text/html/parser/HTML_401F.java: (createHtmlContentModel): Explained. (defineElements): Call getBodyElements to get the body elements. (getBodyElements): New method. (model): Made protected from private. * gnu/javax/swing/text/html/parser/htmlValidator.java (openTag): Mind that current content model may be null. (tagIsValidForContext): If the tag is PCDATA, and it is not valid for context, but the paragraph (P) is valid for context, suggest to insert the P tag here. * javax/swing/text/html/HTMLDocument.java (HTMLReader.addContent, HTMLReader.blockOpen, HTMLReader.blockClose): Do not handle implied P tags here. * javax/swing/text/html/HTMLEditorKit.java (getParser): Get the custom parser, using HTML_401Swing.java DTD. * javax/swing/text/html/parser/ParserDelegator.java: Removed the obsolete note that HTMLEditorKit does not exist. * gnu/javax/swing/text/html/parser/GnuParserDelegator.java, gnu/javax/swing/text/html/parser/HTML_401Swing.java: New files. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/parser/ParserDelegator.java?cvsroot=classpath&r1=1.8&r2=1.9 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLEditorKit.java?cvsroot=classpath&r1=1.30&r2=1.31 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLDocument.java?cvsroot=classpath&r1=1.37&r2=1.38 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/parser/HTML_401F.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/parser/htmlValidator.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/parser/GnuParserDelegator.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/parser/HTML_401Swing.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8130&r2=1.8131 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/swing/HtmlDemo.java?cvsroot=classpath&r1=1.3&r2=1.4 From MAILER-DAEMON Sun Jul 16 12:35:51 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G29ax-0007fx-F3 for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 12:35:51 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G29av-0007cp-Cf for commit-classpath@gnu.org; Sun, 16 Jul 2006 12:35:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G29at-0007Yb-7p for commit-classpath@gnu.org; Sun, 16 Jul 2006 12:35:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G29at-0007YW-58 for commit-classpath@gnu.org; Sun, 16 Jul 2006 12:35:47 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G29dM-0007SR-Ly for commit-classpath@gnu.org; Sun, 16 Jul 2006 12:38:20 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G29ar-0004Id-00 for ; Sun, 16 Jul 2006 12:35:45 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G29aq-0004Ia-P2 for commit-classpath@gnu.org; Sun, 16 Jul 2006 16:35:45 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sun, 16 Jul 2006 16:35:44 +0000 Subject: [commit-cp] classpath/tools/gnu/classpath/tools/keytool Com... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 16:35:50 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/16 16:35:44 Modified files: tools/gnu/classpath/tools/keytool: Command.java . : ChangeLog Log message: 2006-07-17 Raif S. Naffah * tools/gnu/classpath/tools/keytool/Command.java (setKeystoreURLParam): Condition the creation of .keystore (a default keystore) based on the createIfNotFound argument as well. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/Command.java?cvsroot=classpath&r1=1.7&r2=1.8 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8131&r2=1.8132 From MAILER-DAEMON Sun Jul 16 14:26:11 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2BJj-0002vx-GR for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 14:26:11 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2BJi-0002vr-MN for commit-classpath@gnu.org; Sun, 16 Jul 2006 14:26:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2BJi-0002vY-3x for commit-classpath@gnu.org; Sun, 16 Jul 2006 14:26:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2BJh-0002vN-Vw for commit-classpath@gnu.org; Sun, 16 Jul 2006 14:26:10 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2BMC-0007oc-SW for commit-classpath@gnu.org; Sun, 16 Jul 2006 14:28:44 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2BJS-0006mA-00 for ; Sun, 16 Jul 2006 14:25:54 -0400 Received: from audriusa by savannah.gnu.org with local (Exim 4.50) id 1G2BJS-0006m7-A7 for commit-classpath@gnu.org; Sun, 16 Jul 2006 18:25:54 +0000 To: commit-classpath@gnu.org Message-Id: From: Audrius Meskauskas Date: Sun, 16 Jul 2006 18:25:54 +0000 Subject: [commit-cp] classpath/gnu/javax/swing/text/html/parser HTML... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 18:26:10 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Audrius Meskauskas 06/07/16 18:25:54 Modified files: gnu/javax/swing/text/html/parser: HTML_401Swing.java htmlValidator.java . : ChangeLog Log message: 2006-07-16 Audrius Meskauskas PR 28392 * gnu/javax/swing/text/html/parser/htmlValidator.java (tagIsValidForContext): If it is not possible to insert any tag, but is possible to insert a P, insert a P. * gnu/javax/swing/text/html/parser/HTML_401Swing.java (newInstance): Removed print statement. (getBodyElements): Removed ABBR, ACRONYM, BDO, Q, S, SUB, SUP and ADDRESS from the valid body level tags (will be enclosed into P's). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/parser/HTML_401Swing.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/parser/htmlValidator.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8132&r2=1.8133 From MAILER-DAEMON Sun Jul 16 15:22:13 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2CBx-0007tb-2P for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 15:22:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2CBu-0007tK-VO for commit-classpath@gnu.org; Sun, 16 Jul 2006 15:22:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2CBs-0007sF-IC for commit-classpath@gnu.org; Sun, 16 Jul 2006 15:22:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2CBs-0007sC-Cy for commit-classpath@gnu.org; Sun, 16 Jul 2006 15:22:08 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2CEN-0003BN-Fi for commit-classpath@gnu.org; Sun, 16 Jul 2006 15:24:43 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2CBs-0000FE-00 for ; Sun, 16 Jul 2006 15:22:08 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G2CBr-0000FB-NB for commit-classpath@gnu.org; Sun, 16 Jul 2006 19:22:08 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 16 Jul 2006 19:22:07 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/management/Memory... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 19:22:11 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/16 19:22:07 Modified files: . : ChangeLog Added files: java/lang/management: MemoryNotificationInfo.java Log message: 2006-07-16 Andrew John Hughes * java/lang/management/MemoryNotificationInfo.java: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8133&r2=1.8134 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryNotificationInfo.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sun Jul 16 16:18:10 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2D46-0001od-AG for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 16:18:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2D44-0001nY-6i for commit-classpath@gnu.org; Sun, 16 Jul 2006 16:18:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2D43-0001mz-5H for commit-classpath@gnu.org; Sun, 16 Jul 2006 16:18:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2D42-0001mu-OR for commit-classpath@gnu.org; Sun, 16 Jul 2006 16:18:06 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2D6Y-0007MS-D6 for commit-classpath@gnu.org; Sun, 16 Jul 2006 16:20:42 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2D42-0002Dv-00 for ; Sun, 16 Jul 2006 16:18:06 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G2D41-0002Ds-Rz for commit-classpath@gnu.org; Sun, 16 Jul 2006 20:18:06 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 16 Jul 2006 20:18:05 +0000 Subject: [commit-cp] classpath ChangeLog javax/management/MBeanInfo.... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 20:18:08 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/16 20:18:05 Modified files: . : ChangeLog javax/management: MBeanInfo.java NotificationBroadcaster.java NotificationEmitter.java NotificationFilter.java NotificationListener.java javax/rmi/ssl : SslRMIClientSocketFactory.java Log message: 2006-07-16 Andrew John Hughes * javax/management/MBeanInfo.java: (getNotifications()): Implemented. * javax/management/NotificationBroadcaster.java: (removeNotificationListener(NotificationListener)): Renamed from removeListener. * javax/management/NotificationEmitter.java: (removeNotificationListener(NotificationListener, NotificationFilter, Object)): Likewise. * javax/management/NotificationFilter.java: Implement Serializable. * javax/management/NotificationListener.java: Implement java.util.EventListener. * javax/rmi/ssl/SslRMIClientSocketFactory.java: Implement Serializable. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8134&r2=1.8135 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanInfo.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotificationBroadcaster.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotificationEmitter.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotificationFilter.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotificationListener.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/rmi/ssl/SslRMIClientSocketFactory.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Sun Jul 16 16:22:26 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2D8E-0003iE-ER for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 16:22:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2D8C-0003i9-ND for commit-classpath@gnu.org; Sun, 16 Jul 2006 16:22:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2D8B-0003hx-Kq for commit-classpath@gnu.org; Sun, 16 Jul 2006 16:22:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2D8B-0003hu-HK for commit-classpath@gnu.org; Sun, 16 Jul 2006 16:22:23 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2DAh-0007aC-9h for commit-classpath@gnu.org; Sun, 16 Jul 2006 16:24:59 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2D85-0002Hm-00 for ; Sun, 16 Jul 2006 16:22:17 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1G2D85-0002Hj-7G for commit-classpath@gnu.org; Sun, 16 Jul 2006 20:22:17 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Sun, 16 Jul 2006 20:22:17 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/StrictMath.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 20:22:24 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tom Tromey 06/07/16 20:22:17 Modified files: . : ChangeLog java/lang : StrictMath.java Log message: 2006-07-16 Carsten Neumann * java/lang/StrictMath.java (cbrt): New method. (getLowDWord): New helper method. (getHighDWord): Likewise. (buildDouble): Likewise. (CBRT_B1): New field. (CBRT_B2): Likewise. (CBRT_C): Likewise. (CBRT_D): Likewise. (CBRT_E): Likewise. (CBRT_F): Likewise. (CBRT_G): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8135&r2=1.8136 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/StrictMath.java?cvsroot=classpath&r1=1.8&r2=1.9 From MAILER-DAEMON Sun Jul 16 16:23:52 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2D9c-00058a-Ob for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 16:23:52 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2D9b-00058N-6n for commit-classpath@gnu.org; Sun, 16 Jul 2006 16:23:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2D9a-00058B-P6 for commit-classpath@gnu.org; Sun, 16 Jul 2006 16:23:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2D9a-000588-JQ for commit-classpath@gnu.org; Sun, 16 Jul 2006 16:23:50 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2DC6-0007eh-8y for commit-classpath@gnu.org; Sun, 16 Jul 2006 16:26:26 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2D9a-0002J1-00 for ; Sun, 16 Jul 2006 16:23:50 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1G2D9Z-0002Iy-Nv for commit-classpath@gnu.org; Sun, 16 Jul 2006 20:23:50 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Sun, 16 Jul 2006 20:23:49 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/StrictMath.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 20:23:51 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tom Tromey 06/07/16 20:23:49 Modified files: . : ChangeLog java/lang : StrictMath.java Log message: * java/lang/StrictMath.java (cbrt): Added '@since'. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8136&r2=1.8137 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/StrictMath.java?cvsroot=classpath&r1=1.9&r2=1.10 From MAILER-DAEMON Sun Jul 16 17:52:11 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2EX4-00054B-2t for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 17:52:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2EX2-00052T-2F for commit-classpath@gnu.org; Sun, 16 Jul 2006 17:52:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2EWy-0004zJ-Hs for commit-classpath@gnu.org; Sun, 16 Jul 2006 17:52:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2EWx-0004z0-VW for commit-classpath@gnu.org; Sun, 16 Jul 2006 17:52:04 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2EZT-0004Sb-Ua for commit-classpath@gnu.org; Sun, 16 Jul 2006 17:54:40 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2EWw-0007hY-00 for ; Sun, 16 Jul 2006 17:52:02 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G2EWv-0007hK-2H for commit-classpath@gnu.org; Sun, 16 Jul 2006 21:52:02 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 16 Jul 2006 21:52:01 +0000 Subject: [commit-cp] classpath ChangeLog NEWS autogen.sh configure.a... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 21:52:08 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Andrew John Hughes 06/07/16 21:52:01 Modified files: . : ChangeLog NEWS autogen.sh configure.ac doc : vmintegration.texinfo examples : .cvsignore Makefile.am README examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication: StructureToPassHelper.java StructureToReturnHelper.java TreeNodeHelper.java WeThrowThisExceptionHelper.java examples/gnu/classpath/examples/swing: HtmlDemo.java gnu/CORBA : ForwardRequestHelper.java gnu/classpath/debug: Simple1LineFormatter.java SystemLogger.java gnu/java/awt : ClasspathToolkit.java gnu/java/awt/java2d: CubicSegment.java LineSegment.java QuadSegment.java gnu/java/awt/peer: ClasspathFontPeer.java gnu/java/awt/peer/gtk: CairoGraphics2D.java CairoSurface.java ComponentGraphics.java GdkGraphicsEnvironment.java GtkFramePeer.java GtkToolkit.java GtkWindowPeer.java gnu/java/awt/peer/x: XToolkit.java gnu/java/net/local: LocalSocketImpl.java gnu/java/security: OID.java PolicyFile.java Registry.java gnu/java/security/key/dss: DSSKey.java DSSPrivateKey.java DSSPublicKey.java gnu/java/security/key/rsa: GnuRSAKey.java GnuRSAPrivateKey.java GnuRSAPublicKey.java gnu/javax/crypto: RSACipherImpl.java gnu/javax/crypto/cipher: DES.java gnu/javax/crypto/jce: GnuCrypto.java gnu/javax/crypto/jce/cipher: CipherAdapter.java gnu/javax/crypto/jce/params: BlockCipherParameters.java gnu/javax/crypto/key/dh: GnuDHKey.java GnuDHPrivateKey.java GnuDHPublicKey.java gnu/javax/crypto/pad: BasePad.java IPad.java gnu/javax/crypto/sasl/plain: PasswordFile.java gnu/javax/imageio/gif: GIFImageReader.java gnu/javax/swing/text/html/parser: HTML_401F.java htmlValidator.java include : Makefile.am gnu_java_awt_peer_gtk_CairoGraphics2D.h gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.h gnu_java_awt_peer_gtk_GtkToolkit.h gnu_java_awt_peer_gtk_GtkWindowPeer.h gnu_java_net_local_LocalSocketImpl.h java/awt : BasicStroke.java Canvas.java CardLayout.java CheckboxMenuItem.java Choice.java Component.java Container.java Cursor.java FlowLayout.java GridBagLayout.java Image.java List.java Menu.java MenuBar.java MenuComponent.java MenuItem.java PopupMenu.java ScrollPane.java TextField.java Toolkit.java Window.java java/awt/font : TextLayout.java TextMeasurer.java java/awt/image : BandedSampleModel.java BufferedImage.java DataBuffer.java MultiPixelPackedSampleModel.java SampleModel.java SinglePixelPackedSampleModel.java java/awt/peer : WindowPeer.java java/io : PrintStream.java java/util : Arrays.java java/util/zip : ZipFile.java javax/crypto : Cipher.java javax/crypto/spec: SecretKeySpec.java javax/management: MBeanFeatureInfo.java MBeanInfo.java OperationsException.java javax/swing : AbstractButton.java ButtonGroup.java DefaultBoundedRangeModel.java JFileChooser.java JTable.java javax/swing/plaf/basic: BasicDirectoryModel.java BasicFileChooserUI.java javax/swing/plaf/metal: MetalFileChooserUI.java javax/swing/text/html: HTMLDocument.java HTMLEditorKit.java javax/swing/text/html/parser: ParserDelegator.java native/jni/gconf-peer: GConfNativePeer.c Makefile.am native/jni/gtk-peer: Makefile.am gnu_java_awt_peer_gtk_CairoGraphics2D.c gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c gnu_java_awt_peer_gtk_GtkToolkit.c gnu_java_awt_peer_gtk_GtkWindowPeer.c native/jni/java-net: gnu_java_net_local_LocalSocketImpl.c org/omg/CORBA : CompletionStatusHelper.java CurrentHelper.java DefinitionKindHelper.java IDLTypeHelper.java NameValuePairHelper.java ObjectHelper.java ParameterModeHelper.java PolicyErrorCodeHelper.java PolicyErrorHelper.java PolicyHelper.java PolicyListHelper.java PolicyTypeHelper.java ServiceDetailHelper.java ServiceInformationHelper.java SetOverrideTypeHelper.java StringValueHelper.java UnionMemberHelper.java UnknownUserExceptionHelper.java VisibilityHelper.java WStringValueHelper.java WrongTransactionHelper.java org/omg/CosNaming: BindingHelper.java BindingIteratorHelper.java BindingListHelper.java BindingTypeHelper.java NameComponentHelper.java NameHelper.java NamingContextExtHelper.java NamingContextHelper.java org/omg/CosNaming/NamingContextExtPackage: AddressHelper.java InvalidAddressHelper.java StringNameHelper.java URLStringHelper.java org/omg/CosNaming/NamingContextPackage: AlreadyBoundHelper.java CannotProceedHelper.java InvalidNameHelper.java NotEmptyHelper.java NotFoundHelper.java NotFoundReasonHelper.java org/omg/DynamicAny: AnySeqHelper.java DynAnyFactoryHelper.java DynAnyHelper.java DynAnySeqHelper.java DynArrayHelper.java DynEnumHelper.java DynFixedHelper.java DynSequenceHelper.java DynStructHelper.java DynUnionHelper.java DynValueHelper.java NameDynAnyPairHelper.java NameDynAnyPairSeqHelper.java NameValuePairHelper.java NameValuePairSeqHelper.java org/omg/DynamicAny/DynAnyFactoryPackage: InconsistentTypeCodeHelper.java org/omg/DynamicAny/DynAnyPackage: InvalidValueHelper.java TypeMismatchHelper.java org/omg/IOP : CodecFactoryHelper.java ComponentIdHelper.java IORHelper.java MultipleComponentProfileHelper.java ProfileIdHelper.java ServiceContextHelper.java ServiceContextListHelper.java ServiceIdHelper.java TaggedComponentHelper.java TaggedProfileHelper.java org/omg/IOP/CodecFactoryPackage: UnknownEncodingHelper.java org/omg/IOP/CodecPackage: FormatMismatchHelper.java InvalidTypeForEncodingHelper.java TypeMismatchHelper.java org/omg/PortableInterceptor: AdapterManagerIdHelper.java AdapterNameHelper.java AdapterStateHelper.java CurrentHelper.java ForwardRequestHelper.java IORInterceptor_3_0Helper.java InvalidSlotHelper.java ObjectReferenceFactoryHelper.java ObjectReferenceTemplateHelper.java ObjectReferenceTemplateSeqHelper.java org/omg/PortableInterceptor/ORBInitInfoPackage: DuplicateNameHelper.java InvalidNameHelper.java org/omg/PortableServer: CurrentHelper.java ForwardRequestHelper.java POAHelper.java ServantActivatorHelper.java ServantLocatorHelper.java org/omg/PortableServer/CurrentPackage: NoContextHelper.java org/omg/PortableServer/POAManagerPackage: AdapterInactiveHelper.java org/omg/PortableServer/POAPackage: AdapterAlreadyExistsHelper.java AdapterNonExistentHelper.java InvalidPolicyHelper.java NoServantHelper.java ObjectAlreadyActiveHelper.java ObjectNotActiveHelper.java ServantAlreadyActiveHelper.java ServantNotActiveHelper.java WrongAdapterHelper.java WrongPolicyHelper.java resource/META-INF/services: javax.sound.sampled.spi.AudioFileReader tools/gnu/classpath/tools/keytool: Command.java GenKeyCmd.java IdentityDBCmd.java ImportCmd.java Added files: examples : Makefile.java2d.in examples/gnu/classpath/examples/java2d: bench.c bench.h gnu/java/awt/peer/gtk: GtkMouseInfoPeer.java gnu/java/security/util: ByteArray.java gnu/javax/crypto/jce/cipher: AES128KeyWrapSpi.java AES192KeyWrapSpi.java AES256KeyWrapSpi.java AESKeyWrapSpi.java KeyWrappingAlgorithmAdapter.java TripleDESKeyWrapSpi.java gnu/javax/crypto/kwa: AESKeyWrap.java BaseKeyWrappingAlgorithm.java IKeyWrappingAlgorithm.java KeyUnwrappingException.java KeyWrappingAlgorithmFactory.java TripleDESKeyWrap.java gnu/javax/sound/sampled/AU: AUReader.java gnu/javax/swing/text/html/parser: GnuParserDelegator.java HTML_401Swing.java include : jvmti.h java/awt : MouseInfo.java PointerInfo.java java/awt/peer : MouseInfoPeer.java java/lang/management: MemoryNotificationInfo.java java/util : UUID.java javax/management: ListenerNotFoundException.java MBeanNotificationInfo.java Notification.java NotificationBroadcaster.java NotificationEmitter.java NotificationFilter.java NotificationListener.java javax/rmi/ssl : SslRMIClientSocketFactory.java SslRMIServerSocketFactory.java Log message: 2006-07-16 Andrew John Hughes * Merge of HEAD --> generics-branch for 2006/07/09 to 2006/07/16. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.283&r2=1.2386.2.284 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&only_with_tag=generics-branch&r1=1.47.2.33&r2=1.47.2.34 http://cvs.savannah.gnu.org/viewcvs/classpath/autogen.sh?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.6&r2=1.5.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/configure.ac?cvsroot=classpath&only_with_tag=generics-branch&r1=1.43.2.41&r2=1.43.2.42 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.12&r2=1.12.2.13 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/.cvsignore?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/Makefile.am?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.11&r2=1.1.2.12 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/README?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/Makefile.java2d.in?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToPassHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/StructureToReturnHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/TreeNodeHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/CORBA/SimpleCommunication/communication/WeThrowThisExceptionHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/java2d/bench.c?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/java2d/bench.h?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/swing/HtmlDemo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/CORBA/ForwardRequestHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/debug/Simple1LineFormatter.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/debug/SystemLogger.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/ClasspathToolkit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.8&r2=1.3.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/CubicSegment.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/LineSegment.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/QuadSegment.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/ClasspathFontPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.3&r2=1.4.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.19.2.4&r2=1.19.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoSurface.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.3&r2=1.8.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/ComponentGraphics.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.13.2.3&r2=1.13.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkGraphicsEnvironment.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.7&r2=1.1.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkFramePeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.25.2.12&r2=1.25.2.13 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkToolkit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.54.2.18&r2=1.54.2.19 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkWindowPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.27.2.11&r2=1.27.2.12 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkMouseInfoPeer.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XToolkit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/net/local/LocalSocketImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/OID.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.5&r2=1.1.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/PolicyFile.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.6&r2=1.1.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/Registry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.4&r2=1.4.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.5&r2=1.4.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSPrivateKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.5&r2=1.2.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/dss/DSSPublicKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.4&r2=1.2.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/rsa/GnuRSAKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.4&r2=1.3.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/rsa/GnuRSAPrivateKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.5&r2=1.3.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/key/rsa/GnuRSAPublicKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.4&r2=1.2.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/util/ByteArray.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/RSACipherImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/DES.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/GnuCrypto.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.3&r2=1.4.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/CipherAdapter.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.5&r2=1.1.4.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/AES128KeyWrapSpi.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/AES192KeyWrapSpi.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/AES256KeyWrapSpi.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/AESKeyWrapSpi.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/KeyWrappingAlgorithmAdapter.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/cipher/TripleDESKeyWrapSpi.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/jce/params/BlockCipherParameters.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.2&r2=1.4.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHPrivateKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/key/dh/GnuDHPublicKey.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/AESKeyWrap.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/BaseKeyWrappingAlgorithm.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/IKeyWrappingAlgorithm.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/KeyUnwrappingException.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/KeyWrappingAlgorithmFactory.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/kwa/TripleDESKeyWrap.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/BasePad.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.4&r2=1.1.4.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/pad/IPad.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/sasl/plain/PasswordFile.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/gif/GIFImageReader.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/sound/sampled/AU/AUReader.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/parser/HTML_401F.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/parser/htmlValidator.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/parser/GnuParserDelegator.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/swing/text/html/parser/HTML_401Swing.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/include/Makefile.am?cvsroot=classpath&only_with_tag=generics-branch&r1=1.27.2.20&r2=1.27.2.21 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_CairoGraphics2D.h?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.2&r2=1.5.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.h?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkToolkit.h?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.3&r2=1.6.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkWindowPeer.h?cvsroot=classpath&only_with_tag=generics-branch&r1=1.11.2.6&r2=1.11.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_net_local_LocalSocketImpl.h?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/include/jvmti.h?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/BasicStroke.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.9&r2=1.4.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Canvas.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.9&r2=1.6.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/CardLayout.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.10.2.4&r2=1.10.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/CheckboxMenuItem.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.8&r2=1.12.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Choice.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.15.2.10&r2=1.15.2.11 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.38.2.32&r2=1.38.2.33 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Container.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.37.2.27&r2=1.37.2.28 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Cursor.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.2&r2=1.7.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/FlowLayout.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.11.2.4&r2=1.11.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/GridBagLayout.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.15.2.9&r2=1.15.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Image.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.6&r2=1.7.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/List.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.18.2.8&r2=1.18.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Menu.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.15.2.6&r2=1.15.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/MenuBar.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.10.2.8&r2=1.10.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/MenuComponent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.14.2.7&r2=1.14.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/MenuItem.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.15.2.9&r2=1.15.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/PopupMenu.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.5&r2=1.12.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/ScrollPane.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.20.2.5&r2=1.20.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/TextField.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.8&r2=1.12.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Toolkit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.25.2.14&r2=1.25.2.15 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Window.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.35.2.21&r2=1.35.2.22 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/MouseInfo.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/PointerInfo.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/font/TextLayout.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.7&r2=1.2.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/font/TextMeasurer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/BandedSampleModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.4&r2=1.2.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/BufferedImage.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.9&r2=1.8.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/DataBuffer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/MultiPixelPackedSampleModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.4&r2=1.2.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/SampleModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.5&r2=1.3.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/SinglePixelPackedSampleModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.4&r2=1.5.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/peer/WindowPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.2&r2=1.8.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/peer/MouseInfoPeer.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/io/PrintStream.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.19.2.9&r2=1.19.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryNotificationInfo.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/Arrays.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.20.2.13&r2=1.20.2.14 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/UUID.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/zip/ZipFile.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.16.2.13&r2=1.16.2.14 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/crypto/Cipher.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.4&r2=1.3.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/crypto/spec/SecretKeySpec.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanFeatureInfo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanInfo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/OperationsException.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/ListenerNotFoundException.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanNotificationInfo.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/Notification.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotificationBroadcaster.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotificationEmitter.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotificationFilter.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotificationListener.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/rmi/ssl/SslRMIClientSocketFactory.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/rmi/ssl/SslRMIServerSocketFactory.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/AbstractButton.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.17.2.19&r2=1.17.2.20 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/ButtonGroup.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.5&r2=1.6.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/DefaultBoundedRangeModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.5&r2=1.5.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JFileChooser.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.15&r2=1.4.2.16 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTable.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.9.2.27&r2=1.9.2.28 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicDirectoryModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicFileChooserUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.12&r2=1.2.2.13 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalFileChooserUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.7&r2=1.3.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLDocument.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.11&r2=1.1.2.12 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLEditorKit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.9&r2=1.1.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/parser/ParserDelegator.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gconf-peer/GConfNativePeer.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gconf-peer/Makefile.am?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/Makefile.am?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.16&r2=1.12.2.17 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.9.2.2&r2=1.9.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkGraphicsEnvironment.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.4&r2=1.2.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.12&r2=1.7.2.13 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.31.2.16&r2=1.31.2.17 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-net/gnu_java_net_local_LocalSocketImpl.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/CompletionStatusHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/CurrentHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/DefinitionKindHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/IDLTypeHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/NameValuePairHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/ObjectHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/ParameterModeHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/PolicyErrorCodeHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/PolicyErrorHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/PolicyHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.2&r2=1.3.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/PolicyListHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/PolicyTypeHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/ServiceDetailHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/ServiceInformationHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/SetOverrideTypeHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/StringValueHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/UnionMemberHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/UnknownUserExceptionHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/VisibilityHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/WStringValueHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CORBA/WrongTransactionHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/BindingHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/BindingIteratorHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/BindingListHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/BindingTypeHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NameComponentHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NameHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextExtHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextExtPackage/AddressHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextExtPackage/InvalidAddressHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextExtPackage/StringNameHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextExtPackage/URLStringHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextPackage/AlreadyBoundHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextPackage/CannotProceedHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextPackage/InvalidNameHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextPackage/NotEmptyHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/CosNaming/NamingContextPackage/NotFoundReasonHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/AnySeqHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynAnyFactoryHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynAnyHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynAnySeqHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynArrayHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynEnumHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynFixedHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynSequenceHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynStructHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynUnionHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynValueHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/NameDynAnyPairHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/NameDynAnyPairSeqHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/NameValuePairHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/NameValuePairSeqHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynAnyFactoryPackage/InconsistentTypeCodeHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynAnyPackage/InvalidValueHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/DynamicAny/DynAnyPackage/TypeMismatchHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/CodecFactoryHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/ComponentIdHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/IORHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/MultipleComponentProfileHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/ProfileIdHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/ServiceContextHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/ServiceContextListHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/ServiceIdHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/TaggedComponentHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/TaggedProfileHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/CodecFactoryPackage/UnknownEncodingHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/CodecPackage/FormatMismatchHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/CodecPackage/InvalidTypeForEncodingHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/IOP/CodecPackage/TypeMismatchHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/AdapterManagerIdHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/AdapterNameHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/AdapterStateHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/CurrentHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/ForwardRequestHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/IORInterceptor_3_0Helper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/InvalidSlotHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/ObjectReferenceFactoryHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/ObjectReferenceTemplateSeqHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.2&r2=1.3.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/InvalidNameHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.2&r2=1.3.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/CurrentHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/ForwardRequestHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/ServantActivatorHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/ServantLocatorHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/CurrentPackage/NoContextHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAManagerPackage/AdapterInactiveHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/AdapterAlreadyExistsHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/AdapterNonExistentHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/InvalidPolicyHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/NoServantHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/ObjectAlreadyActiveHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/ObjectNotActiveHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/ServantAlreadyActiveHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/ServantNotActiveHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/WrongAdapterHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/org/omg/PortableServer/POAPackage/WrongPolicyHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/javax.sound.sampled.spi.AudioFileReader?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/Command.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.4.4&r2=1.2.4.5 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/GenKeyCmd.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.4&r2=1.1.4.5 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/IdentityDBCmd.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.4&r2=1.1.4.5 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/ImportCmd.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.5&r2=1.1.4.6 From MAILER-DAEMON Sun Jul 16 18:09:15 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2Ena-0007no-Rt for mharc-commit-classpath@gnu.org; Sun, 16 Jul 2006 18:09:14 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2EnZ-0007ni-Bq for commit-classpath@gnu.org; Sun, 16 Jul 2006 18:09:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2EnY-0007nU-QD for commit-classpath@gnu.org; Sun, 16 Jul 2006 18:09:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2EnY-0007nR-Kh for commit-classpath@gnu.org; Sun, 16 Jul 2006 18:09:12 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2Eq5-0005OY-Cb for commit-classpath@gnu.org; Sun, 16 Jul 2006 18:11:49 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2EnY-0007vd-00 for ; Sun, 16 Jul 2006 18:09:12 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G2EnW-0007va-Tz for commit-classpath@gnu.org; Sun, 16 Jul 2006 22:09:11 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 16 Jul 2006 22:09:10 +0000 Subject: [commit-cp] classpath ChangeLog java/util/UUID.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Jul 2006 22:09:13 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/16 22:09:10 Modified files: . : ChangeLog java/util : UUID.java Log message: 2006-07-16 Andrew John Hughes * java/util/UUID.java: (compareTo(Object)): Call compareTo(UUID). (compareTo(UUID)): Implemented. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8137&r2=1.8138 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/UUID.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Mon Jul 17 04:30:42 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2OV0-0002QS-5I for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 04:30:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2OUz-0002P3-5L for commit-classpath@gnu.org; Mon, 17 Jul 2006 04:30:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2OUy-0002Md-56 for commit-classpath@gnu.org; Mon, 17 Jul 2006 04:30:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2OUy-0002MI-1h for commit-classpath@gnu.org; Mon, 17 Jul 2006 04:30:40 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2OXa-0000vd-Nq for commit-classpath@gnu.org; Mon, 17 Jul 2006 04:33:22 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2OUw-00046Q-00 for ; Mon, 17 Jul 2006 04:30:38 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G2OUv-00046N-GJ for commit-classpath@gnu.org; Mon, 17 Jul 2006 08:30:37 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Mon, 17 Jul 2006 08:30:37 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/x/XGraphi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 08:30:41 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/17 08:30:37 Modified files: . : ChangeLog gnu/java/awt/peer/x: XGraphicsEnvironment.java XImage.java XToolkit.java Log message: 2006-07-17 Roman Kennke * gnu/java/awt/peer/x/XGraphicsEnvironment.java (XGraphicsEnvironment): Make constructor public so that it can be called via Class.forName().newInstance(). * gnu/java/awt/peer/x/XImage.java (XImage): Fetch GraphicsEnvironment via GraphicsEnvironment.getLocalGraphicsEnvironment() rather than the XToolkit method, to avoid double instantiation of the XGraphicsEnvironment. * gnu/java/awt/peer/x/XToolkit.java (env): Removed field. (getLocalGraphicsEnvironment): Removed impl. This method should not be called since we set the graphicsenv property in the constructor. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8138&r2=1.8139 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphicsEnvironment.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XImage.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XToolkit.java?cvsroot=classpath&r1=1.3&r2=1.4 From MAILER-DAEMON Mon Jul 17 04:36:58 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2Ob3-0006tQ-Oi for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 04:36:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2Ob0-0006rH-CO for commit-classpath@gnu.org; Mon, 17 Jul 2006 04:36:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2Oay-0006px-P2 for commit-classpath@gnu.org; Mon, 17 Jul 2006 04:36:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2Oaw-0006pA-7T for commit-classpath@gnu.org; Mon, 17 Jul 2006 04:36:51 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2OdY-0001bx-ST for commit-classpath@gnu.org; Mon, 17 Jul 2006 04:39:32 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2Oav-0005Qa-00 for ; Mon, 17 Jul 2006 04:36:49 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G2Oau-0005QR-CH for commit-classpath@gnu.org; Mon, 17 Jul 2006 08:36:49 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Mon, 17 Jul 2006 08:36:48 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/plaf/basic/Basi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 08:36:55 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/17 08:36:48 Modified files: . : ChangeLog javax/swing/plaf/basic: BasicButtonListener.java BasicMenuItemUI.java Log message: 2006-07-17 Roman Kennke * javax/swing/plaf/basic/BasicButtonListener.java (propertyChange): Only do the text layout caching as long as the noGraphics2D property isn't set. * javax/swing/plaf/basic/BasicMenuItemUI.java (PropertyChangeHandler.propertyChange): Only do the text layout caching as long as the noGraphics2D property isn't set. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8139&r2=1.8140 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicButtonListener.java?cvsroot=classpath&r1=1.14&r2=1.15 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicMenuItemUI.java?cvsroot=classpath&r1=1.48&r2=1.49 From MAILER-DAEMON Mon Jul 17 06:48:53 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2Qej-0005L8-MG for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 06:48:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2Qei-0005Kr-Kv for commit-classpath@gnu.org; Mon, 17 Jul 2006 06:48:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2Qeg-0005KX-I1 for commit-classpath@gnu.org; Mon, 17 Jul 2006 06:48:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2Qeg-0005KU-Ed for commit-classpath@gnu.org; Mon, 17 Jul 2006 06:48:50 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2QhK-0005uK-EW for commit-classpath@gnu.org; Mon, 17 Jul 2006 06:51:34 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2Qea-0001Ht-00 for ; Mon, 17 Jul 2006 06:48:44 -0400 Received: from gbenson by savannah.gnu.org with local (Exim 4.50) id 1G2QeZ-0001Hp-M0 for commit-classpath@gnu.org; Mon, 17 Jul 2006 10:48:44 +0000 To: commit-classpath@gnu.org Message-Id: From: Gary Benson Date: Mon, 17 Jul 2006 10:48:43 +0000 Subject: [commit-cp] classpath ChangeLog lib/.cvsignore resource/MET... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 10:48:52 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Gary Benson 06/07/17 10:48:43 Modified files: . : ChangeLog lib : .cvsignore Added files: resource/META-INF/services: .cvsignore Log message: 2006-07-17 Gary Benson * resource/META-INF/services/.cvsignore: New file. * lib/.cvsignore: Updated. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8140&r2=1.8141 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/.cvsignore?cvsroot=classpath&r1=1.21&r2=1.22 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/.cvsignore?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Mon Jul 17 09:33:18 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2TDq-0005pW-Lt for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 09:33:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2TDo-0005o6-Lu for commit-classpath@gnu.org; Mon, 17 Jul 2006 09:33:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2TDm-0005mC-12 for commit-classpath@gnu.org; Mon, 17 Jul 2006 09:33:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2TDl-0005ly-Lp for commit-classpath@gnu.org; Mon, 17 Jul 2006 09:33:13 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2TGR-0003le-8T for commit-classpath@gnu.org; Mon, 17 Jul 2006 09:35:59 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2TDi-00062q-00 for ; Mon, 17 Jul 2006 09:33:10 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G2TDg-00062g-T6 for commit-classpath@gnu.org; Mon, 17 Jul 2006 13:33:09 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Mon, 17 Jul 2006 13:33:08 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/MultiPixelPa... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 13:33:17 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/17 13:33:08 Modified files: . : ChangeLog java/awt/image : MultiPixelPackedSampleModel.java Log message: 2006-07-17 David Gilbert * java/awt/image/MultiPixelPackedSampleModel.java (getOffset): Updated API docs and source reformatting, (getBitOffset): Source reformatting only, (getDataElements): Likewise, (getPixel): Likewise, (getPixels): Removed method override, (setDataElements): Reimplemented. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8141&r2=1.8142 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/MultiPixelPackedSampleModel.java?cvsroot=classpath&r1=1.12&r2=1.13 From MAILER-DAEMON Mon Jul 17 11:06:34 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2Ug6-0007Bl-89 for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 11:06:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2Ug4-0007Bf-L4 for commit-classpath@gnu.org; Mon, 17 Jul 2006 11:06:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2Ug2-0007BI-Uh for commit-classpath@gnu.org; Mon, 17 Jul 2006 11:06:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2Ug2-0007BB-Mi for commit-classpath@gnu.org; Mon, 17 Jul 2006 11:06:30 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2Uij-0003UI-AU for commit-classpath@gnu.org; Mon, 17 Jul 2006 11:09:17 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2Ug1-0001Bc-00 for ; Mon, 17 Jul 2006 11:06:29 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G2Ug0-0001BZ-Jn for commit-classpath@gnu.org; Mon, 17 Jul 2006 15:06:29 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Mon, 17 Jul 2006 15:06:28 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/SinglePixelP... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 15:06:32 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/17 15:06:28 Modified files: . : ChangeLog java/awt/image : SinglePixelPackedSampleModel.java Log message: 2006-07-17 David Gilbert * java/awt/image/SinglePixelPackedSampleModel.java (getSampleSize): Return copy of array, (getOffset): Added API docs, (getScanlineStride): Likewise, (hashCode): Implemented. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8142&r2=1.8143 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/SinglePixelPackedSampleModel.java?cvsroot=classpath&r1=1.12&r2=1.13 From MAILER-DAEMON Mon Jul 17 11:08:09 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2Uhd-0000J4-G3 for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 11:08:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2Uhb-0000Ec-Cy for commit-classpath@gnu.org; Mon, 17 Jul 2006 11:08:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2Uha-0000Cd-9P for commit-classpath@gnu.org; Mon, 17 Jul 2006 11:08:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2Uha-0000CE-3b for commit-classpath@gnu.org; Mon, 17 Jul 2006 11:08:06 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2UkG-0003bI-Mw for commit-classpath@gnu.org; Mon, 17 Jul 2006 11:10:52 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2UhZ-0001D5-00 for ; Mon, 17 Jul 2006 11:08:05 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G2UhY-0001D1-5u for commit-classpath@gnu.org; Mon, 17 Jul 2006 15:08:05 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Mon, 17 Jul 2006 15:08:04 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/x/XGraphi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 15:08:07 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/17 15:08:04 Modified files: . : ChangeLog gnu/java/awt/peer/x: XGraphics.java Log message: 2006-07-17 Roman Kennke * gnu/java/awt/peer/x/XGraphics.java (copyArea): Implemented. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8143&r2=1.8144 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphics.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Mon Jul 17 11:30:32 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2V3I-0007BI-QD for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 11:30:32 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2V3G-00078s-TM for commit-classpath@gnu.org; Mon, 17 Jul 2006 11:30:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2V3G-00077f-3M for commit-classpath@gnu.org; Mon, 17 Jul 2006 11:30:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2V3G-00077W-0C for commit-classpath@gnu.org; Mon, 17 Jul 2006 11:30:30 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2V5w-0005OU-SO for commit-classpath@gnu.org; Mon, 17 Jul 2006 11:33:16 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2V3F-0001dh-00 for ; Mon, 17 Jul 2006 11:30:29 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G2V3E-0001dX-Qe for commit-classpath@gnu.org; Mon, 17 Jul 2006 15:30:29 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Mon, 17 Jul 2006 15:30:28 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/SinglePixelP... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 15:30:31 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/17 15:30:28 Modified files: . : ChangeLog java/awt/image : SinglePixelPackedSampleModel.java Log message: 2006-07-17 David Gilbert * java/awt/image/SinglePixelPackedSampleModel.java (createSubsetSampleModel): Added argument check and API docs. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8144&r2=1.8145 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/SinglePixelPackedSampleModel.java?cvsroot=classpath&r1=1.13&r2=1.14 From MAILER-DAEMON Mon Jul 17 14:37:37 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2XyL-0001H3-Hz for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 14:37:37 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2XyK-0001Gj-59 for commit-classpath@gnu.org; Mon, 17 Jul 2006 14:37:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2XyI-0001GX-N9 for commit-classpath@gnu.org; Mon, 17 Jul 2006 14:37:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2XyI-0001GU-IH for commit-classpath@gnu.org; Mon, 17 Jul 2006 14:37:34 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2Y11-0004AJ-6B for commit-classpath@gnu.org; Mon, 17 Jul 2006 14:40:23 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2Xy5-00011K-00 for ; Mon, 17 Jul 2006 14:37:21 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1G2Xy4-00011H-2k for commit-classpath@gnu.org; Mon, 17 Jul 2006 18:37:21 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Mon, 17 Jul 2006 18:37:20 +0000 Subject: [commit-cp] classpath ChangeLog examples/gnu/classpath/exam... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 18:37:36 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/17 18:37:20 Modified files: . : ChangeLog examples/gnu/classpath/examples/awt: Demo.java gnu/java/awt/dnd/peer/gtk: GtkDragSourceContextPeer.java GtkDropTargetContextPeer.java GtkDropTargetPeer.java include : Makefile.am java/awt : Component.java java/awt/dnd : DragSource.java DropTarget.java DropTargetDragEvent.java native/jni/gtk-peer: Makefile.am Added files: include : GtkDragSourceContextPeer.h native/jni/gtk-peer: GtkDragSourceContextPeer.c Log message: 2006-07-17 Lillian Angel * examples/gnu/classpath/examples/awt/Demo.java (Demo): Added new window for DnD demo. (DragDropWindow): New class. * gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java: Added new fields and declarations for native functions. (GtkDragSourceContextPeer): Implemented. (getComponentPeer): New function. (startDrag): Partially implemented. (getCursor): Implemented. (setCursor): Implemented. * include/GtkDragSourceContextPeer.h: New file. * include/Makefile.am: Added new header file. * java/awt/Component.java (addNotify): Added call to the dropTarget's addNotify. * java/awt/dnd/DragSource.java (startDrag): Fixed code to use shared instances of peer and context. (getDragThreshold): Added stub. * java/awt/dnd/DropTarget.java (DropTarget): Implemented fully. (addNotify): Added code to get the peer of the parent that is not lightweight. * java/awt/dnd/DropTargetDragEvent.java (getTransferable): Added stub. * native/jni/gtk-peer/GtkDragSourceContextPeer.c: New file. * native/jni/gtk-peer/Makefile.am: Added new c file. * gnu/java/awt/dnd/peer/gtk/GtkDropTargetContextPeer.java: Changed to extend GtkGenericPeer. (GtkDropTargetContextPeer): New constructor. * gnu/java/awt/dnd/peer/gtk/GtkDropTargetPeer.java: Changed to extend GtkGenericPeer. (GtkDropTargetContextPeer): New constructor. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8145&r2=1.8146 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/awt/Demo.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDropTargetContextPeer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDropTargetPeer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/include/Makefile.am?cvsroot=classpath&r1=1.68&r2=1.69 http://cvs.savannah.gnu.org/viewcvs/classpath/include/GtkDragSourceContextPeer.h?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.135&r2=1.136 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSource.java?cvsroot=classpath&r1=1.9&r2=1.10 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTarget.java?cvsroot=classpath&r1=1.14&r2=1.15 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTargetDragEvent.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/Makefile.am?cvsroot=classpath&r1=1.47&r2=1.48 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Mon Jul 17 16:13:52 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2ZTU-00072p-4J for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 16:13:52 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2ZTS-00072X-LX for commit-classpath@gnu.org; Mon, 17 Jul 2006 16:13:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2ZTR-00071f-FR for commit-classpath@gnu.org; Mon, 17 Jul 2006 16:13:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2ZTR-00071S-6R for commit-classpath@gnu.org; Mon, 17 Jul 2006 16:13:49 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2ZWA-00035N-Iv for commit-classpath@gnu.org; Mon, 17 Jul 2006 16:16:38 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2ZTO-0003i0-00 for ; Mon, 17 Jul 2006 16:13:46 -0400 Received: from andreast by savannah.gnu.org with local (Exim 4.50) id 1G2ZTO-0003hx-45 for commit-classpath@gnu.org; Mon, 17 Jul 2006 20:13:46 +0000 To: commit-classpath@gnu.org Message-Id: From: Andreas Tobler Date: Mon, 17 Jul 2006 20:13:46 +0000 Subject: [commit-cp] classpath/javax/swing/text/html HTMLEditorKit.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 20:13:50 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andreas Tobler 06/07/17 20:13:46 Modified files: javax/swing/text/html: HTMLEditorKit.java Log message: 2006-07-17 Andreas Tobler * javax/swing/text/html/HTMLEditorKit.java: Rearrange import statements to make it compile again under jikes. Note added. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLEditorKit.java?cvsroot=classpath&r1=1.31&r2=1.32 From MAILER-DAEMON Mon Jul 17 16:29:40 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2Zim-0004Kw-B3 for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 16:29:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2Zik-0004Ij-Q4 for commit-classpath@gnu.org; Mon, 17 Jul 2006 16:29:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2Zik-0004Hw-6W for commit-classpath@gnu.org; Mon, 17 Jul 2006 16:29:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2Zij-0004HJ-9I for commit-classpath@gnu.org; Mon, 17 Jul 2006 16:29:37 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2ZlT-0006Dv-3L for commit-classpath@gnu.org; Mon, 17 Jul 2006 16:32:27 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2Zii-0003tr-00 for ; Mon, 17 Jul 2006 16:29:36 -0400 Received: from andreast by savannah.gnu.org with local (Exim 4.50) id 1G2Zii-0003to-Br for commit-classpath@gnu.org; Mon, 17 Jul 2006 20:29:36 +0000 To: commit-classpath@gnu.org Message-Id: From: Andreas Tobler Date: Mon, 17 Jul 2006 20:29:36 +0000 Subject: [commit-cp] classpath ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 20:29:39 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andreas Tobler 06/07/17 20:29:36 Modified files: . : ChangeLog Log message: 2006-07-17 Andreas Tobler * javax/swing/text/html/HTMLEditorKit.java: Rearrange import statements to make it compile again under jikes. Note added. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8146&r2=1.8147 From MAILER-DAEMON Mon Jul 17 18:41:06 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2bly-0007Jq-HR for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 18:41:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2blx-0007HY-84 for commit-classpath@gnu.org; Mon, 17 Jul 2006 18:41:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2blw-0007Gc-PC for commit-classpath@gnu.org; Mon, 17 Jul 2006 18:41:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2blw-0007GN-KT for commit-classpath@gnu.org; Mon, 17 Jul 2006 18:41:04 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2boh-00008a-Js for commit-classpath@gnu.org; Mon, 17 Jul 2006 18:43:55 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2blw-0000zV-00 for ; Mon, 17 Jul 2006 18:41:04 -0400 Received: from andreast by savannah.gnu.org with local (Exim 4.50) id 1G2blv-0000zQ-Gm for commit-classpath@gnu.org; Mon, 17 Jul 2006 22:41:04 +0000 To: commit-classpath@gnu.org Message-Id: From: Andreas Tobler Date: Mon, 17 Jul 2006 22:41:03 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/Buffe... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Jul 2006 22:41:05 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andreas Tobler 06/07/17 22:41:03 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: BufferedImageGraphics.java CairoSurface.java CairoSurfaceGraphics.java ComponentGraphicsCopy.java GdkFontPeer.java GdkPixbufDecoder.java GtkButtonPeer.java GtkClipboardNotifier.java GtkComponentPeer.java GtkContainerPeer.java GtkDialogPeer.java GtkFramePeer.java GtkImage.java GtkImageConsumer.java GtkMenuBarPeer.java GtkMenuItemPeer.java GtkMouseInfoPeer.java GtkPanelPeer.java GtkPopupMenuPeer.java GtkScrollbarPeer.java GtkWindowPeer.java VolatileImageGraphics.java Log message: 2006-07-18 Andreas Tobler * gnu/java/awt/peer/gtk/BufferedImageGraphics.java: Remove unneeded imports. * gnu/java/awt/peer/gtk/CairoSurface.java: Likewise. * gnu/java/awt/peer/gtk/CairoSurfaceGraphics.java: Likewise. * gnu/java/awt/peer/gtk/ComponentGraphicsCopy.java: Likewise. * gnu/java/awt/peer/gtk/GdkFontPeer.java: Likewise. * gnu/java/awt/peer/gtk/GdkPixbufDecoder.java: Likewise. * gnu/java/awt/peer/gtk/GtkButtonPeer.java: Likewise. * gnu/java/awt/peer/gtk/GtkClipboardNotifier.java: Likewise. * gnu/java/awt/peer/gtk/GtkComponentPeer.java: Likewise. * gnu/java/awt/peer/gtk/GtkContainerPeer.java: Likewise. * gnu/java/awt/peer/gtk/GtkDialogPeer.java: Likewise. * gnu/java/awt/peer/gtk/GtkFramePeer.java: Likewise. * gnu/java/awt/peer/gtk/GtkImage.java: Likewise. * gnu/java/awt/peer/gtk/GtkImageConsumer.java: Likewise. * gnu/java/awt/peer/gtk/GtkMenuBarPeer.java: Likewise. * gnu/java/awt/peer/gtk/GtkMenuItemPeer.java: Likewise. * gnu/java/awt/peer/gtk/GtkMouseInfoPeer.java: Likewise. * gnu/java/awt/peer/gtk/GtkPanelPeer.java: Likewise. * gnu/java/awt/peer/gtk/GtkPopupMenuPeer.java: Likewise. * gnu/java/awt/peer/gtk/GtkScrollbarPeer.java: Likewise. * gnu/java/awt/peer/gtk/GtkWindowPeer.java: Likewise. * gnu/java/awt/peer/gtk/VolatileImageGraphics.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8147&r2=1.8148 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/BufferedImageGraphics.java?cvsroot=classpath&r1=1.7&r2=1.8 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoSurface.java?cvsroot=classpath&r1=1.12&r2=1.13 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoSurfaceGraphics.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/ComponentGraphicsCopy.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkFontPeer.java?cvsroot=classpath&r1=1.18&r2=1.19 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java?cvsroot=classpath&r1=1.24&r2=1.25 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkButtonPeer.java?cvsroot=classpath&r1=1.40&r2=1.41 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkClipboardNotifier.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkComponentPeer.java?cvsroot=classpath&r1=1.116&r2=1.117 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkContainerPeer.java?cvsroot=classpath&r1=1.35&r2=1.36 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkDialogPeer.java?cvsroot=classpath&r1=1.33&r2=1.34 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkFramePeer.java?cvsroot=classpath&r1=1.47&r2=1.48 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkImage.java?cvsroot=classpath&r1=1.34&r2=1.35 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkImageConsumer.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkMenuBarPeer.java?cvsroot=classpath&r1=1.13&r2=1.14 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkMenuItemPeer.java?cvsroot=classpath&r1=1.18&r2=1.19 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkMouseInfoPeer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkPanelPeer.java?cvsroot=classpath&r1=1.24&r2=1.25 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkPopupMenuPeer.java?cvsroot=classpath&r1=1.10&r2=1.11 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkScrollbarPeer.java?cvsroot=classpath&r1=1.20&r2=1.21 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkWindowPeer.java?cvsroot=classpath&r1=1.49&r2=1.50 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/VolatileImageGraphics.java?cvsroot=classpath&r1=1.6&r2=1.7 From MAILER-DAEMON Mon Jul 17 22:49:28 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2feK-0008GC-56 for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 22:49:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2feI-0008Cx-GB for commit-classpath@gnu.org; Mon, 17 Jul 2006 22:49:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2feH-0008Aw-Nv for commit-classpath@gnu.org; Mon, 17 Jul 2006 22:49:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2feH-0008Af-Jr for commit-classpath@gnu.org; Mon, 17 Jul 2006 22:49:25 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2fh5-0001jp-0n for commit-classpath@gnu.org; Mon, 17 Jul 2006 22:52:19 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2feG-0000RR-00 for ; Mon, 17 Jul 2006 22:49:24 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G2feF-0000RO-SG for commit-classpath@gnu.org; Tue, 18 Jul 2006 02:49:24 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Tue, 18 Jul 2006 02:49:23 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/Raster.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 02:49:26 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/18 02:49:23 Modified files: . : ChangeLog java/awt/image : Raster.java Log message: 2006-07-18 David Gilbert * java/awt/image/Raster.java: Added API docs and reformatted source code. CVS: ---------------------------------------------------------------------- CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8148&r2=1.8149 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/Raster.java?cvsroot=classpath&r1=1.10&r2=1.11 From MAILER-DAEMON Mon Jul 17 22:58:21 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2fmv-0008D0-8E for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 22:58:21 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2fms-0008Ct-L3 for commit-classpath@gnu.org; Mon, 17 Jul 2006 22:58:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2fmr-0008Ch-2h for commit-classpath@gnu.org; Mon, 17 Jul 2006 22:58:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2fmq-0008Ce-Sk for commit-classpath@gnu.org; Mon, 17 Jul 2006 22:58:16 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2fpe-0002Mk-9r for commit-classpath@gnu.org; Mon, 17 Jul 2006 23:01:10 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2fmp-0000WX-00 for ; Mon, 17 Jul 2006 22:58:15 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G2fmo-0000WU-Bj for commit-classpath@gnu.org; Tue, 18 Jul 2006 02:58:15 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Tue, 18 Jul 2006 02:58:14 +0000 Subject: [commit-cp] classpath ChangeLog java/net/Inet6Address.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 02:58:19 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/18 02:58:14 Modified files: . : ChangeLog java/net : Inet6Address.java Log message: 2006-07-18 Sven de Marothy * java/net/Inet6Address.java: Add 1.5 serialized fields. (getByAddress): New methods. (readObject, writeObject): New methods. (equals): Reimplement. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8149&r2=1.8150 http://cvs.savannah.gnu.org/viewcvs/classpath/java/net/Inet6Address.java?cvsroot=classpath&r1=1.11&r2=1.12 From MAILER-DAEMON Mon Jul 17 23:23:57 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2gBh-0003Jp-Qu for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 23:23:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2gBg-0003JG-9j for commit-classpath@gnu.org; Mon, 17 Jul 2006 23:23:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2gBf-0003Iw-Sp for commit-classpath@gnu.org; Mon, 17 Jul 2006 23:23:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2gBf-0003It-NY for commit-classpath@gnu.org; Mon, 17 Jul 2006 23:23:55 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2gET-0004X4-Iw for commit-classpath@gnu.org; Mon, 17 Jul 2006 23:26:49 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2gBf-0000uS-00 for ; Mon, 17 Jul 2006 23:23:55 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G2gBe-0000uP-KM for commit-classpath@gnu.org; Tue, 18 Jul 2006 03:23:55 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Tue, 18 Jul 2006 03:23:54 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/WritableRast... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 03:23:56 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/18 03:23:54 Modified files: . : ChangeLog java/awt/image : WritableRaster.java Log message: 2006-07-18 David Gilbert * java/awt/image/WritableRaster.java: Added API docs and reformatted source code. ---------------------------------------------------------------------- CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8150&r2=1.8151 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/WritableRaster.java?cvsroot=classpath&r1=1.7&r2=1.8 From MAILER-DAEMON Mon Jul 17 23:38:52 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2gQ8-0003PS-KY for mharc-commit-classpath@gnu.org; Mon, 17 Jul 2006 23:38:52 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2gQ7-0003NV-46 for commit-classpath@gnu.org; Mon, 17 Jul 2006 23:38:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2gQ6-0003N1-Mu for commit-classpath@gnu.org; Mon, 17 Jul 2006 23:38:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2gQ6-0003Mt-Jl for commit-classpath@gnu.org; Mon, 17 Jul 2006 23:38:50 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2gSu-0006bp-GH for commit-classpath@gnu.org; Mon, 17 Jul 2006 23:41:44 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2gQ5-0002MF-00 for ; Mon, 17 Jul 2006 23:38:49 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G2gQ4-0002M5-Ax for commit-classpath@gnu.org; Tue, 18 Jul 2006 03:38:49 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Tue, 18 Jul 2006 03:38:48 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/Graphics2D.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 03:38:51 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/18 03:38:48 Modified files: . : ChangeLog java/awt : Graphics2D.java Log message: 2006-07-18 David Gilbert * java/awt/Graphics2D.java: API docs updated. ---------------------------------------------------------------------- CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8151&r2=1.8152 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Graphics2D.java?cvsroot=classpath&r1=1.11&r2=1.12 From MAILER-DAEMON Tue Jul 18 04:12:35 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2kh1-000686-DC for mharc-commit-classpath@gnu.org; Tue, 18 Jul 2006 04:12:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2kgy-00067c-Mv for commit-classpath@gnu.org; Tue, 18 Jul 2006 04:12:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2kgy-00067H-6Y for commit-classpath@gnu.org; Tue, 18 Jul 2006 04:12:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2kgx-00067B-PN for commit-classpath@gnu.org; Tue, 18 Jul 2006 04:12:31 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2kjo-0003pn-Dc for commit-classpath@gnu.org; Tue, 18 Jul 2006 04:15:28 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2kgx-0004MW-00 for ; Tue, 18 Jul 2006 04:12:31 -0400 Received: from rsdio by savannah.gnu.org with local (Exim 4.50) id 1G2kgw-0004MS-QN for commit-classpath@gnu.org; Tue, 18 Jul 2006 08:12:31 +0000 To: commit-classpath@gnu.org Message-Id: From: Casey Marshall Date: Tue, 18 Jul 2006 08:12:30 +0000 Subject: [commit-cp] classpath ChangeLog-ssl-nio gnu/javax/net/ssl/p... [ssl-nio-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 08:12:33 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: ssl-nio-branch Changes by: Casey Marshall 06/07/18 08:12:30 Modified files: . : ChangeLog-ssl-nio gnu/javax/net/ssl/provider: ClientHandshake.java ClientDHE_PSKParameters.java ServerDHE_PSKParameters.java ServerKeyExchange.java ClientRSA_PSKParameters.java CipherSuite.java ServerHandshake.java ExchangeKeys.java ClientKeyExchange.java SSLContextImpl.java SSLEngineImpl.java ServerDHParams.java gnu/javax/crypto: RSACipherImpl.java Added files: gnu/javax/net/ssl/provider: EmptyExchangeKeys.java Log message: 2006-07-18 Casey Marshall * gnu/javax/net/ssl/provider/ClientHandshake.java (implHandleInput, implHandleOutput): fix PSK exchange handling. (ClientDHGen.full): new field. (ClientDHGen.implRun): run full key exchange if `full' is true. (ClientDHGen.serverKey): new method. (RSAGen.full): new field. (RSAGen.implRun): run full key exchange if `full' is true. * gnu/javax/net/ssl/provider/ClientDHE_PSKParameters.java (params): slice the buffer. * gnu/javax/net/ssl/provider/ServerDHE_PSKParameters.java (): use `dhParams,' not `buffer.' (params): slice the buffer. * gnu/javax/net/ssl/provider/ServerKeyExchange.java (length): handle case where parameters or signature are null. * gnu/javax/net/ssl/provider/ClientRSA_PSKParameters.java (version): removed. (): don't take version argument. (): don't take version argument; take buffer argument. (secret): pass TLS_1 to EncryptedPreMasterSecret constructor. * gnu/javax/net/ssl/provider/CipherSuite.java (isResolved): new field. (, ): set `isResolved.' (resolve): add PSK cipher suite detection. (isResolved): new method. * gnu/javax/net/ssl/provider/ServerHandshake.java (serverKey): new field. (chooseSuites): choose NONE key exchanges, too; omit unresolved cipher suites. (implHandleInput, implHandleOutput): fix PSK handling. (checkKeyExchange): update for NONE and PSK exchanges. (CertLoader.implRun): grab our private key here. (RSAKeyExchange.implRun): initialize RSA cipher with our private key. (RSA_PSKExchange.implRun): likewise. * gnu/javax/net/ssl/provider/ExchangeKeys.java (): duplicate and order the buffer; handle null argument. * gnu/javax/net/ssl/provider/ClientKeyExchange.java (exchangeKeys): handle NONE exchange. * gnu/javax/net/ssl/provider/SSLContextImpl.java (engineInit): handle PSK key managers properly. * gnu/javax/net/ssl/provider/SSLEngineImpl.java (): remove debug logging. * gnu/javax/net/ssl/provider/ServerDHParams.java (): duplicate and order the buffer. * gnu/javax/crypto/RSACipherImpl.java (doFinal): allow short input. (rsaDecrypt): ensure there's a leading zero. * gnu/javax/net/ssl/provider/EmptyExchangeKeys.java: new file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog-ssl-nio?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.19&r2=1.1.2.20 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientHandshake.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientDHE_PSKParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerDHE_PSKParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerKeyExchange.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.3&r2=1.1.4.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientRSA_PSKParameters.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/CipherSuite.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.4&r2=1.1.4.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerHandshake.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.6&r2=1.1.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ExchangeKeys.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ClientKeyExchange.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.1.2.4&r2=1.1.4.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLContextImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/SSLEngineImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.5&r2=1.1.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/ServerDHParams.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.4.4&r2=1.1.4.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/net/ssl/provider/EmptyExchangeKeys.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/RSACipherImpl.java?cvsroot=classpath&only_with_tag=ssl-nio-branch&r1=1.1.2.2.2.1&r2=1.1.2.2.2.2 From MAILER-DAEMON Tue Jul 18 05:08:57 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2lZZ-0003u4-LB for mharc-commit-classpath@gnu.org; Tue, 18 Jul 2006 05:08:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2lZX-0003tf-VO for commit-classpath@gnu.org; Tue, 18 Jul 2006 05:08:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2lZW-0003sv-GE for commit-classpath@gnu.org; Tue, 18 Jul 2006 05:08:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2lZW-0003sq-AB for commit-classpath@gnu.org; Tue, 18 Jul 2006 05:08:54 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2lcN-00010p-9K for commit-classpath@gnu.org; Tue, 18 Jul 2006 05:11:51 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2lZV-00087z-00 for ; Tue, 18 Jul 2006 05:08:53 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G2lZU-00087o-K7 for commit-classpath@gnu.org; Tue, 18 Jul 2006 09:08:53 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Tue, 18 Jul 2006 09:08:52 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/BufferedImag... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 09:08:56 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/18 09:08:52 Modified files: . : ChangeLog java/awt/image : BufferedImageOp.java RasterOp.java Log message: 2006-07-18 David Gilbert * java/awt/image/BufferedImageOp.java: API docs added, * java/awt/image/RasterOp.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8152&r2=1.8153 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/BufferedImageOp.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/RasterOp.java?cvsroot=classpath&r1=1.6&r2=1.7 From MAILER-DAEMON Tue Jul 18 06:23:31 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2mjj-0007DT-FE for mharc-commit-classpath@gnu.org; Tue, 18 Jul 2006 06:23:31 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2mjh-0007AM-Im for commit-classpath@gnu.org; Tue, 18 Jul 2006 06:23:29 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2mjg-00078r-LS for commit-classpath@gnu.org; Tue, 18 Jul 2006 06:23:28 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2mjf-00078R-NX for commit-classpath@gnu.org; Tue, 18 Jul 2006 06:23:27 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2mmS-0006ks-CI for commit-classpath@gnu.org; Tue, 18 Jul 2006 06:26:24 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2mjY-0002ME-00 for ; Tue, 18 Jul 2006 06:23:20 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G2mjY-0002MB-KD for commit-classpath@gnu.org; Tue, 18 Jul 2006 10:23:20 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 18 Jul 2006 10:23:20 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/x/XEventP... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 10:23:30 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/18 10:23:20 Modified files: . : ChangeLog gnu/java/awt/peer/x: XEventPump.java XFramePeer.java XGraphics.java XToolkit.java XWindowPeer.java Added files: gnu/java/awt/peer/x: XDialogPeer.java Log message: 2006-07-18 Roman Kennke * gnu/java/awt/peer/x/XDialogPeer.java: New class. * gnu/java/awt/peer/x/XEventPump.java (handleEvent): Cast to XWindowPeer rather than XFramePeer. * gnu/java/awt/peer/x/XFramePeer.java Made a subclass of XWindowPeer, rather than SwingFramePeer. * gnu/java/awt/peer/x/XGraphics.java Made subclass of Graphics rather than Graphics2D. Removed all Graphics2D specific method stubs. (setColor): Map colors using the X color map that is stored in XToolkit. * gnu/java/awt/peer/x/XToolkit.java (colorMap): New field. (getLocalGraphicsEnvironment): Return new XGraphicsEnvironment instance. (createDialog): Implemented. (createImage(ImageProducer)): Implemented. (createImage(InputStream)): Use createImage(ImageProducer) to convert the BufferedImage to an XImage. * gnu/java/awt/peer/x/XWindowPeer.java (XWindowPeer): Removed debug output. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8153&r2=1.8154 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XEventPump.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XFramePeer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphics.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XToolkit.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XWindowPeer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XDialogPeer.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Tue Jul 18 08:44:29 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2ow9-0001hm-0a for mharc-commit-classpath@gnu.org; Tue, 18 Jul 2006 08:44:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2ow6-0001hE-S6 for commit-classpath@gnu.org; Tue, 18 Jul 2006 08:44:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2ow5-0001g3-5k for commit-classpath@gnu.org; Tue, 18 Jul 2006 08:44:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2ow4-0001g0-W4 for commit-classpath@gnu.org; Tue, 18 Jul 2006 08:44:25 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2oyx-0003bY-Pm for commit-classpath@gnu.org; Tue, 18 Jul 2006 08:47:24 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2ovz-00086m-00 for ; Tue, 18 Jul 2006 08:44:19 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G2ovz-00086j-5G for commit-classpath@gnu.org; Tue, 18 Jul 2006 12:44:19 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Tue, 18 Jul 2006 12:44:19 +0000 Subject: [commit-cp] classpath tools/gnu/classpath/tools/jarsigner/S... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 12:44:27 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/18 12:44:19 Modified files: tools/gnu/classpath/tools/jarsigner: SFHelper.java . : ChangeLog resource/gnu/classpath/tools/jarsigner: messages.properties Log message: 2006-07-18 Raif S. Naffah PR Classpath/27205 * tools/gnu/classpath/tools/jarsigner/SFHelper.java (writeDSA): Check certificate validity. (getIssuerName): New method. (getSubjectName): Likewise. (getNotAfterDate): Likewise. (getNotBeforeDate): Likewise. * resource/gnu/classpath/tools/jarsigner/messages.properties: Added messages for newly added messages in SFHelper. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/jarsigner/SFHelper.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8154&r2=1.8155 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/classpath/tools/jarsigner/messages.properties?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Tue Jul 18 08:58:41 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2p9t-0007AC-Ou for mharc-commit-classpath@gnu.org; Tue, 18 Jul 2006 08:58:41 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2p9s-00079c-DX for commit-classpath@gnu.org; Tue, 18 Jul 2006 08:58:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2p9q-00077p-R5 for commit-classpath@gnu.org; Tue, 18 Jul 2006 08:58:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2p9q-00077j-JE for commit-classpath@gnu.org; Tue, 18 Jul 2006 08:58:38 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2pCj-0004dT-S8 for commit-classpath@gnu.org; Tue, 18 Jul 2006 09:01:37 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2p9p-0008Hg-00 for ; Tue, 18 Jul 2006 08:58:37 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G2p9o-0008Hb-G5 for commit-classpath@gnu.org; Tue, 18 Jul 2006 12:58:37 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 18 Jul 2006 12:58:36 +0000 Subject: [commit-cp] classpath ChangeLog lib/copy-vmresources.sh.in X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 12:58:41 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/18 12:58:36 Modified files: . : ChangeLog lib : copy-vmresources.sh.in Log message: 2006-07-18 Roman Kennke * lib/copy-vmresources.sh.in: Include properties from X peers. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8155&r2=1.8156 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/copy-vmresources.sh.in?cvsroot=classpath&r1=1.5&r2=1.6 From MAILER-DAEMON Tue Jul 18 09:38:49 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2pmj-00008p-2Y for mharc-commit-classpath@gnu.org; Tue, 18 Jul 2006 09:38:49 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2pmh-00007Y-KQ for commit-classpath@gnu.org; Tue, 18 Jul 2006 09:38:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2pmg-00006R-Sg for commit-classpath@gnu.org; Tue, 18 Jul 2006 09:38:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2pmg-00006E-Px for commit-classpath@gnu.org; Tue, 18 Jul 2006 09:38:46 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2ppa-0003Kd-JS for commit-classpath@gnu.org; Tue, 18 Jul 2006 09:41:46 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2pmg-0001AX-00 for ; Tue, 18 Jul 2006 09:38:46 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G2pmf-0001AQ-Kn for commit-classpath@gnu.org; Tue, 18 Jul 2006 13:38:45 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 18 Jul 2006 13:38:45 +0000 Subject: [commit-cp] classpath/resource/gnu/java/awt/peer/x X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 13:38:48 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/18 13:38:45 New directory: resource/gnu/java/awt/peer/x CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/java/awt/peer/x/?cvsroot=classpath From MAILER-DAEMON Tue Jul 18 09:41:14 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2pp4-00021T-7N for mharc-commit-classpath@gnu.org; Tue, 18 Jul 2006 09:41:14 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2pp2-0001y3-PS for commit-classpath@gnu.org; Tue, 18 Jul 2006 09:41:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2pp2-0001wc-6a for commit-classpath@gnu.org; Tue, 18 Jul 2006 09:41:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2pp2-0001wP-4T for commit-classpath@gnu.org; Tue, 18 Jul 2006 09:41:12 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2prv-0003fP-Je for commit-classpath@gnu.org; Tue, 18 Jul 2006 09:44:11 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2pp0-0001Z8-00 for ; Tue, 18 Jul 2006 09:41:10 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G2poy-0001Z2-OG for commit-classpath@gnu.org; Tue, 18 Jul 2006 13:41:10 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 18 Jul 2006 13:41:08 +0000 Subject: [commit-cp] classpath lib/copy-vmresources.sh.in ChangeLog ... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 13:41:13 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/18 13:41:08 Modified files: lib : copy-vmresources.sh.in . : ChangeLog Added files: resource/gnu/java/awt/peer/x: fonts.properties Removed files: gnu/java/awt/peer/x: fonts.properties Log message: 2006-07-18 Roman Kennke * lib/copy-vmresources.sh.in: Reverted. * gnu/java/awt/peer/x/fonts.properties: Moved to resource/ * resource/gnu/java/awt/peer/x/fonts.properties: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/lib/copy-vmresources.sh.in?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8156&r2=1.8157 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/fonts.properties?cvsroot=classpath&r1=1.1&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/java/awt/peer/x/fonts.properties?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Tue Jul 18 11:41:22 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2rhK-0006yp-DP for mharc-commit-classpath@gnu.org; Tue, 18 Jul 2006 11:41:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2rhJ-0006yi-6A for commit-classpath@gnu.org; Tue, 18 Jul 2006 11:41:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2rhH-0006yW-N4 for commit-classpath@gnu.org; Tue, 18 Jul 2006 11:41:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2rhH-0006yT-Kd for commit-classpath@gnu.org; Tue, 18 Jul 2006 11:41:19 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2rkC-00076M-KE for commit-classpath@gnu.org; Tue, 18 Jul 2006 11:44:20 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2rhH-0006If-00 for ; Tue, 18 Jul 2006 11:41:19 -0400 Received: from tbento by savannah.gnu.org with local (Exim 4.50) id 1G2rhG-0006Ic-If for commit-classpath@gnu.org; Tue, 18 Jul 2006 15:41:18 +0000 To: commit-classpath@gnu.org Message-Id: From: Tania Bento Date: Tue, 18 Jul 2006 15:41:18 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/GridLayout.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 15:41:21 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tania Bento 06/07/18 15:41:18 Modified files: . : ChangeLog java/awt : GridLayout.java Log message: 2006-07-18 Tania Bento * java/awt/GridLayout.java (setHgap): Illegal Argument Exception should not be thrown if hgap < 0. (setVgap): Illegal Argument Exception should not be thrown if vgap < 0. (toString): Opening square braket ([) should appear before hgap value, not the name of the class. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8157&r2=1.8158 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/GridLayout.java?cvsroot=classpath&r1=1.15&r2=1.16 From MAILER-DAEMON Tue Jul 18 12:36:39 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2sYp-0006Ut-Qd for mharc-commit-classpath@gnu.org; Tue, 18 Jul 2006 12:36:39 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2sYo-0006U4-91 for commit-classpath@gnu.org; Tue, 18 Jul 2006 12:36:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2sYm-0006TK-Qr for commit-classpath@gnu.org; Tue, 18 Jul 2006 12:36:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2sYm-0006TH-LF for commit-classpath@gnu.org; Tue, 18 Jul 2006 12:36:36 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2sbi-0003Wr-0l for commit-classpath@gnu.org; Tue, 18 Jul 2006 12:39:38 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2sYk-0008Gp-00 for ; Tue, 18 Jul 2006 12:36:34 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G2sYh-0008Gj-K2 for commit-classpath@gnu.org; Tue, 18 Jul 2006 16:36:33 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Tue, 18 Jul 2006 16:36:31 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/BandedSample... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 16:36:38 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/18 16:36:30 Modified files: . : ChangeLog java/awt/image : BandedSampleModel.java ByteLookupTable.java ComponentSampleModel.java ShortLookupTable.java Log message: 2006-07-18 David Gilbert * java/awt/image/BandedSampleModel.java (createDataBuffer): New method override, * java/awt/image/ByteLookupTable.java (ByteLookupTable(int, byte[][])): Create new array to hold references, (ByteLookuptable(int, byte[])): Check for null array, * java/awt/image/ComponentSampleModel.java (createDataBuffer): Removed unnecessary braces, (getSample): Check (x, y) is within bounds, * java/awt/image/ShortLookupTable.java (ShortLookupTable(int, short[][])): Create new array to hold references, (ShortLookupTable(int, short[])): Check for null array, (getTable): Added API docs, (lookupPixel): Source reformatting. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8158&r2=1.8159 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/BandedSampleModel.java?cvsroot=classpath&r1=1.7&r2=1.8 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ByteLookupTable.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ComponentSampleModel.java?cvsroot=classpath&r1=1.14&r2=1.15 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ShortLookupTable.java?cvsroot=classpath&r1=1.5&r2=1.6 From MAILER-DAEMON Tue Jul 18 14:17:15 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2u8B-0001Qb-77 for mharc-commit-classpath@gnu.org; Tue, 18 Jul 2006 14:17:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2u89-0001Q1-M3 for commit-classpath@gnu.org; Tue, 18 Jul 2006 14:17:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2u88-0001PL-0q for commit-classpath@gnu.org; Tue, 18 Jul 2006 14:17:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2u87-0001P4-Oj for commit-classpath@gnu.org; Tue, 18 Jul 2006 14:17:11 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2uB4-0000Gq-BK for commit-classpath@gnu.org; Tue, 18 Jul 2006 14:20:14 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2u87-0002FG-00 for ; Tue, 18 Jul 2006 14:17:11 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G2u86-0002FD-TI for commit-classpath@gnu.org; Tue, 18 Jul 2006 18:17:11 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 18 Jul 2006 18:17:10 +0000 Subject: [commit-cp] classpath ChangeLog resource/gnu/java/awt/peer/... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 18:17:13 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/18 18:17:10 Modified files: . : ChangeLog resource/gnu/java/awt/peer/x: fonts.properties gnu/java/awt/peer/x: XFontPeer.java XGraphics.java XImage.java Log message: 2006-07-18 Roman Kennke * gnu/java/awt/peer/x/XFontPeer.java (encodeFont): Be more flexible with font sizes. (validSize): New helper method. * gnu/java/awt/peer/x/XGraphics.java (drawImage(Image,int,int,int,int,int,int,int,int,ImageObserver)): Implemented. (drawImage(Image,int,int,int,int,int,int,int,int,Color,ImageObserver)): Implemented. * gnu/java/awt/peer/x/XImage.java (properties): New field. (getProperty): Implemented. * resource/gnu/java/awt/peer/x/fonts.properties: Added copyright header. Fixed font size field. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8159&r2=1.8160 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/java/awt/peer/x/fonts.properties?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XFontPeer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphics.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XImage.java?cvsroot=classpath&r1=1.2&r2=1.3 From MAILER-DAEMON Tue Jul 18 16:45:21 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G2wRV-00028u-Me for mharc-commit-classpath@gnu.org; Tue, 18 Jul 2006 16:45:21 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G2wRT-00028X-S1 for commit-classpath@gnu.org; Tue, 18 Jul 2006 16:45:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G2wRS-000288-9t for commit-classpath@gnu.org; Tue, 18 Jul 2006 16:45:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G2wRS-000285-59 for commit-classpath@gnu.org; Tue, 18 Jul 2006 16:45:18 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G2wUO-0001Z4-P3 for commit-classpath@gnu.org; Tue, 18 Jul 2006 16:48:20 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G2wRP-0007zG-00 for ; Tue, 18 Jul 2006 16:45:15 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G2wRN-0007zD-Dd for commit-classpath@gnu.org; Tue, 18 Jul 2006 20:45:15 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Tue, 18 Jul 2006 20:45:13 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/lang/management/Me... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Jul 2006 20:45:20 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/18 20:45:13 Modified files: . : ChangeLog gnu/java/lang/management: MemoryMXBeanImpl.java Log message: 2006-07-18 Andrew John Hughes * gnu/java/lang/management/MemoryMXBeanImpl.java: (MemoryMXBeanImpl()): Implemented. (ListenerData): New private class. (addNotificationListener(NotificationListener, NotificationFilter, Object)): Implemented. (getNotificationInfo()): Likewise. (removeNotificationListener(NotificationListener)): Likewise. (removeNotificationListener(NotificationListener, NotificationFilter, Object)): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8160&r2=1.8161 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryMXBeanImpl.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Wed Jul 19 04:17:59 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G37Fn-0002bf-3k for mharc-commit-classpath@gnu.org; Wed, 19 Jul 2006 04:17:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G37Fl-0002aZ-7c for commit-classpath@gnu.org; Wed, 19 Jul 2006 04:17:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G37Fj-0002Yn-3y for commit-classpath@gnu.org; Wed, 19 Jul 2006 04:17:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G37Fi-0002Yk-TT for commit-classpath@gnu.org; Wed, 19 Jul 2006 04:17:54 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G37In-000414-Ka for commit-classpath@gnu.org; Wed, 19 Jul 2006 04:21:05 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G37Fi-0007J3-00 for ; Wed, 19 Jul 2006 04:17:54 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G37Fh-0007J0-Ok for commit-classpath@gnu.org; Wed, 19 Jul 2006 08:17:54 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 19 Jul 2006 08:17:53 +0000 Subject: [commit-cp] classpath/gnu/java/awt/peer/x XGraphics.java Ch... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 08:17:57 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/19 08:17:53 Modified files: gnu/java/awt/peer/x: XGraphics.java . : ChangeLog Log message: 2006-07-19 Roman Kennke * gnu/java/awt/peer/x/XGraphics.java (drawImage(Image,int,int,int,int,int,int,int,int,ImageObserver)): Fixed ordering of parameters. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphics.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8161&r2=1.8162 From MAILER-DAEMON Wed Jul 19 05:12:06 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3869-0007sX-Uq for mharc-commit-classpath@gnu.org; Wed, 19 Jul 2006 05:12:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3868-0007ry-7n for commit-classpath@gnu.org; Wed, 19 Jul 2006 05:12:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3866-0007ri-HD for commit-classpath@gnu.org; Wed, 19 Jul 2006 05:12:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3866-0007rd-9N for commit-classpath@gnu.org; Wed, 19 Jul 2006 05:12:02 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G389B-0000IU-Co for commit-classpath@gnu.org; Wed, 19 Jul 2006 05:15:13 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3864-0000uN-00 for ; Wed, 19 Jul 2006 05:12:00 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G3863-0000uE-AJ for commit-classpath@gnu.org; Wed, 19 Jul 2006 09:12:00 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Wed, 19 Jul 2006 09:11:59 +0000 Subject: [commit-cp] classpath resource/java/security/classpath.secu... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 09:12:04 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/19 09:11:59 Modified files: resource/java/security: classpath.security javax/security/auth/login: LoginContext.java . : ChangeLog Log message: 2006-07-19 Raif S. Naffah PR Classpath/26302 * resource/java/security/classpath.security: Updated copyright year. (auth.login.defaultCallbackHandler): New property; set to our default callback handler. This is needed by the LoginContext when no callback handler was specified. * javax/security/auth/login/LoginContext.java: Updated copyright year. (LoginContext(4)): Assign passed parameters to local fields before invoking lookup method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/resource/java/security/classpath.security?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/security/auth/login/LoginContext.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8162&r2=1.8163 From MAILER-DAEMON Wed Jul 19 12:04:34 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3EXK-0005bI-9a for mharc-commit-classpath@gnu.org; Wed, 19 Jul 2006 12:04:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3EXI-0005XW-2K for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:04:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3EXH-0005W9-77 for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:04:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3EXH-0005Vi-31 for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:04:31 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3EaP-0005Hl-V6 for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:07:46 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3EX5-0000T6-00 for ; Wed, 19 Jul 2006 12:04:19 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1G3EX5-0000T3-FC for commit-classpath@gnu.org; Wed, 19 Jul 2006 16:04:19 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Wed, 19 Jul 2006 16:04:19 +0000 Subject: [commit-cp] classpath ChangeLog examples/gnu/classpath/exam... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 16:04:32 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/19 16:04:19 Modified files: . : ChangeLog examples/gnu/classpath/examples/awt: Demo.java gnu/java/awt/dnd/peer/gtk: GtkDragSourceContextPeer.java Log message: 2006-07-19 Lillian Angel * examples/gnu/classpath/examples/awt/Demo.java (DragDropWindow): Fixed typo in Label text. * gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java (GtkDragSourceContextPeer): Removed unneeded initialization for field. (startDrag): Initialized context field. (transferablesFlavorsChanged): Removed FIXME. Nothing is done in this function. (dragEnter): New function. (dragExit): Likewise. (dragDropEnd): Likewise. (dragMouseMoved): Likewise. (dragOver): Likewise. (dragActionChanged): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8163&r2=1.8164 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/awt/Demo.java?cvsroot=classpath&r1=1.7&r2=1.8 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java?cvsroot=classpath&r1=1.2&r2=1.3 From MAILER-DAEMON Wed Jul 19 12:21:27 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3Enf-0004Fe-Kl for mharc-commit-classpath@gnu.org; Wed, 19 Jul 2006 12:21:27 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3Ene-0004FM-4m for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:21:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3Enc-0004F9-HO for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:21:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3Enc-0004F6-AW for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:21:24 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3Enc-0000bJ-61 for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:21:24 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3Ena-0000gs-00 for ; Wed, 19 Jul 2006 12:21:22 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G3EnY-0000go-L6 for commit-classpath@gnu.org; Wed, 19 Jul 2006 16:21:22 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Wed, 19 Jul 2006 16:21:20 +0000 Subject: [commit-cp] classpath ChangeLog java/net/Inet6Address.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 16:21:26 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/19 16:21:20 Modified files: . : ChangeLog java/net : Inet6Address.java Log message: 2006-07-19 Sven de Marothy * java/net/Inet6Address.java: (getScopedId, getScopedInterface): New methods. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8164&r2=1.8165 http://cvs.savannah.gnu.org/viewcvs/classpath/java/net/Inet6Address.java?cvsroot=classpath&r1=1.12&r2=1.13 From MAILER-DAEMON Wed Jul 19 12:48:27 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3FDn-0007eq-0B for mharc-commit-classpath@gnu.org; Wed, 19 Jul 2006 12:48:27 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3FDl-0007el-On for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:48:25 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3FDl-0007eZ-2i for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:48:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3FDk-0007eT-TB for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:48:24 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3FDk-0002nB-Rp for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:48:24 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3FDj-0002I8-00 for ; Wed, 19 Jul 2006 12:48:23 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G3FDj-0002I4-Jc for commit-classpath@gnu.org; Wed, 19 Jul 2006 16:48:23 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Wed, 19 Jul 2006 16:48:23 +0000 Subject: [commit-cp] classpath/gnu/javax/imageio/png X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 16:48:26 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/19 16:48:23 New directory: gnu/javax/imageio/png CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/?cvsroot=classpath From MAILER-DAEMON Wed Jul 19 12:49:24 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3FEi-00083V-5k for mharc-commit-classpath@gnu.org; Wed, 19 Jul 2006 12:49:24 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3FEf-00081V-UA for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:49:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3FEe-000813-6k for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:49:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3FEe-000810-43 for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:49:20 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3FEe-0002rh-3t for commit-classpath@gnu.org; Wed, 19 Jul 2006 12:49:20 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3FEd-0002It-00 for ; Wed, 19 Jul 2006 12:49:19 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G3FEc-0002Iq-ML for commit-classpath@gnu.org; Wed, 19 Jul 2006 16:49:19 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Wed, 19 Jul 2006 16:49:18 +0000 Subject: [commit-cp] classpath ChangeLog gnu/javax/imageio/png/PNGCh... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 16:49:22 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/19 16:49:18 Modified files: . : ChangeLog Added files: gnu/javax/imageio/png: PNGChunk.java PNGData.java PNGDecoder.java PNGEncoder.java PNGException.java PNGFile.java PNGFilter.java PNGGamma.java PNGHeader.java PNGICCProfile.java PNGPalette.java PNGPhys.java PNGTime.java Log message: 2006-07-19 Sven de Marothy * gnu/javax/imageio/png/PNGChunk.java, * gnu/javax/imageio/png/PNGData.java, * gnu/javax/imageio/png/PNGDecoder.java, * gnu/javax/imageio/png/PNGEncoder.java, * gnu/javax/imageio/png/PNGException.java, * gnu/javax/imageio/png/PNGFile.java, * gnu/javax/imageio/png/PNGFilter.java, * gnu/javax/imageio/png/PNGGamma.java, * gnu/javax/imageio/png/PNGHeader.java, * gnu/javax/imageio/png/PNGICCProfile.java, * gnu/javax/imageio/png/PNGPalette.java, * gnu/javax/imageio/png/PNGPhys.java, * gnu/javax/imageio/png/PNGTime.java: New files. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8165&r2=1.8166 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGChunk.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGData.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGDecoder.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGEncoder.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGException.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGFile.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGFilter.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGGamma.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGHeader.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGICCProfile.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGPalette.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGPhys.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGTime.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Wed Jul 19 15:21:49 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3HcC-0007BT-W7 for mharc-commit-classpath@gnu.org; Wed, 19 Jul 2006 15:21:49 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3HcB-0007BK-OR for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:21:47 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3HcA-0007AP-MB for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:21:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3HcA-0007AK-F2 for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:21:46 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3HcC-0006fn-2C for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:21:48 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3Hc8-00074h-00 for ; Wed, 19 Jul 2006 15:21:44 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G3Hc8-00074e-9L for commit-classpath@gnu.org; Wed, 19 Jul 2006 19:21:44 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 19 Jul 2006 19:21:44 +0000 Subject: [commit-cp] classpath/gnu/java/awt/peer/x XGraphics.java Ch... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 19:21:47 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/19 19:21:44 Modified files: gnu/java/awt/peer/x: XGraphics.java . : ChangeLog Log message: 2006-07-19 Roman Kennke * gnu/java/awt/peer/x/XGraphics.java (translate): Don't set the clip on the X server. (clipRect): Use setXClip() to set the clip on the X server. (hitClip): More efficient and correct implementation. (setClip): Use setXClip() to set the clip on the X server. (setClip(Shape)): Use setXClip() to set the clip on the X server. (copyArea): Translate and clip the source rectangle correctly. (dispose): Only flush when object is not yet disposed. (clone): Use setXClip() to set the clip on the X server. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphics.java?cvsroot=classpath&r1=1.5&r2=1.6 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8166&r2=1.8167 From MAILER-DAEMON Wed Jul 19 15:37:23 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3HrH-0003SH-KV for mharc-commit-classpath@gnu.org; Wed, 19 Jul 2006 15:37:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3HrF-0003Q9-IB for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:37:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3HrE-0003PT-Rq for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:37:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3HrE-0003PF-FW for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:37:20 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3HrG-0007rM-59 for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:37:22 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3HrD-000075-00 for ; Wed, 19 Jul 2006 15:37:19 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G3HrC-000072-M6 for commit-classpath@gnu.org; Wed, 19 Jul 2006 19:37:19 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 19 Jul 2006 19:37:18 +0000 Subject: [commit-cp] classpath/javax/swing JComponent.java RepaintMa... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 19:37:21 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/19 19:37:18 Modified files: javax/swing : JComponent.java RepaintManager.java . : ChangeLog Log message: 2006-07-19 Roman Kennke * javax/swing/JComponent.java (paintChildren): Refactored. The paintChildrenOptimized method has been moved back in here. Added locking of the tree and only check for completely obscured child components when not optimized drawing enabled. Use Graphics.create() to protect from irreversible changes. (isCompletelyObscured): New helper method. (paintComponent): Also use Graphics.create() for Graphics2D, to protect from irreverible changes. (clipAndTranslateGraphics): Refactored to use more efficient iterative (vs recursive) approach. * javax/swing/RepaintManager.java (getOffscreenBuffer): Create image from root component. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComponent.java?cvsroot=classpath&r1=1.139&r2=1.140 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/RepaintManager.java?cvsroot=classpath&r1=1.41&r2=1.42 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8167&r2=1.8168 From MAILER-DAEMON Wed Jul 19 15:43:35 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3HxH-00023o-2X for mharc-commit-classpath@gnu.org; Wed, 19 Jul 2006 15:43:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3HxF-00023A-Fw for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:43:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3HxF-00022V-3p for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:43:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3HxE-00022O-Ui for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:43:32 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3HxG-0008Fx-MC for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:43:34 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3HxE-0000Cb-00 for ; Wed, 19 Jul 2006 15:43:32 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G3HxE-0000CY-7D for commit-classpath@gnu.org; Wed, 19 Jul 2006 19:43:32 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 19 Jul 2006 19:43:32 +0000 Subject: [commit-cp] classpath/resource/gnu/java/util X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 19:43:34 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/19 19:43:32 New directory: resource/gnu/java/util CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/java/util/?cvsroot=classpath From MAILER-DAEMON Wed Jul 19 15:43:41 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3HxN-0002DE-8L for mharc-commit-classpath@gnu.org; Wed, 19 Jul 2006 15:43:41 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3HxM-0002By-Dc for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:43:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3HxL-0002AQ-LL for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:43:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3HxL-00029t-C3 for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:43:39 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3HxN-0008H6-35 for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:43:41 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3HxK-0000Cm-00 for ; Wed, 19 Jul 2006 15:43:38 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G3HxK-0000Cj-L9 for commit-classpath@gnu.org; Wed, 19 Jul 2006 19:43:38 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 19 Jul 2006 19:43:38 +0000 Subject: [commit-cp] classpath/resource/gnu/java/util/regex X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 19:43:40 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/19 19:43:38 New directory: resource/gnu/java/util/regex CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/java/util/regex/?cvsroot=classpath From MAILER-DAEMON Wed Jul 19 15:47:12 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3I0m-0007xt-Kv for mharc-commit-classpath@gnu.org; Wed, 19 Jul 2006 15:47:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3I0l-0007xb-68 for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:47:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3I0j-0007wX-Lj for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:47:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3I0j-0007wR-C6 for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:47:09 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3I0l-00009y-0w for commit-classpath@gnu.org; Wed, 19 Jul 2006 15:47:11 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3I0i-0000Fh-00 for ; Wed, 19 Jul 2006 15:47:08 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G3I0h-0000Fe-Kk for commit-classpath@gnu.org; Wed, 19 Jul 2006 19:47:08 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 19 Jul 2006 19:47:07 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/util/regex/RE.java... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 19:47:11 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/19 19:47:07 Modified files: . : ChangeLog gnu/java/util/regex: RE.java Added files: resource/gnu/java/util/regex: MessagesBundle.properties MessagesBundle_fr.properties MessagesBundle_it.properties Removed files: resource/gnu/regexp: MessagesBundle.properties MessagesBundle_fr.properties MessagesBundle_it.properties Log message: 2006-07-19 Roman Kennke * resource/gnu/regexp/MessagesBundle.properties, * resource/gnu/regexp/MessagesBundle_fr.properties, * resource/gnu/regexp/MessagesBundle_it.properties: Moved to resource/gnu/java/util/regex. * resource/gnu/java/util/regex/MessagesBundle.properties, * resource/gnu/java/util/regex/MessagesBundle_fr.properties, * resource/gnu/java/util/regex/MessagesBundle_it.properties: New files. * gnu/java/util/regex/RE.java Use new resource bundle location. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8168&r2=1.8169 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RE.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/java/util/regex/MessagesBundle.properties?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/java/util/regex/MessagesBundle_fr.properties?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/regexp/MessagesBundle.properties?cvsroot=classpath&r1=1.2&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/regexp/MessagesBundle_fr.properties?cvsroot=classpath&r1=1.2&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/regexp/MessagesBundle_it.properties?cvsroot=classpath&r1=1.1&r2=0 From MAILER-DAEMON Wed Jul 19 19:29:35 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3LTz-0002Bf-16 for mharc-commit-classpath@gnu.org; Wed, 19 Jul 2006 19:29:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3LTx-00026t-HJ for commit-classpath@gnu.org; Wed, 19 Jul 2006 19:29:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3LTw-00024o-DI for commit-classpath@gnu.org; Wed, 19 Jul 2006 19:29:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3LTw-00024H-1D for commit-classpath@gnu.org; Wed, 19 Jul 2006 19:29:32 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3LU0-0008Uy-0k for commit-classpath@gnu.org; Wed, 19 Jul 2006 19:29:36 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3LTv-0006vO-00 for ; Wed, 19 Jul 2006 19:29:31 -0400 Received: from keiths by savannah.gnu.org with local (Exim 4.50) id 1G3LTu-0006vK-Ty for commit-classpath@gnu.org; Wed, 19 Jul 2006 23:29:31 +0000 To: commit-classpath@gnu.org Message-Id: From: Keith Seitz Date: Wed, 19 Jul 2006 23:29:30 +0000 Subject: [commit-cp] classpath ChangeLog include/jvmti.h X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jul 2006 23:29:33 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Keith Seitz 06/07/19 23:29:30 Modified files: . : ChangeLog include : jvmti.h Log message: * include/jvmti.h (JVMTI_VERSION_1_0): Define. (JVMTI_VERSION): Define. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8169&r2=1.8170 http://cvs.savannah.gnu.org/viewcvs/classpath/include/jvmti.h?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Thu Jul 20 04:29:01 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3Tu1-000492-Cv for mharc-commit-classpath@gnu.org; Thu, 20 Jul 2006 04:29:01 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3Ttz-00048s-Hc for commit-classpath@gnu.org; Thu, 20 Jul 2006 04:28:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3Ttx-00048V-LE for commit-classpath@gnu.org; Thu, 20 Jul 2006 04:28:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3Ttx-00048S-FC for commit-classpath@gnu.org; Thu, 20 Jul 2006 04:28:57 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3Tu6-0005oT-Lm for commit-classpath@gnu.org; Thu, 20 Jul 2006 04:29:06 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3Ttu-0003oK-00 for ; Thu, 20 Jul 2006 04:28:54 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G3Ttt-0003oH-JL for commit-classpath@gnu.org; Thu, 20 Jul 2006 08:28:54 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Thu, 20 Jul 2006 08:28:53 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/ConvolveOp.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 08:28:59 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/20 08:28:53 Modified files: . : ChangeLog java/awt/image : ConvolveOp.java Log message: 2006-07-20 David Gilbert PR Classpath/28422 * java/awt/image/ConvolveOp.java (filter(Raster, WritableRaster)): Reimplemented, (fillEdge): New private method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8170&r2=1.8171 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ConvolveOp.java?cvsroot=classpath&r1=1.8&r2=1.9 From MAILER-DAEMON Thu Jul 20 04:45:25 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3U9t-0003Z1-1m for mharc-commit-classpath@gnu.org; Thu, 20 Jul 2006 04:45:25 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3U9r-0003X8-Sa for commit-classpath@gnu.org; Thu, 20 Jul 2006 04:45:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3U9r-0003Ve-1e for commit-classpath@gnu.org; Thu, 20 Jul 2006 04:45:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3U9q-0003Vb-UC for commit-classpath@gnu.org; Thu, 20 Jul 2006 04:45:22 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3UA0-0003g2-2J for commit-classpath@gnu.org; Thu, 20 Jul 2006 04:45:32 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3U9p-0005Ji-00 for ; Thu, 20 Jul 2006 04:45:21 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G3U9p-0005Jf-45 for commit-classpath@gnu.org; Thu, 20 Jul 2006 08:45:21 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Thu, 20 Jul 2006 08:45:21 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/ComponentSam... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 08:45:24 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/20 08:45:21 Modified files: . : ChangeLog java/awt/image : ComponentSampleModel.java Log message: 2006-07-20 David Gilbert * java/awt/image/ComponentSampleModel.java (getPixel): Added argument check, (getSample): Modified exception message. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8171&r2=1.8172 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ComponentSampleModel.java?cvsroot=classpath&r1=1.15&r2=1.16 From MAILER-DAEMON Thu Jul 20 06:15:03 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3VYd-00027a-Lt for mharc-commit-classpath@gnu.org; Thu, 20 Jul 2006 06:15:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3VYc-00027I-Is for commit-classpath@gnu.org; Thu, 20 Jul 2006 06:15:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3VYa-00026y-W0 for commit-classpath@gnu.org; Thu, 20 Jul 2006 06:15:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3VYa-00026v-Qo for commit-classpath@gnu.org; Thu, 20 Jul 2006 06:15:00 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3VYl-0003M1-4C for commit-classpath@gnu.org; Thu, 20 Jul 2006 06:15:11 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3VYa-0007oH-00 for ; Thu, 20 Jul 2006 06:15:00 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G3VYZ-0007oC-SR for commit-classpath@gnu.org; Thu, 20 Jul 2006 10:15:00 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Thu, 20 Jul 2006 10:14:59 +0000 Subject: [commit-cp] classpath ChangeLog javax/imageio/spi/IIORegist... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 10:15:02 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/20 10:14:59 Modified files: . : ChangeLog javax/imageio/spi: IIORegistry.java gnu/javax/imageio/gif: GIFImageReader.java GIFImageReaderSpi.java gnu/javax/imageio/png: PNGException.java Added files: gnu/javax/imageio: IIOInputStream.java gnu/javax/imageio/png: PNGImageReader.java PNGImageReaderSpi.java Removed files: gnu/javax/imageio/gif: GIFStream.java Log message: 2006-07-20 Roman Kennke * gnu/javax/imageio/IIOInputStream.java: New class. Wraps ImageInputStreams as normal InputStreams. * gnu/javax/imageio/gif/GIFStream.java: Moved to gnu/javax/imageio/IIOInputStream.java. * gnu/javax/imageio/gif/GIFImageReader.java (readImage): Use IIOInputStream. * gnu/javax/imageio/gif/GIFImageReaderSpi.java (canDecodeInput): Use IIOInputStream. * gnu/javax/imageio/png/PNGException.java: Make subclass of IOException. * gnu/javax/imageio/png/PNGImageReader.java: New class. Implements the ImageIO ImageReader for PNG. * gnu/javax/imageio/png/PNGImageReaderSpi.java: New class. Implements the ImageIO ImageReaderSpi for PNG. * javax/imageio/spi/IIORegistry.java: (IIORegistry): Add PNGImageReaderSpi. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8172&r2=1.8173 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/imageio/spi/IIORegistry.java?cvsroot=classpath&r1=1.10&r2=1.11 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/IIOInputStream.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/gif/GIFImageReader.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/gif/GIFImageReaderSpi.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/gif/GIFStream.java?cvsroot=classpath&r1=1.1&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGException.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGImageReader.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGImageReaderSpi.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Thu Jul 20 09:08:12 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3YGC-0001kb-FU for mharc-commit-classpath@gnu.org; Thu, 20 Jul 2006 09:08:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3YGA-0001ja-C5 for commit-classpath@gnu.org; Thu, 20 Jul 2006 09:08:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3YG9-0001jI-71 for commit-classpath@gnu.org; Thu, 20 Jul 2006 09:08:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3YG9-0001jF-1e for commit-classpath@gnu.org; Thu, 20 Jul 2006 09:08:09 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3YGK-0001Jk-Tt for commit-classpath@gnu.org; Thu, 20 Jul 2006 09:08:20 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3YG8-0005wK-00 for ; Thu, 20 Jul 2006 09:08:08 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G3YG8-0005wH-0C for commit-classpath@gnu.org; Thu, 20 Jul 2006 13:08:08 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Thu, 20 Jul 2006 13:08:08 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/x/XGraphi... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 13:08:10 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/20 13:08:07 Modified files: . : ChangeLog gnu/java/awt/peer/x: XGraphics.java XToolkit.java Log message: 2006-07-20 Roman Kennke * gnu/java/awt/peer/x/XToolkit.java (createImage(InputStream)): Only copy image to Pixmap if it's actually opaque. Transparent images are left as BufferedImage and composited later onto the screen. * gnu/java/awt/peer/x/XGraphics.java (XGraphics): Fetch some parameters for image rendering. (drawImage): Added special handling of transparent images. (getRGB): New helper method. (setRGB): New helper method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8173&r2=1.8174 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphics.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XToolkit.java?cvsroot=classpath&r1=1.5&r2=1.6 From MAILER-DAEMON Thu Jul 20 10:22:51 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3ZQR-00038w-Iz for mharc-commit-classpath@gnu.org; Thu, 20 Jul 2006 10:22:51 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3ZQP-00036d-Ej for commit-classpath@gnu.org; Thu, 20 Jul 2006 10:22:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3ZQN-00034q-Do for commit-classpath@gnu.org; Thu, 20 Jul 2006 10:22:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3ZQN-00034m-8E for commit-classpath@gnu.org; Thu, 20 Jul 2006 10:22:47 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3ZQZ-00087O-Si for commit-classpath@gnu.org; Thu, 20 Jul 2006 10:22:59 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3ZQH-00089v-00 for ; Thu, 20 Jul 2006 10:22:41 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1G3ZQF-00089s-OH for commit-classpath@gnu.org; Thu, 20 Jul 2006 14:22:41 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Thu, 20 Jul 2006 14:22:39 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/GtkCh... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 14:22:50 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/20 14:22:39 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: GtkCheckboxPeer.java Log message: 2006-07-20 Lillian Angel PR 28440 * gnu/java/awt/peer/gtk/GtkCheckboxPeer.java (dispose): Reset all fields. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8174&r2=1.8175 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkCheckboxPeer.java?cvsroot=classpath&r1=1.29&r2=1.30 From MAILER-DAEMON Thu Jul 20 15:37:43 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3eL9-0000LW-0G for mharc-commit-classpath@gnu.org; Thu, 20 Jul 2006 15:37:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3eL8-0000KR-9P for commit-classpath@gnu.org; Thu, 20 Jul 2006 15:37:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3eL7-0000J4-Cd for commit-classpath@gnu.org; Thu, 20 Jul 2006 15:37:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3eL7-0000Ij-4E for commit-classpath@gnu.org; Thu, 20 Jul 2006 15:37:41 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3eLM-0007Kg-QI for commit-classpath@gnu.org; Thu, 20 Jul 2006 15:37:56 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3eL6-0003Yy-00 for ; Thu, 20 Jul 2006 15:37:40 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G3eL5-0003Yv-5X for commit-classpath@gnu.org; Thu, 20 Jul 2006 19:37:40 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Thu, 20 Jul 2006 19:37:39 +0000 Subject: [commit-cp] classpath/javax/swing JTable.java ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Jul 2006 19:37:42 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/20 19:37:39 Modified files: javax/swing : JTable.java . : ChangeLog Log message: 2006-07-20 Roman Kennke * javax/swing/JTable.java (tableChanged): Split out handling of the event into multiple subroutines. (handleCompleteChange): New method. Clear the selection and check the lead/anchor indices. (handleInsert): New method. Check the lead/anchor indices. Optimized repainting. (handleDelete): New method. Check the lead/anchor indices. Optimized repainting. (handleUpdate): New method. Optimized repainting. (checkSelection): New helper method. (setSelectionModel): Update lead/anchor indices. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTable.java?cvsroot=classpath&r1=1.116&r2=1.117 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8175&r2=1.8176 From MAILER-DAEMON Fri Jul 21 13:27:29 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G3yme-0007xY-Ta for mharc-commit-classpath@gnu.org; Fri, 21 Jul 2006 13:27:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G3ymd-0007wI-8c for commit-classpath@gnu.org; Fri, 21 Jul 2006 13:27:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G3ymb-0007w2-TK for commit-classpath@gnu.org; Fri, 21 Jul 2006 13:27:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G3ymb-0007vz-NO for commit-classpath@gnu.org; Fri, 21 Jul 2006 13:27:25 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G3yn4-0002km-3W for commit-classpath@gnu.org; Fri, 21 Jul 2006 13:27:54 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G3ymb-00063T-00 for ; Fri, 21 Jul 2006 13:27:25 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G3yma-00063Q-N1 for commit-classpath@gnu.org; Fri, 21 Jul 2006 17:27:25 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Fri, 21 Jul 2006 17:27:24 +0000 Subject: [commit-cp] classpath/java/awt LightweightDispatcher.java C... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 17:27:27 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/21 17:27:24 Modified files: java/awt : LightweightDispatcher.java . : ChangeLog Log message: 2006-07-20 Roman Kennke * java/awt/LightweightDispatcher.java (findTarget): Also consider components that have their eventMask set, for compatibility with stonage AWT. Optimized check for MouseListener. (handleMouseEvent): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/LightweightDispatcher.java?cvsroot=classpath&r1=1.11&r2=1.12 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8176&r2=1.8177 From MAILER-DAEMON Fri Jul 21 16:44:42 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G41rW-0004ww-B7 for mharc-commit-classpath@gnu.org; Fri, 21 Jul 2006 16:44:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G41rU-0004ue-LY for commit-classpath@gnu.org; Fri, 21 Jul 2006 16:44:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G41rT-0004u3-2P for commit-classpath@gnu.org; Fri, 21 Jul 2006 16:44:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G41rS-0004u0-Sf for commit-classpath@gnu.org; Fri, 21 Jul 2006 16:44:38 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G41rx-0002Zd-3G for commit-classpath@gnu.org; Fri, 21 Jul 2006 16:45:09 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G41rM-0005fl-00 for ; Fri, 21 Jul 2006 16:44:32 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1G41rK-0005fi-Qz for commit-classpath@gnu.org; Fri, 21 Jul 2006 20:44:32 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Fri, 21 Jul 2006 20:44:30 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/dnd/DragSource.jav... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 20:44:40 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/21 20:44:30 Modified files: . : ChangeLog java/awt/dnd : DragSource.java gnu/java/awt/dnd: GtkMouseDragGestureRecognizer.java Log message: 2006-07-20 Lillian Angel * gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java (GtkMouseDragGestureRecognizer): New constructor. (GtkMouseDragGestureRecognizer): New constructor. (GtkMouseDragGestureRecognizer): New constructor. (mouseClicked): Removed FIXME. (mousePressed): Implemented. (mouseReleased): Implemented. (mouseEntered): Implemented. (mouseDragged): Implemented to check mouse point and trigger origin. (mouseMoved): Removed FIXME. (getDropActionFromEvent): New helper function used to convert mouse event modifiers to a drop action. * java/awt/dnd/DragSource.java (getDragThreshold): Changed to return some arbitrary value for testing purposes. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8177&r2=1.8178 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSource.java?cvsroot=classpath&r1=1.10&r2=1.11 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Fri Jul 21 17:05:18 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G42BS-0004Eo-Jc for mharc-commit-classpath@gnu.org; Fri, 21 Jul 2006 17:05:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G42BQ-0004EJ-UC for commit-classpath@gnu.org; Fri, 21 Jul 2006 17:05:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G42BP-0004E7-Hi for commit-classpath@gnu.org; Fri, 21 Jul 2006 17:05:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G42BP-0004E4-CM for commit-classpath@gnu.org; Fri, 21 Jul 2006 17:05:15 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G42Bt-00048a-NC for commit-classpath@gnu.org; Fri, 21 Jul 2006 17:05:45 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G42BO-0005zY-00 for ; Fri, 21 Jul 2006 17:05:14 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1G42BO-0005zV-4f for commit-classpath@gnu.org; Fri, 21 Jul 2006 21:05:14 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Fri, 21 Jul 2006 21:05:14 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/dnd/GtkMouseDr... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 21:05:17 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/21 21:05:14 Modified files: . : ChangeLog gnu/java/awt/dnd: GtkMouseDragGestureRecognizer.java Log message: 2006-07-20 Lillian Angel * gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java: Removed unused fields. (GtkMouseDragGestureRecognizer): Removed initializations. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8178&r2=1.8179 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java?cvsroot=classpath&r1=1.2&r2=1.3 From MAILER-DAEMON Fri Jul 21 18:41:58 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G43h0-0003T2-OL for mharc-commit-classpath@gnu.org; Fri, 21 Jul 2006 18:41:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G43gz-0003Sh-GT for commit-classpath@gnu.org; Fri, 21 Jul 2006 18:41:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G43gy-0003SJ-2t for commit-classpath@gnu.org; Fri, 21 Jul 2006 18:41:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G43gx-0003SG-Sq for commit-classpath@gnu.org; Fri, 21 Jul 2006 18:41:55 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G43hT-00033T-7R for commit-classpath@gnu.org; Fri, 21 Jul 2006 18:42:27 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G43gx-0001PS-00 for ; Fri, 21 Jul 2006 18:41:55 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1G43gw-0001PP-TJ for commit-classpath@gnu.org; Fri, 21 Jul 2006 22:41:55 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Fri, 21 Jul 2006 22:41:54 +0000 Subject: [commit-cp] classpath ChangeLog java/util/concurrent/CopyOn... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 22:41:57 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Tom Tromey 06/07/21 22:41:54 Modified files: . : ChangeLog java/util/concurrent: CopyOnWriteArrayList.java Log message: 2006-07-21 Carsten Neumann * java/util/CopyOnWriteArrayList.java (indexOf(E, int)): New method. (lastIndexOf(E, int)): Likewise. (add(E)): Increase the size of newData array by one. (add(int, E)): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.284&r2=1.2386.2.285 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/concurrent/CopyOnWriteArrayList.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 From MAILER-DAEMON Fri Jul 21 18:51:44 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G43qS-0006nt-Dd for mharc-commit-classpath@gnu.org; Fri, 21 Jul 2006 18:51:44 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G43qP-0006nb-Ty for commit-classpath@gnu.org; Fri, 21 Jul 2006 18:51:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G43qP-0006nP-1s for commit-classpath@gnu.org; Fri, 21 Jul 2006 18:51:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G43qO-0006nM-Sh for commit-classpath@gnu.org; Fri, 21 Jul 2006 18:51:40 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G43qu-0003hA-5j for commit-classpath@gnu.org; Fri, 21 Jul 2006 18:52:12 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G43qO-0001XZ-00 for ; Fri, 21 Jul 2006 18:51:40 -0400 Received: from andreast by savannah.gnu.org with local (Exim 4.50) id 1G43qM-0001XW-LA for commit-classpath@gnu.org; Fri, 21 Jul 2006 22:51:40 +0000 To: commit-classpath@gnu.org Message-Id: From: Andreas Tobler Date: Fri, 21 Jul 2006 22:51:38 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/Cairo... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 22:51:42 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andreas Tobler 06/07/21 22:51:38 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: CairoSurface.java Log message: 2006-07-22 Andreas Tobler * gnu/java/awt/peer/gtk/CairoSurface.java (CairoSurface): Rearrange code for the pixel swap routine to be more efficient. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8179&r2=1.8180 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoSurface.java?cvsroot=classpath&r1=1.13&r2=1.14 From MAILER-DAEMON Fri Jul 21 19:10:36 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G448i-00041J-LI for mharc-commit-classpath@gnu.org; Fri, 21 Jul 2006 19:10:36 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G448h-00041D-NP for commit-classpath@gnu.org; Fri, 21 Jul 2006 19:10:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G448g-00040y-9f for commit-classpath@gnu.org; Fri, 21 Jul 2006 19:10:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G448g-00040v-6j for commit-classpath@gnu.org; Fri, 21 Jul 2006 19:10:34 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G449B-0004nO-V0 for commit-classpath@gnu.org; Fri, 21 Jul 2006 19:11:06 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G448a-0002QM-00 for ; Fri, 21 Jul 2006 19:10:28 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G448a-0002QI-9Y for commit-classpath@gnu.org; Fri, 21 Jul 2006 23:10:28 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Fri, 21 Jul 2006 23:10:28 +0000 Subject: [commit-cp] classpath ChangeLog gnu/javax/crypto/cipher/Tri... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jul 2006 23:10:35 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/21 23:10:28 Modified files: . : ChangeLog gnu/javax/crypto/cipher: TripleDES.java Log message: 2006-07-22 Raif S. Naffah PR Classpath/28100 * gnu/javax/crypto/cipher/TripleDES.java: Updated documentation. (KEY_SIZE): Likewise. (adjustParity(int,byte[],int): New method. (adjustParity(byte[],int): Call above method with 3 as 1st argument. (isParityAdjusted(int,byte[],int)): New method. (isParityAdjusted): Call above method with 3 as 1st argument. (keySizes): Add 8 and 16 as other valid key sizes. (makeKey): Amended to cater for 1, 2 and 3 independent DES keys. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8180&r2=1.8181 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/TripleDES.java?cvsroot=classpath&r1=1.3&r2=1.4 From MAILER-DAEMON Sat Jul 22 05:10:06 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4DUs-0002pS-LB for mharc-commit-classpath@gnu.org; Sat, 22 Jul 2006 05:10:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4DUr-0002pF-8o for commit-classpath@gnu.org; Sat, 22 Jul 2006 05:10:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4DUp-0002ov-Aq for commit-classpath@gnu.org; Sat, 22 Jul 2006 05:10:04 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4DUp-0002os-74 for commit-classpath@gnu.org; Sat, 22 Jul 2006 05:10:03 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4DVQ-0000tl-MN for commit-classpath@gnu.org; Sat, 22 Jul 2006 05:10:40 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4DUn-0007gs-00 for ; Sat, 22 Jul 2006 05:10:01 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G4DUl-0007go-Ik for commit-classpath@gnu.org; Sat, 22 Jul 2006 09:10:00 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Sat, 22 Jul 2006 09:09:59 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/security/util/Inte... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 09:10:05 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/22 09:09:59 Modified files: . : ChangeLog Added files: gnu/java/security/util: IntegerUtil.java Log message: 2006-07-22 Raif S. Naffah * gnu/java/security/util/IntegerUtil.java: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/util/IntegerUtil.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8181&r2=1.8182 From MAILER-DAEMON Sat Jul 22 07:11:40 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4FOW-0001Zd-54 for mharc-commit-classpath@gnu.org; Sat, 22 Jul 2006 07:11:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4FOU-0001ZS-CV for commit-classpath@gnu.org; Sat, 22 Jul 2006 07:11:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4FOT-0001Z2-Sa for commit-classpath@gnu.org; Sat, 22 Jul 2006 07:11:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4FOT-0001Yx-LW for commit-classpath@gnu.org; Sat, 22 Jul 2006 07:11:37 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4FP6-0001x9-8l for commit-classpath@gnu.org; Sat, 22 Jul 2006 07:12:16 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4FOT-0003t5-00 for ; Sat, 22 Jul 2006 07:11:37 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G4FOS-0003t2-J4 for commit-classpath@gnu.org; Sat, 22 Jul 2006 11:11:36 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sat, 22 Jul 2006 11:11:36 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/lang/management/Me... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 11:11:38 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/22 11:11:36 Modified files: . : ChangeLog gnu/java/lang/management: MemoryMXBeanImpl.java java/lang/management: MemoryNotificationInfo.java javax/management/openmbean: CompositeData.java Added files: javax/management/openmbean: CompositeDataSupport.java InvalidKeyException.java Log message: 2006-07-22 Andrew John Hughes * gnu/java/lang/management/MemoryMXBeanImpl.java: (fireNotification(String,String,long,long,long,long,long)): Implemented. (fireThresholdExceededNotification(String,long,long,long, long,long)): Likewise. (fireCollectionThresholdExceededNotification(String,long, long,long,long,long)): Likewise. * java/lang/management/MemoryNotificationInfo.java: Use composite type from MemoryMXBeanImpl. * javax/management/openmbean/CompositeData.java: Correct documentation. * javax/management/openmbean/CompositeDataSupport.java, * javax/management/openmbean/InvalidKeyException.java: New files. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8182&r2=1.8183 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryMXBeanImpl.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryNotificationInfo.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/CompositeData.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/CompositeDataSupport.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/InvalidKeyException.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sat Jul 22 09:36:07 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4HeJ-0000n8-9O for mharc-commit-classpath@gnu.org; Sat, 22 Jul 2006 09:36:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4HeH-0000m2-Df for commit-classpath@gnu.org; Sat, 22 Jul 2006 09:36:05 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4HeG-0000lj-QA for commit-classpath@gnu.org; Sat, 22 Jul 2006 09:36:05 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4HeG-0000lg-MP for commit-classpath@gnu.org; Sat, 22 Jul 2006 09:36:04 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4Heu-0006Lm-N2 for commit-classpath@gnu.org; Sat, 22 Jul 2006 09:36:44 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4HeF-0003W8-00 for ; Sat, 22 Jul 2006 09:36:03 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G4HeF-0003W0-HO for commit-classpath@gnu.org; Sat, 22 Jul 2006 13:36:03 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sat, 22 Jul 2006 13:36:03 +0000 Subject: [commit-cp] classpath ChangeLog doc/vmintegration.texinfo g... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 13:36:06 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/22 13:36:03 Modified files: . : ChangeLog doc : vmintegration.texinfo gnu/java/lang/management: MemoryMXBeanImpl.java java/lang/management: MemoryMXBean.java Log message: 2006-07-22 Andrew John Hughes * doc/vmintegration.texinfo: Mention callback methods. * gnu/java/lang/management/MemoryMXBeanImpl.java: (fireNotification(String,String,long,long,long,long,long)): Made package-private. (fireThresholdExceededNotification(String,long,long,long, long,long)): Likewise. (fireCollectionThresholdExceededNotification(String,long, long,long,long,long)): Likewise. * java/lang/management/MemoryMXBean.java: Document notifications. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8183&r2=1.8184 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&r1=1.37&r2=1.38 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryMXBeanImpl.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryMXBean.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Sat Jul 22 13:35:01 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4LNV-0000tR-R9 for mharc-commit-classpath@gnu.org; Sat, 22 Jul 2006 13:35:01 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4LNU-0000t3-Tr for commit-classpath@gnu.org; Sat, 22 Jul 2006 13:35:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4LNT-0000sO-G4 for commit-classpath@gnu.org; Sat, 22 Jul 2006 13:35:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4LNT-0000sK-9V for commit-classpath@gnu.org; Sat, 22 Jul 2006 13:34:59 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4LO9-0000SL-IN for commit-classpath@gnu.org; Sat, 22 Jul 2006 13:35:41 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4LNS-0004TK-00 for ; Sat, 22 Jul 2006 13:34:58 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G4LNS-0004TH-DV for commit-classpath@gnu.org; Sat, 22 Jul 2006 17:34:58 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sat, 22 Jul 2006 17:34:58 +0000 Subject: [commit-cp] classpath/doc vmintegration.texinfo X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 17:35:01 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/22 17:34:58 Modified files: doc : vmintegration.texinfo Log message: 2006-07-22 Andrew John Hughes * doc/vmintegration.texinfo: Move end of itemization block. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&r1=1.38&r2=1.39 From MAILER-DAEMON Sat Jul 22 13:37:00 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4LPQ-00012y-69 for mharc-commit-classpath@gnu.org; Sat, 22 Jul 2006 13:37:00 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4LPP-00012r-3v for commit-classpath@gnu.org; Sat, 22 Jul 2006 13:36:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4LPN-00012f-Lw for commit-classpath@gnu.org; Sat, 22 Jul 2006 13:36:57 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4LPN-00012c-HC for commit-classpath@gnu.org; Sat, 22 Jul 2006 13:36:57 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4LQ3-0000af-Sk for commit-classpath@gnu.org; Sat, 22 Jul 2006 13:37:39 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4LPN-0004VN-00 for ; Sat, 22 Jul 2006 13:36:57 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G4LPL-0004VJ-LQ for commit-classpath@gnu.org; Sat, 22 Jul 2006 17:36:57 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sat, 22 Jul 2006 17:36:55 +0000 Subject: [commit-cp] classpath ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 17:36:59 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/22 17:36:55 Modified files: . : ChangeLog Log message: 2006-07-22 Andrew John Hughes * doc/vmintegration.texinfo: Move end of itemization block. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8185&r2=1.8186 From MAILER-DAEMON Sat Jul 22 15:59:18 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4Nd8-0005Ji-JR for mharc-commit-classpath@gnu.org; Sat, 22 Jul 2006 15:59:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4Nd7-0005Jd-GZ for commit-classpath@gnu.org; Sat, 22 Jul 2006 15:59:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4Nd6-0005JR-0a for commit-classpath@gnu.org; Sat, 22 Jul 2006 15:59:16 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4Nd5-0005JO-Qo for commit-classpath@gnu.org; Sat, 22 Jul 2006 15:59:15 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4Ndn-0001WE-FJ for commit-classpath@gnu.org; Sat, 22 Jul 2006 15:59:59 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4Nd5-000130-00 for ; Sat, 22 Jul 2006 15:59:15 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G4Nd4-00012x-Hd for commit-classpath@gnu.org; Sat, 22 Jul 2006 19:59:15 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sat, 22 Jul 2006 19:59:14 +0000 Subject: [commit-cp] classpath ChangeLog doc/vmintegration.texinfo g... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 19:59:17 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/22 19:59:14 Modified files: . : ChangeLog doc : vmintegration.texinfo gnu/java/lang/management: MemoryPoolMXBeanImpl.java java/lang/management: MemoryPoolMXBean.java vm/reference/gnu/java/lang/management: VMMemoryPoolMXBeanImpl.java Log message: 2006-07-22 Andrew John Hughes * doc/vmintegration.texinfo: Document getType(String). * gnu/java/lang/management/MemoryPoolMXBeanImpl.java, * java/lang/management/MemoryPoolMXBean.java: (getType()): Implemented. * vm/reference/gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java (getType(String)): Implemented. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8187&r2=1.8188 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&r1=1.39&r2=1.40 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryPoolMXBeanImpl.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryPoolMXBean.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Sat Jul 22 16:30:55 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4O7j-0005oq-6M for mharc-commit-classpath@gnu.org; Sat, 22 Jul 2006 16:30:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4O7g-0005lO-Mv for commit-classpath@gnu.org; Sat, 22 Jul 2006 16:30:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4O7e-0005ia-7w for commit-classpath@gnu.org; Sat, 22 Jul 2006 16:30:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4O7e-0005iX-3D for commit-classpath@gnu.org; Sat, 22 Jul 2006 16:30:50 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4O8M-0003jN-6b for commit-classpath@gnu.org; Sat, 22 Jul 2006 16:31:34 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4O7d-0001Ze-00 for ; Sat, 22 Jul 2006 16:30:49 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G4O7b-0001Z1-Kh for commit-classpath@gnu.org; Sat, 22 Jul 2006 20:30:49 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 22 Jul 2006 20:30:47 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/Iterable.java lib... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 20:30:53 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/22 20:30:47 Modified files: . : ChangeLog java/lang : Iterable.java lib : Makefile.am mkcollections.pl.in Log message: * java/lang/Iterable.java: Import all of java.util. * lib/mkcollections.pl.in (javautilclasses): Add Iterable. * lib/Makefile.am: Only search for .java files in COLLECTIONS_PREFIX. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8188&r2=1.8189 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/Iterable.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/Makefile.am?cvsroot=classpath&r1=1.124&r2=1.125 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/mkcollections.pl.in?cvsroot=classpath&r1=1.4&r2=1.5 From MAILER-DAEMON Sat Jul 22 17:45:23 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4PHn-0005Nn-0h for mharc-commit-classpath@gnu.org; Sat, 22 Jul 2006 17:45:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4PHl-0005NA-IV for commit-classpath@gnu.org; Sat, 22 Jul 2006 17:45:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4PHk-0005Mm-W3 for commit-classpath@gnu.org; Sat, 22 Jul 2006 17:45:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4PHk-0005Md-N8 for commit-classpath@gnu.org; Sat, 22 Jul 2006 17:45:20 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4PIT-0000nr-E4 for commit-classpath@gnu.org; Sat, 22 Jul 2006 17:46:05 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4PHj-0004vS-00 for ; Sat, 22 Jul 2006 17:45:19 -0400 Received: from andreast by savannah.gnu.org with local (Exim 4.50) id 1G4PHi-0004vO-3P for commit-classpath@gnu.org; Sat, 22 Jul 2006 21:45:19 +0000 To: commit-classpath@gnu.org Message-Id: From: Andreas Tobler Date: Sat, 22 Jul 2006 21:45:18 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/Cairo... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jul 2006 21:45:21 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andreas Tobler 06/07/22 21:45:18 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: CairoSurface.java Log message: 2006-07-22 Andreas Tobler * gnu/java/awt/peer/gtk/CairoSurface.java: Optimize pixel swap code a bit more. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8189&r2=1.8190 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoSurface.java?cvsroot=classpath&r1=1.14&r2=1.15 From MAILER-DAEMON Sun Jul 23 02:00:21 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4X0n-0002Jp-Ff for mharc-commit-classpath@gnu.org; Sun, 23 Jul 2006 02:00:21 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4X0l-0002IE-As for commit-classpath@gnu.org; Sun, 23 Jul 2006 02:00:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4X0i-0002Fe-VL for commit-classpath@gnu.org; Sun, 23 Jul 2006 02:00:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4X0i-0002FT-Kb for commit-classpath@gnu.org; Sun, 23 Jul 2006 02:00:16 -0400 Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G4X1V-0007tZ-1G for commit-classpath@gnu.org; Sun, 23 Jul 2006 02:01:05 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by mx20.gnu.org with esmtp (Exim 4.52) id 1G4Lwk-0003db-AW for commit-classpath@gnu.org; Sat, 22 Jul 2006 14:11:26 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4Lwd-0004wL-00 for ; Sat, 22 Jul 2006 14:11:19 -0400 Received: from rschuster by savannah.gnu.org with local (Exim 4.50) id 1G4Lwb-0004wB-Sr for commit-classpath@gnu.org; Sat, 22 Jul 2006 18:11:19 +0000 To: commit-classpath@gnu.org Message-Id: From: Robert Schuster Date: Sat, 22 Jul 2006 18:11:17 +0000 Subject: [commit-cp] classpath ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2006 06:00:20 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Robert Schuster 06/07/22 18:11:17 Modified files: . : ChangeLog Log message: fixed my latest changelog entry. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8186&r2=1.8187 From MAILER-DAEMON Sun Jul 23 02:01:54 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4X2I-0002fW-Hy for mharc-commit-classpath@gnu.org; Sun, 23 Jul 2006 02:01:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4X2H-0002fR-CR for commit-classpath@gnu.org; Sun, 23 Jul 2006 02:01:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4X2G-0002fF-W9 for commit-classpath@gnu.org; Sun, 23 Jul 2006 02:01:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4X2G-0002fC-So for commit-classpath@gnu.org; Sun, 23 Jul 2006 02:01:52 -0400 Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G4X34-00083b-71 for commit-classpath@gnu.org; Sun, 23 Jul 2006 02:02:42 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by mx20.gnu.org with esmtp (Exim 4.52) id 1G4JfR-0004pT-HO for commit-classpath@gnu.org; Sat, 22 Jul 2006 11:45:25 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4JfP-0000Mm-00 for ; Sat, 22 Jul 2006 11:45:23 -0400 Received: from rschuster by savannah.gnu.org with local (Exim 4.50) id 1G4JfN-0000Mi-Kk for commit-classpath@gnu.org; Sat, 22 Jul 2006 15:45:23 +0000 To: commit-classpath@gnu.org Message-Id: From: Robert Schuster Date: Sat, 22 Jul 2006 15:45:21 +0000 Subject: [commit-cp] classpath/javax/swing/plaf/metal MetalLookAndFe... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2006 06:01:53 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Robert Schuster 06/07/22 15:45:21 Modified files: javax/swing/plaf/metal: MetalLookAndFeel.java . : ChangeLog Log message: 2006-07-22 Robert Schuster * javax/swing/plaf/metal/MetalLookAndFeel: (initComponentDefaults): Added new properties, added comments. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalLookAndFeel.java?cvsroot=classpath&r1=1.84&r2=1.85 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8184&r2=1.8185 From MAILER-DAEMON Sun Jul 23 02:18:39 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4XIV-0000ve-Nd for mharc-commit-classpath@gnu.org; Sun, 23 Jul 2006 02:18:39 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4XIU-0000vK-F8 for commit-classpath@gnu.org; Sun, 23 Jul 2006 02:18:38 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4XIS-0000un-5t for commit-classpath@gnu.org; Sun, 23 Jul 2006 02:18:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4XIS-0000ug-0P for commit-classpath@gnu.org; Sun, 23 Jul 2006 02:18:36 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4XJF-00014k-SB for commit-classpath@gnu.org; Sun, 23 Jul 2006 02:19:25 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4XIP-0005i3-00 for ; Sun, 23 Jul 2006 02:18:33 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G4XIN-0005i0-Pl for commit-classpath@gnu.org; Sun, 23 Jul 2006 06:18:33 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Sun, 23 Jul 2006 06:18:31 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/Kernel.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2006 06:18:38 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/23 06:18:31 Modified files: . : ChangeLog java/awt/image : Kernel.java Log message: 2006-07-23 David Gilbert * java/awt/image/Kernel.java: API doc updates. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8190&r2=1.8191 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/Kernel.java?cvsroot=classpath&r1=1.4&r2=1.5 From MAILER-DAEMON Sun Jul 23 08:13:24 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4cpn-0007z9-Oj for mharc-commit-classpath@gnu.org; Sun, 23 Jul 2006 08:13:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4cpk-0007uo-JW for commit-classpath@gnu.org; Sun, 23 Jul 2006 08:13:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4cpj-0007sS-3w for commit-classpath@gnu.org; Sun, 23 Jul 2006 08:13:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4cpi-0007s2-MF for commit-classpath@gnu.org; Sun, 23 Jul 2006 08:13:18 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4cqa-0002jE-1Y for commit-classpath@gnu.org; Sun, 23 Jul 2006 08:14:12 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4cph-0001pq-00 for ; Sun, 23 Jul 2006 08:13:17 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G4cph-0001pm-DM for commit-classpath@gnu.org; Sun, 23 Jul 2006 12:13:17 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sun, 23 Jul 2006 12:13:17 +0000 Subject: [commit-cp] classpath ChangeLog configure.ac X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2006 12:13:21 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/23 12:13:16 Modified files: . : ChangeLog configure.ac Log message: * configure.ac: Check for moc and moc-qt4. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8191&r2=1.8192 http://cvs.savannah.gnu.org/viewcvs/classpath/configure.ac?cvsroot=classpath&r1=1.170&r2=1.171 From MAILER-DAEMON Sun Jul 23 17:28:41 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4lVB-0003NS-TV for mharc-commit-classpath@gnu.org; Sun, 23 Jul 2006 17:28:41 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4lVA-0003NN-G1 for commit-classpath@gnu.org; Sun, 23 Jul 2006 17:28:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4lV8-0003N7-NG for commit-classpath@gnu.org; Sun, 23 Jul 2006 17:28:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4lV8-0003N2-KY for commit-classpath@gnu.org; Sun, 23 Jul 2006 17:28:38 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4lW5-0008PF-1r for commit-classpath@gnu.org; Sun, 23 Jul 2006 17:29:37 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4lV7-00030H-00 for ; Sun, 23 Jul 2006 17:28:37 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G4lV6-00030E-Uz for commit-classpath@gnu.org; Sun, 23 Jul 2006 21:28:37 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 23 Jul 2006 21:28:36 +0000 Subject: [commit-cp] classpath ChangeLog configure.ac doc/vmintegrat... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2006 21:28:40 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Andrew John Hughes 06/07/23 21:28:36 Modified files: . : ChangeLog configure.ac doc : vmintegration.texinfo examples/gnu/classpath/examples/awt: Demo.java gnu/java/awt/dnd: GtkMouseDragGestureRecognizer.java gnu/java/awt/dnd/peer/gtk: GtkDragSourceContextPeer.java GtkDropTargetContextPeer.java GtkDropTargetPeer.java gnu/java/awt/peer/gtk: BufferedImageGraphics.java CairoSurface.java CairoSurfaceGraphics.java ComponentGraphicsCopy.java GdkFontPeer.java GdkPixbufDecoder.java GtkButtonPeer.java GtkCheckboxPeer.java GtkClipboardNotifier.java GtkComponentPeer.java GtkContainerPeer.java GtkDialogPeer.java GtkFramePeer.java GtkImage.java GtkImageConsumer.java GtkMenuBarPeer.java GtkMenuItemPeer.java GtkMouseInfoPeer.java GtkPanelPeer.java GtkPopupMenuPeer.java GtkScrollbarPeer.java GtkWindowPeer.java VolatileImageGraphics.java gnu/java/awt/peer/x: XEventPump.java XFontPeer.java XFramePeer.java XGraphics.java XGraphicsEnvironment.java XImage.java XToolkit.java XWindowPeer.java gnu/java/lang/management: MemoryMXBeanImpl.java MemoryPoolMXBeanImpl.java gnu/java/util/regex: RE.java gnu/javax/crypto/cipher: TripleDES.java gnu/javax/imageio/gif: GIFImageReader.java GIFImageReaderSpi.java include : Makefile.am jvmti.h java/awt : Component.java Graphics2D.java GridLayout.java LightweightDispatcher.java java/awt/dnd : DragSource.java DropTarget.java DropTargetDragEvent.java java/awt/image : BandedSampleModel.java BufferedImageOp.java ByteLookupTable.java ComponentSampleModel.java ConvolveOp.java Kernel.java MultiPixelPackedSampleModel.java Raster.java RasterOp.java ShortLookupTable.java SinglePixelPackedSampleModel.java WritableRaster.java java/lang : Iterable.java StrictMath.java java/lang/management: MemoryMXBean.java MemoryNotificationInfo.java MemoryPoolMXBean.java java/net : Inet6Address.java javax/imageio/spi: IIORegistry.java javax/management/openmbean: CompositeData.java javax/security/auth/login: LoginContext.java javax/swing : JComponent.java JTable.java RepaintManager.java javax/swing/plaf/basic: BasicButtonListener.java BasicMenuItemUI.java javax/swing/plaf/metal: MetalLookAndFeel.java javax/swing/text/html: HTMLEditorKit.java lib : .cvsignore Makefile.am mkcollections.pl.in native/jni/gtk-peer: Makefile.am resource/gnu/classpath/tools/jarsigner: messages.properties resource/java/security: classpath.security tools/gnu/classpath/tools/jarsigner: SFHelper.java vm/reference/gnu/java/lang/management: VMMemoryPoolMXBeanImpl.java Added files: gnu/java/awt/peer/x: XDialogPeer.java gnu/java/security/util: IntegerUtil.java gnu/javax/imageio: IIOInputStream.java gnu/javax/imageio/png: PNGChunk.java PNGData.java PNGDecoder.java PNGEncoder.java PNGException.java PNGFile.java PNGFilter.java PNGGamma.java PNGHeader.java PNGICCProfile.java PNGImageReader.java PNGImageReaderSpi.java PNGPalette.java PNGPhys.java PNGTime.java include : GtkDragSourceContextPeer.h javax/management/openmbean: CompositeDataSupport.java InvalidKeyException.java native/jni/gtk-peer: GtkDragSourceContextPeer.c resource/META-INF/services: .cvsignore resource/gnu/java/awt/peer/x: fonts.properties resource/gnu/java/util/regex: MessagesBundle.properties MessagesBundle_fr.properties MessagesBundle_it.properties Log message: 2006-07-23 Andrew John Hughes * Merge of HEAD to generics-branch for 2006-07-16 to 2006-07-23. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.285&r2=1.2386.2.286 http://cvs.savannah.gnu.org/viewcvs/classpath/configure.ac?cvsroot=classpath&only_with_tag=generics-branch&r1=1.43.2.42&r2=1.43.2.43 http://cvs.savannah.gnu.org/viewcvs/classpath/doc/vmintegration.texinfo?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.13&r2=1.12.2.14 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/awt/Demo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDropTargetContextPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDropTargetPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/BufferedImageGraphics.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.4.1&r2=1.7.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoSurface.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.4&r2=1.8.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoSurfaceGraphics.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.2&r2=1.5.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/ComponentGraphicsCopy.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.4.1&r2=1.2.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkFontPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.8&r2=1.3.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkPixbufDecoder.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.10&r2=1.6.2.11 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkButtonPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.30.2.7&r2=1.30.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkCheckboxPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.18.2.7&r2=1.18.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkClipboardNotifier.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkComponentPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.70.2.19&r2=1.70.2.20 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkContainerPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.25.2.8&r2=1.25.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkDialogPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.21.2.9&r2=1.21.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkFramePeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.25.2.13&r2=1.25.2.14 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkImage.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.11&r2=1.12.2.12 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkImageConsumer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkMenuBarPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.5&r2=1.5.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkMenuItemPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.10.2.6&r2=1.10.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkMouseInfoPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkPanelPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.16.2.5&r2=1.16.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkPopupMenuPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.2&r2=1.8.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkScrollbarPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.15.2.5&r2=1.15.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkWindowPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.27.2.12&r2=1.27.2.13 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/VolatileImageGraphics.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.2&r2=1.4.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XEventPump.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XFontPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XFramePeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphics.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XGraphicsEnvironment.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XImage.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XToolkit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XWindowPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/x/XDialogPeer.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryPoolMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/util/IntegerUtil.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RE.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/crypto/cipher/TripleDES.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/IIOInputStream.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/gif/GIFImageReader.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/gif/GIFImageReaderSpi.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGChunk.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGData.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGDecoder.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGEncoder.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGException.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGFile.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGFilter.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGGamma.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGHeader.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGICCProfile.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGImageReader.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGImageReaderSpi.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGPalette.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGPhys.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/javax/imageio/png/PNGTime.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/include/Makefile.am?cvsroot=classpath&only_with_tag=generics-branch&r1=1.27.2.21&r2=1.27.2.22 http://cvs.savannah.gnu.org/viewcvs/classpath/include/jvmti.h?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/include/GtkDragSourceContextPeer.h?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.38.2.33&r2=1.38.2.34 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Graphics2D.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.6&r2=1.5.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/GridLayout.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.11.2.4&r2=1.11.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/LightweightDispatcher.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.7&r2=1.2.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSource.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.5&r2=1.4.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTarget.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.5&r2=1.7.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DropTargetDragEvent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.4&r2=1.2.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/BandedSampleModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.5&r2=1.2.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/BufferedImageOp.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ByteLookupTable.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ComponentSampleModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.6&r2=1.3.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ConvolveOp.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.5&r2=1.2.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/Kernel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/MultiPixelPackedSampleModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.5&r2=1.2.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/Raster.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.4&r2=1.5.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/RasterOp.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.3&r2=1.3.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ShortLookupTable.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/SinglePixelPackedSampleModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.5&r2=1.5.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/WritableRaster.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.2&r2=1.5.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/Iterable.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/StrictMath.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.4&r2=1.3.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryMXBean.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryNotificationInfo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryPoolMXBean.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/net/Inet6Address.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.4&r2=1.7.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/imageio/spi/IIORegistry.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.7&r2=1.4.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/CompositeData.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/CompositeDataSupport.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/InvalidKeyException.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/security/auth/login/LoginContext.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.5&r2=1.2.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComponent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.20.2.32&r2=1.20.2.33 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTable.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.9.2.28&r2=1.9.2.29 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/RepaintManager.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.20&r2=1.6.2.21 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicButtonListener.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.7&r2=1.4.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicMenuItemUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.14&r2=1.7.2.15 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalLookAndFeel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.18&r2=1.6.2.19 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/html/HTMLEditorKit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.10&r2=1.1.2.11 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/.cvsignore?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.8&r2=1.12.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/Makefile.am?cvsroot=classpath&only_with_tag=generics-branch&r1=1.63.2.29&r2=1.63.2.30 http://cvs.savannah.gnu.org/viewcvs/classpath/lib/mkcollections.pl.in?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/Makefile.am?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.17&r2=1.12.2.18 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/META-INF/services/.cvsignore?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/classpath/tools/jarsigner/messages.properties?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/java/awt/peer/x/fonts.properties?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/java/util/regex/MessagesBundle.properties?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/java/util/regex/MessagesBundle_fr.properties?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/gnu/java/util/regex/MessagesBundle_it.properties?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/java/security/classpath.security?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.3&r2=1.2.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/jarsigner/SFHelper.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.5&r2=1.1.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/gnu/java/lang/management/VMMemoryPoolMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 From MAILER-DAEMON Sun Jul 23 17:47:54 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4lnm-0001W4-L4 for mharc-commit-classpath@gnu.org; Sun, 23 Jul 2006 17:47:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4lnl-0001Ti-2K for commit-classpath@gnu.org; Sun, 23 Jul 2006 17:47:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4lnk-0001T1-H9 for commit-classpath@gnu.org; Sun, 23 Jul 2006 17:47:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4lnk-0001Sp-Cc for commit-classpath@gnu.org; Sun, 23 Jul 2006 17:47:52 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4loh-0001dL-4A for commit-classpath@gnu.org; Sun, 23 Jul 2006 17:48:51 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4lnj-0004Tg-00 for ; Sun, 23 Jul 2006 17:47:51 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G4lnj-0004Tc-20 for commit-classpath@gnu.org; Sun, 23 Jul 2006 21:47:51 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 23 Jul 2006 21:47:51 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/lang/management/Me... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Jul 2006 21:47:53 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Andrew John Hughes 06/07/23 21:47:51 Modified files: . : ChangeLog gnu/java/lang/management: MemoryPoolMXBeanImpl.java java/lang/management: MemoryPoolMXBean.java Added files: java/lang/management: MemoryType.java Log message: 2006-07-23 Andrew John Hughes * gnu/java/lang/management/MemoryPoolMXBeanImpl.java, * java/lang/management/MemoryPoolMXBean.java: (getType()): Changed return type to MemoryType. * java/lang/management/MemoryType.java: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.286&r2=1.2386.2.287 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryPoolMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryPoolMXBean.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/MemoryType.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.2.1 From MAILER-DAEMON Mon Jul 24 06:16:37 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4xUL-0005Mr-Im for mharc-commit-classpath@gnu.org; Mon, 24 Jul 2006 06:16:37 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4xUJ-0005MX-CY for commit-classpath@gnu.org; Mon, 24 Jul 2006 06:16:35 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4xUH-0005M8-F6 for commit-classpath@gnu.org; Mon, 24 Jul 2006 06:16:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4xUH-0005M5-9g for commit-classpath@gnu.org; Mon, 24 Jul 2006 06:16:33 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4xVL-0008Ed-BO for commit-classpath@gnu.org; Mon, 24 Jul 2006 06:17:39 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4xUE-0005uv-00 for ; Mon, 24 Jul 2006 06:16:30 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G4xUD-0005ur-V5 for commit-classpath@gnu.org; Mon, 24 Jul 2006 10:16:30 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Mon, 24 Jul 2006 10:16:29 +0000 Subject: [commit-cp] classpath/javax/swing JTable.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2006 10:16:36 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/24 10:16:29 Modified files: javax/swing : JTable.java Log message: 2006-07-24 Roman Kennke * javax/swing/JTable.java (handleInsert): Repaint the whole table for variable row height tables and an optimized region otherwise. (handleDelete): Likewise. (handleUpdate): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTable.java?cvsroot=classpath&r1=1.117&r2=1.118 From MAILER-DAEMON Mon Jul 24 06:22:09 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4xZg-0007Fv-O0 for mharc-commit-classpath@gnu.org; Mon, 24 Jul 2006 06:22:08 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4xZf-0007FR-8R for commit-classpath@gnu.org; Mon, 24 Jul 2006 06:22:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4xZd-0007EY-UB for commit-classpath@gnu.org; Mon, 24 Jul 2006 06:22:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4xZd-0007EM-Me for commit-classpath@gnu.org; Mon, 24 Jul 2006 06:22:05 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4xah-0000OI-TD for commit-classpath@gnu.org; Mon, 24 Jul 2006 06:23:11 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4xZa-0006Cm-00 for ; Mon, 24 Jul 2006 06:22:02 -0400 Received: from neugens by savannah.gnu.org with local (Exim 4.50) id 1G4xZa-0006Ch-8X for commit-classpath@gnu.org; Mon, 24 Jul 2006 10:22:02 +0000 To: commit-classpath@gnu.org Message-Id: From: Mario Torre Date: Mon, 24 Jul 2006 10:22:02 +0000 Subject: [commit-cp] classpath/gnu/java/awt peer/gtk/GtkToolkit.java... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2006 10:22:07 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Mario Torre 06/07/24 10:22:02 Modified files: gnu/java/awt/peer/gtk: GtkToolkit.java . : ChangeLog gnu/java/awt/dnd: GtkMouseDragGestureRecognizer.java Log message: 2006-07-24 Mario Torre * gnu/java/awt/peer/gtk/GtkToolkit.java (createDragGestureRecognizer): now explicity registerListeners on GtkMouseDragGestureRecognizer instance. * gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java (unregisterListeners): new method, overrided from base class to rise visibility (from protected to public). (registerListeners): Likewise. (GtkMouseDragGestureRecognizer): fixed potential threading issue: removed call to registerListeners from the constructor. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkToolkit.java?cvsroot=classpath&r1=1.91&r2=1.92 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8192&r2=1.8193 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java?cvsroot=classpath&r1=1.3&r2=1.4 From MAILER-DAEMON Mon Jul 24 07:01:19 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4yBb-0007VH-9g for mharc-commit-classpath@gnu.org; Mon, 24 Jul 2006 07:01:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4yBa-0007VA-Dw for commit-classpath@gnu.org; Mon, 24 Jul 2006 07:01:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4yBZ-0007Uy-2R for commit-classpath@gnu.org; Mon, 24 Jul 2006 07:01:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4yBY-0007Uv-TK for commit-classpath@gnu.org; Mon, 24 Jul 2006 07:01:16 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4yCd-0003oW-9F for commit-classpath@gnu.org; Mon, 24 Jul 2006 07:02:23 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4yBX-0008A0-00 for ; Mon, 24 Jul 2006 07:01:15 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G4yBW-00089x-T4 for commit-classpath@gnu.org; Mon, 24 Jul 2006 11:01:15 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Mon, 24 Jul 2006 11:01:14 +0000 Subject: [commit-cp] classpath/gnu/java/awt/peer/gtk CairoGraphics2D... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2006 11:01:18 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/24 11:01:14 Modified files: gnu/java/awt/peer/gtk: CairoGraphics2D.java . : ChangeLog Log message: 2006-07-24 Roman Kennke * gnu/java/awt/peer/gtk/CairoGraphics2D.java (setPaint): Fixed scaleX and scaleY. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java?cvsroot=classpath&r1=1.30&r2=1.31 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8193&r2=1.8194 From MAILER-DAEMON Mon Jul 24 08:45:24 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G4zoK-0004Gx-DT for mharc-commit-classpath@gnu.org; Mon, 24 Jul 2006 08:45:24 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G4zoH-0004EJ-6C for commit-classpath@gnu.org; Mon, 24 Jul 2006 08:45:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G4zoF-0004C4-A2 for commit-classpath@gnu.org; Mon, 24 Jul 2006 08:45:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G4zoE-0004By-SY for commit-classpath@gnu.org; Mon, 24 Jul 2006 08:45:19 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G4zpK-0005LI-B7 for commit-classpath@gnu.org; Mon, 24 Jul 2006 08:46:26 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G4zoE-0003Wf-00 for ; Mon, 24 Jul 2006 08:45:18 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G4zoC-0003Wc-Aw for commit-classpath@gnu.org; Mon, 24 Jul 2006 12:45:17 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Mon, 24 Jul 2006 12:45:16 +0000 Subject: [commit-cp] classpath java/awt/LightweightDispatcher.java j... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2006 12:45:22 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/24 12:45:16 Modified files: java/awt : LightweightDispatcher.java javax/swing : SwingUtilities.java . : ChangeLog Log message: 2006-07-24 Roman Kennke * javax/swing/SwingUtilities.java (isLeftMouseButton): Fixed condition. * java/awt/LightweightDispatcher.java (handleMouseEvent): Dispatch MOUSE_ENTERED even when mouse is dragged. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/LightweightDispatcher.java?cvsroot=classpath&r1=1.12&r2=1.13 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/SwingUtilities.java?cvsroot=classpath&r1=1.54&r2=1.55 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8194&r2=1.8195 From MAILER-DAEMON Mon Jul 24 11:04:13 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G51yf-000549-QV for mharc-commit-classpath@gnu.org; Mon, 24 Jul 2006 11:04:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G51yd-00053b-Rw for commit-classpath@gnu.org; Mon, 24 Jul 2006 11:04:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G51yc-00052s-JJ for commit-classpath@gnu.org; Mon, 24 Jul 2006 11:04:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G51yc-00052p-Di for commit-classpath@gnu.org; Mon, 24 Jul 2006 11:04:10 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G51zj-0002V3-5H for commit-classpath@gnu.org; Mon, 24 Jul 2006 11:05:19 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G51yb-00084J-00 for ; Mon, 24 Jul 2006 11:04:09 -0400 Received: from fkung by savannah.gnu.org with local (Exim 4.50) id 1G51ya-00084G-Ee for commit-classpath@gnu.org; Mon, 24 Jul 2006 15:04:08 +0000 To: commit-classpath@gnu.org Message-Id: From: Francis Kung Date: Mon, 24 Jul 2006 15:04:08 +0000 Subject: [commit-cp] classpath/javax/swing/plaf metal/MetalComboBoxB... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2006 15:04:12 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Francis Kung 06/07/24 15:04:08 Modified files: javax/swing/plaf/metal: MetalComboBoxButton.java javax/swing : JPopupMenu.java JComboBox.java javax/swing/plaf/basic: BasicComboBoxUI.java . : ChangeLog Log message: 2006-07-18 Francis Kung * javax/swing/JComboBox.java (DefaultKeySelectionManager): Implemented. (createDefaultKeySelectionManager): Implemented. (getKeySelectionManager): Implemented. (processKeyEvent): Removed duplicate code. * javax/swing/JPopupMenu.java (selectionModel): Changed visibility. * javax/swing/plaf/basic/BasicComboBoxUI.java (KeyHandler.keyPressed): Added navigation keys. (configureEditor): Add key listener. (installListeners): Install focus listener to combo box. (isNavigationKey): Added enter, escape, and tab. (selectPreviousPossibleValue): Added out of bounds check. (unconfigureEditor): Remove key listener. * javax/swing/plaf/metal/MetalComboBoxButton.java (paintComponent): Highlight combo box when in focus. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalComboBoxButton.java?cvsroot=classpath&r1=1.11&r2=1.12 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JPopupMenu.java?cvsroot=classpath&r1=1.36&r2=1.37 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComboBox.java?cvsroot=classpath&r1=1.32&r2=1.33 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicComboBoxUI.java?cvsroot=classpath&r1=1.39&r2=1.40 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8195&r2=1.8196 From MAILER-DAEMON Mon Jul 24 12:17:36 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G537g-0004Fv-3E for mharc-commit-classpath@gnu.org; Mon, 24 Jul 2006 12:17:36 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G537e-0004Fc-7e for commit-classpath@gnu.org; Mon, 24 Jul 2006 12:17:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G537c-0004F1-38 for commit-classpath@gnu.org; Mon, 24 Jul 2006 12:17:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G537c-0004Ex-0I for commit-classpath@gnu.org; Mon, 24 Jul 2006 12:17:32 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G538j-0002Qb-JN for commit-classpath@gnu.org; Mon, 24 Jul 2006 12:18:41 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G537a-0001zG-00 for ; Mon, 24 Jul 2006 12:17:30 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G537a-0001zB-0V for commit-classpath@gnu.org; Mon, 24 Jul 2006 16:17:30 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Mon, 24 Jul 2006 16:17:30 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/text/TabStop.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2006 16:17:34 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/24 16:17:29 Modified files: . : ChangeLog javax/swing/text: TabStop.java Log message: 2006-07-24 David Gilbert * javax/swing/text/TabStop.java (toString): Don't use 'left ' prefix, and added space between tab location and '(w/leader)' suffix. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8196&r2=1.8197 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/TabStop.java?cvsroot=classpath&r1=1.3&r2=1.4 From MAILER-DAEMON Mon Jul 24 13:16:02 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G542D-0000Uh-NC for mharc-commit-classpath@gnu.org; Mon, 24 Jul 2006 13:16:01 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G542B-0000TZ-V9 for commit-classpath@gnu.org; Mon, 24 Jul 2006 13:16:00 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G542A-0000Sx-Tp for commit-classpath@gnu.org; Mon, 24 Jul 2006 13:15:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G542A-0000Ss-NE for commit-classpath@gnu.org; Mon, 24 Jul 2006 13:15:58 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G543I-0000DL-Tm for commit-classpath@gnu.org; Mon, 24 Jul 2006 13:17:08 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G541v-000453-00 for ; Mon, 24 Jul 2006 13:15:43 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G541W-000430-2W for commit-classpath@gnu.org; Mon, 24 Jul 2006 17:15:18 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Mon, 24 Jul 2006 17:15:18 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/text/TabSet.jav... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2006 17:16:00 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/24 17:14:51 Modified files: . : ChangeLog javax/swing/text: TabSet.java TabStop.java Log message: 2006-07-24 David Gilbert * javax/swing/text/TabSet.java (TabSet): Check for null argument, (getTab): Throw IllegalArgumentException for index out of bounds, (getTabIndexAfter): Changed test to '<=', and updated API docs all over, * javax/swing/text/TabStop.java: Updated API docs. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8197&r2=1.8198 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/TabSet.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/TabStop.java?cvsroot=classpath&r1=1.4&r2=1.5 From MAILER-DAEMON Mon Jul 24 16:35:37 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G579M-0004Bf-VM for mharc-commit-classpath@gnu.org; Mon, 24 Jul 2006 16:35:37 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G579M-0004AS-29 for commit-classpath@gnu.org; Mon, 24 Jul 2006 16:35:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G579K-00048n-U3 for commit-classpath@gnu.org; Mon, 24 Jul 2006 16:35:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G579K-00048d-Ql for commit-classpath@gnu.org; Mon, 24 Jul 2006 16:35:34 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G57AG-0004Lj-Sc for commit-classpath@gnu.org; Mon, 24 Jul 2006 16:36:32 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G578M-0004qV-00 for ; Mon, 24 Jul 2006 16:34:34 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G578L-0004qS-SZ for commit-classpath@gnu.org; Mon, 24 Jul 2006 20:34:34 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Mon, 24 Jul 2006 20:34:33 +0000 Subject: [commit-cp] classpath ChangeLog javax/management/MBeanNotif... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Jul 2006 20:35:36 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/24 20:34:33 Modified files: . : ChangeLog javax/management: MBeanNotificationInfo.java Added files: javax/management: IntrospectionException.java MBeanAttributeInfo.java Log message: 2006-07-24 Andrew John Hughes * javax/management/IntrospectionException.java, * javax/management/MBeanAttributeInfo.java: New files. * javax/management/MBeanNotificationInfo.java: Documentation cleanups. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8198&r2=1.8199 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanNotificationInfo.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/IntrospectionException.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanAttributeInfo.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Tue Jul 25 05:14:15 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5IzX-0004aZ-4n for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 05:14:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5IzU-0004a6-Qx for commit-classpath@gnu.org; Tue, 25 Jul 2006 05:14:12 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5IzT-0004Z7-QH for commit-classpath@gnu.org; Tue, 25 Jul 2006 05:14:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5IzT-0004Z0-Nl for commit-classpath@gnu.org; Tue, 25 Jul 2006 05:14:11 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5J0l-0000c4-7P for commit-classpath@gnu.org; Tue, 25 Jul 2006 05:15:31 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5IzT-0008U2-00 for ; Tue, 25 Jul 2006 05:14:11 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G5IzS-0008Tz-T2 for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:14:11 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Tue, 25 Jul 2006 09:14:10 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/text/TabSet.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 09:14:13 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/25 09:14:10 Modified files: . : ChangeLog javax/swing/text: TabSet.java Log message: 2006-07-25 David Gilbert * javax/swing/text/TabSet.java (equals): New method override for 1.5, (hashCode): Likewise, (toString): Added spaces to match reference implementation. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8199&r2=1.8200 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/TabSet.java?cvsroot=classpath&r1=1.4&r2=1.5 From MAILER-DAEMON Tue Jul 25 05:48:59 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5JX9-00044m-Rz for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 05:48:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5JX9-00044h-2k for commit-classpath@gnu.org; Tue, 25 Jul 2006 05:48:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5JX7-00044A-Ny for commit-classpath@gnu.org; Tue, 25 Jul 2006 05:48:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5JX7-000447-Jb for commit-classpath@gnu.org; Tue, 25 Jul 2006 05:48:57 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5JYP-00042M-8g for commit-classpath@gnu.org; Tue, 25 Jul 2006 05:50:17 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5JX6-0001lW-00 for ; Tue, 25 Jul 2006 05:48:56 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5JX6-0001lT-1j for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:48:56 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 25 Jul 2006 09:48:56 +0000 Subject: [commit-cp] classpath/java/awt LightweightDispatcher.java C... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 09:48:59 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/25 09:48:56 Modified files: java/awt : LightweightDispatcher.java . : ChangeLog Log message: 2006-07-25 Roman Kennke * java/awt/LightweightDispatcher.java (handleMouseEvent): Dispatch event to real target if the dragTarget has become invisible in the meantime. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/LightweightDispatcher.java?cvsroot=classpath&r1=1.13&r2=1.14 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8200&r2=1.8201 From MAILER-DAEMON Tue Jul 25 06:03:42 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5JlN-0003Qu-T5 for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 06:03:41 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5JlL-0003Oi-Af for commit-classpath@gnu.org; Tue, 25 Jul 2006 06:03:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5JlI-0003N3-TA for commit-classpath@gnu.org; Tue, 25 Jul 2006 06:03:37 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5JlI-0003Mw-Ng for commit-classpath@gnu.org; Tue, 25 Jul 2006 06:03:36 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5Jma-0005QT-6l for commit-classpath@gnu.org; Tue, 25 Jul 2006 06:04:56 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5JlH-0001w5-00 for ; Tue, 25 Jul 2006 06:03:35 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5JlH-0001w2-8n for commit-classpath@gnu.org; Tue, 25 Jul 2006 10:03:35 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 25 Jul 2006 10:03:35 +0000 Subject: [commit-cp] classpath/javax/swing/plaf/basic BasicInternalF... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 10:03:40 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/25 10:03:35 Modified files: javax/swing/plaf/basic: BasicInternalFrameUI.java . : ChangeLog Log message: 2006-07-25 Roman Kennke * javax/swing/plaf/basic/BasicInternalFrameUI.java (GlassPaneDispatcher.dragTarget): New field. (GlassPaneDispatcher.isDragging): New field. (GlassPaneDispatcher.pressedComponent): Removed field. (GlassPaneDispatcher.tempComponent): Removed field. (GlassPaneDispatcher.pressCount): Removed field. (GlassPaneDispatcher.mousePressed): Call borderListener.mousePressed() to activate the frame. (acquireComponentForMouseEvent): Removed method. (handleEvent): Rewritten. (redispatch): New method. (InternalFramePropertyChangeListener.propertyChange): Make glasspane invisible when frame is selected, and visible if it gets deselected. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicInternalFrameUI.java?cvsroot=classpath&r1=1.39&r2=1.40 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8201&r2=1.8202 From MAILER-DAEMON Tue Jul 25 06:49:15 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5KTT-0007Le-Iu for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 06:49:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5KTR-0007Jb-Og for commit-classpath@gnu.org; Tue, 25 Jul 2006 06:49:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5KTP-0007HL-L9 for commit-classpath@gnu.org; Tue, 25 Jul 2006 06:49:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5KTP-0007H7-GV for commit-classpath@gnu.org; Tue, 25 Jul 2006 06:49:11 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5KUh-00024z-QI for commit-classpath@gnu.org; Tue, 25 Jul 2006 06:50:31 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5KTN-0004UM-00 for ; Tue, 25 Jul 2006 06:49:09 -0400 Received: from rschuster by savannah.gnu.org with local (Exim 4.50) id 1G5KTN-0004UJ-3B for commit-classpath@gnu.org; Tue, 25 Jul 2006 10:49:09 +0000 To: commit-classpath@gnu.org Message-Id: From: Robert Schuster Date: Tue, 25 Jul 2006 10:49:09 +0000 Subject: [commit-cp] classpath/examples/gnu/classpath/examples/swing... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 10:49:14 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Robert Schuster 06/07/25 10:49:09 Modified files: examples/gnu/classpath/examples/swing: Demo.java . : ChangeLog Log message: 2006-07-25 Robert Schuster * examples/gnu/classpath/examples/swing/Demo.java: (mkMenuBar): Install instantiable basic look and feel. (InstantiableBasicLookAndFeel): New inner class. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/swing/Demo.java?cvsroot=classpath&r1=1.48&r2=1.49 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8202&r2=1.8203 From MAILER-DAEMON Tue Jul 25 07:10:51 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5KoN-0008Ij-IV for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 07:10:51 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5KoL-0008H7-OF for commit-classpath@gnu.org; Tue, 25 Jul 2006 07:10:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5KoJ-0008G4-0H for commit-classpath@gnu.org; Tue, 25 Jul 2006 07:10:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5KoI-0008G1-U5 for commit-classpath@gnu.org; Tue, 25 Jul 2006 07:10:46 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5Kpb-0004OK-Fx for commit-classpath@gnu.org; Tue, 25 Jul 2006 07:12:07 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5KoH-0004iC-00 for ; Tue, 25 Jul 2006 07:10:45 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5KoH-0004i9-4D for commit-classpath@gnu.org; Tue, 25 Jul 2006 11:10:45 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 25 Jul 2006 11:10:45 +0000 Subject: [commit-cp] classpath/javax/swing/plaf/basic BasicMenuBarUI... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 11:10:49 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/25 11:10:45 Modified files: javax/swing/plaf/basic: BasicMenuBarUI.java . : ChangeLog Log message: 2006-07-25 Roman Kennke * javax/swing/plaf/basic/BasicMenuBarUI.java (FocusAction): New inner class. Used to grab focus. (installKeyboardActions): Implemented. (uninstallKeyboardActions): Implemented. (getActionMap): New helper method. (createDefaultActions): New helper method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicMenuBarUI.java?cvsroot=classpath&r1=1.16&r2=1.17 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8203&r2=1.8204 From MAILER-DAEMON Tue Jul 25 08:08:28 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5Li8-0004Tq-Lt for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 08:08:28 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5Li3-0004Q7-RP for commit-classpath@gnu.org; Tue, 25 Jul 2006 08:08:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5Li0-0004Mw-39 for commit-classpath@gnu.org; Tue, 25 Jul 2006 08:08:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5Lhy-0004Lr-Tg for commit-classpath@gnu.org; Tue, 25 Jul 2006 08:08:18 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5LjI-0001LR-1T for commit-classpath@gnu.org; Tue, 25 Jul 2006 08:09:40 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5Lhy-0006hY-00 for ; Tue, 25 Jul 2006 08:08:18 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G5Lhx-0006hV-HU for commit-classpath@gnu.org; Tue, 25 Jul 2006 12:08:17 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Tue, 25 Jul 2006 12:08:17 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/tree/TreePath.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 12:08:24 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/25 12:08:17 Modified files: . : ChangeLog javax/swing/tree: TreePath.java Log message: * javax/swing/tree/TreePath.java (equals): Swap path equals call. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8204&r2=1.8205 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/tree/TreePath.java?cvsroot=classpath&r1=1.12&r2=1.13 From MAILER-DAEMON Tue Jul 25 09:09:20 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5Mf2-00076N-5o for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 09:09:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5Mf1-00074z-2N for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:09:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5Mey-00073p-GL for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:09:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5Mey-00073m-7N for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:09:16 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5MgH-0002Jh-K0 for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:10:37 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5MeD-0000OG-00 for ; Tue, 25 Jul 2006 09:08:29 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G5MeD-0000OD-2M for commit-classpath@gnu.org; Tue, 25 Jul 2006 13:08:29 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Tue, 25 Jul 2006 13:08:29 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/text/Segment.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 13:09:19 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/25 13:08:29 Modified files: . : ChangeLog javax/swing/text: Segment.java Log message: 2006-07-25 David Gilbert * javax/swing/text/Segment.java (last): Update current index before returning DONE for zero count. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8205&r2=1.8206 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/Segment.java?cvsroot=classpath&r1=1.12&r2=1.13 From MAILER-DAEMON Tue Jul 25 09:10:01 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5Mfh-0007LZ-Hz for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 09:10:01 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5Mfe-0007Kq-TW for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:09:58 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5Mfb-0007JR-3v for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:09:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5Mfa-0007JL-V0 for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:09:55 -0400 Received: from [199.232.41.67] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1G5Mgu-0003fk-Fz for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:11:16 -0400 Received: from [62.13.128.168] (helo=outmail128168.authsmtp.com) by mx20.gnu.org with esmtp (Exim 4.52) id 1G5MfZ-0006HC-W9 for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:09:54 -0400 Received: from [192.168.1.32] (host217-37-65-246.in-addr.btopenworld.com [217.37.65.246]) (authenticated bits=0) by squirrel.dmpriest.net.uk (8.13.6/8.13.6/Kp) with ESMTP id k6PD9pLF027651 for ; Tue, 25 Jul 2006 14:09:51 +0100 (BST) Message-ID: <44C61850.8070703@object-refinery.com> Date: Tue, 25 Jul 2006 14:10:40 +0100 From: David Gilbert User-Agent: Mozilla Thunderbird 1.0.8 (X11/20060502) X-Accept-Language: en-us, en MIME-Version: 1.0 To: commit-classpath@gnu.org Content-Type: multipart/mixed; boundary="------------050006060200040205020400" X-Server-Quench: dbe19b19-1bde-11db-b770-001185d377ca X-AuthRoute: OCdyYgsUB1ZZRRob BmULDStKRB85DhpG AxIIMU5ALVQIUwlL IwBRKV9FO1oZQFBF HjVXChcXEAw1ARMi NU9PMkcKLEhLQH8v DFdLQlJUBARsCxwI DBscHBtzcBtFf2B2 YFhgWnZEXkFldQgm RC4gHC16E2dib2Ya UQ5adgVRPlcYKx5M OFF2SXJfNTAaZ3s0 FUo5YG9peG0HcX0F Hw1Wcg0ZSFAlLx9u DysPEjAiG1FDQywo M1xnYhtUB0MYNkF6 P1oxMXNz X-Authentic-SMTP: 61633132333134.squirrel.dmpriest.net.uk:1.56/Kp X-Report-SPAM: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-Virus-Status: No virus detected - but ensure you scan with your own anti-virus system! Subject: [commit-cp] FYI: Segment.last() - small fix X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 13:09:59 -0000 This is a multi-part message in MIME format. --------------050006060200040205020400 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit This patch (committed) fixes a bug in the last() method, picked up by the Intel tests: 2006-07-25 David Gilbert * javax/swing/text/Segment.java (last): Update current index before returning DONE for zero count. Regards, Dave --------------050006060200040205020400 Content-Type: text/plain; name="diff.txt" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="diff.txt" Index: javax/swing/text/Segment.java =================================================================== RCS file: /sources/classpath/classpath/javax/swing/text/Segment.java,v retrieving revision 1.12 diff -u -r1.12 Segment.java --- javax/swing/text/Segment.java 2 Apr 2006 21:16:03 -0000 1.12 +++ javax/swing/text/Segment.java 25 Jul 2006 13:02:59 -0000 @@ -165,8 +165,9 @@ /** * Sets the current index to point to the last character in the segment and - * returns that character. If the segment contains zero characters, this - * method returns {@link #DONE}. + * returns that character. If the segment contains zero characters, the + * current index is set to {@link #getEndIndex()} and this method returns + * {@link #DONE}. * * @return The last character in the segment, or {@link #DONE} if the * segment contains zero characters. @@ -174,7 +175,10 @@ public char last() { if (count == 0) - return DONE; + { + current = getEndIndex(); + return DONE; + } current = getEndIndex() - 1; return array[current]; --------------050006060200040205020400-- From MAILER-DAEMON Tue Jul 25 09:21:10 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5MqU-0003dY-D1 for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 09:21:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5MqS-0003dT-RI for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:21:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5MqQ-0003dG-Da for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:21:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5MqQ-0003dD-8k for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:21:06 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5Mrk-0003K9-36 for commit-classpath@gnu.org; Tue, 25 Jul 2006 09:22:28 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5MqP-0000bl-00 for ; Tue, 25 Jul 2006 09:21:05 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5MqO-0000bi-VU for commit-classpath@gnu.org; Tue, 25 Jul 2006 13:21:05 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 25 Jul 2006 13:21:04 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/Container.java jav... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 13:21:09 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/25 13:21:04 Modified files: . : ChangeLog java/awt : Container.java ContainerOrderFocusTraversalPolicy.java DefaultKeyboardFocusManager.java Log message: 2006-07-25 Roman Kennke * java/awt/Container.java (focusTraversalPolicyProvider): New field. (isFocusTraversalPolicyProvider): New method. (setFocusTraversalPolicyProvider): New method. * java/awt/ContainerOrderFocusTraversalPolicy.java (getFirstComponent): Use accept() instead of lengthy checks. Don't fetch getComponents() to avoid copying of array. Traverse down the hierarchy to find the first focused component. * java/awt/DefaultKeyboardFocusManager.java (dispatchEvent): Let the initial component request focus. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8206&r2=1.8207 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Container.java?cvsroot=classpath&r1=1.100&r2=1.101 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/ContainerOrderFocusTraversalPolicy.java?cvsroot=classpath&r1=1.9&r2=1.10 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/DefaultKeyboardFocusManager.java?cvsroot=classpath&r1=1.18&r2=1.19 From MAILER-DAEMON Tue Jul 25 10:34:59 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5Nzu-0007RJ-UP for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 10:34:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5Nzt-0007RD-GY for commit-classpath@gnu.org; Tue, 25 Jul 2006 10:34:57 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5Nzr-0007QI-MH for commit-classpath@gnu.org; Tue, 25 Jul 2006 10:34:56 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5Nzr-0007Q9-Fa for commit-classpath@gnu.org; Tue, 25 Jul 2006 10:34:55 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5O1B-00038w-Vw for commit-classpath@gnu.org; Tue, 25 Jul 2006 10:36:18 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5Nzo-0003GA-00 for ; Tue, 25 Jul 2006 10:34:52 -0400 Received: from itokaz by savannah.gnu.org with local (Exim 4.50) id 1G5Nzn-0003G1-C5 for commit-classpath@gnu.org; Tue, 25 Jul 2006 14:34:52 +0000 To: commit-classpath@gnu.org Message-Id: From: Ito Kazumitsu Date: Tue, 25 Jul 2006 14:34:51 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/util/regex/RE.java... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 14:34:57 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Ito Kazumitsu 06/07/25 14:34:51 Modified files: . : ChangeLog gnu/java/util/regex: RE.java RETokenEnd.java RETokenStart.java java/util/regex: Pattern.java Log message: 2006-07-25 Ito Kazumitsu Fixes bug #28413 * gnu/java/util/regex/RETokenEnd.java(check_java_line_terminators): New field. (RETokenEnd): New constructer to set check_java_line_terminators. (matchThis): Checck line terminators if check_java_line_terminators. * gnu/java/util/regex/RETokenStart.java: Likewise. * gnu/regexp/RE.java(initialize): Use the new constructors for RETokenEnd and RETokenStart if REG_MULTILINE is set. * java/util/regex/Pattern.java(Patteren): Changed so that gnu/regexp/RE.java may use the new the new constructors. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8207&r2=1.8208 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RE.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenEnd.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenStart.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/regex/Pattern.java?cvsroot=classpath&r1=1.17&r2=1.18 From MAILER-DAEMON Tue Jul 25 13:58:58 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5RBJ-0006RW-U9 for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 13:58:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5RBI-0006PZ-ER for commit-classpath@gnu.org; Tue, 25 Jul 2006 13:58:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5RBH-0006O2-G4 for commit-classpath@gnu.org; Tue, 25 Jul 2006 13:58:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5RBH-0006Nm-5d for commit-classpath@gnu.org; Tue, 25 Jul 2006 13:58:55 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5RCd-0006g1-Hl for commit-classpath@gnu.org; Tue, 25 Jul 2006 14:00:19 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5RBG-0002bm-00 for ; Tue, 25 Jul 2006 13:58:54 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G5RBF-0002bj-0m for commit-classpath@gnu.org; Tue, 25 Jul 2006 17:58:53 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Tue, 25 Jul 2006 17:58:53 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/Font.java native/j... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 17:58:56 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/25 17:58:53 Modified files: . : ChangeLog java/awt : Font.java native/jni/gtk-peer: gnu_java_awt_peer_gtk_GtkVolatileImage.c Log message: 2006-07-25 Sven de Marothy * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkVolatileImage.c (init): Default to the actual depth in the worst case. * java/awt/Font.java (createFont(int, File)): New method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8208&r2=1.8209 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Font.java?cvsroot=classpath&r1=1.36&r2=1.37 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkVolatileImage.c?cvsroot=classpath&r1=1.5&r2=1.6 From MAILER-DAEMON Tue Jul 25 15:20:36 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5SSJ-0003d7-O8 for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 15:20:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5SSH-0003bw-PG for commit-classpath@gnu.org; Tue, 25 Jul 2006 15:20:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5SSF-0003aD-4x for commit-classpath@gnu.org; Tue, 25 Jul 2006 15:20:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5SSF-0003a5-1P for commit-classpath@gnu.org; Tue, 25 Jul 2006 15:20:31 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5STc-0007Wx-CB for commit-classpath@gnu.org; Tue, 25 Jul 2006 15:21:56 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5SSE-0005Yo-00 for ; Tue, 25 Jul 2006 15:20:30 -0400 Received: from rschuster by savannah.gnu.org with local (Exim 4.50) id 1G5SSD-0005Yl-Fc for commit-classpath@gnu.org; Tue, 25 Jul 2006 19:20:30 +0000 To: commit-classpath@gnu.org Message-Id: From: Robert Schuster Date: Tue, 25 Jul 2006 19:20:29 +0000 Subject: [commit-cp] classpath/javax/swing JTabbedPane.java ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 19:20:33 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Robert Schuster 06/07/25 19:20:29 Modified files: javax/swing : JTabbedPane.java . : ChangeLog Log message: 2006-07-25 Robert Schuster * javax/swing/JTabbedPane.java: (remove(Component)): Rewritten. (setSelectedIndex): Implemented updating of component visibility state. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTabbedPane.java?cvsroot=classpath&r1=1.41&r2=1.42 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8209&r2=1.8210 From MAILER-DAEMON Tue Jul 25 16:26:36 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5TUC-0006MT-JV for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 16:26:36 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5TUA-0006LG-O0 for commit-classpath@gnu.org; Tue, 25 Jul 2006 16:26:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5TU9-0006KQ-7L for commit-classpath@gnu.org; Tue, 25 Jul 2006 16:26:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5TU9-0006KG-0P for commit-classpath@gnu.org; Tue, 25 Jul 2006 16:26:33 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5TVW-00038U-W5 for commit-classpath@gnu.org; Tue, 25 Jul 2006 16:27:59 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5TU8-0007mz-00 for ; Tue, 25 Jul 2006 16:26:32 -0400 Received: from rschuster by savannah.gnu.org with local (Exim 4.50) id 1G5TU7-0007mu-Kw for commit-classpath@gnu.org; Tue, 25 Jul 2006 20:26:32 +0000 To: commit-classpath@gnu.org Message-Id: From: Robert Schuster Date: Tue, 25 Jul 2006 20:26:31 +0000 Subject: [commit-cp] classpath/gnu/java/awt/peer/gtk CairoGraphics2D... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 20:26:35 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Robert Schuster 06/07/25 20:26:31 Modified files: gnu/java/awt/peer/gtk: CairoGraphics2D.java . : ChangeLog Log message: Fixes PR27844. 2006-07-25 Robert Schuster Fixes PR27844. * java/awt/peer/gtk/CairoGraphics.java: (drawLine): Removed calls to shifted(). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java?cvsroot=classpath&r1=1.31&r2=1.32 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8210&r2=1.8211 From MAILER-DAEMON Tue Jul 25 16:58:22 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5Tyw-0002jh-RZ for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 16:58:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5Tyv-0002jb-VW for commit-classpath@gnu.org; Tue, 25 Jul 2006 16:58:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5Tyv-0002jO-Ii for commit-classpath@gnu.org; Tue, 25 Jul 2006 16:58:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5Tyv-0002jL-G8 for commit-classpath@gnu.org; Tue, 25 Jul 2006 16:58:21 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5U0J-0005gB-Jw for commit-classpath@gnu.org; Tue, 25 Jul 2006 16:59:47 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5Tyu-0001AI-00 for ; Tue, 25 Jul 2006 16:58:20 -0400 Received: from rschuster by savannah.gnu.org with local (Exim 4.50) id 1G5Tyt-0001AF-QU for commit-classpath@gnu.org; Tue, 25 Jul 2006 20:58:20 +0000 To: commit-classpath@gnu.org Message-Id: From: Robert Schuster Date: Tue, 25 Jul 2006 20:58:19 +0000 Subject: [commit-cp] classpath/gnu/java/awt/peer/gtk CairoGraphics2D... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 20:58:22 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Robert Schuster 06/07/25 20:58:19 Modified files: gnu/java/awt/peer/gtk: CairoGraphics2D.java . : ChangeLog Log message: 2006-07-25 Robert Schuster * java/awt/peer/gtk/CairoGraphics.java: (drawLine): Added special case for 1 pixel lines. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java?cvsroot=classpath&r1=1.32&r2=1.33 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8211&r2=1.8212 From MAILER-DAEMON Tue Jul 25 17:27:23 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5UR1-0007C9-HG for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 17:27:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5UQz-0007Bf-MG for commit-classpath@gnu.org; Tue, 25 Jul 2006 17:27:21 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5UQz-0007BR-E6 for commit-classpath@gnu.org; Tue, 25 Jul 2006 17:27:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5UQz-0007BH-1P for commit-classpath@gnu.org; Tue, 25 Jul 2006 17:27:21 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5USN-0008SO-KV for commit-classpath@gnu.org; Tue, 25 Jul 2006 17:28:47 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5UQy-0001g1-00 for ; Tue, 25 Jul 2006 17:27:20 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G5UQx-0001fy-Oe for commit-classpath@gnu.org; Tue, 25 Jul 2006 21:27:20 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Tue, 25 Jul 2006 21:27:19 +0000 Subject: [commit-cp] classpath ChangeLog javax/management/MBeanNotif... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 21:27:21 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/25 21:27:19 Modified files: . : ChangeLog javax/management: MBeanNotificationInfo.java Added files: javax/management: MBeanConstructorInfo.java MBeanParameterInfo.java Log message: 2006-07-25 Andrew John Hughes * javax/management/MBeanConstructorInfo.java: New file. * javax/management/MBeanNotificationInfo.java: Documentation fix. * javax/management/MBeanParameterInfo.java: New file. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8212&r2=1.8213 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanNotificationInfo.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanConstructorInfo.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanParameterInfo.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Tue Jul 25 18:07:40 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5V40-0000ZW-2s for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 18:07:40 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5V3z-0000Y6-6O for commit-classpath@gnu.org; Tue, 25 Jul 2006 18:07:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5V3y-0000Wj-Hi for commit-classpath@gnu.org; Tue, 25 Jul 2006 18:07:38 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5V3y-0000Wf-EM for commit-classpath@gnu.org; Tue, 25 Jul 2006 18:07:38 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5V5N-00030C-83 for commit-classpath@gnu.org; Tue, 25 Jul 2006 18:09:05 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5V3x-0003UR-00 for ; Tue, 25 Jul 2006 18:07:37 -0400 Received: from fkung by savannah.gnu.org with local (Exim 4.50) id 1G5V3w-0003UN-LK for commit-classpath@gnu.org; Tue, 25 Jul 2006 22:07:37 +0000 To: commit-classpath@gnu.org Message-Id: From: Francis Kung Date: Tue, 25 Jul 2006 22:07:36 +0000 Subject: [commit-cp] classpath/java/awt DefaultKeyboardFocusManager.... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 22:07:39 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Francis Kung 06/07/25 22:07:36 Modified files: java/awt : DefaultKeyboardFocusManager.java . : ChangeLog Log message: 2006-07-25 Francis Kung * java/awt/DefaultKeyboardFocusManager.java (dispatchEvent): Add check for valid component. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/DefaultKeyboardFocusManager.java?cvsroot=classpath&r1=1.19&r2=1.20 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8213&r2=1.8214 From MAILER-DAEMON Tue Jul 25 18:41:51 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5Vb4-0002Kk-Pe for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 18:41:50 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5Vb2-0002KP-NG for commit-classpath@gnu.org; Tue, 25 Jul 2006 18:41:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5Vb2-0002Jl-32 for commit-classpath@gnu.org; Tue, 25 Jul 2006 18:41:48 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5Vb1-0002Jb-VS for commit-classpath@gnu.org; Tue, 25 Jul 2006 18:41:48 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5VcR-0006uX-3r for commit-classpath@gnu.org; Tue, 25 Jul 2006 18:43:15 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5Vb1-0005D7-00 for ; Tue, 25 Jul 2006 18:41:47 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5Vb0-0005D4-J4 for commit-classpath@gnu.org; Tue, 25 Jul 2006 22:41:47 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 25 Jul 2006 22:41:46 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/Component.java jav... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 22:41:48 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/25 22:41:46 Modified files: . : ChangeLog java/awt : Component.java java/awt/peer : ComponentPeer.java gnu/java/awt/peer/gtk: GtkComponentPeer.java GtkWindowPeer.java include : gnu_java_awt_peer_gtk_GtkComponentPeer.h gnu_java_awt_peer_gtk_GtkWindowPeer.h native/jni/gtk-peer: gnu_java_awt_peer_gtk_GtkComponentPeer.c gnu_java_awt_peer_gtk_GtkWindowPeer.c Log message: 2006-07-25 Roman Kennke * java/awt/Component.java (requestFocus()): Reimplemented to use requestFocusImpl(). (requestFocus(boolean)): Reimplemented to use requestFocusImpl(). (requestFocusInWindow()): Reimplemented to use requestFocusImpl(). (requestFocusInWindow(boolean)): Reimplemented to use requestFocusImpl(). (requestFocusImpl): Reimplemented focus request to use new peer method. Also added some obvious additional checks for rejecting focus requests early. * java/awt/ComponentPeer.java (requestFocus(Component,boolean,boolean,long)): Documented this method. * gnu/java/awt/peer/gtk/GtkComponentPeer.java (requestFocus): New field. (gtkWidgetHasFocus): New native method. (gtkWidgetCanFocus): New native method. (requestFocus): Replaced with assert false to prevent usage of obsolete method. (postFocusEvent(int,boolean,Component)): New overloaded method for posting the focus event to a specific target. (postFocusEvent(int,boolean)): Post event to requestFocus component. (requestFocus(Component,boolean,boolean,long)): Implemented. (getWindowFor): New helper method. (isLightweightDescendant): New helper method. * gnu/java/awt/peer/gtk/GtkWindowPeer.java (gtkWindowHasFocus): New native method. (requestFocus(Component,boolean,boolean,long)): New method. Overrides GtkComponentPeer method to specially handly the case when a Window receives a focus request for a lightweight child. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c (gtkWidgetHasFocus): New native method. (gtkWidgetCanFocus): New native method. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c (gtkWindowHasFocus): New native method. * include/gnu_java_awt_peer_gtk_GtkComponentPeer.h, * include/gnu_java_awt_peer_gtk_GtkWindowPeer.h: Regenerated. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8214&r2=1.8215 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.136&r2=1.137 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/peer/ComponentPeer.java?cvsroot=classpath&r1=1.16&r2=1.17 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkComponentPeer.java?cvsroot=classpath&r1=1.117&r2=1.118 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkWindowPeer.java?cvsroot=classpath&r1=1.50&r2=1.51 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkComponentPeer.h?cvsroot=classpath&r1=1.24&r2=1.25 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkWindowPeer.h?cvsroot=classpath&r1=1.24&r2=1.25 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c?cvsroot=classpath&r1=1.64&r2=1.65 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c?cvsroot=classpath&r1=1.68&r2=1.69 From MAILER-DAEMON Tue Jul 25 18:52:58 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5Vlp-0008Bk-Vj for mharc-commit-classpath@gnu.org; Tue, 25 Jul 2006 18:52:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5Vln-0008Bf-VX for commit-classpath@gnu.org; Tue, 25 Jul 2006 18:52:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5Vln-0008BT-AH for commit-classpath@gnu.org; Tue, 25 Jul 2006 18:52:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5Vln-0008BQ-5y for commit-classpath@gnu.org; Tue, 25 Jul 2006 18:52:55 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5VnC-0007br-8p for commit-classpath@gnu.org; Tue, 25 Jul 2006 18:54:22 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5Vlm-0005KV-00 for ; Tue, 25 Jul 2006 18:52:54 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5Vll-0005KS-70 for commit-classpath@gnu.org; Tue, 25 Jul 2006 22:52:54 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Tue, 25 Jul 2006 22:52:53 +0000 Subject: [commit-cp] classpath/javax/swing/plaf/basic BasicPopupMenu... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Jul 2006 22:52:56 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/25 22:52:53 Modified files: javax/swing/plaf/basic: BasicPopupMenuUI.java . : ChangeLog Log message: 2006-07-25 Roman Kennke * javax/swing/plaf/basic/BasicPopupMenuUI.java (NavigateAction): New inner class. This is responsible for keyboard navigation through menus. (KeyboardHelper): New inner class. This manages the keyboard mappings and focus when a popup opens or closes. (keyboardHelper): New static field. (numPopups): New static field. (installUI): Create KeyboardHelper for first popup. Call installKeyboardActions(). (installKeyboardActions): Removed NotImplementedException. This method is a no-op. (installKeyboardActionsImpl): New method. Installs keyboard mapping when a popup is opened. (getActionMap): New helper method. (createDefaultActions): New helper method. (uninstallUI): Uninstall KeyboardHelper when last Popup is uninstalled. Call uninstallKeyboardActions(). (uninstallKeyboardActions): Removed NotImplementedException. This method is a no-op. (uninstallKeyboardActionsImpl): New method. Uninstalls keyboard mapping when a popup is closed. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicPopupMenuUI.java?cvsroot=classpath&r1=1.19&r2=1.20 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8215&r2=1.8216 From MAILER-DAEMON Wed Jul 26 02:27:34 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5crm-0006e0-0C for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 02:27:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5crk-0006c7-3R for commit-classpath@gnu.org; Wed, 26 Jul 2006 02:27:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5crj-0006bv-98 for commit-classpath@gnu.org; Wed, 26 Jul 2006 02:27:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5crj-0006bs-2n for commit-classpath@gnu.org; Wed, 26 Jul 2006 02:27:31 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5ctC-00051s-Ry for commit-classpath@gnu.org; Wed, 26 Jul 2006 02:29:02 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5crh-0004vU-00 for ; Wed, 26 Jul 2006 02:27:29 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G5crg-0004vR-If for commit-classpath@gnu.org; Wed, 26 Jul 2006 06:27:29 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Wed, 26 Jul 2006 06:27:28 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/BandedSample... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 06:27:32 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/26 06:27:28 Modified files: . : ChangeLog java/awt/image : BandedSampleModel.java Log message: 2006-07-26 David Gilbert * java/awt/image/BandedSampleModel.java (createCompatibleSampleModel): Fixed typo in loop increment, set correct scanlineStride, and updated API docs. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8216&r2=1.8217 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/BandedSampleModel.java?cvsroot=classpath&r1=1.8&r2=1.9 From MAILER-DAEMON Wed Jul 26 02:48:52 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5dCO-0000Gz-Nh for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 02:48:52 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5dCL-0000Gl-J1 for commit-classpath@gnu.org; Wed, 26 Jul 2006 02:48:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5dCL-0000GV-8C for commit-classpath@gnu.org; Wed, 26 Jul 2006 02:48:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5dCK-0000GQ-SD for commit-classpath@gnu.org; Wed, 26 Jul 2006 02:48:48 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5dDo-0007E7-N6 for commit-classpath@gnu.org; Wed, 26 Jul 2006 02:50:20 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5dCK-0006Rm-00 for ; Wed, 26 Jul 2006 02:48:48 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G5dCJ-0006Rj-8p for commit-classpath@gnu.org; Wed, 26 Jul 2006 06:48:48 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Wed, 26 Jul 2006 06:48:47 +0000 Subject: [commit-cp] classpath ChangeLog java/util/Vector.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 06:48:50 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/26 06:48:47 Modified files: . : ChangeLog java/util : Vector.java Log message: 2006-07-26 David Gilbert * java/util/Vector.java: Fixed API doc typo. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8217&r2=1.8218 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/Vector.java?cvsroot=classpath&r1=1.26&r2=1.27 From MAILER-DAEMON Wed Jul 26 03:36:47 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5dwl-0004Tz-Oy for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 03:36:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5dwj-0004Te-J6 for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:36:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5dwh-0004TF-R3 for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:36:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5dwh-0004T7-JW for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:36:43 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5dyB-0002v4-SJ for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:38:15 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5dwg-0008GQ-00 for ; Wed, 26 Jul 2006 03:36:42 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G5dwf-0008G4-No for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:36:42 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Wed, 26 Jul 2006 07:36:41 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/text/StringCont... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 07:36:45 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/26 07:36:41 Modified files: . : ChangeLog javax/swing/text: StringContent.java Log message: 2006-07-26 David Gilbert * javax/swing/text/StringContent.java (StringContent): Changed initialLength to 10. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8218&r2=1.8219 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/StringContent.java?cvsroot=classpath&r1=1.8&r2=1.9 From MAILER-DAEMON Wed Jul 26 03:45:46 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5e5S-0000gY-Mx for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 03:45:46 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5e5Q-0000fw-UG for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:45:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5e5P-0000ff-5y for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:45:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5e5P-0000fc-0d for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:45:43 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5e6t-00044W-Ed for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:47:15 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5e5O-0008SZ-00 for ; Wed, 26 Jul 2006 03:45:42 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5e5O-0008SV-3r for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:45:42 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 07:45:42 +0000 Subject: [commit-cp] classpath/javax/swing UIManager.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 07:45:45 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 07:45:42 Modified files: javax/swing : UIManager.java Log message: 2006-07-26 Roman Kennke * javax/swing/UIManager.java (getLookAndFeelDefaults): Return the look and feel defaults. (setLookAndFeel): Improved exception messsage. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/UIManager.java?cvsroot=classpath&r1=1.37&r2=1.38 From MAILER-DAEMON Wed Jul 26 03:49:04 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5e8d-00027R-N4 for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 03:49:03 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5e8b-00025t-83 for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:49:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5e8Z-000251-CH for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:48:59 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5e8Y-00024l-W6 for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:48:59 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5eA3-0004Os-FB for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:50:31 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5e8Y-0008VS-00 for ; Wed, 26 Jul 2006 03:48:58 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5e8X-0008VL-6w for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:48:57 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 07:48:57 +0000 Subject: [commit-cp] classpath/javax/swing/plaf/basic BasicLookAndFe... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 07:49:01 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 07:48:57 Modified files: javax/swing/plaf/basic: BasicLookAndFeel.java . : ChangeLog Log message: 2006-07-26 Roman Kennke * javax/swing/plaf/basic/BasicLookAndFeel.java (initComponentDefaults): Add keyboard bindings for PopupMenu. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java?cvsroot=classpath&r1=1.97&r2=1.98 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8219&r2=1.8220 From MAILER-DAEMON Wed Jul 26 03:51:15 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5eAl-0002ol-0S for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 03:51:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5eAj-0002oX-Tb for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:51:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5eAi-0002o8-Tp for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:51:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5eAi-0002o5-LW for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:51:12 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5eCD-0004aD-3D for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:52:45 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5eAf-00006S-00 for ; Wed, 26 Jul 2006 03:51:09 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5eAc-00006P-SP for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:51:07 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 07:51:06 +0000 Subject: [commit-cp] classpath/javax/swing/plaf/basic BasicMenuBarUI... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 07:51:14 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 07:51:06 Modified files: javax/swing/plaf/basic: BasicMenuBarUI.java . : ChangeLog Log message: 2006-07-26 Roman Kennke * javax/swing/plaf/basic/BasicMenuBarUI.java (FocusAction): Made class static. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicMenuBarUI.java?cvsroot=classpath&r1=1.17&r2=1.18 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8220&r2=1.8221 From MAILER-DAEMON Wed Jul 26 03:55:54 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5eFG-00060C-DQ for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 03:55:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5eFE-000604-Kl for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:55:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5eFE-0005zU-0I for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:55:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5eFC-0005zO-Qz for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:55:51 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5eGZ-0005xn-9y for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:57:15 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5eEj-0000AF-00 for ; Wed, 26 Jul 2006 03:55:21 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5eEi-0000AA-5S for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:55:21 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 07:55:20 +0000 Subject: [commit-cp] classpath/javax/swing/text GapContent.java Chan... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 07:55:53 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 07:55:20 Modified files: javax/swing/text: GapContent.java . : ChangeLog Log message: 2006-07-26 Roman Kennke * javax/swing/text/GapContent.java (getChars): Check for negative length and throw BadLocationException. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/GapContent.java?cvsroot=classpath&r1=1.52&r2=1.53 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8221&r2=1.8222 From MAILER-DAEMON Wed Jul 26 03:59:09 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5eIP-0006yt-I0 for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 03:59:09 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5eIN-0006x9-2n for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:59:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5eIL-0006w9-SG for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:59:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5eIL-0006vc-8v for commit-classpath@gnu.org; Wed, 26 Jul 2006 03:59:05 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5eJp-0001w1-B7 for commit-classpath@gnu.org; Wed, 26 Jul 2006 04:00:37 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5eIJ-0000EB-00 for ; Wed, 26 Jul 2006 03:59:03 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5eIJ-0000E7-6K for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:59:03 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 07:59:03 +0000 Subject: [commit-cp] classpath/javax/swing/plaf/metal MetalUtils.jav... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 07:59:07 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 07:59:03 Modified files: javax/swing/plaf/metal: MetalUtils.java . : ChangeLog Log message: 2006-07-26 Roman Kennke * javax/swing/plaf/metal/MetalUtils.java (fillMetalPattern): Use fillRect() instead of drawLine() to fill single pixels. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalUtils.java?cvsroot=classpath&r1=1.14&r2=1.15 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8222&r2=1.8223 From MAILER-DAEMON Wed Jul 26 05:34:18 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5fmT-0005z6-Jf for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 05:34:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5fmR-0005y2-92 for commit-classpath@gnu.org; Wed, 26 Jul 2006 05:34:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5fmQ-0005xg-4g for commit-classpath@gnu.org; Wed, 26 Jul 2006 05:34:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5fmP-0005xd-VT for commit-classpath@gnu.org; Wed, 26 Jul 2006 05:34:14 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5fnv-0005pV-Hi for commit-classpath@gnu.org; Wed, 26 Jul 2006 05:35:47 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5fmP-0003V9-00 for ; Wed, 26 Jul 2006 05:34:13 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5fmO-0003Uw-8u for commit-classpath@gnu.org; Wed, 26 Jul 2006 09:34:13 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 09:34:12 +0000 Subject: [commit-cp] classpath/javax/swing JComponent.java ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 09:34:15 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 09:34:12 Modified files: javax/swing : JComponent.java . : ChangeLog Log message: 2006-07-26 Roman Kennke * javax/swing/JComponent.java (processKeyBinding): Store the action command as property in the Action instance that we call. This allows for improvement on the side of the Action. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComponent.java?cvsroot=classpath&r1=1.140&r2=1.141 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8223&r2=1.8224 From MAILER-DAEMON Wed Jul 26 05:59:44 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5gB6-0002gX-H7 for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 05:59:44 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5gB4-0002fO-7U for commit-classpath@gnu.org; Wed, 26 Jul 2006 05:59:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5gB3-0002fC-Ps for commit-classpath@gnu.org; Wed, 26 Jul 2006 05:59:41 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5gB3-0002f7-KP for commit-classpath@gnu.org; Wed, 26 Jul 2006 05:59:41 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5gCZ-0008Up-5l for commit-classpath@gnu.org; Wed, 26 Jul 2006 06:01:15 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5gB2-0004M6-00 for ; Wed, 26 Jul 2006 05:59:40 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5gB1-0004M3-LU for commit-classpath@gnu.org; Wed, 26 Jul 2006 09:59:40 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 09:59:39 +0000 Subject: [commit-cp] classpath/javax/swing/plaf/basic BasicTableUI.j... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 09:59:42 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 09:59:39 Modified files: javax/swing/plaf/basic: BasicTableUI.java . : ChangeLog Log message: 2006-07-26 Roman Kennke * javax/swing/plaf/basic/BasicTableUI.java (FocusHandler.focusGained): Implemented to refresh the lead cell. (FocusHandler.focusLost): Implemented to refresh the lead cell. (FocusHandler.repaintLeadCell): New helper method. (MouseInputHandler.mouseEntered): Do nothing here. (MouseInputHandler.mouseExited): Do nothing here. (MouseInputHandler.mouseMoved): Do nothing here. (installKeyboardActions): Rewritten to use a shared InputMap and ActionMap and correctly install the maps via SwingUtilities methods. (getActionMap): New helper method. (createDefaultActions): New helper method. (ActionListenerProxy): Removed unneeded class. (TableAction): Made class static. (TableAction.actionPerformed): Determine table by fetching the event source. Pass the table to helper methods. Use __command__ hack to determine the action command. (TableAction.getFirstVisibleColumnIndex): Get table as argument. (TableAction.getLastVisibleColumnIndex): Get table as argument. (TableAction.getFirstVisibleRowIndex): Get table as argument. (TableAction.getLastVisibleRowIndex): Get table as argument. (TableAction.advanceMultipleSelection): Get table as argument. (uninstallDefaults): Do nothing here. (uninstallKeyboardActions): Uninstall the keyboard actions. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTableUI.java?cvsroot=classpath&r1=1.55&r2=1.56 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8224&r2=1.8225 From MAILER-DAEMON Wed Jul 26 07:14:56 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5hLs-00082u-Bg for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 07:14:56 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5hLq-00082h-52 for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:14:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5hLn-00082V-N6 for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:14:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5hLn-00082S-IA for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:14:51 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5hNK-0007tk-0P for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:16:26 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5hLl-0007MN-00 for ; Wed, 26 Jul 2006 07:14:49 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5hLk-0007MJ-IN for commit-classpath@gnu.org; Wed, 26 Jul 2006 11:14:49 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 11:14:48 +0000 Subject: [commit-cp] classpath/java/awt DefaultKeyboardFocusManager.... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 11:14:54 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 11:14:48 Modified files: java/awt : DefaultKeyboardFocusManager.java . : ChangeLog Log message: 2006-07-26 Roman Kennke * java/awt/DefaultKeyboardFocusManager.java (dispatchEvent): Notify old focus owner when it has lost focus. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/DefaultKeyboardFocusManager.java?cvsroot=classpath&r1=1.20&r2=1.21 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8225&r2=1.8226 From MAILER-DAEMON Wed Jul 26 07:22:37 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5hTJ-0002zl-EW for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 07:22:37 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5hTI-0002zC-Km for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:22:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5hTG-0002uv-Ex for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:22:35 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5hTG-0002uN-91 for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:22:34 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5hUm-00004q-TF for commit-classpath@gnu.org; Wed, 26 Jul 2006 07:24:08 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5hTF-0007Tc-00 for ; Wed, 26 Jul 2006 07:22:33 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5hTE-0007TZ-TY for commit-classpath@gnu.org; Wed, 26 Jul 2006 11:22:33 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 11:22:32 +0000 Subject: [commit-cp] classpath/javax/swing/plaf/basic BasicToolBarUI... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 11:22:36 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 11:22:32 Modified files: javax/swing/plaf/basic: BasicToolBarUI.java . : ChangeLog Log message: 2006-07-26 Roman Kennke * javax/swing/plaf/basic/BasicToolBarUI.java (ToolBarAction): New inner class for handling keyboard actions. (installKeyboardActions): Implemented. (getActionMap): New helper method. (createDefaultActions): New helper method. (installListeners): Install focus listener on toolbar's children, rather than the toolbar itself. (navigateFocusedComp): Implemented. (uninstallKeyboardActions): Implemented. (uninstallListeners): Uninstall focus listener from toolbar's children, rather than the toolbar itself. (ToolBarContListener.componentAdded): Install focus listener on added child. (ToolBarContListener.componentRemoved): Uninstall focus listener from removed child. (ToolBarFocusListener.ToolBarFocusListener): Nothing to do here. (ToolBarFocusListener.focusGained): Implemented. (ToolBarFocusListener.focusLost): Implemented. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicToolBarUI.java?cvsroot=classpath&r1=1.26&r2=1.27 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8226&r2=1.8227 From MAILER-DAEMON Wed Jul 26 09:16:14 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5jFG-0007HU-Ir for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 09:16:14 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5jFF-0007H8-1d for commit-classpath@gnu.org; Wed, 26 Jul 2006 09:16:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5jFD-0007Gw-Ia for commit-classpath@gnu.org; Wed, 26 Jul 2006 09:16:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5jFD-0007Gt-DS for commit-classpath@gnu.org; Wed, 26 Jul 2006 09:16:11 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5jGl-0003iR-61 for commit-classpath@gnu.org; Wed, 26 Jul 2006 09:17:47 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5jFC-0003IA-00 for ; Wed, 26 Jul 2006 09:16:10 -0400 Received: from trebligd by savannah.gnu.org with local (Exim 4.50) id 1G5jFA-0003I7-T5 for commit-classpath@gnu.org; Wed, 26 Jul 2006 13:16:10 +0000 To: commit-classpath@gnu.org Message-Id: From: David Gilbert Date: Wed, 26 Jul 2006 13:16:08 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/image/BandedSample... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 13:16:13 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: David Gilbert 06/07/26 13:16:08 Modified files: . : ChangeLog java/awt/image : BandedSampleModel.java Log message: 2006-07-26 David Gilbert * java/awt/image/BandedSampleModel.java (getDataElements): Check for negative x or y, (getPixels): Likewise, (getSamples): Likewise, (setSamples): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8227&r2=1.8228 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/BandedSampleModel.java?cvsroot=classpath&r1=1.9&r2=1.10 From MAILER-DAEMON Wed Jul 26 09:39:43 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5jbz-0005JG-Ml for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 09:39:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5jby-0005J7-Vt for commit-classpath@gnu.org; Wed, 26 Jul 2006 09:39:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5jbx-0005HT-G0 for commit-classpath@gnu.org; Wed, 26 Jul 2006 09:39:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5jbx-0005HQ-8Q for commit-classpath@gnu.org; Wed, 26 Jul 2006 09:39:41 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5jdV-0006C9-5U for commit-classpath@gnu.org; Wed, 26 Jul 2006 09:41:17 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5jbw-0004aI-00 for ; Wed, 26 Jul 2006 09:39:40 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5jbv-0004a6-79 for commit-classpath@gnu.org; Wed, 26 Jul 2006 13:39:39 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 13:39:39 +0000 Subject: [commit-cp] classpath/javax/swing JOptionPane.java ChangeLo... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 13:39:43 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 13:39:39 Modified files: javax/swing : JOptionPane.java . : ChangeLog javax/swing/plaf/basic: BasicOptionPaneUI.java BasicTableUI.java BasicToolBarUI.java Log message: 2006-07-26 Roman Kennke * javax/swing/JOptionPane.java (createDialog): Add property change handler for closing the dialog when the value property changes. (ValuePropertyHandler): New inner helper class. * javax/swing/plaf/basic/BasicOptionPaneUI.java (OptionPaneCloseAction): New class. (messageForeground): Removed field. (messageBorder): Removed field. (buttonBorder): Removed field. (addIcon): Configure the new label. (addMessageComponents): Configure newly created labels. (burstStringInto): Likewise. (createButtonArea): Install border here. (createMessageArea): Install border and foreground here. (createSeparator): Added comment and removed NotImplementedException. (installComponents): Don't install the UI defaults for the message and button area here. This is moved to the corresponding create* methods. Adjusted comment about separator. (installDefaults): Removed initialization of removed fields. (installKeyboardActions): Implemented. (getActionMap): New helper method. (createDefaultActions): New helper method. (uninstallDefaults): Removed de-initialization of removed fields. (uninstallKeyboardActions): Implemented. (configureLabel): New helper method. * javax/swing/plaf/basic/BasicTableUI.java (getActionMap): Fixed the UI property names. * javax/swing/plaf/basic/BasicToolBarUI.java (getActionMap): Fixed the UI property names. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JOptionPane.java?cvsroot=classpath&r1=1.30&r2=1.31 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8228&r2=1.8229 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicOptionPaneUI.java?cvsroot=classpath&r1=1.32&r2=1.33 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTableUI.java?cvsroot=classpath&r1=1.56&r2=1.57 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicToolBarUI.java?cvsroot=classpath&r1=1.27&r2=1.28 From MAILER-DAEMON Wed Jul 26 10:45:41 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5kdp-0007z0-9A for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 10:45:41 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5kdn-0007yS-SR for commit-classpath@gnu.org; Wed, 26 Jul 2006 10:45:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5kdn-0007y9-Ez for commit-classpath@gnu.org; Wed, 26 Jul 2006 10:45:39 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5kdn-0007y3-3M for commit-classpath@gnu.org; Wed, 26 Jul 2006 10:45:39 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5kfL-0004i9-Kr for commit-classpath@gnu.org; Wed, 26 Jul 2006 10:47:15 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5kdl-0007WR-00 for ; Wed, 26 Jul 2006 10:45:37 -0400 Received: from rschuster by savannah.gnu.org with local (Exim 4.50) id 1G5kdj-0007WM-SB for commit-classpath@gnu.org; Wed, 26 Jul 2006 14:45:37 +0000 To: commit-classpath@gnu.org Message-Id: From: Robert Schuster Date: Wed, 26 Jul 2006 14:45:35 +0000 Subject: [commit-cp] classpath/javax/swing JTabbedPane.java ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 14:45:40 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Robert Schuster 06/07/26 14:45:35 Modified files: javax/swing : JTabbedPane.java . : ChangeLog Log message: 2006-07-26 Robert Schuster * javax/swing/JTabbedPane.java: (setSelectedIndex): Removed updating of component visibility status, added note. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTabbedPane.java?cvsroot=classpath&r1=1.42&r2=1.43 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8229&r2=1.8230 From MAILER-DAEMON Wed Jul 26 10:47:34 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5kfe-00008q-56 for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 10:47:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5kfc-00008I-5t for commit-classpath@gnu.org; Wed, 26 Jul 2006 10:47:32 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5kfb-000073-KR for commit-classpath@gnu.org; Wed, 26 Jul 2006 10:47:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5kfb-00006h-4m for commit-classpath@gnu.org; Wed, 26 Jul 2006 10:47:31 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5kh9-0004sr-7K for commit-classpath@gnu.org; Wed, 26 Jul 2006 10:49:07 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5kfZ-0007Zg-00 for ; Wed, 26 Jul 2006 10:47:29 -0400 Received: from rschuster by savannah.gnu.org with local (Exim 4.50) id 1G5kfZ-0007Za-6K for commit-classpath@gnu.org; Wed, 26 Jul 2006 14:47:29 +0000 To: commit-classpath@gnu.org Message-Id: From: Robert Schuster Date: Wed, 26 Jul 2006 14:47:29 +0000 Subject: [commit-cp] classpath ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 14:47:32 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Robert Schuster 06/07/26 14:47:29 Modified files: . : ChangeLog Log message: 2006-07-26 Robert Schuster * javax/swing/JTabbedPane.java: (setSelectedIndex): Removed updating of component visibility status, added note. (remove(Component)): Use indexOfComponent() to find whether we have to use super.remove(int) or removeTabAt(). CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8230&r2=1.8231 From MAILER-DAEMON Wed Jul 26 14:14:08 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5ntY-00021m-Bf for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 14:14:08 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5ntX-000216-AR for commit-classpath@gnu.org; Wed, 26 Jul 2006 14:14:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5ntV-00020A-RM for commit-classpath@gnu.org; Wed, 26 Jul 2006 14:14:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5ntV-000204-OB for commit-classpath@gnu.org; Wed, 26 Jul 2006 14:14:05 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5nv6-0007FU-Dr for commit-classpath@gnu.org; Wed, 26 Jul 2006 14:15:44 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5ntV-0006DE-00 for ; Wed, 26 Jul 2006 14:14:05 -0400 Received: from rschuster by savannah.gnu.org with local (Exim 4.50) id 1G5ntV-0006D8-0n for commit-classpath@gnu.org; Wed, 26 Jul 2006 18:14:05 +0000 To: commit-classpath@gnu.org Message-Id: From: Robert Schuster Date: Wed, 26 Jul 2006 18:14:05 +0000 Subject: [commit-cp] classpath/java/awt/image ColorConvertOp.java Co... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 18:14:07 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Robert Schuster 06/07/26 18:14:05 Modified files: java/awt/image : ColorConvertOp.java ColorModel.java . : ChangeLog Log message: 2006-07-26 Robert Schuster * java/awt/image/ColorConvertOp.java: Fixed copyright header. (copyimage): Do not call setRenderingHints() when the respective map does not exist. (filter): Removed code to clone the ColorModel instance. * java/awt/image/ColorModel.java: (cloneColorModel): Removed. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ColorConvertOp.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ColorModel.java?cvsroot=classpath&r1=1.29&r2=1.30 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8231&r2=1.8232 From MAILER-DAEMON Wed Jul 26 14:20:16 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5nzU-0006vK-1i for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 14:20:16 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5nzR-0006uq-GK for commit-classpath@gnu.org; Wed, 26 Jul 2006 14:20:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5nzR-0006ue-09 for commit-classpath@gnu.org; Wed, 26 Jul 2006 14:20:13 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5nzQ-0006uY-U5 for commit-classpath@gnu.org; Wed, 26 Jul 2006 14:20:12 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5o11-0007wn-HF for commit-classpath@gnu.org; Wed, 26 Jul 2006 14:21:51 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5nzQ-000773-00 for ; Wed, 26 Jul 2006 14:20:12 -0400 Received: from rschuster by savannah.gnu.org with local (Exim 4.50) id 1G5nzP-000770-UF for commit-classpath@gnu.org; Wed, 26 Jul 2006 18:20:12 +0000 To: commit-classpath@gnu.org Message-Id: From: Robert Schuster Date: Wed, 26 Jul 2006 18:20:11 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/Cairo... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 18:20:14 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Robert Schuster 06/07/26 18:20:11 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: CairoGraphics2D.java Log message: 2006-07-26 Robert Schuster * gnu/java/awt/peer/gtk/CairoGraphics2D.java: (drawLine): Apply shift to line coordinates. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8232&r2=1.8233 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java?cvsroot=classpath&r1=1.33&r2=1.34 From MAILER-DAEMON Wed Jul 26 15:09:55 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5olX-0006p2-KK for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 15:09:55 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5olV-0006np-EX for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:09:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5olT-0006n5-SI for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:09:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5olT-0006n2-OB for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:09:51 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5on4-00053o-T1 for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:11:30 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5olT-0003rL-00 for ; Wed, 26 Jul 2006 15:09:51 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5olS-0003rG-Hg for commit-classpath@gnu.org; Wed, 26 Jul 2006 19:09:51 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 19:09:50 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/GtkCo... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 19:09:53 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 19:09:50 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: GtkComponentPeer.java GtkWindowPeer.java java/awt : AWTEvent.java Component.java DefaultKeyboardFocusManager.java EventDispatchThread.java KeyboardFocusManager.java Window.java Log message: 2006-07-26 Roman Kennke * gnu/java/awt/peer/gtk/GtkComponentPeer.java (focusRequest): Removed field. (postFocusEvent(int,boolean,Component)): Removed. (postFocusEvent(int,boolean)): Reverted to post event using the heavyweight component. (requestFocus): Post focus event using the heavyweight component. * gnu/java/awt/peer/gtk/GtkWindowPeer.java (requestFocus): Post focus event using the heavyweight component. * java/awt/AWTEvent.java (isFocusManagerEvent): New field, indicating if this is an event that is redispatched by the KeyboardFocusManager. * java/awt/Component.java (requestFocusImpl): Register component for heavyweight->lightweight mapping. (dispatchEventImpl): Retarget focus events before dispatching to the KeyboardFocusManager. Use new AWTEvent flag instead of locking hack. Dispatch all events through the KeyboardFocusManager. Don't request focus on lightweight components. * java/awt/DefaultKeyboardFocusManager.java (dispatchEvent): Pulled out handling of FOCUS_GAINED and FOCUS_LOST. (handleFocusGained): Fixed handling of temporary vs permanent focus changes. Added some checks. (handleFocusLost): Fixed handling of temporary vs permanent focus changes. Added some checks. * java/awt/EventDispatchThread.java (run): Don't dispatch to KeyboardFocusManager here. This is done in Component.dispatchEventImpl(). * java/awt/KeyboardFocusManager.java (redispatchEvent): Use new AWTEvent flag instead of locking hack. (focusRequests): New field. (retargetFocusEvent): New method. Retargets focus events that come from heavyweights to the correct lightweight component. (addLightweightFocusRequest): New method. Stores a mapping for later retargetting of heavyweight focus events. * java/awt/Window.java (addFocusListener): Removed bogus method. If at all, this should be performed in the KeyboardFocusManager. (Window): Don't install a focus listener on the Window. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8233&r2=1.8234 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkComponentPeer.java?cvsroot=classpath&r1=1.118&r2=1.119 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkWindowPeer.java?cvsroot=classpath&r1=1.51&r2=1.52 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/AWTEvent.java?cvsroot=classpath&r1=1.17&r2=1.18 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.137&r2=1.138 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/DefaultKeyboardFocusManager.java?cvsroot=classpath&r1=1.21&r2=1.22 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/EventDispatchThread.java?cvsroot=classpath&r1=1.10&r2=1.11 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/KeyboardFocusManager.java?cvsroot=classpath&r1=1.17&r2=1.18 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Window.java?cvsroot=classpath&r1=1.73&r2=1.74 From MAILER-DAEMON Wed Jul 26 15:23:05 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5oyH-0003hC-7E for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 15:23:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5oyF-0003gt-Qs for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:23:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5oyF-0003gb-8d for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:23:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5oyF-0003gY-4k for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:23:03 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5ozq-0006cz-E4 for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:24:42 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5oyE-000455-00 for ; Wed, 26 Jul 2006 15:23:02 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5oyD-000452-TP for commit-classpath@gnu.org; Wed, 26 Jul 2006 19:23:02 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 19:23:01 +0000 Subject: [commit-cp] classpath/javax/swing plaf/basic/BasicButtonLis... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 19:23:04 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 19:23:01 Modified files: javax/swing/plaf/basic: BasicButtonListener.java javax/swing/text: DefaultCaret.java . : ChangeLog Log message: 2006-07-26 Roman Kennke * javax/swing/plaf/basic/BasicButtonListener.java (mousePressed): Request focus if appropriate. * javax/swing/text/DefaultCaret.java (mousePressed): Also handle the focus of the text component as specified. Don't consume events. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicButtonListener.java?cvsroot=classpath&r1=1.15&r2=1.16 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/DefaultCaret.java?cvsroot=classpath&r1=1.43&r2=1.44 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8234&r2=1.8235 From MAILER-DAEMON Wed Jul 26 15:34:14 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5p94-0003gl-L7 for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 15:34:14 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5p93-0003eD-AK for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:34:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5p91-0003b0-Mj for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:34:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5p91-0003as-JL for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:34:11 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5pAc-0007mu-QS for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:35:50 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5p90-0005LE-00 for ; Wed, 26 Jul 2006 15:34:10 -0400 Received: from neumannc by savannah.gnu.org with local (Exim 4.50) id 1G5p8z-0005LB-U3 for commit-classpath@gnu.org; Wed, 26 Jul 2006 19:34:10 +0000 To: commit-classpath@gnu.org Message-Id: From: Carsten Neumann Date: Wed, 26 Jul 2006 19:34:09 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/StrictMath.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 19:34:13 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Carsten Neumann 06/07/26 19:34:09 Modified files: . : ChangeLog java/lang : StrictMath.java Log message: 2006-07-26 Carsten Neumann * StrictMath.java (cosh): New method. (expm1): New method. (EXPM1_Q1): New field. (EXPM1_Q2): Likewise. (EXPM1_Q3): Likewise. (EXPM1_Q4): Likewise. (EXPM1_Q6): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8235&r2=1.8236 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/StrictMath.java?cvsroot=classpath&r1=1.10&r2=1.11 From MAILER-DAEMON Wed Jul 26 15:44:08 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5pId-0001zK-Qb for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 15:44:07 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5pIZ-0001uE-2Q for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:44:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5pIX-0001si-KH for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:44:01 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5pIX-0001sc-ER for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:44:01 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5pK8-0000YV-Q5 for commit-classpath@gnu.org; Wed, 26 Jul 2006 15:45:40 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5pIW-0005f3-00 for ; Wed, 26 Jul 2006 15:44:00 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5pIW-0005f0-4U for commit-classpath@gnu.org; Wed, 26 Jul 2006 19:44:00 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 19:44:00 +0000 Subject: [commit-cp] classpath/java/awt KeyboardFocusManager.java Ch... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 19:44:03 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 19:44:00 Modified files: java/awt : KeyboardFocusManager.java . : ChangeLog Log message: 2006-07-26 Roman Kennke * java/awt/KeyboardFocusManager.java (getFocusOwner): Don't check permanent owner. (getGlobalFocusOwner): Don't check permanent owner. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/KeyboardFocusManager.java?cvsroot=classpath&r1=1.18&r2=1.19 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8236&r2=1.8237 From MAILER-DAEMON Wed Jul 26 16:08:13 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5pfx-00068E-DY for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 16:08:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5pfv-00065y-Gy for commit-classpath@gnu.org; Wed, 26 Jul 2006 16:08:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5pfu-00064k-Ii for commit-classpath@gnu.org; Wed, 26 Jul 2006 16:08:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5pfu-00064Y-Cq for commit-classpath@gnu.org; Wed, 26 Jul 2006 16:08:10 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5phW-0002hZ-1G for commit-classpath@gnu.org; Wed, 26 Jul 2006 16:09:50 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5pft-00064i-00 for ; Wed, 26 Jul 2006 16:08:09 -0400 Received: from andreast by savannah.gnu.org with local (Exim 4.50) id 1G5pfs-00064f-Hz for commit-classpath@gnu.org; Wed, 26 Jul 2006 20:08:09 +0000 To: commit-classpath@gnu.org Message-Id: From: Andreas Tobler Date: Wed, 26 Jul 2006 20:08:08 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/qt/QtChec... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 20:08:11 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andreas Tobler 06/07/26 20:08:08 Modified files: . : ChangeLog gnu/java/awt/peer/qt: QtCheckboxPeer.java QtComponentGraphics.java QtComponentPeer.java QtContainerPeer.java QtDialogPeer.java QtEmbeddedWindowPeer.java QtFontMetrics.java QtFontPeer.java QtGraphics.java QtGraphicsEnvironment.java QtImage.java QtImageConsumer.java QtImageDirectGraphics.java QtImageGraphics.java QtMenuBarPeer.java QtMenuItemPeer.java QtPopupMenuPeer.java QtScreenDeviceConfiguration.java QtScrollPanePeer.java QtToolkit.java QtVolatileImage.java Log message: 2006-07-26 Andreas Tobler * gnu/java/awt/peer/qt/QtCheckboxPeer.java: Removed unneeded imports. * gnu/java/awt/peer/qt/QtComponentGraphics.java: Likewise. * gnu/java/awt/peer/qt/QtComponentPeer.java: Likewise. * gnu/java/awt/peer/qt/QtContainerPeer.java: Likewise. * gnu/java/awt/peer/qt/QtDialogPeer.java: Likewise. * gnu/java/awt/peer/qt/QtEmbeddedWindowPeer.java: Likewise. * gnu/java/awt/peer/qt/QtFontMetrics.java: Likewise. * gnu/java/awt/peer/qt/QtFontPeer.java: Likewise. * gnu/java/awt/peer/qt/QtGraphics.java: Likewise. * gnu/java/awt/peer/qt/QtGraphicsEnvironment.java: Likewise. * gnu/java/awt/peer/qt/QtImage.java: Likewise. * gnu/java/awt/peer/qt/QtImageConsumer.java: Likewise. * gnu/java/awt/peer/qt/QtImageDirectGraphics.java: Likewise. * gnu/java/awt/peer/qt/QtImageGraphics.java: Likewise. * gnu/java/awt/peer/qt/QtMenuBarPeer.java: Likewise. * gnu/java/awt/peer/qt/QtMenuItemPeer.java: Likewise. * gnu/java/awt/peer/qt/QtPopupMenuPeer.java: Likewise. * gnu/java/awt/peer/qt/QtScreenDeviceConfiguration.java: Likewise. * gnu/java/awt/peer/qt/QtScrollPanePeer.java: Likewise. * gnu/java/awt/peer/qt/QtToolkit.java: Likewise. * gnu/java/awt/peer/qt/QtVolatileImage.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8237&r2=1.8238 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtCheckboxPeer.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtComponentGraphics.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtComponentPeer.java?cvsroot=classpath&r1=1.8&r2=1.9 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtContainerPeer.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtDialogPeer.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtEmbeddedWindowPeer.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtFontMetrics.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtFontPeer.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtGraphics.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtGraphicsEnvironment.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtImage.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtImageConsumer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtImageDirectGraphics.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtImageGraphics.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtMenuBarPeer.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtMenuItemPeer.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtPopupMenuPeer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtScreenDeviceConfiguration.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtScrollPanePeer.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtToolkit.java?cvsroot=classpath&r1=1.8&r2=1.9 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtVolatileImage.java?cvsroot=classpath&r1=1.2&r2=1.3 From MAILER-DAEMON Wed Jul 26 16:18:19 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5ppj-0000jT-D8 for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 16:18:19 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5pph-0000jC-J9 for commit-classpath@gnu.org; Wed, 26 Jul 2006 16:18:17 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5ppg-0000iw-Vi for commit-classpath@gnu.org; Wed, 26 Jul 2006 16:18:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5ppg-0000it-RG for commit-classpath@gnu.org; Wed, 26 Jul 2006 16:18:16 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5prI-0003po-O5 for commit-classpath@gnu.org; Wed, 26 Jul 2006 16:19:56 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5ppb-0006Ea-00 for ; Wed, 26 Jul 2006 16:18:11 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G5ppV-0006ET-Dd for commit-classpath@gnu.org; Wed, 26 Jul 2006 20:18:06 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Wed, 26 Jul 2006 20:18:05 +0000 Subject: [commit-cp] classpath ChangeLog include/java_lang_VMSystem.... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 20:18:17 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/26 20:18:04 Modified files: . : ChangeLog include : java_lang_VMSystem.h native/jni/java-lang: java_lang_VMSystem.c vm/reference/java/lang: VMSystem.java Log message: 2006-07-26 Sven de Marothy * include/java_lang_VMSystem.h * vm/reference/java/lang/VMSystem.java * native/jni/java-lang/java_lang_VMSystem.c (nanoTime, currentTimeMillis): Switch the former to native code and the latter to java. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8238&r2=1.8239 http://cvs.savannah.gnu.org/viewcvs/classpath/include/java_lang_VMSystem.h?cvsroot=classpath&r1=1.8&r2=1.9 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-lang/java_lang_VMSystem.c?cvsroot=classpath&r1=1.14&r2=1.15 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/java/lang/VMSystem.java?cvsroot=classpath&r1=1.16&r2=1.17 From MAILER-DAEMON Wed Jul 26 16:32:12 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5q3A-0002Bh-Nh for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 16:32:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5q39-0002Ay-6M for commit-classpath@gnu.org; Wed, 26 Jul 2006 16:32:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5q38-0002A1-8f for commit-classpath@gnu.org; Wed, 26 Jul 2006 16:32:10 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5q38-00029p-42 for commit-classpath@gnu.org; Wed, 26 Jul 2006 16:32:10 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5q4k-0004si-1e for commit-classpath@gnu.org; Wed, 26 Jul 2006 16:33:50 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5q35-00070F-00 for ; Wed, 26 Jul 2006 16:32:07 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G5q34-000703-EU for commit-classpath@gnu.org; Wed, 26 Jul 2006 20:32:07 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Wed, 26 Jul 2006 20:32:06 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/geom/GeneralPath.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 20:32:11 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/26 20:32:06 Modified files: . : ChangeLog java/awt/geom : GeneralPath.java Log message: 2006-07-26 Sven de Marothy * java/awt/geom/GeneralPath.java: Fix severe typo. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8239&r2=1.8240 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/geom/GeneralPath.java?cvsroot=classpath&r1=1.16&r2=1.17 From MAILER-DAEMON Wed Jul 26 17:03:52 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5qXo-0001fZ-CQ for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 17:03:52 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5qXn-0001de-7e for commit-classpath@gnu.org; Wed, 26 Jul 2006 17:03:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5qXl-0001af-Iw for commit-classpath@gnu.org; Wed, 26 Jul 2006 17:03:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5qXl-0001aK-Ao for commit-classpath@gnu.org; Wed, 26 Jul 2006 17:03:49 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5qZN-0008OE-Dx for commit-classpath@gnu.org; Wed, 26 Jul 2006 17:05:29 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5qXk-0008FP-00 for ; Wed, 26 Jul 2006 17:03:48 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G5qXj-0008FL-Lb for commit-classpath@gnu.org; Wed, 26 Jul 2006 21:03:48 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Wed, 26 Jul 2006 21:03:47 +0000 Subject: [commit-cp] classpath ChangeLog javax/management/MBeanConst... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 21:03:51 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/26 21:03:47 Modified files: . : ChangeLog javax/management: MBeanConstructorInfo.java MBeanInfo.java Added files: javax/management: MBeanOperationInfo.java NotCompliantMBeanException.java StandardMBean.java Log message: 2006-07-26 Andrew John Hughes * javax/management/MBeanConstructorInfo.java: Documentation fix. * javax/management/MBeanInfo.java: (MBeanInfo(String,String,MBeanAttributeInfo[], MBeanConstructorInfo[], MBeanOperationInfo[], MBeanNotificationInfo[])): Implemented. (equals(Object)): Likewise. (getAttributes()): Likewise. (getConstructors()): Likewise. (getOperations()): Likewise. (hashCode()): Likewise. * javax/management/MBeanOperationInfo.java, * javax/management/NotCompliantMBeanException.java, * javax/management/StandardMBean.java: New files. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8240&r2=1.8241 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanConstructorInfo.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanInfo.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanOperationInfo.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotCompliantMBeanException.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/StandardMBean.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Wed Jul 26 17:14:20 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5qhw-0008M4-JI for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 17:14:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5qhu-0008La-TE for commit-classpath@gnu.org; Wed, 26 Jul 2006 17:14:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5qht-0008LO-GI for commit-classpath@gnu.org; Wed, 26 Jul 2006 17:14:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5qht-0008LL-E3 for commit-classpath@gnu.org; Wed, 26 Jul 2006 17:14:17 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5qjV-0001hO-RX for commit-classpath@gnu.org; Wed, 26 Jul 2006 17:15:57 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5qhs-00005E-00 for ; Wed, 26 Jul 2006 17:14:16 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5qhs-00005B-Ct for commit-classpath@gnu.org; Wed, 26 Jul 2006 21:14:16 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 21:14:16 +0000 Subject: [commit-cp] classpath/java/awt KeyboardFocusManager.java Ch... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 21:14:19 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 21:14:16 Modified files: java/awt : KeyboardFocusManager.java . : ChangeLog Log message: 2006-07-26 Roman Kennke * java/awt/KeyboardFocusManager.java (getGlobalFocusOwner): Explicitly check for thread security. (getGlobalPermanentFocusOwner): Explicitly check for thread security. (getGlobalFocusedWindow): Explicitly check for thread security. (getGlobalActiveWindow): Explicitly check for thread security. (getGlobalCurrentFocusCycleRoot): Explicitly check for thread security. (getGlobalObject): Added new argument for specifying if a security check should be performed or not. (setGlobalObject): Don't check for thread security when calling getGlobalObject. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/KeyboardFocusManager.java?cvsroot=classpath&r1=1.19&r2=1.20 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8241&r2=1.8242 From MAILER-DAEMON Wed Jul 26 17:16:56 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5qkS-0000yo-OR for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 17:16:56 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5qkQ-0000yV-L9 for commit-classpath@gnu.org; Wed, 26 Jul 2006 17:16:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5qkP-0000yJ-8H for commit-classpath@gnu.org; Wed, 26 Jul 2006 17:16:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5qkP-0000yG-3O for commit-classpath@gnu.org; Wed, 26 Jul 2006 17:16:53 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5qm1-00020D-Ge for commit-classpath@gnu.org; Wed, 26 Jul 2006 17:18:33 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5qkO-00009F-00 for ; Wed, 26 Jul 2006 17:16:52 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G5qkN-00009C-Rz for commit-classpath@gnu.org; Wed, 26 Jul 2006 21:16:52 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Wed, 26 Jul 2006 21:16:51 +0000 Subject: [commit-cp] classpath/javax/swing RepaintManager.java Chang... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 21:16:55 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/26 21:16:51 Modified files: javax/swing : RepaintManager.java . : ChangeLog Log message: 2006-07-26 Roman Kennke * javax/swing/RepaintManager.java (markCompletelyDirty): Add dirty region with Integer.MAX_VALUE for the component. (isCompletelyDirty): Consider a component completely dirty when it has a dirty region with Integer.MAX_VALUE. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/RepaintManager.java?cvsroot=classpath&r1=1.42&r2=1.43 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8242&r2=1.8243 From MAILER-DAEMON Wed Jul 26 18:12:26 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5rcA-0000Wt-FI for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 18:12:26 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5rc8-0000VL-OC for commit-classpath@gnu.org; Wed, 26 Jul 2006 18:12:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5rc7-0000UZ-Fv for commit-classpath@gnu.org; Wed, 26 Jul 2006 18:12:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5rc7-0000UL-8G for commit-classpath@gnu.org; Wed, 26 Jul 2006 18:12:23 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5rdk-0007cX-4K for commit-classpath@gnu.org; Wed, 26 Jul 2006 18:14:04 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5rc6-0002Jd-00 for ; Wed, 26 Jul 2006 18:12:22 -0400 Received: from andreast by savannah.gnu.org with local (Exim 4.50) id 1G5rc6-0002JZ-1z for commit-classpath@gnu.org; Wed, 26 Jul 2006 22:12:22 +0000 To: commit-classpath@gnu.org Message-Id: From: Andreas Tobler Date: Wed, 26 Jul 2006 22:12:22 +0000 Subject: [commit-cp] classpath ChangeLog native/jni/gtk-peer/gnu_jav... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jul 2006 22:12:25 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andreas Tobler 06/07/26 22:12:22 Modified files: . : ChangeLog native/jni/gtk-peer: gnu_java_awt_peer_gtk_CairoGraphics2D.c Log message: 2006-07-27 Andreas Tobler * native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoSetMatrix): Remove g_assert from unused obj. (Java_gnu_java_awt_peer_gtk_CairoGraphics2D_cairoDrawGlyphVector): Mark obj as unused and remove g_assert on it. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8243&r2=1.8244 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c?cvsroot=classpath&r1=1.12&r2=1.13 From MAILER-DAEMON Wed Jul 26 21:28:46 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G5ugA-0001tw-4c for mharc-commit-classpath@gnu.org; Wed, 26 Jul 2006 21:28:46 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G5ug8-0001tX-QK for commit-classpath@gnu.org; Wed, 26 Jul 2006 21:28:44 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G5ug7-0001t3-Vz for commit-classpath@gnu.org; Wed, 26 Jul 2006 21:28:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G5ug7-0001sx-S4 for commit-classpath@gnu.org; Wed, 26 Jul 2006 21:28:43 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G5uhm-0005fU-Ku for commit-classpath@gnu.org; Wed, 26 Jul 2006 21:30:26 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G5ug6-0000Sv-00 for ; Wed, 26 Jul 2006 21:28:42 -0400 Received: from rschuster by savannah.gnu.org with local (Exim 4.50) id 1G5ug6-0000Ss-9Q for commit-classpath@gnu.org; Thu, 27 Jul 2006 01:28:42 +0000 To: commit-classpath@gnu.org Message-Id: From: Robert Schuster Date: Thu, 27 Jul 2006 01:28:42 +0000 Subject: [commit-cp] classpath/javax/swing/plaf basic/BasicTabbedPan... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 01:28:45 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Robert Schuster 06/07/27 01:28:42 Modified files: javax/swing/plaf/basic: BasicTabbedPaneUI.java javax/swing/plaf/metal: MetalTabbedPaneUI.java . : ChangeLog Log message: 2006-07-27 Robert Schuster * javax/swing/plaf/basic/BasicTabbedPaneUI.java: Fixed copyright and authorship. (NavigateAction): New inner class. (NavigatePageDownAction): New inner class. (NavigatePageUpAction): New inner class. (RequestFocusAction): New inner class. (RequestFocusForVisibleComponentAction): New inner class. (FocusHandler.focusGained): Implemented. (FocusHandler.focusLost): Implemented. (MouseHandler.mouseReleased): Implemented. (MouseHandler.mousePressed): Rewritten. (PropertyChangeHandler.propertyChange): Reset currentScrollOffset and currentScrollLocation to 0. (TabbedPaneLayout.calculateSize): Stored tab count in local variable, removed local variables, fixed indentation to stay under 80 column limit. (TabbedPaneLayout.calculateTabRects): Decrease tab area position by one, set selectedIndex to 0 if its negative, corrected start values for normalization, suppressed padding when only one tab run, (TabbedPaneLayout.minimumLayoutSize): Toggled argument value. (TabbedPaneLayout.normalizeTabRuns): Fixed indentation to stay under 80 column limit, corrected the starting value for the bounds fixing phase. (TabbedPaneLayout.preferredTabAreaWidth): Fixed indentation. (TabbedPaneLayout.rotateTabInRuns): Corrected comparison value for selectedRun, set start index for loop to 0. (TabbedPaneScrollLayout.preferredLayoutSize): Toggled argument value. (TabbedPaneScrollLayout.calculateTabRects): Rewritten. (TabbedPaneScrollLayout.layoutContainer): Added scrolling button alignment and visibility handling. (TabSelectionHandler.stateChanged): Do revalidation only in wrap tab layout mode. (ScrollingPanel.ScrollingPanelUI.paint): Rewritten. (currentScrollOffset): New field. (tabRuns): Rewritten documentation. (selectedColor): New field. (tempTextRect): New field. (tempIconRect): New field. (scrollTab): New method. (updateButtons): New method. (updateViewPosition): New method. (createLayoutManager): Reordered method calls, predefine new fields, register proper listeners. (uninstallComponents): Implemented. (installDefaults): Corrected property names, fixed indentation,. (uninstallDefaults): Set new fields to null. (uninstallListeners): Remove listeners from components neccessary for scrolling tab layout. (installKeyboardActions): Implemented. (uninstallKeyboardActions): Implemented. (paint): Paint tab area background. (paintTabArea): Fixed indentation, removed usage of local Rectangle objects. (getTabLabelShiftX): Rewritten. (getTabLabelShiftY): Rewritten. (paintFocusIndicator): Reindented. (paintTabBorder): Rewritten. (paintTabBackground): Corrected color usage, rewritten background rectangle painting. (paintContentBorderTopEdge): Rewritten. (paintContentBorderBottomEdge): Rewritten. (paintContentBorderLeftEdge): Rewritten. (paintContentBorderRightEdge): Rewritten. (tabForCoordinate): Return selected index when no tab could be found, removed FIXME note. (getRunForTab): Changed return value for first if-statement. (navigateSelectedTab): Fixed last argument for both getTabRunOffset() calls. (selectedNextTabInRun): Added scrolling code. (selectedPreviousTabInRun): Added scrolling code. (selectedNextTab): Added scrolling code. (selectedPreviousTab): Added scrolling code. (selectAdjacentRunTab): Added scrolling code. (getTextViewForTab): Added FIXME note. (calculateTabHeight): Changed FIXME note. (getTabRunOffset): Fixed indentation. (getNextTabIndexInRun): Corrected return value. (rotateInsets): Make TOP case the default in switch-statement. (getActionMap): New method. (createActionMap): New method. * javax/swing/plaf/metal/MetalTabbedPaneUI.java: (createLayoutManager): Rewritten. (paintLeftTabBorder): Do not paint left line when previous tab is selected but current tab is the first in its run, do not paint left line when current tab is selected and is first in its run. (paintRightTabBorder): Added missing setColor() call, fixed color usage, do not paint right line if previous tab is selected but current tab is the first in its run. (paintBottomTabBorder): Do not paint left line if tab is selected and is the first tab in the last run. (paintFocusIndicator): New method. (getLabelShiftX): New method. (getLabelShiftY): New method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTabbedPaneUI.java?cvsroot=classpath&r1=1.49&r2=1.50 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalTabbedPaneUI.java?cvsroot=classpath&r1=1.20&r2=1.21 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8244&r2=1.8245 From MAILER-DAEMON Thu Jul 27 10:29:35 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G66rm-0002ys-Tg for mharc-commit-classpath@gnu.org; Thu, 27 Jul 2006 10:29:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G66rl-0002xc-Ic for commit-classpath@gnu.org; Thu, 27 Jul 2006 10:29:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G66rk-0002wL-1z for commit-classpath@gnu.org; Thu, 27 Jul 2006 10:29:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G66rj-0002wE-Uh for commit-classpath@gnu.org; Thu, 27 Jul 2006 10:29:31 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G66tW-0004XP-AD for commit-classpath@gnu.org; Thu, 27 Jul 2006 10:31:22 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G66rh-00082O-00 for ; Thu, 27 Jul 2006 10:29:29 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G66rh-00082L-53 for commit-classpath@gnu.org; Thu, 27 Jul 2006 14:29:29 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Thu, 27 Jul 2006 14:29:29 +0000 Subject: [commit-cp] classpath/java/awt Component.java Container.jav... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 14:29:34 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/27 14:29:29 Modified files: java/awt : Component.java Container.java . : ChangeLog Log message: 2006-07-27 Roman Kennke * java/awt/Component.java (reshape): Invalidate the component itself only when the size has changed. Invalidate the parent always. Fixed repainting. Pulled out the notification into notifyReshape(). (notifyReshape): New helper method. Notify interested listeners about a reshape. (update): Simply call paint() without clearing the background. This is done in Container.update() if appropriate. (repaint): Delagate the repaint to the nearest heavyweight parent (for lightweights) and send an UPDATE event, rather than calling ComponentPeer.repaint(). * java/awt/Container.java (backCleared): Removed field. (paint): Removed handling of backCleared flag. (update): Only paint if the container is actually showing. Removed handling of backCleared flag. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.138&r2=1.139 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Container.java?cvsroot=classpath&r1=1.101&r2=1.102 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8245&r2=1.8246 From MAILER-DAEMON Thu Jul 27 10:37:52 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G66zo-0005vI-3I for mharc-commit-classpath@gnu.org; Thu, 27 Jul 2006 10:37:52 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G66zm-0005sK-FV for commit-classpath@gnu.org; Thu, 27 Jul 2006 10:37:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G66zm-0005qx-0N for commit-classpath@gnu.org; Thu, 27 Jul 2006 10:37:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G66zl-0005qi-U7 for commit-classpath@gnu.org; Thu, 27 Jul 2006 10:37:49 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G671Y-0005UE-BJ for commit-classpath@gnu.org; Thu, 27 Jul 2006 10:39:40 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G66zl-0000Gq-00 for ; Thu, 27 Jul 2006 10:37:49 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G66zj-0000Gg-Uy for commit-classpath@gnu.org; Thu, 27 Jul 2006 14:37:48 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Thu, 27 Jul 2006 14:37:47 +0000 Subject: [commit-cp] classpath/javax/swing/text SimpleAttributeSet.j... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 14:37:50 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/27 14:37:47 Modified files: javax/swing/text: SimpleAttributeSet.java . : ChangeLog Added files: javax/swing/text: EmptyAttributeSet.java Log message: 2006-07-27 Roman Kennke * javax/swing/text/SimpleAttributeSet.java (EMPTY): Use EmptyAttributeSet for this field rather than SimpleAttributeSet. * javax/swing/text/EmptyAttributeSet.java: New class. Implements an empty and immutable AttributeSet. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/SimpleAttributeSet.java?cvsroot=classpath&r1=1.14&r2=1.15 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/EmptyAttributeSet.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8246&r2=1.8247 From MAILER-DAEMON Thu Jul 27 10:45:49 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G677V-0002Qp-82 for mharc-commit-classpath@gnu.org; Thu, 27 Jul 2006 10:45:49 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G677U-0002Pc-0U for commit-classpath@gnu.org; Thu, 27 Jul 2006 10:45:48 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G677T-0002Og-6U for commit-classpath@gnu.org; Thu, 27 Jul 2006 10:45:47 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G677T-0002OW-0E for commit-classpath@gnu.org; Thu, 27 Jul 2006 10:45:47 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G679F-0006XA-E7 for commit-classpath@gnu.org; Thu, 27 Jul 2006 10:47:37 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G677L-00019d-00 for ; Thu, 27 Jul 2006 10:45:39 -0400 Received: from kgallowa by savannah.gnu.org with local (Exim 4.50) id 1G677K-00019a-AB for commit-classpath@gnu.org; Thu, 27 Jul 2006 14:45:39 +0000 To: commit-classpath@gnu.org Message-Id: From: Kyle Galloway Date: Thu, 27 Jul 2006 14:45:38 +0000 Subject: [commit-cp] classpath/gnu/classpath/jdwp util/Location.java... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 14:45:48 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Kyle Galloway 06/07/27 14:45:38 Modified files: gnu/classpath/jdwp/util: Location.java . : ChangeLog gnu/classpath/jdwp/event: ExceptionEvent.java Log message: 2006-07-18 Kyle Galloway * gnu/classpath/jdwp/event/ExceptionEvent.java: Added _klass field to hold defining class. (getParameter): Returns _klass field instead of determining class from _instance. (setCatchLoc): New method. (writeData): Now assumes Location deals with empty locations instead of using null. * gnu/classpath/jdwp/util/Location.java (write): Check for empty locations and write out accordingly. (getEmptyLocation): New method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/util/Location.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8247&r2=1.8248 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/ExceptionEvent.java?cvsroot=classpath&r1=1.2&r2=1.3 From MAILER-DAEMON Thu Jul 27 11:39:48 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G67xk-0007P2-7M for mharc-commit-classpath@gnu.org; Thu, 27 Jul 2006 11:39:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G67xi-0007OK-Hg for commit-classpath@gnu.org; Thu, 27 Jul 2006 11:39:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G67xg-0007NY-Uj for commit-classpath@gnu.org; Thu, 27 Jul 2006 11:39:46 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G67xg-0007NV-RG for commit-classpath@gnu.org; Thu, 27 Jul 2006 11:39:44 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G67zT-0004UW-2M for commit-classpath@gnu.org; Thu, 27 Jul 2006 11:41:35 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G67xf-0006t8-00 for ; Thu, 27 Jul 2006 11:39:43 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G67xe-0006st-2V for commit-classpath@gnu.org; Thu, 27 Jul 2006 15:39:43 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Thu, 27 Jul 2006 15:39:42 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/text/AbstractDo... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 15:39:46 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/27 15:39:42 Modified files: . : ChangeLog javax/swing/text: AbstractDocument.java GapContent.java Log message: 2006-07-27 Roman Kennke * javax/swing/text/AbstractDocument.java (documentCV): Made field private. (bypass): Made field private. (bidiRoot): New field. (AbstractDocument): Initialize bidiRoot. (getBidiRootElement): Return bidiRoot. (getRootElements): Adjusted to also return the bidiRoot element. (BranchElement.startOffset): Removed unneeded field. (BranchElement.endOffset): Removed unneeded field. (BranchElement.BranchElement): Removed unneeded fields. (BranchElement.getEndOffset): Don't explicitly throw NPE here. This is done automatically when there's no element left in the array. (BranchElement.getStartOffset): Likewise. (BranchElement.replace): Reordered calculations to avoid double calculations. (removeImpl): Silently ignore requests with length <= 0. * javax/swing/text/GapContent.java (createPosition): Removed explicit check for correct offset. This class can deal with offsets outside the document. (shiftEnd): Update all positions, even those outside the document. (adjustPositionsInRange): Fixed to also adjust positions outside the document boundary. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8248&r2=1.8249 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/AbstractDocument.java?cvsroot=classpath&r1=1.59&r2=1.60 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/GapContent.java?cvsroot=classpath&r1=1.53&r2=1.54 From MAILER-DAEMON Thu Jul 27 11:58:29 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G68Fp-0005tY-DB for mharc-commit-classpath@gnu.org; Thu, 27 Jul 2006 11:58:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G68Fo-0005tO-7f for commit-classpath@gnu.org; Thu, 27 Jul 2006 11:58:28 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G68Fm-0005t9-QI for commit-classpath@gnu.org; Thu, 27 Jul 2006 11:58:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G68Fm-0005t5-N0 for commit-classpath@gnu.org; Thu, 27 Jul 2006 11:58:26 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G68HZ-0005sh-Qj for commit-classpath@gnu.org; Thu, 27 Jul 2006 12:00:17 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G68Fm-0007Kj-00 for ; Thu, 27 Jul 2006 11:58:26 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1G68Fl-0007Kg-CW for commit-classpath@gnu.org; Thu, 27 Jul 2006 15:58:26 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Thu, 27 Jul 2006 15:58:25 +0000 Subject: [commit-cp] classpath ChangeLog java/net/URLStreamHandler.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 15:58:28 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tom Tromey 06/07/27 15:58:25 Modified files: . : ChangeLog java/net : URLStreamHandler.java Log message: PR classpath/28486: * java/net/URLStreamHandler.java (equals): Properly handle default port. Rewrote javadoc. Don't compare 'authority' parts of URLs. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8249&r2=1.8250 http://cvs.savannah.gnu.org/viewcvs/classpath/java/net/URLStreamHandler.java?cvsroot=classpath&r1=1.36&r2=1.37 From MAILER-DAEMON Thu Jul 27 16:59:48 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6CxP-0006IL-UV for mharc-commit-classpath@gnu.org; Thu, 27 Jul 2006 16:59:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6CxO-0006Ft-6d for commit-classpath@gnu.org; Thu, 27 Jul 2006 16:59:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6CxM-0006EC-RA for commit-classpath@gnu.org; Thu, 27 Jul 2006 16:59:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6CxM-0006E0-Mn for commit-classpath@gnu.org; Thu, 27 Jul 2006 16:59:44 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6CzC-0001fE-NO for commit-classpath@gnu.org; Thu, 27 Jul 2006 17:01:38 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6CxM-0000sz-00 for ; Thu, 27 Jul 2006 16:59:44 -0400 Received: from fkung by savannah.gnu.org with local (Exim 4.50) id 1G6CxK-0000sw-OB for commit-classpath@gnu.org; Thu, 27 Jul 2006 20:59:43 +0000 To: commit-classpath@gnu.org Message-Id: From: Francis Kung Date: Thu, 27 Jul 2006 20:59:42 +0000 Subject: [commit-cp] classpath java/awt/BasicStroke.java gnu/java/aw... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Jul 2006 20:59:46 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Francis Kung 06/07/27 20:59:42 Modified files: java/awt : BasicStroke.java gnu/java/awt/java2d: QuadSegment.java Segment.java LineSegment.java CubicSegment.java gnu/java/awt/peer/gtk: CairoGraphics2D.java . : ChangeLog Log message: 2006-07-27 Francis Kung * gnu/java/awt/java2d/CubicSegment.java: Added import. (cp1): Renamed from first(). (c2): Renamed from last(). (first): Renamed to cp1(). (getDisplacedSegments): Implemented. (last): Renamed to cp2(). * gnu/java/awt/java2d/LineSegment.java (cp1): Renamed from first(). (c2): Renamed from last(). (first): Renamed to cp1(). (last): Renamed to cp2(). * gnu/java/awt/java2d/QuadSegment.java (cp1): Renamed from first(). (c2): Renamed from last(). (first): Renamed to cp1(). (last): Renamed to cp2(). * gnu/java/awt/java2d/Segment.java: Added comments. (first): New field. (Segment): Keep track of first element in list. (add): Update first & last element variables. (cp1): Renamed from first(). (c2): Renamed from last(). (first()): Renamed to cp1() to reduce ambiguity. (last()): Renamed to cp2() to reduce ambiguity. (reverseAll): Update first element variable.. * gnu/java/awt/peer/gtk/CairoGraphics2D.java (draw): Remove flattening path iterator. * java/awt/BasicStroke.java: Clarified comments. (addSegments): Refactored some code into joinSegments and joinInnerSegments. (capEnd): Rename of Segment.first() and Segment.end(). (joinInnerSegments): New method. (joinOuterSegments): New method. (joinSegments): Refactored some code into joinOuterSegments. (solidStroke): Connect segments together properly. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/BasicStroke.java?cvsroot=classpath&r1=1.14&r2=1.15 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/QuadSegment.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/Segment.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/LineSegment.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/CubicSegment.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java?cvsroot=classpath&r1=1.34&r2=1.35 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8250&r2=1.8251 From MAILER-DAEMON Fri Jul 28 04:37:34 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6Nqg-0004kr-Ai for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 04:37:34 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6Nqd-0004kh-Ey for commit-classpath@gnu.org; Fri, 28 Jul 2006 04:37:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6Nqc-0004kV-RC for commit-classpath@gnu.org; Fri, 28 Jul 2006 04:37:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6Nqc-0004kS-Gg for commit-classpath@gnu.org; Fri, 28 Jul 2006 04:37:30 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6NsZ-000215-D1 for commit-classpath@gnu.org; Fri, 28 Jul 2006 04:39:31 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6Nqb-00006k-00 for ; Fri, 28 Jul 2006 04:37:29 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G6Nqa-00006h-A8 for commit-classpath@gnu.org; Fri, 28 Jul 2006 08:37:29 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Fri, 28 Jul 2006 08:37:28 +0000 Subject: [commit-cp] classpath ChangeLog java/math/BigDecimal.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 08:37:31 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/28 08:37:28 Modified files: . : ChangeLog java/math : BigDecimal.java Log message: 2006-07-27 Sven de Marothy * java/math/BigDecimal.java Adjust copyright date. (divide(BigDecimal): Implement. (precision): Reimplement. (numDigitsInBigInteger, numDigitsInLong): Removed. (toString): Get exponent from string length, fix negative values with exponential form. (toEngineeringString): Same as for toString. (setScale): Throw ArithmeticException if scale < 0. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8251&r2=1.8252 http://cvs.savannah.gnu.org/viewcvs/classpath/java/math/BigDecimal.java?cvsroot=classpath&r1=1.23&r2=1.24 From MAILER-DAEMON Fri Jul 28 06:07:45 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6PFx-0005T1-Of for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 06:07:45 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6PFv-0005Qd-Su for commit-classpath@gnu.org; Fri, 28 Jul 2006 06:07:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6PFt-0005PY-Sk for commit-classpath@gnu.org; Fri, 28 Jul 2006 06:07:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6PFt-0005PU-Ok for commit-classpath@gnu.org; Fri, 28 Jul 2006 06:07:41 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6PHr-0001Yc-6i for commit-classpath@gnu.org; Fri, 28 Jul 2006 06:09:43 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6PFs-0002fh-00 for ; Fri, 28 Jul 2006 06:07:40 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G6PFr-0002fe-R5 for commit-classpath@gnu.org; Fri, 28 Jul 2006 10:07:40 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Fri, 28 Jul 2006 10:07:39 +0000 Subject: [commit-cp] classpath gnu/java/awt/peer/GLightweightPeer.ja... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 10:07:44 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/28 10:07:39 Modified files: gnu/java/awt/peer: GLightweightPeer.java . : ChangeLog java/awt : Component.java Container.java Toolkit.java Log message: 2006-07-27 Roman Kennke * java/awt/Component.java (getToolkit): Search for heavyweight parent and query the heavyweight's peer. (checkImage(Image,int,int,ImageObserver)): Likewise. (checkImage(ImageProducer)): Likewise. (createImage(int,int)): Likewise. (createVolatileImage(int,int)): Likewise. (createVolatileImage(int,int,ImageCapabilities)): Likewise. (getFontMetrics): Likewise. (getGraphics): Likewise. (getLocationOnScreen): Likewise. (prepareImage): Likewise. (setCursor): Likewise. (repaint): Added null check. (addNotify): Send hierarchy event. (removeNotify): Send hierarchy event. (disableEvents): Update hierarchy listener counters. (enableEvents): Update hierarchy listener counters. (isHierarchyVisible): New helper method. (notifyReshape): Do Container specific handling in Container. * java/awt/Container.java (insets): For lightweights, return (0,0,0,0). * java/awt/Toolkit.java (lightweightPeer): New static field. (createComponent): Return shared instance of GLightweightPeer. (notifyReshape): Override Component method to add some handling that is specific for Container. (removeAll): Also send hierarchy and container events here. Update the hierarchy listener counters. * gnu/java/awt/peer/GLightweightPeer.java: Made all methods stubs and added comment. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/GLightweightPeer.java?cvsroot=classpath&r1=1.9&r2=1.10 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8252&r2=1.8253 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.139&r2=1.140 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Container.java?cvsroot=classpath&r1=1.102&r2=1.103 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Toolkit.java?cvsroot=classpath&r1=1.43&r2=1.44 From MAILER-DAEMON Fri Jul 28 11:18:13 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6U6O-00084u-Tw for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 11:18:13 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6U6N-000835-AG for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:18:11 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6U6L-000817-Ov for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:18:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6U6L-000810-Il for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:18:09 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6U8M-0006IT-D2 for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:20:14 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6U6K-0005fw-00 for ; Fri, 28 Jul 2006 11:18:08 -0400 Received: from abalkiss by savannah.gnu.org with local (Exim 4.50) id 1G6U6J-0005ft-4M for commit-classpath@gnu.org; Fri, 28 Jul 2006 15:18:08 +0000 To: commit-classpath@gnu.org Message-Id: From: Anthony Balkissoon Date: Fri, 28 Jul 2006 15:18:07 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/List.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 15:18:11 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Anthony Balkissoon 06/07/28 15:18:06 Modified files: . : ChangeLog java/awt : List.java Log message: 2006-07-28 Anthony Balkissoon * java/awt/List.java: Committed following patch from Tania. Initialized private variable visibleIndex to -1. (addItem(String, int)): If string is null, set to empty string. If int < -1, set to -1. (delItem): If the item to be deleted was selected, select the next item in the list. (delItems): Checks are not necessary and all indices in selected should be deleted. (select): Update selected. (deselect): Update selected. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8253&r2=1.8254 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/List.java?cvsroot=classpath&r1=1.28&r2=1.29 From MAILER-DAEMON Fri Jul 28 11:22:27 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6UAV-000405-EU for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 11:22:27 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6UAU-000400-WF for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:22:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6UAT-0003zg-0y for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:22:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6UAS-0003zd-Th for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:22:24 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6UCT-0006fZ-NH for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:24:29 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6UAS-0005mV-00 for ; Fri, 28 Jul 2006 11:22:24 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1G6UAS-0005mS-Bo for commit-classpath@gnu.org; Fri, 28 Jul 2006 15:22:24 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Fri, 28 Jul 2006 15:22:24 +0000 Subject: [commit-cp] classpath/tools/gnu/classpath/tools/javah X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 15:22:27 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tom Tromey 06/07/28 15:22:24 New directory: tools/gnu/classpath/tools/javah CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/?cvsroot=classpath From MAILER-DAEMON Fri Jul 28 11:22:35 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6UAd-00042N-Ls for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 11:22:35 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6UAb-00042I-Nt for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:22:33 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6UAa-000426-8j for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:22:32 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6UAa-000423-4T for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:22:32 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6UCb-0006gp-1T for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:24:37 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6UAZ-0005mz-00 for ; Fri, 28 Jul 2006 11:22:31 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1G6UAX-0005mw-Pp for commit-classpath@gnu.org; Fri, 28 Jul 2006 15:22:31 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Fri, 28 Jul 2006 15:22:29 +0000 Subject: [commit-cp] classpath/tools Makefile.am .cvsignore .classpa... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 15:22:34 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tom Tromey 06/07/28 15:22:29 Modified files: tools : Makefile.am .cvsignore . : .classpath ChangeLog configure.ac NEWS Added files: tools/gnu/classpath/tools/javah: JniHelper.java PathOptionGroup.java MethodHelper.java Printer.java JniIncludePrinter.java CniStubPrinter.java Main.java CniPrintStream.java Keywords.java FieldHelper.java CniIncludePrinter.java ClassWrapper.java Text.java PackageWrapper.java JniPrintStream.java JniStubPrinter.java tools : gjavah.in Log message: * NEWS: Updated. * .classpath: Updated. * tools/.cvsignore: Added gjavah. * tools/Makefile.am ($(TOOLS_ZIP)): Only build javah if ASM is available. (GLIBJ_CLASSPATH): Add asm jar. (javah): New macro. (bin_PROGRAMS, bin_SCRIPTS): Added $(javah). (gjavah_SOURCES, gjavah_CFLAGS, gjavah_LDFLAGS): new macros. * tools/gjavah.in: New file. * configure.ac: Added --with-asm option. * tools/gnu/classpath/tools/javah/ClassWrapper.java: New file. * tools/gnu/classpath/tools/javah/CniIncludePrinter.java: Likewise. * tools/gnu/classpath/tools/javah/CniPrintStream.java: Likewise. * tools/gnu/classpath/tools/javah/CniStubPrinter.java: Likewise. * tools/gnu/classpath/tools/javah/FieldHelper.java: Likewise. * tools/gnu/classpath/tools/javah/JniHelper.java: Likewise. * tools/gnu/classpath/tools/javah/JniIncludePrinter.java: Likewise. * tools/gnu/classpath/tools/javah/JniStubPrinter.java: Likewise. * tools/gnu/classpath/tools/javah/Keywords.java: Likewise. * tools/gnu/classpath/tools/javah/Main.java: Likewise. * tools/gnu/classpath/tools/javah/MethodHelper.java: Likewise. * tools/gnu/classpath/tools/javah/PackageWrapper.java: Likewise. * tools/gnu/classpath/tools/javah/PathOptionGroup.java: Likewise. * tools/gnu/classpath/tools/javah/Printer.java: Likewise. * tools/gnu/classpath/tools/javah/Text.java: Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/JniHelper.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/PathOptionGroup.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/MethodHelper.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/Printer.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/JniIncludePrinter.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/CniStubPrinter.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/Main.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/CniPrintStream.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/Keywords.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/FieldHelper.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/CniIncludePrinter.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/ClassWrapper.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/Text.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/PackageWrapper.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/JniPrintStream.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/javah/JniStubPrinter.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/Makefile.am?cvsroot=classpath&r1=1.20&r2=1.21 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/.cvsignore?cvsroot=classpath&r1=1.10&r2=1.11 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gjavah.in?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/.classpath?cvsroot=classpath&r1=1.15&r2=1.16 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8254&r2=1.8255 http://cvs.savannah.gnu.org/viewcvs/classpath/configure.ac?cvsroot=classpath&r1=1.171&r2=1.172 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&r1=1.159&r2=1.160 From MAILER-DAEMON Fri Jul 28 11:52:18 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6UdO-0005QS-2h for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 11:52:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6UdL-0005Q1-Ns for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:52:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6UdK-0005PX-AU for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:52:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6UdK-0005PN-5e for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:52:14 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6UfL-0001g9-6I for commit-classpath@gnu.org; Fri, 28 Jul 2006 11:54:19 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6UdE-0007Z1-00 for ; Fri, 28 Jul 2006 11:52:08 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1G6UdC-0007Yy-O2 for commit-classpath@gnu.org; Fri, 28 Jul 2006 15:52:08 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Fri, 28 Jul 2006 15:52:06 +0000 Subject: [commit-cp] classpath ChangeLog native/jni/gtk-peer/GtkDrag... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 15:52:16 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/28 15:52:06 Modified files: . : ChangeLog native/jni/gtk-peer: GtkDragSourceContextPeer.c java/awt/dnd : DragSource.java DragGestureRecognizer.java java/awt : Component.java include : GtkDragSourceContextPeer.h gnu/java/awt/dnd/peer/gtk: GtkDropTargetContextPeer.java GtkDragSourceContextPeer.java Removed files: gnu/java/awt/dnd/peer/gtk: GtkDropTargetPeer.java Log message: 2006-07-28 Lillian Angel * native/jni/gtk-peer/GtkDragSourceContextPeer.c: Added more static functions to handle widget signals. (create): Initialized the javaObj field. (connectSignals): Added code to connect all signals to the appropriate functions and initialized all java function fields. (drag_begin_cb): New callback, not implemented. (drag_motion_cb): Likewise. (drag_data_get_cb): Likewise. (drag_data_delete_cb): Likewise. (drag_drop_cb): Likewise. (drag_end_cb): Likewise. (drag_data_received_cb): Likewise. (setTarget): New function. (nativeStartDrag): Added code to set the destination and source widgets. * java/awt/dnd/DragSource.java (startDrag): Removed FIXME. * java/awt/dnd/DragGestureRecognizer.java (fireDragGestureRecognized): Reset recognizer when events are fired. * java/awt/Component.java (setDropTarget): Added code to create the DropTargetContextPeer. * include/GtkDragSourceContextPeer.h: Regenerated. * gnu/java/awt/dnd/peer/gtk/GtkDropTargetPeer.java: Removed file. * gnu/java/awt/dnd/peer/gtk/GtkDropTargetContextPeer.java (GtkDropTargetContextPeer): Implemented. * gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java (GtkDragSourceContextPeer): Added code to set the target. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8255&r2=1.8256 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragSource.java?cvsroot=classpath&r1=1.11&r2=1.12 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/dnd/DragGestureRecognizer.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&r1=1.140&r2=1.141 http://cvs.savannah.gnu.org/viewcvs/classpath/include/GtkDragSourceContextPeer.h?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDropTargetContextPeer.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDropTargetPeer.java?cvsroot=classpath&r1=1.2&r2=0 From MAILER-DAEMON Fri Jul 28 12:43:17 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6VQj-0005Cp-Ix for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 12:43:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6VQi-0005Ck-57 for commit-classpath@gnu.org; Fri, 28 Jul 2006 12:43:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6VQg-0005CY-Qf for commit-classpath@gnu.org; Fri, 28 Jul 2006 12:43:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6VQg-0005CV-ND for commit-classpath@gnu.org; Fri, 28 Jul 2006 12:43:14 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6VSi-0006Uh-8Q for commit-classpath@gnu.org; Fri, 28 Jul 2006 12:45:20 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6VQg-0001IF-00 for ; Fri, 28 Jul 2006 12:43:14 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1G6VQd-0001IA-W2 for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:43:14 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Fri, 28 Jul 2006 16:43:11 +0000 Subject: [commit-cp] classpath ChangeLog native/jni/gtk-peer/GtkDrag... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 16:43:16 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/28 16:43:11 Modified files: . : ChangeLog native/jni/gtk-peer: GtkDragSourceContextPeer.c Log message: 2006-07-28 Lillian Angel * native/jni/gtk-peer/GtkDragSourceContextPeer.c: Added new static helper function. (Java_gnu_java_awt_dnd_peer_gtk_GtkDragSourceContextPeer_connectSignals): Moved code to connect signals to the helper function. (Java_gnu_java_awt_dnd_peer_gtk_GtkDragSourceContextPeer_create): Removed ptr field and changed to use global gref. (connect_signals_for_widget): Implemented new helper. (setTarget): Added call to connect_signals_for_widget. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8256&r2=1.8257 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c?cvsroot=classpath&r1=1.2&r2=1.3 From MAILER-DAEMON Fri Jul 28 12:48:04 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6VVM-0008R3-8z for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 12:48:04 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6VVL-0008Pc-4f for commit-classpath@gnu.org; Fri, 28 Jul 2006 12:48:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6VVK-0008Oq-Pl for commit-classpath@gnu.org; Fri, 28 Jul 2006 12:48:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6VVK-0008Om-CQ for commit-classpath@gnu.org; Fri, 28 Jul 2006 12:48:02 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6VXL-0006sh-Vy for commit-classpath@gnu.org; Fri, 28 Jul 2006 12:50:08 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6VVJ-0001NM-00 for ; Fri, 28 Jul 2006 12:48:01 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1G6VVI-0001ND-Eb for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:48:01 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Fri, 28 Jul 2006 16:48:00 +0000 Subject: [commit-cp] classpath ChangeLog native/jni/gtk-peer/GtkDrag... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 16:48:03 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/28 16:48:00 Modified files: . : ChangeLog native/jni/gtk-peer: GtkDragSourceContextPeer.c Log message: 2006-07-28 Lillian Angel * native/jni/gtk-peer/GtkDragSourceContextPeer.c: (Java_gnu_java_awt_dnd_peer_gtk_GtkDragSourceContextPeer_create): Fixed to use gref not ptr. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8257&r2=1.8258 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c?cvsroot=classpath&r1=1.3&r2=1.4 From MAILER-DAEMON Fri Jul 28 12:52:20 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6VZU-0003TO-5Y for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 12:52:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6VZS-0003O9-0o for commit-classpath@gnu.org; Fri, 28 Jul 2006 12:52:18 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6VZR-0003Lz-8P for commit-classpath@gnu.org; Fri, 28 Jul 2006 12:52:17 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6VZR-0003Lj-2C for commit-classpath@gnu.org; Fri, 28 Jul 2006 12:52:17 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6VbS-0007LU-Jk for commit-classpath@gnu.org; Fri, 28 Jul 2006 12:54:22 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6VZQ-0001RE-00 for ; Fri, 28 Jul 2006 12:52:16 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1G6VZO-0001RB-89 for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:52:16 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Fri, 28 Jul 2006 16:52:14 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/dnd/peer/gtk/G... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 16:52:18 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/28 16:52:14 Modified files: . : ChangeLog gnu/java/awt/dnd/peer/gtk: GtkDragSourceContextPeer.java Log message: 2006-07-28 Lillian Angel * gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java (GtkDragSourceContextPeer): Added check to avoid NPE. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8258&r2=1.8259 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/peer/gtk/GtkDragSourceContextPeer.java?cvsroot=classpath&r1=1.4&r2=1.5 From MAILER-DAEMON Fri Jul 28 14:48:42 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6XO6-0003Y9-Qr for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 14:48:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6XO6-0003Y4-3H for commit-classpath@gnu.org; Fri, 28 Jul 2006 14:48:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6XO3-0003Xs-Mw for commit-classpath@gnu.org; Fri, 28 Jul 2006 14:48:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6XO3-0003Xp-II for commit-classpath@gnu.org; Fri, 28 Jul 2006 14:48:39 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6XQ6-0007kB-AR for commit-classpath@gnu.org; Fri, 28 Jul 2006 14:50:46 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6XO2-0005xG-00 for ; Fri, 28 Jul 2006 14:48:38 -0400 Received: from mwringe by savannah.gnu.org with local (Exim 4.50) id 1G6XO1-0005xD-IO for commit-classpath@gnu.org; Fri, 28 Jul 2006 18:48:38 +0000 To: commit-classpath@gnu.org Message-Id: From: Matt Wringe Date: Fri, 28 Jul 2006 18:48:37 +0000 Subject: [commit-cp] classpath gnu/java/security/Engine.java java/se... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 18:48:42 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Matt Wringe 06/07/28 18:48:37 Modified files: gnu/java/security: Engine.java java/security : Provider.java . : ChangeLog Log message: * gnu/java/security/Engine.java (getInstance): Add case insentivity to algorithm names * java/security/Provider.java (put): Stop using canonical key naming (remove): Likewise (toCanonicalKey): Method removed (get): Method removed, no longer needs to overwrite parent implementation CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/Engine.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/security/Provider.java?cvsroot=classpath&r1=1.11&r2=1.12 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8259&r2=1.8260 From MAILER-DAEMON Fri Jul 28 15:23:53 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6Xw9-0003Lz-Hf for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 15:23:53 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6Xw6-0003IX-Uq for commit-classpath@gnu.org; Fri, 28 Jul 2006 15:23:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6Xw5-0003Hy-Ku for commit-classpath@gnu.org; Fri, 28 Jul 2006 15:23:50 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6Xw5-0003Hv-Es for commit-classpath@gnu.org; Fri, 28 Jul 2006 15:23:49 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6Xy8-0002mR-Gb for commit-classpath@gnu.org; Fri, 28 Jul 2006 15:25:56 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6Xw4-0006Li-00 for ; Fri, 28 Jul 2006 15:23:48 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G6Xw3-0006Lf-B1 for commit-classpath@gnu.org; Fri, 28 Jul 2006 19:23:48 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Fri, 28 Jul 2006 19:23:47 +0000 Subject: [commit-cp] classpath ChangeLog examples/gnu/classpath/exam... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 19:23:51 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Andrew John Hughes 06/07/28 19:23:47 Modified files: . : ChangeLog examples/gnu/classpath/examples/swing: Demo.java gnu/classpath/jdwp/event: ExceptionEvent.java gnu/classpath/jdwp/util: Location.java gnu/java/awt/dnd: GtkMouseDragGestureRecognizer.java gnu/java/awt/java2d: CubicSegment.java LineSegment.java QuadSegment.java Segment.java gnu/java/awt/peer/gtk: CairoGraphics2D.java GtkComponentPeer.java GtkToolkit.java GtkWindowPeer.java gnu/java/awt/peer/qt: QtCheckboxPeer.java QtComponentGraphics.java QtComponentPeer.java QtContainerPeer.java QtDialogPeer.java QtEmbeddedWindowPeer.java QtFontMetrics.java QtFontPeer.java QtGraphics.java QtGraphicsEnvironment.java QtImage.java QtImageConsumer.java QtImageDirectGraphics.java QtImageGraphics.java QtMenuBarPeer.java QtMenuItemPeer.java QtPopupMenuPeer.java QtScreenDeviceConfiguration.java QtScrollPanePeer.java QtToolkit.java QtVolatileImage.java gnu/java/util/regex: RE.java RETokenEnd.java RETokenStart.java include : gnu_java_awt_peer_gtk_GtkComponentPeer.h gnu_java_awt_peer_gtk_GtkWindowPeer.h java_lang_VMSystem.h java/awt : AWTEvent.java BasicStroke.java Component.java Container.java ContainerOrderFocusTraversalPolicy.java DefaultKeyboardFocusManager.java EventDispatchThread.java Font.java KeyboardFocusManager.java LightweightDispatcher.java Window.java java/awt/geom : GeneralPath.java java/awt/image : BandedSampleModel.java ColorConvertOp.java ColorModel.java java/awt/peer : ComponentPeer.java java/lang : StrictMath.java java/net : URLStreamHandler.java java/util : Vector.java java/util/regex: Pattern.java javax/management: MBeanInfo.java MBeanNotificationInfo.java javax/swing : JComboBox.java JComponent.java JOptionPane.java JPopupMenu.java JTabbedPane.java JTable.java RepaintManager.java SwingUtilities.java UIManager.java javax/swing/plaf/basic: BasicButtonListener.java BasicComboBoxUI.java BasicInternalFrameUI.java BasicLookAndFeel.java BasicMenuBarUI.java BasicOptionPaneUI.java BasicPopupMenuUI.java BasicTabbedPaneUI.java BasicTableUI.java BasicToolBarUI.java javax/swing/plaf/metal: MetalComboBoxButton.java MetalTabbedPaneUI.java MetalUtils.java javax/swing/text: AbstractDocument.java DefaultCaret.java GapContent.java Segment.java SimpleAttributeSet.java StringContent.java TabSet.java TabStop.java javax/swing/tree: TreePath.java native/jni/gtk-peer: gnu_java_awt_peer_gtk_CairoGraphics2D.c gnu_java_awt_peer_gtk_GtkComponentPeer.c gnu_java_awt_peer_gtk_GtkVolatileImage.c gnu_java_awt_peer_gtk_GtkWindowPeer.c native/jni/java-lang: java_lang_VMSystem.c vm/reference/java/lang: VMSystem.java Added files: javax/management: IntrospectionException.java MBeanAttributeInfo.java MBeanConstructorInfo.java MBeanOperationInfo.java MBeanParameterInfo.java NotCompliantMBeanException.java StandardMBean.java javax/swing/text: EmptyAttributeSet.java Log message: 2006-07-28 Andrew John Hughes * Merge HEAD --> generics-branch for 2006-07-23 to 0.92 branch point. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.287&r2=1.2386.2.288 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/swing/Demo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.21&r2=1.1.2.22 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/event/ExceptionEvent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/classpath/jdwp/util/Location.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/dnd/GtkMouseDragGestureRecognizer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.2&r2=1.1.4.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/CubicSegment.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/LineSegment.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/QuadSegment.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/java2d/Segment.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/CairoGraphics2D.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.19.2.5&r2=1.19.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkComponentPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.70.2.20&r2=1.70.2.21 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkToolkit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.54.2.19&r2=1.54.2.20 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkWindowPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.27.2.13&r2=1.27.2.14 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtCheckboxPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtComponentGraphics.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtComponentPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtContainerPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtDialogPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtEmbeddedWindowPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtFontMetrics.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtFontPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtGraphics.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=1.1.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtGraphicsEnvironment.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtImage.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtImageConsumer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtImageDirectGraphics.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtImageGraphics.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtMenuBarPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtMenuItemPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtPopupMenuPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtScreenDeviceConfiguration.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtScrollPanePeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtToolkit.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.6&r2=1.1.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/qt/QtVolatileImage.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RE.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenEnd.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/util/regex/RETokenStart.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkComponentPeer.h?cvsroot=classpath&only_with_tag=generics-branch&r1=1.14.2.7&r2=1.14.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkWindowPeer.h?cvsroot=classpath&only_with_tag=generics-branch&r1=1.11.2.7&r2=1.11.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/include/java_lang_VMSystem.h?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.3&r2=1.4.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/AWTEvent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.4&r2=1.12.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/BasicStroke.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.10&r2=1.4.2.11 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Component.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.38.2.34&r2=1.38.2.35 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Container.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.37.2.28&r2=1.37.2.29 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/ContainerOrderFocusTraversalPolicy.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.3&r2=1.6.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/DefaultKeyboardFocusManager.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.7&r2=1.6.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/EventDispatchThread.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.5&r2=1.4.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Font.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.18.2.11&r2=1.18.2.12 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/KeyboardFocusManager.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.9&r2=1.5.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/LightweightDispatcher.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.8&r2=1.2.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Window.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.35.2.22&r2=1.35.2.23 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/geom/GeneralPath.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.8&r2=1.7.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/BandedSampleModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.6&r2=1.2.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ColorConvertOp.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.3&r2=1.3.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/image/ColorModel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.19.2.8&r2=1.19.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/peer/ComponentPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.12.2.4&r2=1.12.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/StrictMath.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.5&r2=1.3.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/net/URLStreamHandler.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.30.2.5&r2=1.30.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/Vector.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.20.2.7&r2=1.20.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/regex/Pattern.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.8&r2=1.8.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanInfo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanNotificationInfo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/IntrospectionException.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanAttributeInfo.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanConstructorInfo.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.2.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanOperationInfo.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanParameterInfo.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/NotCompliantMBeanException.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/StandardMBean.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComboBox.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.15&r2=1.8.2.16 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComponent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.20.2.33&r2=1.20.2.34 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JOptionPane.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.11.2.9&r2=1.11.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JPopupMenu.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.8.2.13&r2=1.8.2.14 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTabbedPane.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.11.2.17&r2=1.11.2.18 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JTable.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.9.2.29&r2=1.9.2.30 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/RepaintManager.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.21&r2=1.6.2.22 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/SwingUtilities.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.15.2.23&r2=1.15.2.24 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/UIManager.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.15.2.16&r2=1.15.2.17 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicButtonListener.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.8&r2=1.4.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicComboBoxUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.16&r2=1.5.2.17 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicInternalFrameUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.16&r2=1.4.2.17 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicLookAndFeel.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.13.2.24&r2=1.13.2.25 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicMenuBarUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.8&r2=1.4.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicOptionPaneUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.10.2.12&r2=1.10.2.13 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicPopupMenuUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.10&r2=1.4.2.11 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTabbedPaneUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.10.2.17&r2=1.10.2.18 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicTableUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.21&r2=1.5.2.22 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/basic/BasicToolBarUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.15&r2=1.3.2.16 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalComboBoxButton.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.5&r2=1.1.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalTabbedPaneUI.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.4.2.8&r2=1.4.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/plaf/metal/MetalUtils.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.8&r2=1.2.2.9 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/AbstractDocument.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.9.2.21&r2=1.9.2.22 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/DefaultCaret.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.7.2.21&r2=1.7.2.22 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/GapContent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.21&r2=1.5.2.22 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/Segment.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.6&r2=1.5.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/SimpleAttributeSet.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.9&r2=1.5.2.10 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/StringContent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.6&r2=1.1.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/TabSet.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/TabStop.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/text/EmptyAttributeSet.java?cvsroot=classpath&only_with_tag=generics-branch&rev=1.1.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/tree/TreePath.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3.2.6&r2=1.3.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_CairoGraphics2D.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.9.2.3&r2=1.9.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.36.2.13&r2=1.36.2.14 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkVolatileImage.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.1&r2=1.5.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.31.2.17&r2=1.31.2.18 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/java-lang/java_lang_VMSystem.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.6.2.7&r2=1.6.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/vm/reference/java/lang/VMSystem.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.10.2.10&r2=1.10.2.11 From MAILER-DAEMON Fri Jul 28 15:50:15 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6YLf-0007Ei-Nj for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 15:50:15 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6YLe-0007DN-0m for commit-classpath@gnu.org; Fri, 28 Jul 2006 15:50:14 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6YLc-0007At-2O for commit-classpath@gnu.org; Fri, 28 Jul 2006 15:50:12 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6YLb-0007Ah-VK for commit-classpath@gnu.org; Fri, 28 Jul 2006 15:50:11 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6YNf-00064M-8X for commit-classpath@gnu.org; Fri, 28 Jul 2006 15:52:19 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6YLb-0007wQ-00 for ; Fri, 28 Jul 2006 15:50:11 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G6YLZ-0007wM-5i for commit-classpath@gnu.org; Fri, 28 Jul 2006 19:50:10 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Fri, 28 Jul 2006 19:50:09 +0000 Subject: [commit-cp] classpath/tools/gnu/classpath/tools/keytool Mai... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 19:50:14 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/28 19:50:09 Modified files: tools/gnu/classpath/tools/keytool: Main.java Command.java GenKeyCmd.java ImportCmd.java . : ChangeLog Log message: 2006-07-29 Raif S. Naffah * tools/gnu/classpath/tools/keytool/Command.java: Removed unused import. (getCallbackHandler): Fully qualify linked class in javadoc. * tools/gnu/classpath/tools/keytool/GenKeyCmd.java (cmdOptionsParser): Removed. * tools/gnu/classpath/tools/keytool/ImportCmd.java (imported): Likewise. * tools/gnu/classpath/tools/keytool/Main.java (printHelp): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/Main.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/Command.java?cvsroot=classpath&r1=1.8&r2=1.9 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/GenKeyCmd.java?cvsroot=classpath&r1=1.6&r2=1.7 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/gnu/classpath/tools/keytool/ImportCmd.java?cvsroot=classpath&r1=1.7&r2=1.8 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8260&r2=1.8261 From MAILER-DAEMON Fri Jul 28 16:09:59 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6Yel-0002iH-4T for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 16:09:59 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6Yei-0002fl-SS for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:09:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6Yeh-0002fZ-Ge for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:09:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6Yeh-0002fW-Bk for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:09:55 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6Ygl-000886-0D for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:12:03 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6Yeg-0008At-00 for ; Fri, 28 Jul 2006 16:09:54 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G6Yee-0008Aq-W5 for commit-classpath@gnu.org; Fri, 28 Jul 2006 20:09:54 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Fri, 28 Jul 2006 20:09:52 +0000 Subject: [commit-cp] classpath ChangeLog tools/Makefile.am X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 20:09:57 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/28 20:09:52 Modified files: . : ChangeLog tools : Makefile.am Log message: 2006-07-29 Raif S. Naffah * tools/Makefile.am: Added source 1.4 compliance option when ECJ is used. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8261&r2=1.8262 http://cvs.savannah.gnu.org/viewcvs/classpath/tools/Makefile.am?cvsroot=classpath&r1=1.21&r2=1.22 From MAILER-DAEMON Fri Jul 28 16:41:33 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6Z9J-0003ZB-DY for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 16:41:33 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6Z9H-0003Yc-N5 for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:41:31 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6Z9F-0003Xj-Qt for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:41:30 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6Z9F-0003Xc-JW for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:41:29 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6ZBJ-00027h-H3 for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:43:37 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6Z9D-0001NW-00 for ; Fri, 28 Jul 2006 16:41:27 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G6Z9B-0001NT-TP for commit-classpath@gnu.org; Fri, 28 Jul 2006 20:41:27 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Fri, 28 Jul 2006 20:41:25 +0000 Subject: [commit-cp] classpath ChangeLog configure.ac X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 20:41:32 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/28 20:41:25 Modified files: . : ChangeLog configure.ac Log message: * configure.ac: Set version to 0.93-pre. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8262&r2=1.8263 http://cvs.savannah.gnu.org/viewcvs/classpath/configure.ac?cvsroot=classpath&r1=1.172&r2=1.173 From MAILER-DAEMON Fri Jul 28 16:48:47 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6ZGJ-0000SZ-D8 for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 16:48:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6ZGH-0000SD-2B for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:48:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6ZGF-0000Rd-1n for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:48:43 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6ZGE-0000Ra-Te for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:48:42 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6ZII-0002fp-Rl for commit-classpath@gnu.org; Fri, 28 Jul 2006 16:50:50 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6ZGE-0001Su-00 for ; Fri, 28 Jul 2006 16:48:42 -0400 Received: from langel by savannah.gnu.org with local (Exim 4.50) id 1G6ZGD-0001Sr-RB for commit-classpath@gnu.org; Fri, 28 Jul 2006 20:48:42 +0000 To: commit-classpath@gnu.org Message-Id: From: Lillian Angel Date: Fri, 28 Jul 2006 20:48:41 +0000 Subject: [commit-cp] classpath ChangeLog native/jni/gtk-peer/GtkDrag... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 20:48:45 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Lillian Angel 06/07/28 20:48:41 Modified files: . : ChangeLog native/jni/gtk-peer: GtkDragSourceContextPeer.c Log message: 2006-07-28 Lillian Angel * native/jni/gtk-peer/GtkDragSourceContextPeer.c: Removed function declarations. (connect_signals_for_widget): Removed implementation because stub functions have been removed. (drag_begin_cb): Removed function. (drag_motion_cb): Likewise. (drag_data_get_cb): Likewise. (drag_data_delete_cb): Likewise. (drag_drop_cb): Likewise. (drag_end_cb): Likewise. (drag_data_received_cb): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8263&r2=1.8264 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/GtkDragSourceContextPeer.c?cvsroot=classpath&r1=1.4&r2=1.5 From MAILER-DAEMON Fri Jul 28 17:41:44 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6a5Y-0002nd-M5 for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 17:41:44 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6a5X-0002li-32 for commit-classpath@gnu.org; Fri, 28 Jul 2006 17:41:43 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6a5V-0002jm-Fh for commit-classpath@gnu.org; Fri, 28 Jul 2006 17:41:42 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6a5V-0002jS-8I for commit-classpath@gnu.org; Fri, 28 Jul 2006 17:41:41 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6a7Z-0006hm-N7 for commit-classpath@gnu.org; Fri, 28 Jul 2006 17:43:49 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6a5U-0003Mp-00 for ; Fri, 28 Jul 2006 17:41:40 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1G6a5S-0003Ml-Py for commit-classpath@gnu.org; Fri, 28 Jul 2006 21:41:40 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Fri, 28 Jul 2006 21:41:38 +0000 Subject: [commit-cp] classpath configure.ac ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 21:41:43 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tom Tromey 06/07/28 21:41:38 Modified files: . : configure.ac ChangeLog Log message: * configure.ac: Enable -Werror by default on Linux-with-gcc. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/configure.ac?cvsroot=classpath&r1=1.173&r2=1.174 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8264&r2=1.8265 From MAILER-DAEMON Fri Jul 28 19:37:22 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6btS-0004FS-Iq for mharc-commit-classpath@gnu.org; Fri, 28 Jul 2006 19:37:22 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6btQ-0004ER-JP for commit-classpath@gnu.org; Fri, 28 Jul 2006 19:37:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6btP-0004DK-Ra for commit-classpath@gnu.org; Fri, 28 Jul 2006 19:37:20 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6btP-0004D9-NF for commit-classpath@gnu.org; Fri, 28 Jul 2006 19:37:19 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6bvV-0007Xe-99 for commit-classpath@gnu.org; Fri, 28 Jul 2006 19:39:29 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6btJ-0006xC-00 for ; Fri, 28 Jul 2006 19:37:13 -0400 Received: from fitzsim by savannah.gnu.org with local (Exim 4.50) id 1G6btH-0006x9-RB for commit-classpath@gnu.org; Fri, 28 Jul 2006 23:37:13 +0000 To: commit-classpath@gnu.org Message-Id: From: Thomas Fitzsimmons Date: Fri, 28 Jul 2006 23:37:11 +0000 Subject: [commit-cp] classpath ChangeLog native/jawt/Makefile.am nat... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jul 2006 23:37:21 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Thomas Fitzsimmons 06/07/28 23:37:11 Modified files: . : ChangeLog native/jawt : Makefile.am native/jni/gtk-peer: Makefile.am native/jni/midi-alsa: Makefile.am native/jni/midi-dssi: Makefile.am Log message: 2006-07-28 Thomas Fitzsimmons * native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add -avoid-version. * native/jni/gtk-peer/Makefile.am (libgtkpeer_la_LDFLAGS): Likewise. * native/jni/midi-alsa/Makefile.am (libgjsmalsa_la_LDFLAGS): Likewise. * native/jni/midi-dssi/Makefile.am (libgjsmdssi_la_LDFLAGS): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8265&r2=1.8266 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jawt/Makefile.am?cvsroot=classpath&r1=1.7&r2=1.8 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/Makefile.am?cvsroot=classpath&r1=1.48&r2=1.49 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/midi-alsa/Makefile.am?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/midi-dssi/Makefile.am?cvsroot=classpath&r1=1.6&r2=1.7 From MAILER-DAEMON Sat Jul 29 10:06:06 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6pS9-0004hW-QP for mharc-commit-classpath@gnu.org; Sat, 29 Jul 2006 10:06:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6pS7-0004cS-Dh for commit-classpath@gnu.org; Sat, 29 Jul 2006 10:06:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6pS6-0004Zo-9Y for commit-classpath@gnu.org; Sat, 29 Jul 2006 10:06:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6pS6-0004ZZ-50 for commit-classpath@gnu.org; Sat, 29 Jul 2006 10:06:02 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6pUK-0004El-3l for commit-classpath@gnu.org; Sat, 29 Jul 2006 10:08:20 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6pS5-0001bZ-00 for ; Sat, 29 Jul 2006 10:06:01 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G6pS3-0001bN-Jw for commit-classpath@gnu.org; Sat, 29 Jul 2006 14:06:00 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sat, 29 Jul 2006 14:05:59 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/lang/management/Be... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 14:06:04 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/29 14:05:59 Modified files: . : ChangeLog gnu/java/lang/management: BeanImpl.java ClassLoadingMXBeanImpl.java CompilationMXBeanImpl.java GarbageCollectorMXBeanImpl.java MemoryMXBeanImpl.java MemoryManagerMXBeanImpl.java MemoryPoolMXBeanImpl.java OperatingSystemMXBeanImpl.java RuntimeMXBeanImpl.java ThreadMXBeanImpl.java java/lang/management: ManagementFactory.java javax/management: MBeanFeatureInfo.java Log message: 2006-07-29 Andrew John Hughes * gnu/java/lang/management/BeanImpl.java: Extended javax.management.StandardMBean. * gnu/java/lang/management/ClassLoadingMXBeanImpl.java, * gnu/java/lang/management/CompilationMXBeanImpl.java, * gnu/java/lang/management/GarbageCollectorMXBeanImpl.java, * gnu/java/lang/management/MemoryMXBeanImpl.java, * gnu/java/lang/management/MemoryManagerMXBeanImpl.java, * gnu/java/lang/management/MemoryPoolMXBeanImpl.java, * gnu/java/lang/management/OperatingSystemMXBeanImpl.java, * gnu/java/lang/management/RuntimeMXBeanImpl.java, * gnu/java/lang/management/ThreadMXBeanImpl.java: Call the superclass with the appropriate class. * java/lang/management/ManagementFactory.java: (getOperatingSystemMXBean()): Catch exception from StandardMBean. (getRuntimeMXBean()): Likewise. (getClassLoadingMXBean()): Likewise. (getThreadMXBean()): Likewise. (getMemoryMXBean()): Likewise. (getCompilationMXBean()): Likewise. (getMemoryPoolMXBeans()): Likewise. (getMemoryManagerMXBeans()): Likewise. (getGarbageCollectorMXBeans()): Likewise. * javax/management/MBeanFeatureInfo.java: (hashCode()): Fixed to check for null values. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8266&r2=1.8267 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/BeanImpl.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ClassLoadingMXBeanImpl.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/CompilationMXBeanImpl.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/GarbageCollectorMXBeanImpl.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryMXBeanImpl.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryManagerMXBeanImpl.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryPoolMXBeanImpl.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/OperatingSystemMXBeanImpl.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/RuntimeMXBeanImpl.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ThreadMXBeanImpl.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&r1=1.11&r2=1.12 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanFeatureInfo.java?cvsroot=classpath&r1=1.2&r2=1.3 From MAILER-DAEMON Sat Jul 29 10:43:47 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6q2d-0003E3-2t for mharc-commit-classpath@gnu.org; Sat, 29 Jul 2006 10:43:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6q2b-0003CU-6J for commit-classpath@gnu.org; Sat, 29 Jul 2006 10:43:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6q2Z-0003Bm-MQ for commit-classpath@gnu.org; Sat, 29 Jul 2006 10:43:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6q2Z-0003Bg-CA for commit-classpath@gnu.org; Sat, 29 Jul 2006 10:43:43 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6q4n-0007f3-OS for commit-classpath@gnu.org; Sat, 29 Jul 2006 10:46:01 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6q2Y-0003Pq-00 for ; Sat, 29 Jul 2006 10:43:42 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G6q2W-0003Pm-NX for commit-classpath@gnu.org; Sat, 29 Jul 2006 14:43:42 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 29 Jul 2006 14:43:40 +0000 Subject: [commit-cp] classpath ChangeLog java/math/BigDecimal.java [classpath-0_92-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 14:43:45 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: classpath-0_92-branch Changes by: Mark Wielaard 06/07/29 14:43:40 Modified files: . : ChangeLog java/math : BigDecimal.java Log message: 2006-07-29 Sven de Marothy * java/math/BigDecimal.java Adjust copyright date. (divide(BigDecimal): Implement. (precision): Reimplement. (numDigitsInBigInteger, numDigitsInLong): Removed. (toString): Get exponent from string length, fix negative values with exponential form. (toEngineeringString): Same as for toString. (setScale): Throw ArithmeticException if scale < 0. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.8251&r2=1.8251.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/math/BigDecimal.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.23&r2=1.23.2.1 From MAILER-DAEMON Sat Jul 29 10:53:43 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6qCF-0006No-C4 for mharc-commit-classpath@gnu.org; Sat, 29 Jul 2006 10:53:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6qCD-0006Na-QG for commit-classpath@gnu.org; Sat, 29 Jul 2006 10:53:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6qCC-0006NO-G1 for commit-classpath@gnu.org; Sat, 29 Jul 2006 10:53:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6qCC-0006NL-AY for commit-classpath@gnu.org; Sat, 29 Jul 2006 10:53:40 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6qEQ-0000J4-LD for commit-classpath@gnu.org; Sat, 29 Jul 2006 10:55:58 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6qCB-0003Y7-00 for ; Sat, 29 Jul 2006 10:53:39 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G6qC9-0003Y4-C6 for commit-classpath@gnu.org; Sat, 29 Jul 2006 14:53:39 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 29 Jul 2006 14:53:37 +0000 Subject: [commit-cp] classpath ChangeLog java/math/BigDecimal.java [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 14:53:41 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Mark Wielaard 06/07/29 14:53:37 Modified files: . : ChangeLog java/math : BigDecimal.java Log message: 2006-07-29 Sven de Marothy * java/math/BigDecimal.java Adjust copyright date. (divide(BigDecimal): Implement. (precision): Reimplement. (numDigitsInBigInteger, numDigitsInLong): Removed. (toString): Get exponent from string length, fix negative values with exponential form. (toEngineeringString): Same as for toString. (setScale): Throw ArithmeticException if scale < 0. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.288&r2=1.2386.2.289 http://cvs.savannah.gnu.org/viewcvs/classpath/java/math/BigDecimal.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.17.2.17&r2=1.17.2.18 From MAILER-DAEMON Sat Jul 29 11:06:27 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6qOZ-0004yA-L0 for mharc-commit-classpath@gnu.org; Sat, 29 Jul 2006 11:06:27 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6qOX-0004xo-Tf for commit-classpath@gnu.org; Sat, 29 Jul 2006 11:06:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6qOX-0004xT-DJ for commit-classpath@gnu.org; Sat, 29 Jul 2006 11:06:25 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6qOX-0004xQ-7D for commit-classpath@gnu.org; Sat, 29 Jul 2006 11:06:25 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6qQl-0001Mu-QH for commit-classpath@gnu.org; Sat, 29 Jul 2006 11:08:43 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6qOW-0003g7-00 for ; Sat, 29 Jul 2006 11:06:24 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G6qOV-0003g4-LH for commit-classpath@gnu.org; Sat, 29 Jul 2006 15:06:24 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 29 Jul 2006 15:06:23 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/GdkTe... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 15:06:26 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Mark Wielaard 06/07/29 15:06:23 Modified files: . : ChangeLog Removed files: gnu/java/awt/peer/gtk: GdkTextLayout.java GtkCheckboxGroupPeer.java include : gnu_java_awt_peer_gtk_GdkTextLayout.h gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.h native/jni/gtk-peer: gnu_java_awt_peer_gtk_GdkTextLayout.c gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c Log message: * gnu/java/awt/peer/gtk/GdkTextLayout.java: Removed. * gnu/java/awt/peer/gtk/GtkCheckboxGroupPeer.java: Removed. * include/gnu_java_awt_peer_gtk_GdkTextLayout.h: Removed. * include/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.h: Removed. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c: Removed. * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c: Removed. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.289&r2=1.2386.2.290 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GdkTextLayout.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.7&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkCheckboxGroupPeer.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GdkTextLayout.h?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.h?cvsroot=classpath&only_with_tag=generics-branch&r1=1.3&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkTextLayout.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.5.2.4&r2=0 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkCheckboxGroupPeer.c?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.4&r2=0 From MAILER-DAEMON Sat Jul 29 11:49:11 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6r3v-0000gX-Rj for mharc-commit-classpath@gnu.org; Sat, 29 Jul 2006 11:49:11 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6r3u-0000fl-1J for commit-classpath@gnu.org; Sat, 29 Jul 2006 11:49:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6r3s-0000ey-I9 for commit-classpath@gnu.org; Sat, 29 Jul 2006 11:49:09 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6r3s-0000er-CC for commit-classpath@gnu.org; Sat, 29 Jul 2006 11:49:08 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6r67-0005VM-Ae for commit-classpath@gnu.org; Sat, 29 Jul 2006 11:51:27 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6r3r-0005dT-00 for ; Sat, 29 Jul 2006 11:49:07 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G6r3r-0005dQ-Jg for commit-classpath@gnu.org; Sat, 29 Jul 2006 15:49:07 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 29 Jul 2006 15:49:07 +0000 Subject: [commit-cp] classpath ChangeLog java/security/Provider.java... [classpath-0_92-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 15:49:10 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: classpath-0_92-branch Changes by: Mark Wielaard 06/07/29 15:49:07 Modified files: . : ChangeLog java/security : Provider.java gnu/java/security: Engine.java Log message: 2006-07-29 Matt Wringe * gnu/java/security/Engine.java (getInstance): Add case insentivity to algorithm names * java/security/Provider.java (put): Stop using canonical key naming (remove): Likewise (toCanonicalKey): Method removed (get): Method removed, no longer needs to overwrite parent implementation CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.8251.2.1&r2=1.8251.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/security/Provider.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.11&r2=1.11.10.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/Engine.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.3&r2=1.3.10.1 From MAILER-DAEMON Sat Jul 29 11:51:21 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6r61-0001FS-Fq for mharc-commit-classpath@gnu.org; Sat, 29 Jul 2006 11:51:21 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6r60-0001Ei-DY for commit-classpath@gnu.org; Sat, 29 Jul 2006 11:51:20 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6r5z-0001EP-LO for commit-classpath@gnu.org; Sat, 29 Jul 2006 11:51:19 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6r5z-0001EM-Fl for commit-classpath@gnu.org; Sat, 29 Jul 2006 11:51:19 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6r8E-0005gS-Ep for commit-classpath@gnu.org; Sat, 29 Jul 2006 11:53:38 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6r5y-0005fg-00 for ; Sat, 29 Jul 2006 11:51:18 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G6r5y-0005fd-FZ for commit-classpath@gnu.org; Sat, 29 Jul 2006 15:51:18 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 29 Jul 2006 15:51:18 +0000 Subject: [commit-cp] classpath ChangeLog java/security/Provider.java... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 15:51:20 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Mark Wielaard 06/07/29 15:51:18 Modified files: . : ChangeLog java/security : Provider.java gnu/java/security: Engine.java Log message: 2006-07-29 Matt Wringe * gnu/java/security/Engine.java (getInstance): Add case insentivity to algorithm names * java/security/Provider.java (put): Stop using canonical key naming (remove): Likewise (toCanonicalKey): Method removed (get): Method removed, no longer needs to overwrite parent implementation CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.290&r2=1.2386.2.291 http://cvs.savannah.gnu.org/viewcvs/classpath/java/security/Provider.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.10.2.1&r2=1.10.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/Engine.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 From MAILER-DAEMON Sat Jul 29 12:16:54 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6rUk-0005hQ-60 for mharc-commit-classpath@gnu.org; Sat, 29 Jul 2006 12:16:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6rUi-0005gJ-Rs for commit-classpath@gnu.org; Sat, 29 Jul 2006 12:16:52 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6rUi-0005g7-3f for commit-classpath@gnu.org; Sat, 29 Jul 2006 12:16:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6rUh-0005g4-V8 for commit-classpath@gnu.org; Sat, 29 Jul 2006 12:16:51 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6rWx-0008Gu-AT for commit-classpath@gnu.org; Sat, 29 Jul 2006 12:19:11 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6rUh-0005xu-00 for ; Sat, 29 Jul 2006 12:16:51 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G6rUh-0005xq-4f for commit-classpath@gnu.org; Sat, 29 Jul 2006 16:16:51 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 29 Jul 2006 16:16:51 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/lang/management/Be... [classpath-0_92-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 16:16:53 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: classpath-0_92-branch Changes by: Mark Wielaard 06/07/29 16:16:51 Modified files: . : ChangeLog gnu/java/lang/management: BeanImpl.java ClassLoadingMXBeanImpl.java CompilationMXBeanImpl.java GarbageCollectorMXBeanImpl.java MemoryMXBeanImpl.java MemoryManagerMXBeanImpl.java MemoryPoolMXBeanImpl.java OperatingSystemMXBeanImpl.java RuntimeMXBeanImpl.java ThreadMXBeanImpl.java java/lang/management: ManagementFactory.java javax/management: MBeanFeatureInfo.java Log message: 2006-07-29 Andrew John Hughes * gnu/java/lang/management/BeanImpl.java: Extended javax.management.StandardMBean. * gnu/java/lang/management/ClassLoadingMXBeanImpl.java, * gnu/java/lang/management/CompilationMXBeanImpl.java, * gnu/java/lang/management/GarbageCollectorMXBeanImpl.java, * gnu/java/lang/management/MemoryMXBeanImpl.java, * gnu/java/lang/management/MemoryManagerMXBeanImpl.java, * gnu/java/lang/management/MemoryPoolMXBeanImpl.java, * gnu/java/lang/management/OperatingSystemMXBeanImpl.java, * gnu/java/lang/management/RuntimeMXBeanImpl.java, * gnu/java/lang/management/ThreadMXBeanImpl.java: Call the superclass with the appropriate class. * java/lang/management/ManagementFactory.java: (getOperatingSystemMXBean()): Catch exception from StandardMBean. (getRuntimeMXBean()): Likewise. (getClassLoadingMXBean()): Likewise. (getThreadMXBean()): Likewise. (getMemoryMXBean()): Likewise. (getCompilationMXBean()): Likewise. (getMemoryPoolMXBeans()): Likewise. (getMemoryManagerMXBeans()): Likewise. (getGarbageCollectorMXBeans()): Likewise. * javax/management/MBeanFeatureInfo.java: hashCode()): Fixed to check for null values. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.8251.2.2&r2=1.8251.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/BeanImpl.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.1&r2=1.1.6.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ClassLoadingMXBeanImpl.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.4&r2=1.4.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/CompilationMXBeanImpl.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.1&r2=1.1.6.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/GarbageCollectorMXBeanImpl.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.1&r2=1.1.6.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryMXBeanImpl.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.4&r2=1.4.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryManagerMXBeanImpl.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.1&r2=1.1.6.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryPoolMXBeanImpl.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.2&r2=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/OperatingSystemMXBeanImpl.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.2&r2=1.2.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/RuntimeMXBeanImpl.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.3&r2=1.3.4.1 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ThreadMXBeanImpl.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.2&r2=1.2.6.1 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.11&r2=1.11.2.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanFeatureInfo.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.2&r2=1.2.2.1 From MAILER-DAEMON Sat Jul 29 12:17:10 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6rV0-0005si-1C for mharc-commit-classpath@gnu.org; Sat, 29 Jul 2006 12:17:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6rUx-0005qK-HR for commit-classpath@gnu.org; Sat, 29 Jul 2006 12:17:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6rUw-0005pS-J3 for commit-classpath@gnu.org; Sat, 29 Jul 2006 12:17:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6rUw-0005pA-0z for commit-classpath@gnu.org; Sat, 29 Jul 2006 12:17:06 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6rXB-0008IT-9U for commit-classpath@gnu.org; Sat, 29 Jul 2006 12:19:25 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6rUv-0005yU-00 for ; Sat, 29 Jul 2006 12:17:05 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G6rUv-0005yR-0c for commit-classpath@gnu.org; Sat, 29 Jul 2006 16:17:05 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 29 Jul 2006 16:17:05 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/lang/management/Be... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 16:17:08 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Mark Wielaard 06/07/29 16:17:05 Modified files: . : ChangeLog gnu/java/lang/management: BeanImpl.java ClassLoadingMXBeanImpl.java CompilationMXBeanImpl.java GarbageCollectorMXBeanImpl.java MemoryMXBeanImpl.java MemoryManagerMXBeanImpl.java MemoryPoolMXBeanImpl.java OperatingSystemMXBeanImpl.java RuntimeMXBeanImpl.java ThreadMXBeanImpl.java java/lang/management: ManagementFactory.java javax/management: MBeanFeatureInfo.java Log message: 2006-07-29 Andrew John Hughes * gnu/java/lang/management/BeanImpl.java: Extended javax.management.StandardMBean. * gnu/java/lang/management/ClassLoadingMXBeanImpl.java, * gnu/java/lang/management/CompilationMXBeanImpl.java, * gnu/java/lang/management/GarbageCollectorMXBeanImpl.java, * gnu/java/lang/management/MemoryMXBeanImpl.java, * gnu/java/lang/management/MemoryManagerMXBeanImpl.java, * gnu/java/lang/management/MemoryPoolMXBeanImpl.java, * gnu/java/lang/management/OperatingSystemMXBeanImpl.java, * gnu/java/lang/management/RuntimeMXBeanImpl.java, * gnu/java/lang/management/ThreadMXBeanImpl.java: Call the superclass with the appropriate class. * java/lang/management/ManagementFactory.java: (getOperatingSystemMXBean()): Catch exception from StandardMBean. (getRuntimeMXBean()): Likewise. (getClassLoadingMXBean()): Likewise. (getThreadMXBean()): Likewise. (getMemoryMXBean()): Likewise. (getCompilationMXBean()): Likewise. (getMemoryPoolMXBeans()): Likewise. (getMemoryManagerMXBeans()): Likewise. (getGarbageCollectorMXBeans()): Likewise. * javax/management/MBeanFeatureInfo.java: hashCode()): Fixed to check for null values. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.291&r2=1.2386.2.292 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/BeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ClassLoadingMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.2&r2=1.2.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/CompilationMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.1&r2=1.1.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/GarbageCollectorMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryManagerMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.1&r2=1.1.4.2 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/MemoryPoolMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.4.3&r2=1.1.4.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/OperatingSystemMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/RuntimeMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/lang/management/ThreadMXBeanImpl.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.1&r2=1.2.2.2 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/management/ManagementFactory.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.7&r2=1.1.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanFeatureInfo.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.2&r2=1.1.2.3 From MAILER-DAEMON Sat Jul 29 17:44:57 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6wcD-000496-5R for mharc-commit-classpath@gnu.org; Sat, 29 Jul 2006 17:44:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6wcB-00048x-UI for commit-classpath@gnu.org; Sat, 29 Jul 2006 17:44:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6wcB-00048h-Di for commit-classpath@gnu.org; Sat, 29 Jul 2006 17:44:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6wcB-00048d-6y for commit-classpath@gnu.org; Sat, 29 Jul 2006 17:44:55 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6weT-0007Cb-ET for commit-classpath@gnu.org; Sat, 29 Jul 2006 17:47:17 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6wcA-0000yQ-00 for ; Sat, 29 Jul 2006 17:44:54 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G6wc9-0000yN-6K for commit-classpath@gnu.org; Sat, 29 Jul 2006 21:44:54 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sat, 29 Jul 2006 21:44:53 +0000 Subject: [commit-cp] classpath ChangeLog javax/management/MBeanAttri... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 21:44:56 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/29 21:44:53 Modified files: . : ChangeLog javax/management: MBeanAttributeInfo.java MBeanConstructorInfo.java MBeanFeatureInfo.java MBeanInfo.java MBeanNotificationInfo.java MBeanOperationInfo.java MBeanParameterInfo.java StandardMBean.java Added files: examples/gnu/classpath/examples/management: TestBeans.java Log message: 2006-07-29 Andrew John Hughes * examples/gnu/classpath/examples/management/TestBeans.java: New file. * javax/management/MBeanAttributeInfo.java: (toString()): Implemented. * javax/management/MBeanConstructorInfo.java: (toString()): Implemented. * javax/management/MBeanFeatureInfo.java: (toString()): Implemented. * javax/management/MBeanInfo.java: (toString()): Implemented. * javax/management/MBeanNotificationInfo.java: (toString()): Implemented. * javax/management/MBeanOperationInfo.java: (toString()): Implemented. * javax/management/MBeanParameterInfo.java: (toString()): Implemented. * javax/management/StandardMBean.java: (getMBeanInfo()): Fix attribute naming. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8267&r2=1.8268 http://cvs.savannah.gnu.org/viewcvs/classpath/examples/gnu/classpath/examples/management/TestBeans.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanAttributeInfo.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanConstructorInfo.java?cvsroot=classpath&r1=1.2&r2=1.3 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanFeatureInfo.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanInfo.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanNotificationInfo.java?cvsroot=classpath&r1=1.3&r2=1.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanOperationInfo.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/MBeanParameterInfo.java?cvsroot=classpath&r1=1.1&r2=1.2 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/StandardMBean.java?cvsroot=classpath&r1=1.1&r2=1.2 From MAILER-DAEMON Sat Jul 29 18:33:57 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6xNd-0003RZ-3y for mharc-commit-classpath@gnu.org; Sat, 29 Jul 2006 18:33:57 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6xNa-0003R7-9f for commit-classpath@gnu.org; Sat, 29 Jul 2006 18:33:54 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6xNY-0003Qn-Ql for commit-classpath@gnu.org; Sat, 29 Jul 2006 18:33:53 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6xNY-0003Qj-M0 for commit-classpath@gnu.org; Sat, 29 Jul 2006 18:33:52 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6xPr-0001xp-J6 for commit-classpath@gnu.org; Sat, 29 Jul 2006 18:36:15 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6xNX-0002bX-00 for ; Sat, 29 Jul 2006 18:33:51 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G6xNX-0002bU-IL for commit-classpath@gnu.org; Sat, 29 Jul 2006 22:33:51 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 29 Jul 2006 22:33:51 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/JComponent.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 22:33:54 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/29 22:33:51 Modified files: . : ChangeLog javax/swing : JComponent.java Log message: * javax/swing/JComponent.java (paintingDoubleBuffered): Renamed static field isPaintingDoubleBuffered to not have the same name as a method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8268&r2=1.8269 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComponent.java?cvsroot=classpath&r1=1.141&r2=1.142 From MAILER-DAEMON Sat Jul 29 18:34:20 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6xO0-0003dX-PF for mharc-commit-classpath@gnu.org; Sat, 29 Jul 2006 18:34:20 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6xNz-0003dP-KS for commit-classpath@gnu.org; Sat, 29 Jul 2006 18:34:19 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6xNy-0003dD-SK for commit-classpath@gnu.org; Sat, 29 Jul 2006 18:34:18 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6xNy-0003dA-LW for commit-classpath@gnu.org; Sat, 29 Jul 2006 18:34:18 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6xQH-00020M-KG for commit-classpath@gnu.org; Sat, 29 Jul 2006 18:36:41 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6xNy-0002jN-00 for ; Sat, 29 Jul 2006 18:34:18 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G6xNx-0002j8-O2 for commit-classpath@gnu.org; Sat, 29 Jul 2006 22:34:18 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 29 Jul 2006 22:34:17 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/JComponent.java [classpath-0_92-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 22:34:19 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: classpath-0_92-branch Changes by: Mark Wielaard 06/07/29 22:34:17 Modified files: . : ChangeLog javax/swing : JComponent.java Log message: * javax/swing/JComponent.java (paintingDoubleBuffered): Renamed static field isPaintingDoubleBuffered to not have the same name as a method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.8251.2.3&r2=1.8251.2.4 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComponent.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.141&r2=1.141.2.1 From MAILER-DAEMON Sat Jul 29 18:34:43 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G6xON-0003lH-3X for mharc-commit-classpath@gnu.org; Sat, 29 Jul 2006 18:34:43 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G6xOL-0003kx-OT for commit-classpath@gnu.org; Sat, 29 Jul 2006 18:34:41 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G6xOK-0003kl-BQ for commit-classpath@gnu.org; Sat, 29 Jul 2006 18:34:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G6xOK-0003ke-4b for commit-classpath@gnu.org; Sat, 29 Jul 2006 18:34:40 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G6xQd-00022I-4t for commit-classpath@gnu.org; Sat, 29 Jul 2006 18:37:03 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G6xOJ-0002mw-00 for ; Sat, 29 Jul 2006 18:34:39 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G6xOJ-0002ms-BS for commit-classpath@gnu.org; Sat, 29 Jul 2006 22:34:39 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sat, 29 Jul 2006 22:34:39 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/JComponent.java [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Jul 2006 22:34:41 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Mark Wielaard 06/07/29 22:34:39 Modified files: . : ChangeLog javax/swing : JComponent.java Log message: * javax/swing/JComponent.java (paintingDoubleBuffered): Renamed static field isPaintingDoubleBuffered to not have the same name as a method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.292&r2=1.2386.2.293 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComponent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.20.2.34&r2=1.20.2.35 From MAILER-DAEMON Sun Jul 30 04:52:29 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G772D-0006E5-It for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 04:52:29 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G772A-0006Dp-Sn for commit-classpath@gnu.org; Sun, 30 Jul 2006 04:52:26 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G772A-0006DV-1l for commit-classpath@gnu.org; Sun, 30 Jul 2006 04:52:26 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7729-0006DS-Qp for commit-classpath@gnu.org; Sun, 30 Jul 2006 04:52:25 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G774Y-0005o6-ND for commit-classpath@gnu.org; Sun, 30 Jul 2006 04:54:54 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7729-0006my-00 for ; Sun, 30 Jul 2006 04:52:25 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G7727-0006mr-Se for commit-classpath@gnu.org; Sun, 30 Jul 2006 08:52:25 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Sun, 30 Jul 2006 08:52:23 +0000 Subject: [commit-cp] classpath ChangeLog java/awt/Choice.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 08:52:27 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/30 08:52:23 Modified files: . : ChangeLog java/awt : Choice.java Log message: 2006-07-30 Sven de Marothy * java/awt/Choice: Reformat, fix copyright year. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8269&r2=1.8270 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Choice.java?cvsroot=classpath&r1=1.26&r2=1.27 From MAILER-DAEMON Sun Jul 30 05:01:38 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G77B4-0000oG-HB for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 05:01:38 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G77B2-0000mq-Rv for commit-classpath@gnu.org; Sun, 30 Jul 2006 05:01:36 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G77B1-0000mY-KW for commit-classpath@gnu.org; Sun, 30 Jul 2006 05:01:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G77B1-0000mV-HM for commit-classpath@gnu.org; Sun, 30 Jul 2006 05:01:35 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G77DQ-0006SB-FR for commit-classpath@gnu.org; Sun, 30 Jul 2006 05:04:04 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G77B0-0006sP-00 for ; Sun, 30 Jul 2006 05:01:34 -0400 Received: from smarothy by savannah.gnu.org with local (Exim 4.50) id 1G77Az-0006sM-Kt for commit-classpath@gnu.org; Sun, 30 Jul 2006 09:01:34 +0000 To: commit-classpath@gnu.org Message-Id: From: Sven de Marothy Date: Sun, 30 Jul 2006 09:01:33 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/awt/peer/gtk/GtkCh... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 09:01:37 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Sven de Marothy 06/07/30 09:01:33 Modified files: . : ChangeLog gnu/java/awt/peer/gtk: GtkChoicePeer.java include : gnu_java_awt_peer_gtk_GtkChoicePeer.h java/awt : Choice.java native/jni/gtk-peer: gnu_java_awt_peer_gtk_GtkChoicePeer.c Log message: 2006-07-30 Sven de Marothy * java/awt/Choice.java: (accessibleAction): Call select() directly. (add, insert, remove): Reimplement. (dispatchEventImpl): Always call super. (processItemEvent): Does not set the index. * include/gnu_java_awt_peer_gtk_GtkChoicePeer.h * native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c (append): removed. (nativeAdd): Name changed to add. (selection_changed_cb): Simplify callback. * gnu/java/awt/peer/gtk/GtkChoicePeer.java (selected): New field. (add): Replaced with native impl. (handleEvent): New method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8270&r2=1.8271 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/awt/peer/gtk/GtkChoicePeer.java?cvsroot=classpath&r1=1.25&r2=1.26 http://cvs.savannah.gnu.org/viewcvs/classpath/include/gnu_java_awt_peer_gtk_GtkChoicePeer.h?cvsroot=classpath&r1=1.9&r2=1.10 http://cvs.savannah.gnu.org/viewcvs/classpath/java/awt/Choice.java?cvsroot=classpath&r1=1.27&r2=1.28 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c?cvsroot=classpath&r1=1.21&r2=1.22 From MAILER-DAEMON Sun Jul 30 16:35:02 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7I06-0000DN-Gi for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 16:35:02 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7I05-0000DF-56 for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:35:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7I02-0000Aj-Rd for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:35:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7I02-0000Ag-MV for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:34:58 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7I2Y-0003qm-Fu for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:37:34 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7Hzx-00050y-00 for ; Sun, 30 Jul 2006 16:34:53 -0400 Received: from mwringe by savannah.gnu.org with local (Exim 4.50) id 1G7Hzv-00050v-Mf for commit-classpath@gnu.org; Sun, 30 Jul 2006 20:34:52 +0000 To: commit-classpath@gnu.org Message-Id: From: Matt Wringe Date: Sun, 30 Jul 2006 20:34:51 +0000 Subject: [commit-cp] classpath/gnu/java/security Engine.java ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 20:35:01 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Matt Wringe 06/07/30 20:34:51 Modified files: gnu/java/security: Engine.java . : ChangeLog Log message: 2006-07-30 Matt Wringe * gnu/java/security/Engine.java (getInstance): Ignore self referencing aliases. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/Engine.java?cvsroot=classpath&r1=1.4&r2=1.5 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8271&r2=1.8272 From MAILER-DAEMON Sun Jul 30 16:42:42 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7I7W-0004zS-My for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 16:42:42 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7I7U-0004yg-MI for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:42:40 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7I7S-0004wv-Uc for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:42:40 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7I7S-0004wk-PP for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:42:38 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7I9y-0004sJ-Hb for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:45:14 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7I7S-00057D-00 for ; Sun, 30 Jul 2006 16:42:38 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G7I7R-00057A-Ak for commit-classpath@gnu.org; Sun, 30 Jul 2006 20:42:38 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sun, 30 Jul 2006 20:42:37 +0000 Subject: [commit-cp] classpath ChangeLog java/util/GregorianCalendar... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 20:42:41 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/30 20:42:37 Modified files: . : ChangeLog java/util : GregorianCalendar.java Log message: * java/util/GregorianCalendar.java (maximums): Months can have up to 6 weeks. (nonLeniencyCheck): weeks is either 5 or 6. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8272&r2=1.8273 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/GregorianCalendar.java?cvsroot=classpath&r1=1.44&r2=1.45 From MAILER-DAEMON Sun Jul 30 16:42:47 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7I7b-00051Z-QV for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 16:42:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7I7a-000519-5A for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:42:46 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7I7Z-00050k-Fi for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:42:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7I7Z-00050e-6r for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:42:45 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7IA4-0004tM-EX for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:45:20 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7I7X-00057P-00 for ; Sun, 30 Jul 2006 16:42:43 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G7I7X-00057M-4K for commit-classpath@gnu.org; Sun, 30 Jul 2006 20:42:43 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sun, 30 Jul 2006 20:42:43 +0000 Subject: [commit-cp] classpath ChangeLog java/util/GregorianCalendar... [classpath-0_92-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 20:42:46 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: classpath-0_92-branch Changes by: Mark Wielaard 06/07/30 20:42:43 Modified files: . : ChangeLog java/util : GregorianCalendar.java Log message: * java/util/GregorianCalendar.java (maximums): Months can have up to 6 weeks. (nonLeniencyCheck): weeks is either 5 or 6. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.8251.2.4&r2=1.8251.2.5 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/GregorianCalendar.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.44&r2=1.44.4.1 From MAILER-DAEMON Sun Jul 30 16:44:17 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7I93-0005xn-1B for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 16:44:17 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7I91-0005v4-5T for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:44:15 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7I90-0005tm-GB for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:44:14 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7I90-0005tc-9r for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:44:14 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7IBW-0004zR-3z for commit-classpath@gnu.org; Sun, 30 Jul 2006 16:46:50 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7I8z-00058U-00 for ; Sun, 30 Jul 2006 16:44:13 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G7I8y-00058Q-Uu for commit-classpath@gnu.org; Sun, 30 Jul 2006 20:44:13 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sun, 30 Jul 2006 20:44:12 +0000 Subject: [commit-cp] classpath ChangeLog java/util/GregorianCalendar... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 20:44:15 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Mark Wielaard 06/07/30 20:44:12 Modified files: . : ChangeLog java/util : GregorianCalendar.java Log message: * java/util/GregorianCalendar.java (maximums): Months can have up to 6 weeks. (nonLeniencyCheck): weeks is either 5 or 6. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.293&r2=1.2386.2.294 http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/GregorianCalendar.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.26.2.13&r2=1.26.2.14 From MAILER-DAEMON Sun Jul 30 17:03:36 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7IRk-0007uN-FZ for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 17:03:36 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7IRh-0007qm-W4 for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:03:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7IRh-0007pY-45 for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:03:33 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7IRh-0007pM-08 for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:03:33 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7IUC-000660-Ts for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:06:09 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7IRg-0005NQ-00 for ; Sun, 30 Jul 2006 17:03:32 -0400 Received: from gnu_andrew by savannah.gnu.org with local (Exim 4.50) id 1G7IRf-0005NN-OQ for commit-classpath@gnu.org; Sun, 30 Jul 2006 21:03:32 +0000 To: commit-classpath@gnu.org Message-Id: From: Andrew John Hughes Date: Sun, 30 Jul 2006 21:03:31 +0000 Subject: [commit-cp] classpath ChangeLog javax/management/openmbean/... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 21:03:34 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Andrew John Hughes 06/07/30 21:03:31 Modified files: . : ChangeLog Added files: javax/management/openmbean: OpenMBeanAttributeInfo.java OpenMBeanParameterInfo.java Log message: 2006-07-30 Andrew John Hughes * javax/management/openmbean/OpenMBeanAttributeInfo.java, * javax/management/openmbean/OpenMBeanParameterInfo.java: New files. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8273&r2=1.8274 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/OpenMBeanAttributeInfo.java?cvsroot=classpath&rev=1.1 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/management/openmbean/OpenMBeanParameterInfo.java?cvsroot=classpath&rev=1.1 From MAILER-DAEMON Sun Jul 30 17:39:08 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7J08-0001p3-JB for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 17:39:08 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7J07-0001ou-Tm for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:39:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7J07-0001oi-9C for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:39:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7J07-0001of-4G for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:39:07 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7J2d-0000TS-Hk for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:41:43 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7J06-0007pp-00 for ; Sun, 30 Jul 2006 17:39:06 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G7J05-0007pm-Ot for commit-classpath@gnu.org; Sun, 30 Jul 2006 21:39:06 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sun, 30 Jul 2006 21:39:05 +0000 Subject: [commit-cp] classpath ChangeLog resource/java/security/clas... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 21:39:08 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Mark Wielaard 06/07/30 21:39:05 Modified files: . : ChangeLog resource/java/security: classpath.security Log message: * resource/java/security/classpath.security: Add /dev/urandom as default securerandom.source. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8274&r2=1.8275 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/java/security/classpath.security?cvsroot=classpath&r1=1.7&r2=1.8 From MAILER-DAEMON Sun Jul 30 17:39:47 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7J0l-00025m-C2 for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 17:39:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7J0j-00025h-DD for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:39:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7J0i-00024k-2k for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:39:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7J0h-00024h-Tk for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:39:43 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7J3E-0000Wi-AI for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:42:20 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7J0h-0007qZ-00 for ; Sun, 30 Jul 2006 17:39:43 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G7J0g-0007qW-Ge for commit-classpath@gnu.org; Sun, 30 Jul 2006 21:39:43 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sun, 30 Jul 2006 21:39:42 +0000 Subject: [commit-cp] classpath ChangeLog resource/java/security/clas... [classpath-0_92-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 21:39:45 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: classpath-0_92-branch Changes by: Mark Wielaard 06/07/30 21:39:42 Modified files: . : ChangeLog resource/java/security: classpath.security Log message: * resource/java/security/classpath.security: Add /dev/urandom as default securerandom.source. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.8251.2.5&r2=1.8251.2.6 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/java/security/classpath.security?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.7&r2=1.7.2.1 From MAILER-DAEMON Sun Jul 30 17:40:23 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7J1L-0002vk-IO for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 17:40:23 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7J1K-0002tG-64 for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:40:22 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7J1J-0002sA-JV for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:40:21 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7J1J-0002rs-Df for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:40:21 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7J3p-0000Z0-Ps for commit-classpath@gnu.org; Sun, 30 Jul 2006 17:42:57 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7J1I-0007rw-00 for ; Sun, 30 Jul 2006 17:40:20 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G7J1I-0007rt-K5 for commit-classpath@gnu.org; Sun, 30 Jul 2006 21:40:20 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sun, 30 Jul 2006 21:40:20 +0000 Subject: [commit-cp] classpath ChangeLog resource/java/security/clas... [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 21:40:22 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Mark Wielaard 06/07/30 21:40:20 Modified files: . : ChangeLog resource/java/security: classpath.security Log message: * resource/java/security/classpath.security: Add /dev/urandom as default securerandom.source. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.294&r2=1.2386.2.295 http://cvs.savannah.gnu.org/viewcvs/classpath/resource/java/security/classpath.security?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2.2.4&r2=1.2.2.5 From MAILER-DAEMON Sun Jul 30 18:00:47 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7JL5-0005gN-Bi for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 18:00:47 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7JL3-0005gD-Ld for commit-classpath@gnu.org; Sun, 30 Jul 2006 18:00:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7JL1-0005cB-04 for commit-classpath@gnu.org; Sun, 30 Jul 2006 18:00:44 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7JL0-0005bv-QZ for commit-classpath@gnu.org; Sun, 30 Jul 2006 18:00:42 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7JNX-0001kq-9l for commit-classpath@gnu.org; Sun, 30 Jul 2006 18:03:19 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7JL0-00084k-00 for ; Sun, 30 Jul 2006 18:00:42 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G7JKz-00084h-Ae for commit-classpath@gnu.org; Sun, 30 Jul 2006 22:00:42 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sun, 30 Jul 2006 22:00:41 +0000 Subject: [commit-cp] classpath ChangeLog javax/swing/JComponent.java [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 22:00:45 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Mark Wielaard 06/07/30 22:00:41 Modified files: . : ChangeLog javax/swing : JComponent.java Log message: * javax/swing/JComponent.java (getListeners): Revert un-genericization. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.295&r2=1.2386.2.296 http://cvs.savannah.gnu.org/viewcvs/classpath/javax/swing/JComponent.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.20.2.35&r2=1.20.2.36 From MAILER-DAEMON Sun Jul 30 18:11:51 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7JVn-00031K-Fl for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 18:11:51 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7JVm-0002x0-0M for commit-classpath@gnu.org; Sun, 30 Jul 2006 18:11:50 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7JVl-0002vj-Cs for commit-classpath@gnu.org; Sun, 30 Jul 2006 18:11:49 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7JVl-0002vN-8Y for commit-classpath@gnu.org; Sun, 30 Jul 2006 18:11:49 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7JYI-0002lo-2N for commit-classpath@gnu.org; Sun, 30 Jul 2006 18:14:26 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7JVk-0008Eg-00 for ; Sun, 30 Jul 2006 18:11:48 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G7JVj-0008Ed-VG for commit-classpath@gnu.org; Sun, 30 Jul 2006 22:11:48 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sun, 30 Jul 2006 22:11:47 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/security/Engine.java [classpath-0_92-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 22:11:50 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: classpath-0_92-branch Changes by: Mark Wielaard 06/07/30 22:11:47 Modified files: . : ChangeLog gnu/java/security: Engine.java Log message: * gnu/java/security/Engine.java (getInstance): Ignore self referencing aliases. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.8251.2.6&r2=1.8251.2.7 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/Engine.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.3.10.1&r2=1.3.10.2 From MAILER-DAEMON Sun Jul 30 18:13:48 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7JXg-00047F-35 for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 18:13:48 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7JXd-00042p-Q6 for commit-classpath@gnu.org; Sun, 30 Jul 2006 18:13:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7JXd-00042V-Fe for commit-classpath@gnu.org; Sun, 30 Jul 2006 18:13:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7JXd-00042S-BC for commit-classpath@gnu.org; Sun, 30 Jul 2006 18:13:45 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7JaA-0002v0-5K for commit-classpath@gnu.org; Sun, 30 Jul 2006 18:16:22 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7JXd-0008G5-00 for ; Sun, 30 Jul 2006 18:13:45 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G7JXc-0008G2-51 for commit-classpath@gnu.org; Sun, 30 Jul 2006 22:13:44 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Sun, 30 Jul 2006 22:13:44 +0000 Subject: [commit-cp] classpath ChangeLog gnu/java/security/Engine.java [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Jul 2006 22:13:46 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Mark Wielaard 06/07/30 22:13:44 Modified files: . : ChangeLog gnu/java/security: Engine.java Log message: 2006-07-30 Matt Wringe * gnu/java/security/Engine.java (getInstance): Ignore self referencing aliases. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.296&r2=1.2386.2.297 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/security/Engine.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.1.2.3&r2=1.1.2.4 From MAILER-DAEMON Sun Jul 30 21:27:18 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7MYw-0003Tw-Gb for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 21:27:18 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7MYu-0003To-Oa for commit-classpath@gnu.org; Sun, 30 Jul 2006 21:27:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7MYs-0003Tc-At for commit-classpath@gnu.org; Sun, 30 Jul 2006 21:27:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7MYs-0003TZ-4k for commit-classpath@gnu.org; Sun, 30 Jul 2006 21:27:14 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7MbQ-0007nZ-O1 for commit-classpath@gnu.org; Sun, 30 Jul 2006 21:29:52 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7MYn-0007Cr-00 for ; Sun, 30 Jul 2006 21:27:09 -0400 Received: from raif by savannah.gnu.org with local (Exim 4.50) id 1G7MYm-0007Cl-8R for commit-classpath@gnu.org; Mon, 31 Jul 2006 01:27:09 +0000 To: commit-classpath@gnu.org Message-Id: From: "Raif S. Naffah" Date: Mon, 31 Jul 2006 01:27:08 +0000 Subject: [commit-cp] classpath/java/security Provider.java ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2006 01:27:17 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Raif S. Naffah 06/07/31 01:27:08 Modified files: java/security : Provider.java . : ChangeLog Log message: 2006-07-31 Raif S. Naffah * java/security/Provider.java: Updated copyright year. Updated documentation. Formatting. (put): Updated documentation. Added security manager check. Canonicalize the key before adding its mapping. (get): Override superclass implementation to use canonicalized keys. (remove): Updated documentation. Added security manager check. Canonicalize the key before removing its mapping. (clear): Updated documentation. Added security manager check. (toCanonicalKey): New method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/java/security/Provider.java?cvsroot=classpath&r1=1.12&r2=1.13 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8275&r2=1.8276 From MAILER-DAEMON Sun Jul 30 23:39:10 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7OcY-0004Zr-5b for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 23:39:10 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7OcW-0004Xt-98 for commit-classpath@gnu.org; Sun, 30 Jul 2006 23:39:08 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7OcT-0004Vk-LD for commit-classpath@gnu.org; Sun, 30 Jul 2006 23:39:06 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7OcT-0004Vg-FD for commit-classpath@gnu.org; Sun, 30 Jul 2006 23:39:05 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7Of3-0004hG-CJ for commit-classpath@gnu.org; Sun, 30 Jul 2006 23:41:45 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7OcR-0004cu-00 for ; Sun, 30 Jul 2006 23:39:03 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G7OcR-0004cp-2O for commit-classpath@gnu.org; Mon, 31 Jul 2006 03:39:03 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Mon, 31 Jul 2006 03:39:03 +0000 Subject: [commit-cp] classpath ChangeLog java/security/Provider.java [classpath-0_92-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2006 03:39:08 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: classpath-0_92-branch Changes by: Mark Wielaard 06/07/31 03:39:03 Modified files: . : ChangeLog java/security : Provider.java Log message: 2006-07-31 Raif S. Naffah * java/security/Provider.java: Updated copyright year. Updated documentation. Formatting. (put): Updated documentation. Added security manager check. Canonicalize the key before adding its mapping. (get): Override superclass implementation to use canonicalized keys. (remove): Updated documentation. Added security manager check. Canonicalize the key before removing its mapping. (clear): Updated documentation. Added security manager check. (toCanonicalKey): New method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.8251.2.7&r2=1.8251.2.8 http://cvs.savannah.gnu.org/viewcvs/classpath/java/security/Provider.java?cvsroot=classpath&only_with_tag=classpath-0_92-branch&r1=1.11.10.1&r2=1.11.10.2 From MAILER-DAEMON Sun Jul 30 23:39:24 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7Ocm-0004m3-ME for mharc-commit-classpath@gnu.org; Sun, 30 Jul 2006 23:39:24 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7Ocl-0004lr-Og for commit-classpath@gnu.org; Sun, 30 Jul 2006 23:39:23 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7Ocl-0004lb-1n for commit-classpath@gnu.org; Sun, 30 Jul 2006 23:39:23 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7Ock-0004lY-Tf for commit-classpath@gnu.org; Sun, 30 Jul 2006 23:39:22 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7OfK-0004kC-PX for commit-classpath@gnu.org; Sun, 30 Jul 2006 23:42:02 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7Ock-0004dG-00 for ; Sun, 30 Jul 2006 23:39:22 -0400 Received: from mark by savannah.gnu.org with local (Exim 4.50) id 1G7Ock-0004dD-1l for commit-classpath@gnu.org; Mon, 31 Jul 2006 03:39:22 +0000 To: commit-classpath@gnu.org Message-Id: From: Mark Wielaard Date: Mon, 31 Jul 2006 03:39:22 +0000 Subject: [commit-cp] classpath ChangeLog java/security/Provider.java [generics-branch] X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2006 03:39:23 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Branch: generics-branch Changes by: Mark Wielaard 06/07/31 03:39:22 Modified files: . : ChangeLog java/security : Provider.java Log message: 2006-07-31 Raif S. Naffah * java/security/Provider.java: Updated copyright year. Updated documentation. Formatting. (put): Updated documentation. Added security manager check. Canonicalize the key before adding its mapping. (get): Override superclass implementation to use canonicalized keys. (remove): Updated documentation. Added security manager check. Canonicalize the key before removing its mapping. (clear): Updated documentation. Added security manager check. (toCanonicalKey): New method. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&only_with_tag=generics-branch&r1=1.2386.2.297&r2=1.2386.2.298 http://cvs.savannah.gnu.org/viewcvs/classpath/java/security/Provider.java?cvsroot=classpath&only_with_tag=generics-branch&r1=1.10.2.2&r2=1.10.2.3 From MAILER-DAEMON Mon Jul 31 09:50:54 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7YAY-0003Ty-RZ for mharc-commit-classpath@gnu.org; Mon, 31 Jul 2006 09:50:54 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7YAX-0003Ra-Kp for commit-classpath@gnu.org; Mon, 31 Jul 2006 09:50:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7YAV-0003RA-C8 for commit-classpath@gnu.org; Mon, 31 Jul 2006 09:50:52 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7YAV-0003R7-7u for commit-classpath@gnu.org; Mon, 31 Jul 2006 09:50:51 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7YDA-0005TH-Vd for commit-classpath@gnu.org; Mon, 31 Jul 2006 09:53:37 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7YAK-0003eJ-00 for ; Mon, 31 Jul 2006 09:50:40 -0400 Received: from fitzsim by savannah.gnu.org with local (Exim 4.50) id 1G7YAI-0003eG-RG for commit-classpath@gnu.org; Mon, 31 Jul 2006 13:50:40 +0000 To: commit-classpath@gnu.org Message-Id: From: Thomas Fitzsimmons Date: Mon, 31 Jul 2006 13:50:38 +0000 Subject: [commit-cp] classpath ChangeLog native/jni/qt-peer/Makefile.am X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2006 13:50:53 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Thomas Fitzsimmons 06/07/31 13:50:38 Modified files: . : ChangeLog native/jni/qt-peer: Makefile.am Log message: 2006-07-31 Thomas Fitzsimmons * native/jni/qt-peer/Makefile.am (libqtpeer_la_LDFLAGS): Add -avoid-version. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8276&r2=1.8277 http://cvs.savannah.gnu.org/viewcvs/classpath/native/jni/qt-peer/Makefile.am?cvsroot=classpath&r1=1.6&r2=1.7 From MAILER-DAEMON Mon Jul 31 14:02:56 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7c6S-0008TY-7E for mharc-commit-classpath@gnu.org; Mon, 31 Jul 2006 14:02:56 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7c6R-0008TN-Gg for commit-classpath@gnu.org; Mon, 31 Jul 2006 14:02:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7c6Q-0008TB-6m for commit-classpath@gnu.org; Mon, 31 Jul 2006 14:02:55 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7c6Q-0008T8-0g for commit-classpath@gnu.org; Mon, 31 Jul 2006 14:02:54 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7c98-00024n-4f for commit-classpath@gnu.org; Mon, 31 Jul 2006 14:05:42 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7c6P-0003hl-00 for ; Mon, 31 Jul 2006 14:02:53 -0400 Received: from neumannc by savannah.gnu.org with local (Exim 4.50) id 1G7c6O-0003hi-V6 for commit-classpath@gnu.org; Mon, 31 Jul 2006 18:02:53 +0000 To: commit-classpath@gnu.org Message-Id: From: Carsten Neumann Date: Mon, 31 Jul 2006 18:02:52 +0000 Subject: [commit-cp] classpath ChangeLog java/lang/StrictMath.java X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2006 18:02:55 -0000 CVSROOT: /sources/classpath Module name: classpath Changes by: Carsten Neumann 06/07/31 18:02:52 Modified files: . : ChangeLog java/lang : StrictMath.java Log message: 2006-07-31 Carsten Neumann * StrictMath.java (getLowDWord): Return long instead of int. (getHighDWord): Likewise. (buildDouble): Take two long arguments. (cbrt): Adapted to int -> long change. (expm1): Likewise. (cosh): Likewise. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8277&r2=1.8278 http://cvs.savannah.gnu.org/viewcvs/classpath/java/lang/StrictMath.java?cvsroot=classpath&r1=1.11&r2=1.12 From MAILER-DAEMON Mon Jul 31 15:01:36 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7d1E-0005K2-Jg for mharc-commit-classpath@gnu.org; Mon, 31 Jul 2006 15:01:36 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7d1C-0005Hn-Uf for commit-classpath@gnu.org; Mon, 31 Jul 2006 15:01:34 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7d1B-0005G9-6F for commit-classpath@gnu.org; Mon, 31 Jul 2006 15:01:34 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7d1A-0005Fy-W8 for commit-classpath@gnu.org; Mon, 31 Jul 2006 15:01:33 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7d3t-00075V-Fm for commit-classpath@gnu.org; Mon, 31 Jul 2006 15:04:21 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7d17-0005wa-00 for ; Mon, 31 Jul 2006 15:01:29 -0400 Received: from rabbit78 by savannah.gnu.org with local (Exim 4.50) id 1G7d16-0005wV-9v for commit-classpath@gnu.org; Mon, 31 Jul 2006 19:01:29 +0000 To: commit-classpath@gnu.org Message-Id: From: Roman Kennke Date: Mon, 31 Jul 2006 19:01:28 +0000 Subject: [commit-cp] classpath INSTALL NEWS ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2006 19:01:35 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Roman Kennke 06/07/31 19:01:28 Modified files: . : INSTALL NEWS ChangeLog Log message: 2006-07-31 Roman Kennke * NEWS: Added note about the X peers. * INSTALL: Added install notes about the X peers. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/INSTALL?cvsroot=classpath&r1=1.37&r2=1.38 http://cvs.savannah.gnu.org/viewcvs/classpath/NEWS?cvsroot=classpath&r1=1.160&r2=1.161 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8278&r2=1.8279 From MAILER-DAEMON Mon Jul 31 18:08:06 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7fvi-0007j8-6I for mharc-commit-classpath@gnu.org; Mon, 31 Jul 2006 18:08:06 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7fvg-0007j3-O9 for commit-classpath@gnu.org; Mon, 31 Jul 2006 18:08:04 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7fve-0007ir-EF for commit-classpath@gnu.org; Mon, 31 Jul 2006 18:08:03 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7fve-0007io-8y for commit-classpath@gnu.org; Mon, 31 Jul 2006 18:08:02 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7fyO-0005Vo-UE for commit-classpath@gnu.org; Mon, 31 Jul 2006 18:10:52 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7fvd-000540-00 for ; Mon, 31 Jul 2006 18:08:01 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1G7fvd-00053o-0J for commit-classpath@gnu.org; Mon, 31 Jul 2006 22:08:01 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Mon, 31 Jul 2006 22:08:01 +0000 Subject: [commit-cp] classpath gnu/java/nio/SelectionKeyImpl.java gn... X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2006 22:08:04 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tom Tromey 06/07/31 22:08:00 Modified files: gnu/java/nio : SelectionKeyImpl.java SelectorImpl.java java/nio/channels: SelectionKey.java . : ChangeLog java/nio/channels/spi: AbstractSelectionKey.java Log message: PR libgcj/23682: * java/nio/channels/SelectionKey.java (attach): Now synchronized. (attachment): Likewise. * java/nio/channels/spi/AbstractSelectionKey.java (cancel): Now synchronized. (isValid): Likewise. * gnu/java/nio/SelectionKeyImpl.java (impl): Now final (ch): Likewise. (interestOps): Synchronize. (readyOps): Likewise. * gnu/java/nio/SelectorImpl.java (register): Synchronize around interestOps call. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/nio/SelectionKeyImpl.java?cvsroot=classpath&r1=1.9&r2=1.10 http://cvs.savannah.gnu.org/viewcvs/classpath/gnu/java/nio/SelectorImpl.java?cvsroot=classpath&r1=1.22&r2=1.23 http://cvs.savannah.gnu.org/viewcvs/classpath/java/nio/channels/SelectionKey.java?cvsroot=classpath&r1=1.8&r2=1.9 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8279&r2=1.8280 http://cvs.savannah.gnu.org/viewcvs/classpath/java/nio/channels/spi/AbstractSelectionKey.java?cvsroot=classpath&r1=1.9&r2=1.10 From MAILER-DAEMON Mon Jul 31 18:39:05 2006 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1G7gPh-0000e9-1H for mharc-commit-classpath@gnu.org; Mon, 31 Jul 2006 18:39:05 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1G7gPf-0000c9-Co for commit-classpath@gnu.org; Mon, 31 Jul 2006 18:39:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1G7gPd-0000ac-Gm for commit-classpath@gnu.org; Mon, 31 Jul 2006 18:39:02 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1G7gOf-0008CD-1t for commit-classpath@gnu.org; Mon, 31 Jul 2006 18:38:01 -0400 Received: from [199.232.41.3] (helo=savannah.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1G7gRP-0000O9-Vf for commit-classpath@gnu.org; Mon, 31 Jul 2006 18:40:52 -0400 Received: from savannah.gnu.org ([127.0.0.1]) by savannah.gnu.org with esmtp (Exim 3.36 #1 (Debian)) id 1G7gOe-0007xK-00 for ; Mon, 31 Jul 2006 18:38:00 -0400 Received: from tromey by savannah.gnu.org with local (Exim 4.50) id 1G7gOd-0007xC-F0 for commit-classpath@gnu.org; Mon, 31 Jul 2006 22:38:00 +0000 To: commit-classpath@gnu.org Message-Id: From: Tom Tromey Date: Mon, 31 Jul 2006 22:37:59 +0000 Subject: [commit-cp] classpath INSTALL ChangeLog X-BeenThere: commit-classpath@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: classpath-patches@gnu.org List-Id: "Automatic administrative message \(CVS, bugs, regressions\)." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Jul 2006 22:39:04 -0000 CVSROOT: /cvsroot/classpath Module name: classpath Changes by: Tom Tromey 06/07/31 22:37:59 Modified files: . : INSTALL ChangeLog Log message: * INSTALL: Updated for ASM. CVSWeb URLs: http://cvs.savannah.gnu.org/viewcvs/classpath/INSTALL?cvsroot=classpath&r1=1.38&r2=1.39 http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8280&r2=1.8281