1. 19 May, 1999 12 commits
  2. 18 May, 1999 8 commits
    • version.c: Bump to distinguish mainline tree from the gcc-2.95 branch. · 965f4536
              * version.c: Bump to distinguish mainline tree from the
              gcc-2.95 branch.
      Also rotate the ChangeLog file.
      
      From-SVN: r27000
      Jeff Law committed
    • call.c (joust): Compare the types of the conv ops, not the target types of the conversions. · 8ac58be4
      	* call.c (joust): Compare the types of the conv ops, not the
      	target types of the conversions.
      
      From-SVN: r26999
      Jason Merrill committed
    • new · 780c0cb4
      From-SVN: r26998
      Jason Merrill committed
    • Makefile.am (ordinary_java_source_files): Added DatagramPacket.java... · 39b1a058
      	* Makefile.am (ordinary_java_source_files): Added DatagramPacket.java,
      	DatagramSocket.java, DatagramSocketImpl.java, MulticastSocket.java,
      	PlainDatagramSocketImpl.java, and SocketOptions.java.
      	(nat_source_files): Added natPlainDatagramSocketImpl.cc.
      	* Makefile.in: Rebuilt.
      	* java/net/DatagramPacket.java: New file.
      	* java/net/DatagramSocket.java: New file.
      	* java/net/DatagramSocketImpl.java: New file.
      	* java/net/MulticastSocket.java: New file.
      	* java/net/PlainDatagramSocketImpl.java: New file.
      	* java/net/SocketOptions.java: New file.
      	* java/net/natPlainDatagramSocketImpl.cc: New file.
      
      From-SVN: r26997
      Warren Levy committed
    • 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
    • java-except.h (struct eh_range): Removed unused `next' member. · 5a9e5c6f
      	* java-except.h (struct eh_range): Removed unused `next' member.
      	* verify.c (verify_jvm_instructions): Call check_nested_ranges
      	after adding all exception handlers.  Sort exception ranges in
      	order of start PC.
      	(struct pc_index): New structure.
      	(start_pc_cmp): New function.
      	* except.c (add_handler): Return `void'.  Don't call link_handler;
      	instead construct an ordinary linked list and do range
      	coalescing.
      	(check_nested_ranges): New function.
      	(link_handler): Changed interface to allow merging of eh_ranges.
      	Split overlapping ranges.  Return `void'.
      
      From-SVN: r26995
      Tom Tromey committed
    • Daily bump. · 9580a2d0
      From-SVN: r26992
      Jeff Law committed
  3. 17 May, 1999 20 commits