1. 13 Feb, 2003 22 commits
    • 2003-02-13 Michael <konqueror@gmx.de> · 6b603eb9
      	* gnu/java/nio/FileChannelImpl.java
      	(lengthInternal): Must be native.
      	(size): Check if channel is already closed.
      	(implCloseChannel): Reformated.
      	(read): w was unused, removed it.
      	(read): Removed.
      	(read): New method.
      	(write): New method.
      	(map): Check arguments.
      	(force): Throws IOException, check if channel is closed.
      	(transferTo): New method.
      	(transferFrom): New method.
      	(lock): New method.
      	(tryLock): New method.
      	(position): New method.
      	(truncate): New method.
      	(nio_mmap_file): Uncommented.
      	(nio_munmap_file): Uncommented.
      	(nio_msync): Uncommented.
      	* gnu/java/nio/natFileChannelImpl.cc: New file.
      
      From-SVN: r62841
      Michael Koch committed
    • install.texi (Specific): Update three SCO-related URLs. · e0d9cc77
      	* doc/install.texi (Specific): Update three SCO-related URLs.
      
      Co-Authored-By: Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
      
      From-SVN: r62840
      Robert Lipe committed
    • cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t. · 9fb93b00
      	* cgraph.c (SET_NPREDECESORS): Add intermediate cast to size_t.
      	Parenthesize properly.
      	(NPREDECESORS): Parenthesize properly.
      
      From-SVN: r62838
      Andreas Schwab committed
    • 2003-02-13 Michael Koch <konqueror@gmx.de> · 8c9c9dfb
      	* java/nio/ByteBuffer.java
      	(endian): New member variable.
      	(get): New methods.
      	(equals): New method.
      	(compareTo): New method.
      	(order): New methods.
      	(compact): New method.
      	(isDirect): New method.
      	(slice): New method.
      	(duplicate): New method.
      	(asReadOnlyBuffer): New method.
      	(asCharBuffer): New method.
      	(asDoubleBuffer): New method.
      	(asFloatBuffer): New method.
      	(asIntBuffer): New method.
      	(asLongBuffer): New method.
      	(asShortBuffer): New method.
      	(get*): New methods.
      	(put*): New methods.
      	(toString): New method.
      	* java/nio/CharBuffer.java
      	(CharBuffer): Implement Comparable instead of Cloneable.
      	(get): May not be final.
      	(put): May not be final.
      
      From-SVN: r62836
      Michael Koch committed
    • NameFinder.java (createStackTraceElement): Use lastIndexOf( ) instead of… · 4cce66c3
      NameFinder.java (createStackTraceElement): Use lastIndexOf( ) instead of indexOf( ) to find the colon before the line...
      
      2002-02-13  Ranjit Mathew  <rmathew@hotmail.com>
      
             * gnu/gcj/runtime/NameFinder.java (createStackTraceElement): Use
             lastIndexOf( ) instead of indexOf( ) to find the colon before
             the line number, because Win32 file names might contain a
             drive letter and a colon at the start of an absolute path.
      
      From-SVN: r62834
      Ranjit Mathew committed
    • 2003-02-13 Michael Koch <konqueror@gmx.de> · 3b95ff5e
      	* gnu/java/nio/natSocketChannelImpl.cc
      	(SocketConnect): This is not implemented yet.
      	(SocketBind): This is not implemented yet.
      
      From-SVN: r62833
      Michael Koch committed
    • natByteBufferImpl.cc, [...]: Added copyright and license. · 9038b8b4
      2003-02-13  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/nio/natByteBufferImpl.cc,
      	gnu/java/nio/natCharBufferImpl.cc,
      	gnu/java/nio/natDoubleBufferImpl.cc,
      	gnu/java/nio/natFloatBufferImpl.cc,
      	gnu/java/nio/natIntBufferImpl.cc,
      	gnu/java/nio/natLongBufferImpl.cc,
      	gnu/java/nio/natShortBufferImpl.cc:
      	Added copyright and license.
      	* java/nio/DoubleBuffer.java,
      	java/nio/FloatBuffer.java,
      	java/nio/IntBuffer.java,
      	java/nio/LongBuffer.java,
      	java/nio/ShortBuffer.java
      	(array): Throw exceptions.
      	(arrayOffset): Throw exceptions.
      
      From-SVN: r62832
      Michael Koch committed
    • Improve previous fix. · e8298892
      From-SVN: r62831
      Gabriel Dos Reis committed
    • decl.c: (define_label): Fix warning for return 0 instead of NULL. · 62ed060f
      2003-02-14   Andrew Pinski <pinskia@physics.uc.edu>
      
              * decl.c: (define_label): Fix warning for return 0 instead of NULL.
      
      From-SVN: r62828
      Andrew Pinski committed
    • FileBasedFactory.java, [...]: New files, all merged from classpath. · 63640075
      2003-02-13  Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/util/prefs/FileBasedFactory.java,
      	gnu/java/util/prefs/MemmoryBasedFactory.java,
      	gnu/java/util/prefs/MemoryBasedPreferences.java,
      	gnu/java/util/prefs/NodeReader.java,
      	gnu/java/util/prefs/NodeWriter.java,
      	java/util/prefs/AbstractPreferences.java,
      	java/util/prefs/BackingStoreException.java,
      	java/util/prefs/InvalidPreferencesFormatException.java,
      	java/util/prefs/NodeChangeEvent.java,
      	java/util/prefs/NodeChangeListener.java,
      	java/util/prefs/PreferenceChangeEvent.java,
      	java/util/prefs/PreferenceChangeListener.java,
      	java/util/prefs/Preferences.java,
      	java/util/prefs/PreferencesFactory.java:
      	New files, all merged from classpath.
      	* Makefile.am
      	(ordinary_java_source_files): Added the following files:
      	gnu/java/util/prefs/FileBasedFactory.java,
      	gnu/java/util/prefs/MemmoryBasedFactory.java,
      	gnu/java/util/prefs/MemoryBasedPreferences.java,
      	gnu/java/util/prefs/NodeReader.java,
      	gnu/java/util/prefs/NodeWriter.java,
      	(core_java_source_files): Added the following files:
      	java/util/prefs/AbstractPreferences.java,
      	java/util/prefs/BackingStoreException.java,
      	java/util/prefs/InvalidPreferencesFormatException.java,
      	java/util/prefs/NodeChangeEvent.java,
      	java/util/prefs/NodeChangeListener.java,
      	java/util/prefs/PreferenceChangeEvent.java,
      	java/util/prefs/PreferenceChangeListener.java,
      	java/util/prefs/Preferences.java,
      	java/util/prefs/PreferencesFactory.java
      	* Makefile.in: Regenerated.
      
      From-SVN: r62827
      Michael Koch committed
    • Moved ChangeLog entry into correct ChangeLog file · 31aef004
      From-SVN: r62825
      Michael Koch committed
    • 2003-02-13 Michael Koch <konqueror@gmx.de> · 05008212
      	* java/net/NetPermission.java
      	(NetPermission): Make doucmentation match the method declaration.
      	* java/net/NetworkInterface.java
      	(equals): Reformated for GNU coding style.
      	* java/net/ServerSocket.java: Merged with classpath.
      	* java/net/Socket.java: Partly merged with classpath (Added some @since).
      	* java/net/SocketImpl.java
      	(localPort): Merged with classpath (initialize with -1).
      	* java/net/SocketPermission.java: Merged with classpath (reindented).
      	* java/net/URLDecoder.java: Merged with classpath (reindented).
      
      From-SVN: r62824
      Michael Koch committed
    • GridBagConstraints.java (FIRST_LINE_ENT, [...]): New constants. · 4e3243ef
      2003-02-13  Michael Koch  <konqueror@gmx.de>
      
      	* java/awt/GridBagConstraints.java
      	(FIRST_LINE_ENT, FIRST_LINE_START, LAST_LINE_END, LAST_LINE_START,
      	LINE_END, LINE_START, PAGE_END, PAGE_START): New constants.
      	* java/awt/KeyboardFocusManager.java
      	(setGlobalCurrentFocusCycleRoot): Must be public.
      	* java/awt/MenuComponent.java
      	(MenuComponent): Must be public.
      	* java/awt/Toolkit.java:
      	Added some empty lines to make documentation more readable.
      	(getFontPeer): Added @deprecated.
      	(getColorModel): Added exception documentation.
      	(getProperty): Fixed documentation.
      
      From-SVN: r62822
      Michael Koch committed
    • timevar.h (POP_TIMEVAR_AND_RETURN): New macro. · 22ffcc6f
      	* timevar.h (POP_TIMEVAR_AND_RETURN): New macro.
      cp/
      	* decl.c: Include "timevar.h".
      	(poplevel): Time name lookup.
      	(find_binding): Likewise.
      	(push_namespace): Likewise.
      	(pop_nested_namespace): Likewise.
      	(store_bindings): Likewise.
      	(maybe_push_to_top_level): Likewise.
      	(pop_from_top_level): Likewise.
      	(push_local_name): Likewise.
      	(pushtag): Likewise.
      	(pushdecl): Likewise.
      	(pushdecl_with_scope): Likewise.
      	(pushdecl_namespace_level): Likewise.
      	(pushdecl_top_level): Likewise.
      	(pushdecl_class_level): Likewise.
      	(push_class_level_binding): Likewise.
      	(push_using_decl): Likewise.
      	(push_using_directive): Likewise.
      	(push_overloaded_decl): Likewise.
      	(lookup_label): Likewise.
      	(define_label): Likewise.
      	(lookup_tag): Likewise.
      	(lookup_tag_reverse): Likewise.
      	(lookup_namespace_name): Likewise.
      	(select_decl): Likewise.
      	(unqualified_namespace_lookup): Likewise.
      	(lookup_name_real): Likewise.
      	(lookup_name_current_level): Likewise.
      	(lookup_type_current_level): Likewise.
      	(maybe_inject_for_scope_var): Likewise.
      	(xref_tag): Likewise.
      
      	* Make-lang.in (cp/decl.o): Add dependency on timevar.h
      
      From-SVN: r62819
      Gabriel Dos Reis committed
    • atomicity.h (_Atomic_add_mutex): Fix declaration. · 8d55a4aa
      2003-02-12  Phil Edwards  <pme@gcc.gnu.org>
      
      	* config/cpu/generic/atomicity.h (_Atomic_add_mutex):  Fix declaration.
      	(_GLIBCPP_NEED_GENERIC_MUTEX):  Define for this file.
      	(_Atomic_add_mutex_once, __gthread_atomic_add_mutex_once):  Declare
      	when we don't have static mutex initialization.
      	(__exchange_and_add):  Use _Atomic_add_mutex_once.
      	* src/misc-inst.cc:  Definitions of all the above.
      
      From-SVN: r62818
      Phil Edwards committed
    • decl.c (build_enumerator): Remove unneeded test. · 6a540f3c
      2003-02-12  Phil Edwards  <pme@gcc.gnu.org>
      
      	* decl.c (build_enumerator):  Remove unneeded test.
      
      From-SVN: r62817
      Phil Edwards committed
    • i386.md (UNSPEC_FPATAN): New UNSPEC constant. · 1fb54135
      
      	* config/i386/i386.md (UNSPEC_FPATAN): New UNSPEC constant.
      	(atan2sf3, atan2df3, atan2xf3, atan2tf3): New patterns.
      
      	* reg-stack.c (subst_stack_regs_pat): Add support for binary
      	UNSPEC instructions (e.g. "fpatan").
      
      	* gcc.dg/i386-387-1.c: Add new test for __builtin_atan2.
      	* gcc.dg/i386-387-2.c: Likewise.
      
      From-SVN: r62816
      Roger Sayle committed
    • configure.host (alpha*-*): Default to -mieee. · c4ebd83d
      * configure.host (alpha*-*): Default to -mieee.
      * configure.in (IEEESPEC): New.
      * libgcj.spec.in (jc1): Add IEEESPEC.
      * configure: Rebuild.
      
      From-SVN: r62815
      Jeff Sturm committed
    • acconfig.h: New file. · 7ac27e08
      	* acconfig.h: New file.  Add uintptr_t.
      	* config.in: Regenerated.
      
      From-SVN: r62811
      Kaveh R. Ghazi committed
    • varray.c (element_size): Remove. · 19a7414e
      	* varray.c (element_size): Remove.
      	(uses_ggc): Remove.
      	(element): Add.
      	(varray_init): Use new interface.
      	(varray_grow): Use new interface.
      	(varray_clear): Use new interface.
      
      From-SVN: r62810
      Mike Stump committed
    • Daily bump. · e3c33425
      From-SVN: r62809
      GCC Administrator committed
    • win32.h: Include ws2tcpip.h instead of winsock.h to obtain definition of the socklen_t type. · ea5a63a2
      2003-02-12  Ranjit Mathew  <rmathew@hotmail.com>
      
      	* include/win32.h: Include ws2tcpip.h instead of
      	winsock.h to obtain definition of the socklen_t type.
      	Remove IP_TOS definition - not needed with ws2tcpip.h
      	(_Jv_connect): Correct slight formatting error.
      
      From-SVN: r62801
      Ranjit Mathew committed
  2. 12 Feb, 2003 18 commits