1. 19 Jan, 2004 14 commits
    • MAINTAINERS: Update my email address. · 7aed2ccc
      2004-01-19  Paolo Carlini  <pcarlini@suse.de>
      
      	* MAINTAINERS: Update my email address.
      
      From-SVN: r76151
      Paolo Carlini committed
    • EventQueue.java (getCurrentEvent): Consider that system events may be handled by… · aadc6da0
      EventQueue.java (getCurrentEvent): Consider that system events may be handled by any queue in the stack.
      
              * java/awt/EventQueue.java (getCurrentEvent): Consider that system
              events may be handled by any queue in the stack.
      
      From-SVN: r76150
      Fernando Nasser committed
    • GtkFramePeer.java (getMenuBarHeight): Added MenuBarPeer parameter. · 2c20a171
      2004-01-19  Kim Ho  <kho@redhat.com>
      
              * gnu/java/awt/peer/gtk/GtkFramePeer.java (getMenuBarHeight): Added
              MenuBarPeer parameter.
              (removeMenuBarPeer): New native method.
              (setMenuBar): Call remove if menu bar is null. Adjust insets
              appropriately.
              (postSizeAllocateEvent): New method. Called when menu bar size is
              allocated. Adjust insets and redo layout.
              (GtkFramePeer): Set menu bar during frame creation.
              (postConfigureEvent): Adjust position and size to accomodate
              menu bar.
              * java/awt/Frame.java (setMenuBar): addNotify to create menu bar.
              * java/awt/Menu.java (addSeparator): Use peer's addSeparator.
              (addNotify): Create the peer if it doesn't exist and call addNotify
              for the menu's items.
              * java/awt/MenuBar.java (addNotify): Create this menu bar's menus.
              * java/awt/MenuItem.java (addNotify): Create the peer if it
              doesn't exist.
              * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
              (removeMenuBarPeer): New method. Remove menu bar on the current
              frame.
              (setMenuBarPeer): Add the menu bar to the current frame and the
              callback for size-allocate events on the menu bar.
              (getMenuBarHeight): Add menu bar parameter.
              (menubar_resize_cb): New callback method for postSizeAllocate events.
      
              Also: Fix indentation on last ChangeLog entry.
      
      From-SVN: r76149
      Kim Ho committed
    • 2004-01-16 Kim Ho <kho@redhat.com> · 9543baba
              * gnu/java/awt/peer/gtk/GtkFileDialogPeer.java
              (gtkWidgetGetDimensions): Remove.
              * jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
              (gtkWidgetGetDimensions): Remove.
      
      From-SVN: r76148
      Kim Ho committed
    • debug.cc: Trivial formatting change. · 33d4e9b2
      2004-01-19  Paolo Carlini  <pcarlini@suse.de>
      
      	* src/debug.cc: Trivial formatting change.
      
      From-SVN: r76147
      Paolo Carlini committed
    • [multiple changes] · c01a9391
      2004-01-19  Arnaud Charlet  <charlet@act-europe.fr>
      
      	* utils.c: Update copyright notice, missed in previous change.
      
      2004-01-19  Vincent Celier  <celier@gnat.com>
      
      	* mlib-prj.adb (Build_Library.Add_ALI_For): Only add the ALI to the
      	args if Bind is True. Set First_ALI, if not already done.
      	(Build_Library): For Stand Alone Libraries, extract from one ALI file
      	an eventual --RTS switch, for gnatbind, and all backend switches +
      	--RTS, for linking.
      
      2004-01-19  Robert Dewar  <dewar@gnat.com>
      
      	* sem_attr.adb, memtrack.adb: Minor reformatting
      
      2004-01-19  Ed Schonberg  <schonberg@gnat.com>
      
      	* exp_ch6.adb (Expand_Call): Remove code to fold calls to functions
      	that rename enumeration literals. This is properly done in sem_eval.
      
      	* sem_eval.ads, sem_eval.adb (Eval_Call): New procedure to fold calls
      	to functions that rename enumeration literals.
      
      	* sem_res.adb (Resolve_Call): Use Eval_Call to fold static calls to
      	functions that rename enumeration literals.
      
      From-SVN: r76146
      Arnaud Charlet committed
    • alpha.h (HARD_REGNO_MODE_OK): Disallow SImode in FP regs. · 5c9948f4
              * alpha.h (HARD_REGNO_MODE_OK): Disallow SImode in FP regs.
              * alpha.md (UNSPEC_NT_LDA): Remove.
              (UNSPEC_CVTLQ, cvtlq): New.
              (extendsidi2_1): Rename from extendsidi2_nofix; remove f/f.
              (extendsidi2_fix): Remove.
              (extendsidi2 splitter): Use cvtlq.
              (extendsidi2 fp peepholes): Remove.
              (cvtql): Use SFmode instead of SImode.
              (fix_trunc?fsi): Update to match.
              (floatsisf2_ieee, floatsisf2, floatsidf2_ieee, floatsidf2): New.
              (movsi): Rename from movsi_nofix, remove f alternatives.
              (movsi_nt_vms): Similarly.
              (movsi_fix, movsi_nt_vms_fix): Remove.
              (nt_lda): Remove.
              * alpha.c (alpha_expand_prologue): Use adddi3, not nt_lda.
      
      From-SVN: r76145
      Richard Henderson committed
    • cgraph.c (cgraph_remove_node): Fix removal from linked list. · 9b0436b7
      
      	* cgraph.c (cgraph_remove_node): Fix removal from linked list.
      	* cgraphunit.c (cgraph_finalize_compilation_unit): Clear next_needed
      	list.
      	(cgraph_remove_unreachable_nodes): New function
      	(cgraph_decide_inlining_of_small_function): Fix pasto.
      	(cgraph_decide_inlining_incrementally): Fix pasto.
      	(cgrpah_decide_inlining): Likewise; remove unreachable nodes.
      
      From-SVN: r76142
      Jan Hubicka committed
    • basic_string.tcc (_S_construct(size_type, _CharT, const _Alloc&)): Remove redundant try/catch. · 954b12d2
      2004-01-19  Paolo Carlini  <pcarlini@suse.de>
      
      	* include/bits/basic_string.tcc (_S_construct(size_type,
      	_CharT, const _Alloc&)): Remove redundant try/catch.
      	(_M_mutate(size_type, size_type, size_type)): Ditto.
      	(_M_clone(const _Alloc&, size_type)): Ditto.
      
      From-SVN: r76141
      Paolo Carlini committed
    • gengtype.c (header_file): Make it static. · 8c80adb7
      	* gengtype.c (header_file): Make it static.
      	(write_types_process_field, write_enum_defn): Minor whitespace fixes.
      	* gengtype.h (header_file): No longer extern.
      
      From-SVN: r76140
      Steven Bosscher committed
    • defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default. · 0ede749d
      	* defaults.h (CASE_VECTOR_PC_RELATIVE): Provide the default.
      	* expr.c (CASE_VECTOR_PC_RELATIVE): Remove.
      	* stmt.c (CASE_VECTOR_PC_RELATIVE): Likewise.
      
      From-SVN: r76138
      Kazu Hirata committed
    • Fix incorrect PR number. · 0f18efe3
      From-SVN: r76135
      Mark Mitchell committed
    • re PR c++/13635 (ICE in register_specialization for specific order of template specialization) · b830b74c
      	PR c++/13635
      	* pt.c (tsubst): Use finish_typeof.
      
      	PR c++/13635
      	* g++.dg/ext/typeof7.C: New test.
      
      From-SVN: r76131
      Mark Mitchell committed
    • Daily bump. · 60fa6554
      From-SVN: r76128
      GCC Administrator committed
  2. 18 Jan, 2004 25 commits
  3. 17 Jan, 2004 1 commit