1. 08 Mar, 2002 9 commits
  2. 07 Mar, 2002 20 commits
  3. 06 Mar, 2002 11 commits
    • natFileDescriptorEcos.cc (init): Don't use GetStdHandle. · 51532731
      	* java/io/natFileDescriptorEcos.cc (init): Don't use
      	GetStdHandle.
      	* java/io/natFileDescriptorPosix.cc (valid): Don't call stat if FD
      	is negative.
      	(init): Don't use GetStdHandle.
      
      From-SVN: r50383
      Tom Tromey committed
    • config.h.in: Rebuilt. · fd7852b3
      	* include/config.h.in: Rebuilt.
      	* configure: Rebuilt.
      	* Makefile.in: Rebuilt.
      
      From-SVN: r50381
      Tom Tromey committed
    • reload1.c (reload): Unshare all rtl after reload is done. · e16e3291
              * reload1.c (reload): Unshare all rtl after reload is done.
      
      	* simplify-rtx.c (simplify_plus_minus): Do not abort,
      	but simply fail if the expression is too complex to simplify.
      	(simplify_gen_binary): Handle simplify_plus_minus failures.
      
      From-SVN: r50380
      Ulrich Weigand committed
    • FileDescriptor.java: Initialize in/out/err in init(). · 348c9efc
      2002-03-06  Adam Megacz  <adam@xwt.org>
      
              * java/io/FileDescriptor.java: Initialize in/out/err in init().
              * java/io/natFileDescriptorWin32.cc (init()): Added function.
              * java/io/natFileDescriptorPosix.cc (init()): Added function.
              * java/io/natFileDescriptorEcos.cc (init()): Added function.
      
      From-SVN: r50378
      Adam Megacz committed
    • user.cfg.in: Also document deprecated entries. · 037cfe71
      2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
      
      	* docs/doxygen/user.cfg.in:  Also document deprecated entries.
      	* docs/html/Makefile:  Example rule to rebuild porting-howto.html.
      	* docs/html/17_intro/howto.html:  "gcc"->"GCC" changes, when
      	referring to the collection as a whole.  New section on which macros
      	can be redefined by the user.
      	* docs/html/19_diagnostics/howto.html:  Update note for concepts.
      	* docs/html/20_util/howto.html:  Update link to SGI.
      	* docs/html/faq/index.html:  Update snapshot versions.  New entry
      	on why g++ (but not gcc) must currently predefine certain macros.
      	* docs/html/faq/index.txt:  Regenerated.
      
      	* include/bits/basic_string.h (basic_string::_S_construct):  Fix
      	names in declaration.
      	(basic_string::compare):  These are no longer optional.
      	* include/bits/ostream.tcc:  Tweak closing brace placement.
      	* include/bits/stl_algo.h:  Lots of initial doxygen comment hooks.
      	* include/std/std_sstream.h:  Fix typo in comment.
      	* include/bits/locale_facets.tcc:  Remove unneeded header inclusion.
      	* src/locale.cc:  Likewise.
      
      From-SVN: r50376
      Phil Edwards committed
    • re PR libstdc++/5734 (2 extensions (empty push_back() and is_sorted()) are not documented) · d95336cf
      2002-03-06  Phil Edwards  <pme@gcc.gnu.org>
      
      	PR libstdc++/5734
      	* include/bits/stl_vector.h (vector::push_back()):  Guard with
      	_GLIBCPP_DEPRECATED.
      
      From-SVN: r50375
      Phil Edwards committed
    • ssa-ccp.c (ssa_fast_dce): Update the DF def-use chains after completing fast dead code elimination. · d094b0b3
              * ssa-ccp.c (ssa_fast_dce): Update the DF def-use chains
              after completing fast dead code elimination.
      
      From-SVN: r50374
      Jeff Law committed
    • toplev.c (rest_of_compilation): Do jump threading before SSA path... · 2ca6672b
      	* toplev.c (rest_of_compilation): Do jump threading before SSA path;
      	consistently call delete_trivially_dead_insns after CSE and GCSE;
      	fix DFI_life dumping; do jump threading after liveness; do crossjumping
      	after liveness2; update comment in last crossjumping.
      	* cfgcleanup.c (try_crossjump_to_edge): Dirtify block.
      
      From-SVN: r50373
      Jan Hubicka committed
    • m68k.h (CONST_COSTS): Lower cost of 0.0 when used inside a COMPARE operator. · 31d0dd4f
              * m68k.h (CONST_COSTS): Lower cost of 0.0 when used inside a
              COMPARE operator.
      
      From-SVN: r50372
      Jeff Law committed
    • Fix ChangeLog date typo · 380ff1ef
      From-SVN: r50371
      Eric Blake committed
    • unicode-decomp.pl: Move from chartables.pl... · 1fa78272
      2002-03-04  Eric Blake  <ebb9@email.byu.edu>
      
      	* scripts/unicode-decomp.pl: Move from chartables.pl, and remove
      	the code for generating include/java-chartables.h.
      	* scripts/unicode-blocks.pl: Move from scripts/blocks.pl, and
      	merge with Classpath.
      	* scripts/unicode-muncher.pl: Copy from Classpath.
      	* scritps/MakeCharTables.java: New file.
      	* gnu/gcj/convert/Blocks-3.txt: New file.
      	* gnu/gcj/convert/UnicodeData-3.0.0.txt: New file.
      	* gnu/gcj/convert/UnicodeCharacterDatabase-3.0.0.html: New file.
      	* gnu/java/lang/CharData.java: Copy from Classpath.
      	* Makefile.am (ordinary_java_source_files): Add
      	gnu/java/lang/CharData.java.
      	* configure.in: Remove --enable-fast-character option.
      	* java/lang/Character.java: Merge algorithms and Javadoc with
      	Classpath.
      	* java/lang/natCharacter.cc: Implement Unicode lookup table more
      	efficiently.
      	* include/java-chardecomp.h: Regenerate.
      	* include/java-chartables.h: Regenerate.
      
      From-SVN: r50368
      Eric Blake committed