X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=libjava%2FChangeLog;h=1f649b3a1edaf7db410386f5326ae4438d0298fb;hb=7392d513b3ff36864f1607f28bf1c7d652c57590;hp=d5842df9303dc5d017d7af4458e8220bc955786d;hpb=28b9b65e23f53f81e1602038ae5ca5f4ada96596;p=pf3gnuchains%2Fgcc-fork.git diff --git a/libjava/ChangeLog b/libjava/ChangeLog index d5842df9303..1f649b3a1ed 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,197 @@ +2004-11-16 Andreas Tobler + + * java/security/Security.java (Security): Silence the warning about no + providers found in the no debug case. + +2004-11-16 Michael Koch + + * java/net/InetAddress.java + (toString): Merged from GNU classpath. + +2004-11-16 Michael Koch + + * java/awt/geom/doc-files/Area-1.png, + java/awt/geom/doc-files/Ellipse-1.png, + java/awt/geom/doc-files/GeneralPath-1.png: + New files. + +2004-11-16 Michael Koch + + * java/util/Currency.java (cache): Fix modifier order. + +2004-11-16 Michael Koch + + * java/io/BufferedReader.java, + java/io/FileInputStream.java, + java/io/FileOutputStream.java, + java/io/FileWriter.java, + java/io/OutputStreamWriter.java, + java/io/PipedInputStream.java, + java/io/PipedOutputStream.java, + java/io/PipedReader.java, + java/io/PipedWriter.java, + java/io/PrintStream.java, + java/io/PushbackInputStream.java, + java/io/RandomAccessFile.java, + java/io/Reader.java, + java/io/StreamTokenizer.java, + java/io/StringReader.java, + java/net/NetworkInterface.java, + java/net/URLClassLoader.java, + java/nio/ByteOrder.java, + java/nio/channels/Channel.java: + Fixed javadocs all over. + +2004-11-16 Andreas Tobler + + * Makefile.am: Add imported files. + * Makefile.in: Regenerate. + + 2004-10-24 Casey Marshall + + * javax/security/auth/login/LoginContext.java: Implemented. + * javax/security/auth/login/Configuration.java (getConfig): New method. + * javax/security/auth/spi/LoginModule.java, + * gnu/java/security/action/GetSecurityPropertyAction.java: New files. + +2004-11-15 Andreas Tobler + + Import/Merge the X.509 certificate code from Classpath. + + * Makefile.am: Add imported files. + * Makefile.in: Regenerate. + + 2004-11-07 Casey Marshall + + * gnu/java/security/provider/Gnu.java(): 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 + + * gnu/java/security/x509/X509CRL.java: + Missed import statements in previous checkin. + + 2004-11-07 Casey Marshall + + * gnu/java/security/x509/X509CertPath.java (parse): Fixed reference + to 'X509CertificateImpl' from previous checkin. + +2004-11-12 Andrew Pinski + + PR other/14264 + * testsuite/lib/libjava.exp: Set LC_ALL and LANG to C. + +2004-11-11 Casey Marshall + + * 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. + +2004-11-11 Robert Schuster + + Fixed regression: + * gnu/java/beans/IntrospectionIncubator.java: + (addMethod): Corrected classification of normal and property methods. + (capitalize): Added documentation. + (DoubleKey): [class] Added documentation. + +2004-11-09 Tom Tromey + + * include/jni.h: Added FIXME. + +2004-11-08 Tom Tromey + + * java/util/GregorianCalendar.java: Removed unused imports. + * java/util/Vector.java: Removed unused import. + +2004-11-07 Michael Koch + + * java/lang/Process.java: + Import cleanups. + +2004-11-07 Jeroen Frijters + + * java/util/zip/ZipEntry.java + (KNOWN_SIZE, KNOWN_CSIZE, KNOWN_CRC, KNOWN_TIME): Made final. + +2004-11-07 Robert Schuster + + Fixes bug #10908 + * gnu/java/beans/IntrospectionIncubator.java: + (addMethod): static methods are discarded now, too. + +2004-11-07 Andrew John Hughes + + * java/util/GregorianCalendar.java + Added/amended documentation. + +2004-11-07 Andrew John Hughes + + * java/util/Collections.java + Added documentation. + * java/util/SortedMap.java + Clarified some method examples. + * java/util/SortedSet.java + Clarified some method examples. + +2004-11-07 Andrew John Hughes + + * java/util/Currency.java + Documented variables and methods more fully. + Caches the currency instances, so that a request + for a locale, l, only ever returns the same + instance (i.e. successive calls to getInstance(l) + are reference equivalent (==)). + 2004-11-07 Andrew John Hughes * java/util/Date.java