1. 08 Oct, 2003 15 commits
    • GtkMenuItemPeer.java (setEnabled): Stub out. · ce7a72c8
      2003-10-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
      
      	* gnu/java/awt/peer/gtk/GtkMenuItemPeer.java (setEnabled): Stub
      	out.
      	* jni/classpath/jcl.c [!__GNUC__]: Elide __attribute__.
      	(JCL_free): Attach "unused" attribute to env parameter.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkChoicePeer.c,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkClipboard.c,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkListPeer.c,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMainThread.c,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuItemPeer.c,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkTextComponentPeer.c,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkToolkit.c,
      	jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c,
      	jni/gtk-peer/gthread-jni.c: Attach "unused" attribute to unused
      	parameters.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkClipboard.c:
      	(initNativeState): Pass 0 as info argument to
      	gtk_selection_add_target.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkComponentPeer.c:
      	(setVisible, gtkFixedNew, gtkFixedPut, gtkFixedMove): Remove
      	unused method implementations.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkEvents.c
      	(awt_event_handler): Add break statement after default label.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkImagePainter.c
      	(drawPixels): Remove unused variable i.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuItemPeer.c
      	(setEnabled): Remove method implementation.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkMenuPeer.c
      	(accel_attach): Call _gtk_accel_group_attach with G_OBJECT
      	argument.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPanelPeer.c (sr): Remove
      	unused function.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkPopupMenuPeer.c
      	(menu_pos): Assign TRUE to push_in.
      	(setupAccelGroup): Call _gtk_accel_group_attach with G_OBJECT
      	argument.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkScrollPanePeer.c
      	(create): Remove unused variable layout.
      	* jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c (create):
      	Pass window_widget, rather than window, to
      	gtk_widget_set_size_request.
      	* jni/gtk-peer/gthread-jni.c (g_thread_jni_functions): Fill out
      	structure initialization with NULL values.
      	* jni/gtk-peer/gtkpeer.h [!__GNUC__]: Elide __attribute__.
      
      From-SVN: r72231
      Thomas Fitzsimmons committed
    • LinkedList.java: Removed whitespace to match classpath's version again. · 51a398a0
      2003-10-08  Michael Koch  <konqueror@gmx.de>
      
      	* java/util/LinkedList.java:
      	Removed whitespace to match classpath's version again.
      
      From-SVN: r72230
      Michael Koch committed
    • 2003-10-08 Michael Koch <konqueror@gmx.de> · f4758678
      	* java/util/prefs/Preferences.java
      	(defaultFactoryClass): Fixed class name.
      	(getFactory): Create instance of class returned by Class.forName(),
      	reformated code.
      
      From-SVN: r72229
      Michael Koch committed
    • 2003-10-08 Arnaud Vandyck <arnaud.vandyck@ulg.ac.be> · e55f4a34
      	* javax/swing/table/AbstractTableModel.java
      	(getColumnName): Simplified code much. Thanks to Yannick Boogaerts who
      	helped stop pulling my hair on this +1 then -1 tricky thing!
      
      From-SVN: r72228
      Arnaud Vandyck committed
    • locale_facets.tcc: More minor cosmetic changes and const-ifications of some variables. · a761195b
      2003-10-08  Paolo Carlini  <pcarlini@unitus.it>
      
      	* include/bits/locale_facets.tcc: More minor cosmetic
      	changes and const-ifications of some variables.
      
      From-SVN: r72226
      Paolo Carlini committed
    • re PR bootstrap/12490 (buffer overflow in scan-decls.c) · 10dbf393
      	PR bootstrap/12490
      	* scan-decls.c (MAX_EXTERN_C_BRACES): New preprocessor constant
      	to define the size of the extern_C_braces array.  Set it to 200.
      	(scan_decls): Abort when extern_C_braces_length is out-of-bounds.
      
      Co-Authored-By: Eric Botcazou <ebotcazou@libertysurf.fr>
      
      From-SVN: r72224
      Timo Kokkonen committed
    • Makefile.in (gengtype-lex.c): flex 2.5.4[a] doesn't understand a space after the -o option. · e6e2802f
      * Makefile.in (gengtype-lex.c): flex 2.5.4[a] doesn't understand
      a space after the -o option.  flex 2.5.31 understands both, with
      and without the space. Removed that space.
      
      From-SVN: r72223
      Carlo Wood committed
    • mips.c (mips_frame_info): Add cprestore_size field. · 84879759
      	* config/mips/mips.c (mips_frame_info): Add cprestore_size field.
      	(compute_frame_size): Initialize it.  Remove the .cprestore slot
      	from args_size.
      	(mips_output_function_prologue): Simplify accordingly.
      	(mips_debugger_offset): Change the mips16 frame pointer offset from
      	current_function_outgoing_args to cfun->machine->frame.args_size.
      	(mips_initial_elimination_offset): Likewise.
      	(mips_expand_prologue): Likewise.
      	(mips_expand_epilogue): Likewise.
      
      From-SVN: r72222
      Richard Sandiford committed
    • mips.h (EXTRA_CONSTRAINT): Add 'W' constraint. · ef1b5bbb
      	* config/mips/mips.h (EXTRA_CONSTRAINT): Add 'W' constraint.
      	(EXTRA_MEMORY_CONSTRAINT): Define.
      	(CAN_ELIMINATE): Remove lwu workaround.
      	* config/mips/mips.md (*zero_extendsidi2_mem): Enable for mips16 too.
      	Use a 'W' constraint for the source operand.
      
      From-SVN: r72221
      Richard Sandiford committed
    • genopinit.c (main): Output code to declare undefined variables. · dcc3fcf2
      	* genopinit.c (main): Output code to declare undefined
      	variables.
      
      From-SVN: r72220
      Kazu Hirata committed
    • Fix pathname in last delta. · f119ba23
      From-SVN: r72219
      Richard Sandiford committed
    • error2.C: New test. · 3d56512d
      2003-10-08  Giovanni Bajo  <giovannibajo@libero.it>
      
      	* g++.dg/parse/error2.C: New test.
      
      From-SVN: r72216
      Giovanni Bajo committed
    • cp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS. · 303357a7
      	* cp_tree.h: Added TFF_NO_FUNCTION_ARGUMENTS.
      	* error.c (dump_function_decl): Use it to skip the dump of the
      	arguments.
      	(dump_expr): When dumping a declaration found within an
      	expression, always set TFF_NO_FUNCTION_ARGUMENTS
      	in the flags.
      
      From-SVN: r72215
      Giovanni Bajo committed
    • Daily bump. · 605143d8
      From-SVN: r72213
      GCC Administrator committed
  2. 07 Oct, 2003 25 commits