------- Comment #3 from mark at gcc dot gnu dot org  2006-02-06 19:18 -------
Subject: Bug 25769

Author: mark
Date: Mon Feb  6 19:18:36 2006
New Revision: 110662

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110662
Log:
       Backports from 0.21.

       2006-01-26  Mark Wielaard  <[EMAIL PROTECTED]>

       Fixes bug #25970 reported by Michael Kay <[EMAIL PROTECTED]>
       * java/math/BigDecimal.java (compareTo): Don't strip trailing zeros.
       Add trailing zeros to the fraction of the decimal with the smallest
       scale.

       2006-02-02  Mark Wielaard  <[EMAIL PROTECTED]>

       Fixes bug #25769 reported by Artemus Harper <[EMAIL PROTECTED]>
       * java/util/AbstractCollection.java (toString): Only use Iterator,
       check whether collection contains itself.

Modified:
    branches/gcc-4_1-branch/libjava/classpath/ChangeLog.gcj
    branches/gcc-4_1-branch/libjava/classpath/java/math/BigDecimal.java
    branches/gcc-4_1-branch/libjava/classpath/java/util/AbstractCollection.java


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25769



_______________________________________________
Bug-classpath mailing list
Bug-classpath@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-classpath

Reply via email to