1. 20 Aug, 2002 10 commits
    • cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal at head. · 48209ce5
      	* cppinit.c (remove_dup_dir): Add head_ptr argument to handle removal
      	at head.
      	(remove_dup_nonsys_dirs): New function.
      	(remove_dup_dirs): Change argument head to head_ptr.  Remove warnings.
      	(merge_include_chains): Remove non-system include directories from
      	quote and bracket include chains when they duplicate equivalent system
      	directories.
      	* doc/cpp.texi (-I): Update.
              * doc/cppopts.texi (-I): Update.
              * doc/install.texi (--with-local-prefix): Further document usage of
      	this option.
      	* doc/invoke.texi (-I): Update.
      
      From-SVN: r56468
      John David Anglin committed
    • expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean. · 4ca79136
              * expr.c (TARGET_MEM_FUNCTIONS): Transform to boolean.
              (emit_block_move): Split out subroutines.
              (emit_block_move_via_movstr): New.
              (emit_block_move_via_libcall): New.  Emit bcopy via normal call also.
              (emit_block_move_libcall_fn): New.  Construct function prototype for
              bcopy as well.
              (clear_storage): Split out subroutines.
              (clear_storage_via_clrstr): New.
              (clear_storage_via_libcall): New. Emit bzero as a normal call also.
              (clear_storage_libcall_fn): New.  Construct function prototype for
              bzero as well.
              (emit_push_insn): Use emit_block_move.
              (expand_assignment): Booleanize TARGET_MEM_FUNCTIONS.
              (store_constructor): Likewise.
      
      From-SVN: r56464
      Richard Henderson committed
    • configure.in (libtool_VERSION): Update to 5:1:0. · 81eec873
      
      2002-08-19  Benjamin Kosnik  <bkoz@redhat.com>
      
      	* configure.in (libtool_VERSION): Update to 5:1:0.
      	* configure: Regenerate.
      
      From-SVN: r56462
      Benjamin Kosnik committed
    • Daily bump. · ca5f5a47
      From-SVN: r56461
      GCC Administrator committed
    • objc-act.c (building_objc_message_expr): Rename to current_objc_message_selector. · 9f05cef3
       2002-08-19  Ziemowit Laski  <zlaski@apple.com>
      
             * objc/objc-act.c (building_objc_message_expr): Rename to
             current_objc_message_selector.
      
      From-SVN: r56453
      Ziemowit Laski committed
    • URISyntaxException.java: New file. · 9595a7fe
      2002-08-20  Michael Koch  <konqueror@gmx.de>
      
      	* java/net/URISyntaxException.java: New file.
      	* java/net/SocketTimeoutException.java: New file.
      	* java/net/PortUnreachableException.java: New file.
      	* Makefile.am: Updated.
      	* Makefile.in: Rebuilt.
      
      From-SVN: r56452
      Michael Koch committed
    • objc-act.c (build_ivar_chain): Remove. · 1bd5981b
      [gcc]
      2002-08-19  Ziemowit Laski  <zlaski@apple.com>
      
              * objc/objc-act.c (build_ivar_chain): Remove.
              (objc_copy_list): Likewise.
              (get_class_ivars): Inline call to removed build_ivar_chain
              function.  Save off a clean copy of ivars in the CLASS_OWN_IVARS
              slot; use that slot (rather than CLASS_IVARS) when accessing
              ivars for base classes.  Call copy_list and chainon instead of
              objc_copy_list.
              (build_private_template): Call get_class_ivars instead of
              build_ivar_chain.
              (start_class): Allocate room for the CLASS_OWN_IVARS slot.
              (continue_class): Call get_class_ivars instead of
              build_ivar_chain.
              (encode_field_decl): Check for DECL_BIT_FIELD_TYPE instead
              of DECL_BIT_FIELD (which may have been cleared).
              * objc/objc-act.h (CLASS_OWN_IVARS): New accessor macro.
      
      [gcc/testsuite]
      2002-08-19  Ziemowit Laski  <zlaski@apple.com>
      
              * objc.dg/bitfield-1.m: New test.
              * objc.dg/bitfield-2.m: New test.
      
      From-SVN: r56451
      Ziemowit Laski committed
    • genautomata.c (output_translate_vect, [...]): Mark variable with ATTRIBUTE_UNUSED in output file. · 2bf087c0
      	* genautomata.c (output_translate_vect, output_state_ainsn_table,
      	output_min_issue_delay_table): Mark variable with ATTRIBUTE_UNUSED
      	in output file.
      	(output_internal_min_issue_delay_func): Initialize variable in
      	output file.
      
      From-SVN: r56450
      Kaveh R. Ghazi committed
    • configopts.html, [...]: Conform to HTML 4.01 standard. · 1860e6ab
      2002-08-19  Jonathan Wakely  <jw@kayari.org>
      
      	* docs/html/configopts.html, docs/html/documentation.html,
      	docs/html/install.html, docs/html/22_locale/codecvt.html,
      	docs/html/22_locale/ctype.html, docs/html/22_locale/howto.html,
      	docs/html/22_locale/locale.html,
      	docs/html/22_locale/messages.html: Conform to HTML 4.01 standard.
      
      From-SVN: r56449
      Jonathan Wakely committed
  2. 19 Aug, 2002 8 commits
  3. 18 Aug, 2002 4 commits
  4. 17 Aug, 2002 6 commits
  5. 16 Aug, 2002 10 commits
  6. 15 Aug, 2002 2 commits