[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/27372] BigInteger should use nextBytes()
From: |
cvs-commit at developer dot classpath dot org |
Subject: |
[Bug classpath/27372] BigInteger should use nextBytes() |
Date: |
13 Aug 2006 00:35:42 -0000 |
------- Comment #7 from cvs-commit at developer dot classpath dot org
2006-08-13 00:35 -------
Subject: Bug 27372
CVSROOT: /cvsroot/classpath
Module name: classpath
Changes by: Raif S. Naffah <raif> 06/08/13 00:34:57
Modified files:
java/math : BigInteger.java
. : ChangeLog
Log message:
2006-08-13 Raif S. Naffah <address@hidden>
PR Classpath/27372
* java/math/BigInteger.java: Updated copyright year.
(init): Consume as little bytes as possible.
(BigInteger(int, int, Random)): Ensure bitLength bits are used.
(valueOf(String, int)): Throw NumberFormatException for
malformed strings
as per RI's documentation.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/java/math/BigInteger.java?cvsroot=classpath&r1=1.28&r2=1.29
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8372&r2=1.8373
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27372