[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/27311] DecimalFormat problem
From: |
cvs-commit at developer dot classpath dot org |
Subject: |
[Bug classpath/27311] DecimalFormat problem |
Date: |
7 May 2006 19:55:45 -0000 |
------- Comment #8 from cvs-commit at developer dot classpath dot org
2006-05-07 19:55 -------
Subject: Bug 27311
CVSROOT: /cvsroot/classpath
Module name: classpath
Branch: classpath-0_91-branch
Changes by: Andrew John Hughes <address@hidden>
06/05/07 19:55:01
Modified files:
. : ChangeLog
gnu/java/awt/peer: GLightweightPeer.java
gnu/java/text : StringFormatBuffer.java
java/awt : Component.java
java/text : DecimalFormat.java
javax/swing/plaf/basic: BasicTableHeaderUI.java
Log message:
2006-05-07 Andrew John Hughes <address@hidden>
PR classpath/27311:
* gnu/java/text/StringFormatBuffer.java:
(toString()): Implemented so we can see the contents.
* java/text/DecimalFormat.java:
(formatInternal(double,StringFormatBuffer,FieldPosition)):
Don't calculate the exponent when the number is 0 or less.
Also, use log10 instead of log now it's available.
2006-05-07 Sven de Marothy <address@hidden>
Fixed PR27455
* gnu/java/awt/peer/GLightweightPeer.java (mouseEntered): Remove.
* java/awt/Component.java (processMouseEvent):
Do lightweight cursor handling.
* javax/swing/plaf/basic/BasicTableHeaderUI.java
(endResizing,mouseMoved): Save and reset original cursor, not the
default one.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/ChangeLog.diff?only_with_tag=classpath-0_91-branch&tr1=1.7277.2.4&tr2=1.7277.2.5&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/java/awt/peer/GLightweightPeer.java.diff?only_with_tag=classpath-0_91-branch&tr1=1.8&tr2=1.8.2.1&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/gnu/java/text/StringFormatBuffer.java.diff?only_with_tag=classpath-0_91-branch&tr1=1.2&tr2=1.2.8.1&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/java/awt/Component.java.diff?only_with_tag=classpath-0_91-branch&tr1=1.115&tr2=1.115.2.1&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/java/text/DecimalFormat.java.diff?only_with_tag=classpath-0_91-branch&tr1=1.25&tr2=1.25.8.1&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/classpath/classpath/javax/swing/plaf/basic/BasicTableHeaderUI.java.diff?only_with_tag=classpath-0_91-branch&tr1=1.20&tr2=1.20.2.1&r1=text&r2=text
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27311
- [Bug classpath/27311] DecimalFormat problem, gnu_andrew at member dot fsf dot org, 2006/05/07
- [Bug classpath/27311] DecimalFormat problem, gnu_andrew at member dot fsf dot org, 2006/05/07
- [Bug classpath/27311] DecimalFormat problem, cvs-commit at developer dot classpath dot org, 2006/05/07
- [Bug classpath/27311] DecimalFormat problem, gnu_andrew at member dot fsf dot org, 2006/05/07
- [Bug classpath/27311] DecimalFormat problem, gnu_andrew at member dot fsf dot org, 2006/05/07
- [Bug classpath/27311] DecimalFormat problem,
cvs-commit at developer dot classpath dot org <=
- [Bug classpath/27311] DecimalFormat problem, gnu_andrew at member dot fsf dot org, 2006/05/07
- [Bug classpath/27311] DecimalFormat problem, cvs-commit at developer dot classpath dot org, 2006/05/15