aboutsummaryrefslogtreecommitdiff
path: root/libjava/mauve-libgcj
AgeCommit message (Collapse)Author
2004-01-03Merge to tree-ssa-20020619-merge-20040102.Richard Henderson
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@75375 138bc75d-0d04-0410-961f-82ee72b054a4
2003-07-23Mainline merge as of 2003-07-22.Diego Novillo
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@69712 138bc75d-0d04-0410-961f-82ee72b054a4
2003-03-02Mainline merge as of 2003-03-02.Diego Novillo
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@63675 138bc75d-0d04-0410-961f-82ee72b054a4
2002-10-22Merge with basic-improvements as of 2002-10-21Diego Novillo
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@58414 138bc75d-0d04-0410-961f-82ee72b054a4
2002-07-24Mainline merge as of 2002-07-21.Diego Novillo
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/tree-ssa-20020619-branch@55706 138bc75d-0d04-0410-961f-82ee72b054a4
2002-04-21 * mauve-libgcj: Don't run java.lang.ref tests since they are buggy.Mark Wielaard
* libjava.mauve/xfail: Expect failures for PR java/6391 and libgcj/6389. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@52577 138bc75d-0d04-0410-961f-82ee72b054a4
2002-04-05 * mauve-libgcj: Add JLS1.0 and JLS1.1 tags, ignore Character.unicodeMark Wielaard
test. * testsuite/libjava.mauve/xfails: Remove working tests DoubleTest, FloatTest and ObjectStreamClass. Add FAIL for Introspector.jdk11 tests that depend on awt code and BufferedByteOutputStream.interrupt. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@51893 138bc75d-0d04-0410-961f-82ee72b054a4
2002-04-02 * mauve-libgcj: add java.net.DatagramSocket.DatagramSocketTest2 toMark Wielaard
list of testsuite crashers. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@51753 138bc75d-0d04-0410-961f-82ee72b054a4
2002-04-01 * mauve-libgcj: Add JDK1.3, JDK1.4, JLS1.2 tests, remove ignored testsMark Wielaard
that can be compiled now and add testsuite crashers to ignore list. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@51693 138bc75d-0d04-0410-961f-82ee72b054a4
2001-08-24 * java/lang/reflect/Field.java (toString): UseTom Tromey
Method.appendClassName. * java/lang/reflect/Constructor.java (toString): Use Method.appendClassName. * java/lang/reflect/Method.java: Reindented. (appendClassName): New method. (toString): Use it. * defineclass.cc (handleMethod ): Initialize `throws' field of method. (read_one_method_attribute): Handle Exceptions attribute. * java/lang/reflect/natMethod.cc (ClassClass): Removed. (ObjectClass): Removed. (getType): Compute `exception_types'. * java/lang/Class.h (struct _Jv_Method): Added `throws' field. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@45153 138bc75d-0d04-0410-961f-82ee72b054a4
2000-12-01 * mauve-libgcj: Turned on JDK1.2 and turned off tests for classesWarren Levy
that aren't quite 1.2 compatible yet. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@37913 138bc75d-0d04-0410-961f-82ee72b054a4
2000-07-27 * mauve-libgcj: Activated serialization tests.Warren Levy
* gcj/field.h (getModifiers): Mask off unknown flags. * gnu/java/security/provider/SHA.java (munch): Reset buffer to 0 so spurious bits don't cause discrepancies. * java/io/ObjectOutputStream.java: Fixed typo in comment. * java/io/ObjectStreamClass.java: Fixed typos in comments. (lookup): Applied patch from Brian Jones <cbj@gnu.org> to optimize. (hasClassInitializer): Call getDeclaredMethod instead of getMethod. * java/lang/Throwable.java (serialVersionUID): New field. * java/lang/reflect/Modifier.java (ALL_FLAGS): Preserve STRICT if used. * java/lang/reflect/natConstructor.cc (getModifiers): Mask off unknown flags. * java/lang/reflect/natMethod.cc: Ditto. * java/security/Key.java (serialVersionUID): Removed field for now. * java/security/interfaces/DSAPrivateKey.java (serialVersionUID): Ditto. * java/security/interfaces/DSAPublicKey.java (serialVersionUID): Ditto. Serialization mods. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@35302 138bc75d-0d04-0410-961f-82ee72b054a4
2000-05-19Jumbo patch:Tom Tromey
* Imported beans and serialization * Updated IA-64 port * Miscellaneous bug fixes git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@34028 138bc75d-0d04-0410-961f-82ee72b054a4
2000-04-11 * java/io/ObjectStreamException.java: New file.Warren Levy
* java/io/OptionalDataException.java: New file. * java/io/StreamCorruptedException.java: New file. * java/math/BigDecimal.java: New file. * java/sql/CallableStatement.java: New file. * java/sql/Connection.java: New file. * java/sql/DataTruncation.java: New file. * java/sql/DatabaseMetaData.java: New file. * java/sql/Date.java: New file. * java/sql/Driver.java: New file. * java/sql/DriverManager.java: New file. * java/sql/DriverPropertyInfo.java: New file. * java/sql/PreparedStatement.java: New file. * java/sql/ResultSet.java: New file. * java/sql/ResultSetMetaData.java: New file. * java/sql/SQLException.java: New file. * java/sql/SQLWarning.java: New file. * java/sql/Statement.java: New file. * java/sql/Time.java: New file. * java/sql/Timestamp.java: New file. * java/sql/Types.java: New file. * Makefile.am: Added above new files. * Makefile.in: Rebuilt. * mauve-libgcj: Turned on java.math, java.sql and java.security tests. * java/net/MulticastSocket.java (MulticastSocket): Pass values a la DatagramSocket constructor instead of null. java.sql is JDK 1.1 Compliant git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@33077 138bc75d-0d04-0410-961f-82ee72b054a4
2000-01-07 * mauve-libgcj: Don't disable ClassTest.Tom Tromey
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@31278 138bc75d-0d04-0410-961f-82ee72b054a4
1999-12-21 * mauve-libgcj: Added java.lang.reflect.Modifier.toString12.Tom Tromey
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@31061 138bc75d-0d04-0410-961f-82ee72b054a4
1999-07-25 * mauve-libgcj: Disable Object Serialization tests.Anthony Green
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@28235 138bc75d-0d04-0410-961f-82ee72b054a4
1999-07-07 * mauve-libgcj: Explicitly enable formerly disabled java.textTom Tromey
tests. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@27992 138bc75d-0d04-0410-961f-82ee72b054a4
1999-07-07 * mauve-libgcj: Turn off ClassTest test. Enable java.text testsTom Tromey
again. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@27990 138bc75d-0d04-0410-961f-82ee72b054a4
1999-06-11 * mauve-libgcj: Activated java.net Mauve tests.Warren Levy
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@27487 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-19 * mauve-libgcj: Enable java.util.zip.Tom Tromey
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@27025 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-07 * mauve-libgcj: Don't omit Utf8Encoding or StringTest.Tom Tromey
Comment out FieldPosition, ParsePosition, and SimpleDateFormat again (oops). git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26827 138bc75d-0d04-0410-961f-82ee72b054a4
1999-05-07 * mauve-libgcj: Test more from java.text. Don't mention 1.1 testsTom Tromey
(we pick those up already). git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26826 138bc75d-0d04-0410-961f-82ee72b054a4
1999-04-30 * java/lang/StringBuffer.java (ensureCapacity): Don't resizeTom Tromey
vector when shared. * java/util/Locale.java (Locale(String,String)): Implement in terms of 3-argument version; variant now defaults to empty string. (toString): Assume variant is not null. (equals): Assume all strings are not null. (Locale): Throw NullPointerException if any argument is null. * java/util/ResourceBundle.java (getBundle): Don't try the base name; now implicit in partialGetBundle call. (trySomeGetBundle): Search for parent bundles and call setParent as required. (partialGetBundle): Added `langStop' argument. Use `Locale.toString' to compute bundleName. (resource_cache): New static field. (partialGetBundle): Cache the returned resource bundle. Now synchronized. * gnu/gcj/text/LocaleData_en.java (contents): [collatorRule] Added missing `<'. * mauve-libgcj: Enable Collator and RuleBasedCollator. * java/text/natCollator.cc (decomposeCharacter): `base' now `const'. * Makefile.in: Rebuilt. * Makefile.am (ordinary_java_source_files): Added CollationElementIterator, CollationKey, Collator, RuleBasedCollator. (nat_source_files): Added natCollator.cc. * java/text/RuleBasedCollator.java (ceiNext): No longer static. (compare): Pass `this' to CollationElementIterator constructor. (getCollationElementIterator): Likewise. (ceiNext): Fix off-by-one error when finding initial substring. (next): Correctly mask off bits when computing return value. Fixed return values when one string is shorter than the other. * java/text/CollationElementIterator.java (collator): New field. (CollationElementIterator): Added collator argument. (next): Call ceiNext on collator object. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26707 138bc75d-0d04-0410-961f-82ee72b054a4
1999-04-07 * mauve-libgcj: Omit java.text.Collator,Tom Tromey
java.text.RuleBasedCollator. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26265 138bc75d-0d04-0410-961f-82ee72b054a4
1999-04-07Initial revisionTom Tromey
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@26264 138bc75d-0d04-0410-961f-82ee72b054a4