1. 16 Jul, 2005 1 commit
  2. 30 Jun, 2005 1 commit
  3. 20 Oct, 2004 1 commit
    • Timestamp.java, [...]: Reorganized imports and fixed copyright headers. · 724c2517
      2004-10-20  Michael Koch  <konqueror@gmx.de>
      
      	* java/sql/Timestamp.java,
      	java/text/AttributedCharacterIterator.java,
      	java/text/AttributedString.java,
      	java/util/zip/CheckedOutputStream.java,
      	java/util/zip/DeflaterOutputStream.java,
      	java/util/zip/ZipFile.java,
      	javax/crypto/Cipher.java,
      	javax/crypto/ExemptionMechanismException.java,
      	javax/crypto/SecretKey.java,
      	javax/crypto/SecretKeyFactory.java,
      	javax/naming/directory/ModificationItem.java,
      	javax/naming/directory/SearchControls.java,
      	javax/naming/event/NamingListener.java,
      	javax/naming/ldap/Control.java,
      	javax/naming/ldap/ExtendedResponse.java,
      	javax/net/ssl/SSLSocketFactory.java:
      	Reorganized imports and fixed copyright headers.
      
      From-SVN: r89324
      Michael Koch committed
  4. 22 Jan, 2002 1 commit
  5. 17 Nov, 2000 1 commit
  6. 07 Mar, 2000 1 commit
  7. 19 Jan, 2000 1 commit
  8. 18 May, 1999 1 commit
    • ZipOutputStream.java (level): Initial value is Deflater.DEFAULT_COMPRESSION. · 0ffac832
      	* java/util/zip/ZipOutputStream.java (level): Initial value is
      	Deflater.DEFAULT_COMPRESSION.
      	(close): New method.
      	(closeEntry): Likewise.
      	(finish): Likewise.
      	(put_version): Likewise.
      	(write_entry): Likewise.
      	(put2, put4): Now return `int'.
      	(comment): Default to empty string.
      	(bytes_written): New instance variable.
      	(chain): Likewise.
      	* java/util/zip/ZipEntry.java (setComment): Limit length of
      	comment string.
      	(setCrc): Check CRC validity.
      	(setExtra): Check argument validity.
      	(setMethod): Likewise.
      	(setSize): Likewise.
      	(ZipEntry): Likewise.
      	* include/javaprims.h: Updated namespace declarations.
      	* Makefile.in: Rebuilt.
      	* Makefile.am (ordinary_java_source_files): Mention new files.
      	(nat_source_files): Likewise.
      	* java/util/zip/ZipFile.java (readu2): Throw ZipException, not
      	EOFException.
      	(read4): Likewise.
      	(getInputStream): Handle compressed entries.
      	* java/util/zip/GZIPOutputStream.java: New file.
      	* java/util/zip/GZIPInputStream.java: New file.
      	* java/util/zip/DataFormatException.java: New file.
      	* java/util/zip/CheckedInputStream.java: New file.
      	* java/util/zip/CheckedOutputStream.java: New file.
      	* java/util/zip/InflaterInputStream.java: Implemented.
      	* java/util/zip/natInflater.cc: New file.
      	* java/util/zip/Deflater.java: Implemented.
      	* java/util/zip/natDeflater.cc: New file.
      	* java/util/zip/DeflaterOutputStream.java: Implemented.
      	* java/util/zip/ZipInputStream.java (closeZipEntry): Throw
      	ZipException, not IOException.
      	* java/util/zip/ZipFile.java (readDirectory): Throw ZipException,
      	not IOException.
      
      From-SVN: r26996
      Tom Tromey committed