Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | * java/math/BigDecimal.java (add): Reimplemented. | Warren Levy | 2000-06-29 | 1 | -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 Makefile | Brian Jones | 2000-06-14 | 1 | -0/+1 | |
| | ||||||
* | Change to libgcc-like terms. | Paul Fisher | 2000-03-15 | 2 | -0/+50 | |
| | | | | Fix copyright lines. | |||||
* | Add BigDecimal to EXTRA_DIST | Aaron M. Renn | 1999-02-01 | 1 | -1/+2 | |
| | ||||||
* | Add compareTo(Object) method | Aaron M. Renn | 1999-02-01 | 1 | -0/+5 | |
| | ||||||
* | Add substract method | Aaron M. Renn | 1999-02-01 | 1 | -2/+3 | |
| | ||||||
* | Put package decl before import | Aaron M. Renn | 1999-01-30 | 2 | -2/+4 | |
| | ||||||
* | Bring java.math up to JDK 1.2 compliance. | Paul Fisher | 1999-01-28 | 2 | -12/+507 | |
| | | | | (code still needs to be rigorously tested) | |||||
* | (equals): Clean up. | Paul Fisher | 1999-01-19 | 1 | -9/+2 | |
| | ||||||
* | updated | Brian Jones | 1998-12-22 | 1 | -5/+2 | |
| | ||||||
* | initial checkin | Brian Jones | 1998-12-22 | 1 | -0/+1 | |
| | ||||||
* | Added package declaration. | Geoff Berry | 1998-07-27 | 1 | -0/+4 | |
| | ||||||
* | Added java.lang.Comparable, java.lang.UnsupportedOperationException | Geoff Berry | 1998-07-24 | 1 | -0/+7 | |
| | | | | | and some Makefile.am's in an attempt to get the entire tree to compile. | |||||
* | (equals): Add null test. | Paul Fisher | 1998-06-05 | 1 | -1/+1 | |
| | ||||||
* | added BigInteger.java | Paul Fisher | 1998-06-02 | 1 | -0/+103 | |