1. 26 Nov, 2003 12 commits
    • 2003-11-26 Michael Koch <konqueror@gmx.de> · 4aa74bd3
      	* java/net/DatagramSocket.java
      	(impl): Made private.
      	(bound): New private member variable.
      	(DatagramSocket): Fixed documentation, use getImpl().
      	(getImpl): New package-private method.
      	(isClosed): Use getImpl().
      	(getLocalAddress): Completed documentation, use getImpl().
      	(getLocalPort): Use getImpl().
      	(getSoTimeout): Likewise.
      	(setSoTimeout): Likewise.
      	(getSendBufferSize): Likewise.
      	(setSendBufferSize): Likewise.
      	(getReceiveBufferSize): Likewise.
      	(setReceiveBufferSize): Likewise.
      	(connect): Likewise.
      	(disconnect): Likewise.
      	(receive): Likewise.
      	(send): Likewise.
      	(setReuseAddress): Likewise.
      	(setTrafficClass): Likewise.
      	(bind): Added message to exception.
      	(isClosed): Completed documentation.
      	(getChannel): Likewise.
      	(connect): Added missing exception, refined exception message.
      	(isBound): Completed documentation, just return bound.
      	(isConnected): Completed documentation.
      	(getRemoteSocketAddress): Likewise.
      	(getReuseAddress): Completed documentation, use getImpl().
      	(setSoBroadcast): Likewise.
      	(getSoBroadcast): Likewise.
      	(getTrafficClass): Likewise.
      	(getLocalSocketAddress): Simplified.
      	* java/net/MulticastSocket.java
      	(MulticastSocket): Removed comment not applying anymore.
      	(getInterface): Use getImpl().
      	(getTTL): Likewise.
      	(getTimeToLive): Likewise.
      	(setInterface): Likewise.
      	(setNetworkInterface): Likewise.
      	(getNetworkInterface): Likewise.
      	(setLoopback): Likewise.
      	(getLoopback): Likewise.
      	(setTTL): Likewise.
      	(setTimeToLive): Likewise.
      	(joinGroup): Likewise.
      	(leaveGroup): Likewise.
      	(send): Likewise.
      
      From-SVN: r73951
      Michael Koch committed
    • ffitest.h: Include <fcntl.h>. · 88096b2a
      	* testsuite/libffi.call/ffitest.h: Include <fcntl.h>.
      	* testsuite/libffi.special/ffitestcxx.h: Likewise.
      
      From-SVN: r73950
      Kaveh R. Ghazi committed
    • 2003-11-26 Michael Koch <konqueror@gmx.de> · 948888e1
      	* java/net/Socket.java
      	(implCreated): Dont set default value explicitely, added
      	documentation.
      	(inputShutdown): Likewise.
      	(outputShutdown): Likewise.
      	(bound): New private member variable.
      	(bind): Set bound to true.
      	(close): Set bound to false.
      	(isBound): Return bound.
      	* java/net/ServerSocket.java
      	(bound): New private member variable.
      	(bind): Set bound to true.
      	(close): Set bound to false.
      	(isBound): Return bound.
      
      From-SVN: r73949
      Michael Koch committed
    • 2003-11-26 Paolo Carlini <pcarlini@suse.de> · 7fb1d711
      	* include/bits/locale_facets.h
      	(__numpunct_cache<>::_M_cache): Avoid zeroing _M_grouping,
      	_M_truename and _M_falsename: the constructor always does
      	it immediately before the _M_cache call.
      
      From-SVN: r73948
      Paolo Carlini committed
    • 2003-11-26 Michael Koch <konqueror@gmx.de> · a7c084ac
      	* java/net/URL.java
      	(URL): Fixed documentation to be HTML compliant.
      	(getContent): Completed documentation.
      	(getFile): Likewise.
      	(getPath): Likewise.
      	(getAuthority): Likewise.
      	(getHost): Likewise.
      	(getDefaultPort): Likewise.
      	(getProtocol): Likewise.
      	(hashCode): Likewise.
      	(openConnection): Likewise.
      	(openStream): Likewise.
      	(set): Likewise.
      	(getURLStreamHandler): Wrapped lines to fit into our 79 chars rule.
      
      From-SVN: r73947
      Michael Koch committed
    • 2003-11-26 Michael Koch <konqueror@gmx.de> · 57a5c93b
      	* java/net/InetSocketAddress.java
      	(hostname): Made private, added documentation.
      	(addr): Likewise.
      	(port): Likewise.
      	(equals): Completed documentation.
      	(getAddress): Likewise.
      	(getHostName): Likewise.
      	(getPort): Likewise.
      	(hashCode): Likewise.
      	(isUnresolved): Likewise.
      	(toString): Likewise.
      
      From-SVN: r73946
      Michael Koch committed
    • 2003-11-26 Michael Koch <konqueror@gmx.de> · 6cf0ea4b
      	* gnu/java/net/protocol/file/Handler.java
      	(Handler): New explicit constructor.
      	(openConnection): Added documentation.
      	* gnu/java/net/protocol/jar/Handler.java
      	(Handler): New explicit constructor.
      	(openConnection): Added documentation.
      
      From-SVN: r73945
      Michael Koch committed
    • 2003-11-26 Michael Koch <konqueror@gmx.de> · e08932b2
      	* java/net/DatagramPacket.java
      	(DatagramPacket): Fixed documentation to become legal HTML.
      
      From-SVN: r73944
      Michael Koch committed
    • re PR target/6466 (backend uses bad type for frame size calculation.) · 6a151f87
      	PR target/6466
      	* config/sparc/sparc-protos.h (compute_frame_size): New prototype.
      	(sparc_flat_compute_frame_size): Likewise.
      	(sparc_flat_save_restore): Move prototype...
      	* config/sparc/sparc.c (sparc_flat_save_restore): ...here.
      	(save_regs): New prototype.
      	(build_big_number): Likewise.
      	(apparent_fsize): Change type to HOST_WIDE_INT.
      	(actual_fsize): Likewise.
      	(frame_base_offset): Likewise.
      	(build_big_number): Add support for HOST_BITS_PER_WIDE_INT == 64.
      	Change string descriptor to HOST_WIDE_INT_PRINT_DEC.
      	[TARGET_ARCH64]: Use the sequence of sparc_emit_set_const64_longway
      	to load a 64-bit constant.
      	(sparc_nonflat_function_prologue): Change string descriptor to
      	HOST_WIDE_INT_PRINT_DEC.  Change offset type to HOST_WIDE_INT.
      	(output_restore_regs): Change offset type to HOST_WIDE_INT.
      	(sparc_nonflat_function_epilogue): Change string descriptor to
      	HOST_WIDE_INT_PRINT_DEC.  Use build_big_number.
      	(output_sibcall): Change size type to HOST_WIDE_INT.  Use
      	build_big_number.  Change string descriptor to HOST_WIDE_INT_PRINT_DEC.
      	(sparc_frame_info): Change types for several components.
      	(sparc_flat_compute_frame_size): Update types according to previous
      	change.
      	(sparc_flat_function_prologue): Change string descriptor to
      	HOST_WIDE_INT_PRINT_DEC.  Change offset type to int.  Use
      	build_big_number.
      	(sparc_flat_function_epilogue): Change offset type to int.
      	Rename 'size1' into 'reg_offset1'.  Change string descriptor to
      	HOST_WIDE_INT_PRINT_DEC.  Use build_big_number.  Change big number
      	limit to 4096 instead of 4095.
      
      	* config/sparc/sparc.c (mems_ok_for_ldd_peep): Change offset type to
      	HOST_WIDE_INT.
      
      Co-Authored-By: Olivier Hainque <hainque@act-europe.fr>
      
      From-SVN: r73942
      Eric Botcazou committed
    • re PR middle-end/12548 ([non-weak] gcj now failes to compile included example) · 8bc7a740
        PR java/12548
        * resource.c (write_resource_constructor): Append
        "_resource" to constructor identifier name.
      
      From-SVN: r73940
      Mohan Embar committed
    • Daily bump. · c3786c3e
      From-SVN: r73936
      GCC Administrator committed
  2. 25 Nov, 2003 10 commits
    • codecvt_members.cc (codecvt::do_length): Rewrite, using both mbsnrtowcs and mbrtowc in a loop... · 5af91f06
      2003-11-25  Paolo Carlini  <pcarlini@suse.de>
      
      	* config/locale/gnu/codecvt_members.cc (codecvt::do_length):
      	Rewrite, using both mbsnrtowcs and mbrtowc in a loop: the
      	former is very fast, but stops if encounters a NUL.
      	(codecvt::do_out): Tweaks.
      	(codecvt::do_in): Tweaks, improve the code dealing with errors.
      	* testsuite/performance/wchar_t_length.cc: New.
      
      From-SVN: r73934
      Paolo Carlini committed
    • cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to d_demangle. · eb459c81
      	* cp-demangle.c (java_demangle_v3): Pass DMGL_PARAMS to
      	d_demangle.
      
      From-SVN: r73931
      Ian Lance Taylor committed
    • javaprims.h: Added missing java.util.Currency. · 3366ae36
      2003-11-25  Michael Koch  <konqueror@gmx.de>
      
      	* gcj/javaprims.h: Added missing java.util.Currency.
      
      From-SVN: r73927
      Michael Koch committed
    • re PR java/13183 ([unit-at-a-time] incorrect multidimensional array initializer with -O2) · 75182467
      Fix PR java/13183.
      * constants.c (cpool_for_class): New function.
      (outgoing_cpool): Remove global variable.
      (alloc_name_constant): Use cpool_for_class.
      (build_constants_constructor): Likewise.
      * decl.c (java_expand_body): Set current_class.
      * java-tree.h (outgoing_cpool) Remove declaration.
      (init_outgoing_cpool): Likewise.
      * jcf-parse.c (init_outgoing_cpool): Remove function.
      (parse_class_file): Don't call init_outgoing_cpool.
      * parse.y (java_complete_expand_methods): Don't call
      init_outgoing_cpool.  Don't save outgoing_cpool.
      (java_expand_classes): Don't restore outgoing_cpool.
      (java_finish_classes): Likewise.
      
      From-SVN: r73926
      Jeff Sturm committed
    • Make-lang.in (treelang.tags): Create TAGS.sub files in each directory and TAGS… · fbe3f997
      Make-lang.in (treelang.tags): Create TAGS.sub files in each directory and TAGS files that include them for...
      
              * Make-lang.in (treelang.tags): Create TAGS.sub files in each
              directory and TAGS files that include them for each front end.
      
      From-SVN: r73921
      Jason Merrill committed
    • xfails: Removed these two tests, they mystically pass now... · 7d9c11e5
      2003-11-25  Michael Koch  <konqueror@gmx.de>
      
      	* testsuite/libjava.mauve/xfails:
      	Removed these two tests, they mystically pass now:
      	-FAIL: gnu.testlet.java.net.ServerSocket.ServerSocketTest: Error :
      	test_params failed - 5getInetAddress did not return proper values
      	(number 1)
      	-FAIL: gnu.testlet.java.net.Socket.SocketTest: Error :
      	test_BasicServer failed - 11 exception was thrown :Illegal seek
      	(number 1)
      
      From-SVN: r73919
      Michael Koch committed
    • 2003-11-25 Michael Koch <konqueror@gmx.de> · 66e5d61f
      	* java/net/DatagramSocket.java
      	(factory): Made private.
      	(closed): Removed.
      	(DatagramSocket): Check impl argument, use constructor with
      	SocketAddress argument.
      	(close): Set impl to null, use isClosed().
      	(isClosed): Check for impl == null.
      	(getLocalAddress): Use isClosed().
      	(getLocalPort): Check if socket is closed.
      	(getSoTimeout): Likewise.
      	(setSoTimeout): Likewise.
      	(getSendBufferSize): Likewise.
      	(setSendBufferSize): Likewise.
      	(getReceiveBufferSize): Likewise.
      	(setReceiveBufferSize): Likewise.
      	(receive): Likewise.
      	(send): Likewise.
      	(bind): Likewise.
      	(connect): Likewise.
      	(setReuseAddress): Likewise.
      	(getReuseAddress): Likewise.
      	(setBroadcast): Likewise.
      	(getBroadcast): Likewise.
      	(setTrafficClass): Likewise.
      	(getTrafficClass): Likewise.
      	* java/net/MulticastSocket.java
      	(getInterface): Check if socket is closed.
      	(getTTL): Likewise.
      	(getTimeToLive): Likewise.
      	(setInterface): Likewise.
      	(setNetworkInterface): Likewise.
      	(getNetworkInterface): Likewise.
      	(setLoopbackMode): Likewise.
      	(setTTL): Likewise.
      	(setTimeToLive): Likewise.
      	(joinGroup): Likewise.
      	(leaveGroup): Likewise.
      	(send): Likewise.
      	* java/net/ServerSocket.java
      	(closed): Removed.
      	(close): Check if socket is closed, set impl to null.
      	(isClosed): Check impl == null;
      	(ServerSocket): Check impl argument.
      	(getInetAddress): Check if socket is bound.
      	(getLocalPort): Likewise.
      	(getLocalSocketAddress): Likewise.
      	(bind): Check if socket is closed.
      	(implAccept): Likewise.
      	(setSoTimeout): Likewise.
      	(getSoTimeout): Likewise.
      	(setReuseAddress): Likewise.
      	(getReuseAddress): Likewise.
      	(setReceiveBufferSize): Likewise.
      	(getReceiveBufferSize): Likewise.
      	(toString): Make output compliant to JDK 1.4.2.
      	* java/net/Socket.java
      	(closed): Removed.
      	(Socket): Fixed documentation.
      	(connect): Check if socket is closed, changed exception text,
      	fixed documentation.
      	(getInputStream): Check of socket is closed  and connected.
      	(getOutputStream): Likewise.
      	(bind): Check if socket is closed.
      	(setTcpNoDelay): Likewise.
      	(getTcpNoDelay): Likewise.
      	(setSoLinger): Likewise.
      	(getSoLinger): Likewise.
      	(sendUrgentData): Likewise.
      	(setOOBInline): Likewise.
      	(getOOBInline): Likewise.
      	(setSoTimeout): Likewise.
      	(getSoTimeout): Likewise.
      	(setSendBufferSize): Likewise.
      	(getSendBufferSize): Likewise.
      	(setReceiveBufferSize): Likewise.
      	(getReceiveBufferSize): Likewise.
      	(setKeepAlive): Likewise.
      	(getKeepAlive): Likewise.
      	(close): Likewise.
      	(shutdownInput): Likewise.
      	(shutdownOutput): Likewise.
      	(getReuseAddress): Likewise.
      	(getTrafficClass): Likewise.
      	(setTrafficClass): Likewise.
      	(isClosed): Check impl == null.
      	(toString): Added missing ']'.
      
      From-SVN: r73918
      Michael Koch committed
    • Fix date in my latest commit. · dcb5fe8b
      From-SVN: r73915
      Andreas Jaeger committed
    • Makefile.in: Rebuilt. · 2758ce13
      	* Makefile.in: Rebuilt.
      	* Makefile.am (propdir): New macro.
      	(install-data-local): Install logging.properties.
      	(core_java_source_files): Added java.util.logging.*.
      	* java/util/logging/logging.properties: New file.
      
      From-SVN: r73907
      Tom Tromey committed
    • Daily bump. · e33a8f92
      From-SVN: r73905
      GCC Administrator committed
  3. 24 Nov, 2003 18 commits