1. 27 Jul, 2003 9 commits
    • 2003-07-27 Michael Koch <konqueror@gmx.de> · b528910d
      	* java/awt/Window.java
      	(Window): Removed now unused constructor. It became oboslete with the
      	new embedded window patch.
      
      From-SVN: r69860
      Michael Koch committed
    • 2003-07-27 Thomas Fitzsimmons <fitzsim@redhat.com.h> · 09638081
      	    Michael Koch  <konqueror@gmx.de>
      
      	* gnu/java/awt/EmbeddedWindow.java
      	(EmbeddedWindow): Extends Frame instead of Window.
      	(window_id): New member variable to store the native window handle.
      	(create): Removed.
      	(EmbeddedWindow): New constructor.
      	(addNotify): New method.
      	(getHandler): Likewise.
      	(setWindowPeer): New native method.
      	* gnu/java/awt/EmbeddedWindowSupport.java
      	(EmbeddedWindowSupport): Fixed documentation.
      	(createEmbeddedWindow): Return EmbeddedWindowPeer instead of
      	WindowPeer, give it an EmbeddedWindow instance instead of the raw
      	window data.
      	* gnu/java/awt/natEmbeddedWindow.cc
      	(create): Removed.
      	(setWindowPeer): New method.
      	* gnu/java/awt/peer/EmbeddedWindowPeer.java,
      	gnu/java/awt/peer/gtk/GtkEmbeddedWindowPeer.java,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.c:
      	New files
      	* gnu/java/awt/peer/gtk/GtkToolkit.java
      	(GtkToolkit): Implements EmbeddedWindowSupport.
      	(createEmbeddedWindow): New method.
      	* java/awt/Window.java
      	(Window): Removed.
      	* Makefile.am
      	(java_source_files): Added EmbeddedWindowPeer.java.
      	(gtk_awt_peer_sources): Added GtkEmbeddedWindowPeer.java.
      	(gtk_c_source_files): Added gnu_java_awt_peer_gtk_GtkEmbeddedWindowPeer.c.
      	* Makefile.in: Regenerated.
      
      Co-Authored-By: Michael Koch <konqueror@gmx.de>
      
      From-SVN: r69859
      Thomas Fitzsimmons committed
    • call.c (standard_conversion): Tweak handling of pointer-to-member types. · b7a78333
      	* call.c (standard_conversion): Tweak handling of
      	pointer-to-member types.
      	* pt.c (tsubst): Correctly qualify pointers-to-data member types.
      	* typeck.c (comp_ptr_ttypes_real): Check qualifiers on
      	pointer-to-data member types.
      
      	* g++.dg/template/ptrmem6.C: New test.
      
      From-SVN: r69855
      Mark Mitchell committed
    • extend.texi (Deprecated Features): Implicit typename is gone. · 90ea7324
      	* doc/extend.texi (Deprecated Features): Implicit typename is
      	gone. Default args on types is going.
      
      From-SVN: r69853
      Nathan Sidwell committed
    • parser.c (cp_parser_type_parameter): Reformat. · c67d36d0
      	* parser.c (cp_parser_type_parameter): Reformat.
      	(cp_parser_parameter_declaration): Deprecate default args where
      	not allowed.
      
      From-SVN: r69852
      Nathan Sidwell committed
    • Win32Process.java (ConcreteProcess): Surround a command line element with quotes… · cc33095c
      Win32Process.java (ConcreteProcess): Surround a command line element with quotes if it contains an embedded space or tab.
      
      2003-07-26  Ranjit Mathew  <rmathew@hotmail.com>
      
      	* java/lang/Win32Process.java (ConcreteProcess): Surround
      	a command line element with quotes if it contains an
      	embedded space or tab.
      	* java/lang/natWin32Process.cc (startProcess): Do not
      	surround command line elements with quotes here.
      
      From-SVN: r69844
      Ranjit Mathew committed
    • configure.host: Use -fcheck-references and -fuse-divide-subroutine for MinGW until we fix... · 6eb08535
      2003-07-26  Ranjit Mathew  <rmathew@hotmail.com>
      
      	* configure.host: Use -fcheck-references and
      	-fuse-divide-subroutine for MinGW until we fix
      	win32_exception_handler( ) in win32.cc w.r.t. Win32
      	Structured Exception Handling (SEH).
      
      From-SVN: r69843
      Ranjit Mathew committed
    • varasm.c (output_constant_def_contents): Use ASM_DECLARE_CONSTANT_NAME if defined. · 18f3e349
      	* varasm.c (output_constant_def_contents): Use
      	ASM_DECLARE_CONSTANT_NAME if defined.
      	* doc/tm.texi (Label Output): Document ASM_DECLARE_CONSTANT_NAME.
      	* config/darwin.h (ASM_DECLARE_OBJECT_NAME): Ensure zero-sized
      	objects get at least one byte to prevent assembler problems.
      	(ASM_DECLARE_CONSTANT_NAME): New.
      
      Index: testsuite/ChangeLog
      	* gcc.c-torture/compile/zero-strct-2.c: New test.
      
      From-SVN: r69842
      Geoffrey Keating committed
    • Daily bump. · 404edd11
      From-SVN: r69840
      GCC Administrator committed
  2. 26 Jul, 2003 18 commits
  3. 25 Jul, 2003 13 commits