1. 22 Nov, 2004 2 commits
  2. 21 Nov, 2004 2 commits
  3. 18 Nov, 2004 8 commits
    • 2004-11-18 Jeroen Frijters <jeroen@frijters.net> · 6e5b5084
      	* java/net/URLStreamHandler.java
      	(parseURL): Fixed file path canonicalisation.
      
      From-SVN: r90880
      Jeroen Frijters committed
    • 2004-11-18 Jeroen Frijters <jeroen@frijters.net> · c521478a
      	* java/net/URLStreamHandler.java
      	(parseURL): Fixed file path canonicalisation.
      
      From-SVN: r90879
      Michael Koch committed
    • URLClassLoader.java: Whitespace cleanup. · c4cb37ea
      2004-11-18  Michael Koch  <konqueror@gmx.de>
      
      	* java/net/URLClassLoader.java: Whitespace cleanup.
      
      From-SVN: r90877
      Michael Koch committed
    • Complete 1.4 support · fbddd18f
      2004-11-18  Robert Schuster <address@bogus.example.com>
      
      	Complete 1.4 support
      	* java/beans/PropertyDescriptor.java:
      	(setReadMethod): New method
      	(setWriteMethod): New method
      	(equals): Implemented (1.4)
      	(checkMethods): operates on arguments now (private)
      
      From-SVN: r90876
      Robert Schuster committed
    • Inet6Address.java (getHostAddress): Fix textual representation of IPv6 address… · 4fdb8244
      Inet6Address.java (getHostAddress): Fix textual representation of IPv6 address with embedded zeroes to conform to...
      
      2004-11-18  Mattias Rehnberg  <Mattias.Rehnberg@home.se>
      
      	* java/net/Inet6Address.java (getHostAddress): Fix textual
      	representation of IPv6 address with embedded zeroes
      	to conform to RFC 2373.
      
      From-SVN: r90874
      Mattias Rehnberg committed
    • StackTraceElement.java: Made final. · a7349816
      2004-11-18  Jeroen Frijters  <address@bogus.example.com>
      
      	* java/lang/StackTraceElement.java: Made final.
      	* java/nio/channels/Channels.java: Added private constructor.
      	* java/rmi/Naming.java: Added private constructor.
      	* java/rmi/registry/LocateRegistry.java: Added private constructor.
      	* java/rmi/server/RMIClassLoader.java: Added private constructor.
      	* java/security/KeyPairGeneratorSpi.java
      	(clone): Made protected and simplified implementation.
      	* java/text/DateFormat.java
      	(allFields): Made package accessible.
      	* java/text/DecimalFormat.java
      	(formatInternal): Made private.
      	* java/text/Format.java
      	(formatInternal): Made private.
      	* java/util/logging/Handler.java: Made constructor protected.
      	* java/util/regex/Matcher.java: Made final.
      	* java/util/regex/Pattern.java: Made final.
      	* javax/crypto/CipherInputStream.java
      	(mark): Corrected mark parameter type (from long to int).
      	* javax/crypto/ExemptionMechanism.java
      	(finalize): Added.
      	* javax/crypto/Mac.java
      	(getMacLength): Made final.
      	(clone): Made final.
      	* javax/imageio/ImageIO.java: Added private constructor.
      	* javax/imageio/stream/ImageInputStreamImpl.java
      	(checkClosed): Made final.
      	* javax/net/ssl/SSLPermission.java: Made final.
      	* javax/print/DocFlavor.java
      	(hostEncoding): Added work-around to prevent the field from being
      	a compile time constant.
      	* javax/print/attribute/AttributeSetUtilities.java: Added private
      	constructor.
      	(UnmodifiableDocAttributeSet): Made private.
      	(UnmodifiablePrintJobAttributeSet): Made private.
      	(UnmodifiablePrintRequestAttributeSet): Made private.
      	(UnmodifiablePrintServiceAttributeSet): Made private.
      	(SynchronizedAttributeSet): Made private.
      	(SynchronizedDocAttributeSet): Made private.
      	(SynchronizedPrintJobAttributeSet): Made private.
      	(SynchronizedPrintRequestAttributeSet): Made private.
      	(SynchronizedPrintServiceAttributeSet): Made private.
      	* javax/security/auth/PrivateCredentialPermission.java: Made final.
      
      From-SVN: r90866
      Jeroen Frijters committed
    • BeanInfoEmbryo.java: Use TreeMap for proper sorting. · f0b4747b
      2004-11-18  Craig Black  <craig.black@aonix.com>
      
      	* gnu/java/beans/BeanInfoEmbryo.java: Use TreeMap for proper sorting.
      
      From-SVN: r90858
      Craig Black committed
    • Makefile.am: Correct friend function declaration. · 21a0c6e0
      	* Makefile.am: Correct friend function declaration.
      	* Makefile.in: Regenerated.
      	* include/boehm-gc.h (JV_MARKOBJ_DECL, JV_MARKARRAY_DECL): Add
      	scope to function names.  Declare functions directly.
      	* libjava/java/lang/Class.h
      	(java::lang::Class): Correct friend class declaration.
      	(_Jv_InitClass, _Jv_GetArrayClass): Move definition to global
      	scope.
      	* libjava/java/lang/Class.h
      	(java::lang::Object): Correct friend class declaration.
      
      From-SVN: r90849
      Kriang Lerdsuwanakij committed
  4. 17 Nov, 2004 7 commits
  5. 16 Nov, 2004 7 commits
  6. 15 Nov, 2004 1 commit
    • 004-11-15 Andreas Tobler <a.tobler@schweiz.ch> · 50714886
      	Import/Merge the X.509 certificate code from Classpath.
      
      	* Makefile.am: Add imported files.
      	* Makefile.in: Regenerate.
      
      	2004-11-07  Casey Marshall  <csm@gnu.org>
      
      	* gnu/java/security/provider/Gnu.java(<init>): Add entries in a
      	priviliged action. Add new algorithms.
      	* gnu/java/security/provider/X509CertificateFactory.java
      	(engineGenerateCertificate): Chain exceptions.
      	(engineGenerateCertificates): Likewise.
      	(engineGenerateCRL): Likewise.
      	(engineGenerateCRLs): Likewise.
      	(engineGenerateCertPath): New methods.
      	(generateCert): Throw exception if 'inStream' is null.
      	(generateCRL): Likewise.
      	* gnu/java/security/x509/X500DistinguishedName.java: Replaced with
      	version from GNU Crypto CVS.
      	* gnu/java/security/x509/X509CRL.java: Likewise.
      	* gnu/java/security/x509/X509CRLEntry.java: Likewise.
      	* gnu/java/security/x509/X509Certificate.java: Likewise.
      	* java/security/cert/TrustAnchor.java: Call 'toString' and not
      	toRFC2253.
      	* gnu/java/security/provider/CollectionCertStoreImpl.java,
      	* gnu/java/security/provider/EncodedKeyFactory.java,
      	* gnu/java/security/provider/GnuDHPublicKey.java,
      	* gnu/java/security/provider/GnuRSAPrivateKey.java,
      	* gnu/java/security/provider/GnuRSAPublicKey.java,
      	* gnu/java/security/provider/MD2withRSA.java,
      	* gnu/java/security/provider/MD4withRSA.java,
      	* gnu/java/security/provider/MD5withRSA.java,
      	* gnu/java/security/provider/PKIXCertPathValidatorImpl.java,
      	* gnu/java/security/provider/RSA.java,
      	* gnu/java/security/provider/RSAKeyFactory.java,
      	* gnu/java/security/provider/SHA1withRSA.java,
      	* gnu/java/security/x509/GnuPKIExtension.java,
      	* gnu/java/security/x509/PolicyNodeImpl.java,
      	* gnu/java/security/x509/Util.java,
      	* gnu/java/security/x509/X509CRLSelectorImpl.java,
      	* gnu/java/security/x509/X509CertPath.java,
      	* gnu/java/security/x509/X509CertSelectorImpl.java,
      	* gnu/java/security/x509/ext/AuthorityKeyIdentifier.java,
      	* gnu/java/security/x509/ext/BasicConstraints.java,
      	* gnu/java/security/x509/ext/CRLNumber.java,
      	* gnu/java/security/x509/ext/CertificatePolicies.java,
      	* gnu/java/security/x509/ext/ExtendedKeyUsage.java,
      	* gnu/java/security/x509/ext/Extension.java,
      	* gnu/java/security/x509/ext/GeneralNames.java,
      	* gnu/java/security/x509/ext/IssuerAlternativeNames.java,
      	* gnu/java/security/x509/ext/KeyUsage.java,
      	* gnu/java/security/x509/ext/PolicyConstraint.java,
      	* gnu/java/security/x509/ext/PolicyMappings.java,
      	* gnu/java/security/x509/ext/PrivateKeyUsagePeriod.java,
      	* gnu/java/security/x509/ext/ReasonCode.java,
      	* gnu/java/security/x509/ext/SubjectAlternativeNames.java,
      	* gnu/java/security/x509/ext/SubjectKeyIdentifier.java: New files.
      
      	2004-11-07  Casey Marshall  <csm@gnu.org>
      
      	* gnu/java/security/x509/X509CRL.java:
      	Missed import statements in previous checkin.
      
      	2004-11-07  Casey Marshall  <csm@gnu.org>
      
      	* gnu/java/security/x509/X509CertPath.java (parse): Fixed reference
      	to 'X509CertificateImpl' from previous checkin.
      
      From-SVN: r90682
      Andreas Tobler committed
  7. 12 Nov, 2004 3 commits
    • re PR testsuite/14264 (testsuite should set LC_ALL/LANG to C) · 690e11b8
      2004-11-12  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR other/14264
              * lib/g++.exp: Set LC_ALL and LANG to C.
              * lib/gcc-dg.exp: Likewise.
              * lib/gfortran.exp: Likewise.
              * lib/objc.exp: Likewise.
              * lib/treelang.exp: Likewise.
      2004-11-12  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR other/14264
              * testsuite/lib/libstdc++.exp: Set LC_ALL and LANG to C.
      2004-11-12  Andrew Pinski  <pinskia@physics.uc.edu>
      
              PR other/14264
              * testsuite/lib/libjava.exp: Set LC_ALL and LANG to C.
      
      From-SVN: r90539
      Andrew Pinski committed
    • FileLock.java (isValid): locks are valid if the channel is open. · 2941ddc4
      2004-11-11  Casey Marshall  <csm@gnu.org>
      
      	* gnu/java/nio/FileLock.java (isValid): locks are valid if the
      	channel is open.
      	* gnu/java/nio/channels/natFileChannelPosix.cc (lock): use
      	'F_RDLCK' for shared locks, 'F_WRLCK' for exclusive locks.
      
      From-SVN: r90538
      Casey Marshall committed
    • Fixed regression: · 5fd40200
      2004-11-11  Robert Schuster <thebohemian@gmx.net>
      
             Fixed regression:
             * gnu/java/beans/IntrospectionIncubator.java:
             (addMethod): corrected classification of normal and property methods
             (capitalize): added documentation
             (DoubleKey): [class] added documentation
      
      From-SVN: r90527
      Robert Schuster committed
  8. 09 Nov, 2004 1 commit
  9. 08 Nov, 2004 1 commit
  10. 07 Nov, 2004 7 commits
  11. 06 Nov, 2004 1 commit
    • UnicastConnectionManager.java (clients): Now package-private. · 9ec0f3c8
      	* gnu/java/rmi/server/UnicastConnectionManager.java (clients): Now
      	package-private.
      	(connections): Likewise.
      	(scavenger): Likewise.
      	* gnu/java/rmi/server/ConnectionRunnerPool.java (freelist): Now
      	package-private.
      	* gnu/java/rmi/server/UnicastRemoteCall.java (vec): Now
      	package-private.
      	(ptr): Likewise.
      	* gnu/classpath/ServiceFactory.java (log): Now package-private.
      
      From-SVN: r90206
      Tom Tromey committed