summaryrefslogtreecommitdiff
path: root/java/math
Commit message (Collapse)AuthorAgeFilesLines
...
* * java/math/BigDecimal.java (add): Reimplemented.Warren Levy2000-06-291-5/+14
| | | | | | | | | | | | | | | | | | | | | | | | (subtract): Corrected method name from 'substract'. Reimplemented. * java/sql/Connection.java (TRANSACTION_SERIALIZABLE): Corrected spelling to match JDK spec. * java/sql/DatabaseMetaData.java (getIdentifierQuoteString): Corrected method name from 'getIdentiferQuoteString'. (getTimeDateFunctions): Corrected name to match the spec. (supportsCatalogsInPrivilegeDefinitions): Ditto. (getMaxUserNameLength): Ditto. (getTables): Added String types[] parameter to match the spec. * java/sql/Driver.java (getMajorVersion): Corrected method name. * java/sql/PreparedStatement.java: Class extends Statement. (setBigDecimal): New method. (setAsciiStream): Added int length parameter. (setUnicodeStream): Ditto. (setBinaryStream): Ditto. (setCharacterStream): Ditto. (execute): New method. (executeQuery): New method. (executeUpdate): New method. Mods to match the JDK spec (and to fix BigDecimal bugs).
* ignore MakefileBrian Jones2000-06-141-0/+1
|
* Change to libgcc-like terms.Paul Fisher2000-03-152-0/+50
| | | | Fix copyright lines.
* Add BigDecimal to EXTRA_DISTAaron M. Renn1999-02-011-1/+2
|
* Add compareTo(Object) methodAaron M. Renn1999-02-011-0/+5
|
* Add substract methodAaron M. Renn1999-02-011-2/+3
|
* Put package decl before importAaron M. Renn1999-01-302-2/+4
|
* Bring java.math up to JDK 1.2 compliance.Paul Fisher1999-01-282-12/+507
| | | | (code still needs to be rigorously tested)
* (equals): Clean up.Paul Fisher1999-01-191-9/+2
|
* updatedBrian Jones1998-12-221-5/+2
|
* initial checkinBrian Jones1998-12-221-0/+1
|
* Added package declaration.Geoff Berry1998-07-271-0/+4
|
* Added java.lang.Comparable, java.lang.UnsupportedOperationExceptionGeoff Berry1998-07-241-0/+7
| | | | | and some Makefile.am's in an attempt to get the entire tree to compile.
* (equals): Add null test.Paul Fisher1998-06-051-1/+1
|
* added BigInteger.javaPaul Fisher1998-06-021-0/+103