summaryrefslogtreecommitdiff
path: root/libjava/java
Commit message (Expand)AuthorAgeFilesLines
* For PR libgcj/3523:Jeremy Nimmer2001-07-021-2/+2
* natFileDescriptorPosix.cc (open): Change error message formatting.Tom Tromey2001-06-261-1/+3
* BigInteger.java (byteArrayToIntArray): Don't include extraneous/malformed sig...Mark J. Roberts2001-06-191-5/+1
* natRuntime.cc (_Jv_FindSymbolInExecutable): Return NULL if no library on the ...Tom Tromey2001-06-151-1/+4
* re PR libgcj/3144 (java.lang.Date.compareTo() not supported)Tom Tromey2001-06-141-143/+410
* re PR libgcj/3059 (System doesn't set java.home property)Tom Tromey2001-06-081-2/+5
* natClass.cc (_Jv_IsAssignableFrom): Ensure that ancestors table index is with...Martin Kahlert2001-06-051-6/+16
* PublicKey.java: Extend Key.Tom Tromey2001-06-042-4/+4
* !defined(USE_LTDL) fixAnthony Green2001-06-021-0/+8
* USE_LIBFFI changeAnthony Green2001-06-021-0/+11
* natFile.cc (get_entry): Removed functions.Jeff Sturm2001-06-011-25/+9
* natFileDescriptorPosix.cc (open): Allocate buffer to correct size.Tom Tromey2001-05-311-21/+31
* Rectangle2D.java: fix doc typo.Laurent Guerby2001-05-311-1/+1
* DriverManager.java (getDrivers): Handle case where driver's class loader is n...Tom Tromey2001-05-311-3/+8
* natString.cc (init): Throw ArrayIndexOutOfBoundsException.Tom Tromey2001-05-241-8/+10
* configure.in: Only allow hash synchronization when POSIX threads are enabled.Tom Tromey2001-05-241-1/+1
* [multiple changes]Tom Tromey2001-05-245-26/+967
* Implement invocation interface; don't create new thread for main.Per Bothner2001-05-212-26/+78
* javaprims.h (_Jv_FormatInt): New declaration.Per Bothner2001-05-216-38/+80
* [multiple changes]Bryce McKinlay2001-05-181-4/+3
* SimpleDateFormat.java (parse): Handle non-dst time zones.Tom Tromey2001-05-161-8/+18
* GregorianCalendar.java (computeTime): Only call getTimeZone() once.Tom Tromey2001-05-151-1/+1
* SimpleDateFormat.java (parse): Clear DST_OFFSET and ZONE_OFFSET just before c...Tom Tromey2001-05-141-2/+4
* configure.in (ia64-*): Don't set SYSDEP_SOURCES.Richard Henderson2001-05-111-9/+1
* Makefile.in: Rebuilt.Tom Tromey2001-05-112-3/+439
* [multiple changes]Tom Tromey2001-05-104-374/+1086
* Class.h (_Jv_Self): New union type.Bryce McKinlay2001-05-062-7/+9
* natFile.cc (performSetReadOnly): Fix #ifdef test.Matt Kraai2001-04-301-2/+2
* * java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): Use _Jv_Malloc.Zack Weinberg2001-04-281-2/+2
* re PR libgcj/2237 (serialization doesn't throw exception on failure)Bryce McKinlay2001-04-263-120/+74
* natInetAddress.cc (java::net::InetAddress::aton): Wrap use of inet_pton in HA...Kaveh R. Ghazi2001-04-251-1/+1
* Forgot this file on last commit.Bryce McKinlay2001-04-251-3/+1
* decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay2001-04-25105-1464/+11538
* Makefile.in: Rebuilt.Tom Tromey2001-04-221-0/+537
* Makefile.in: Rebuilt.Tom Tromey2001-04-2221-52/+216
* List.java: Wrote.Tom Tromey2001-04-212-7/+571
* natSystem.cc (getSystemTimeZone): Adjust for DST.Warren Levy2001-04-203-658/+251
* Makefile.am: Make a libtool convenience library.Bryce McKinlay2001-04-121-7/+54
* natString.cc (_Jv_NewStringUtf8Const): Register finalizer.Per Bothner2001-04-101-6/+12
* PrintStream.java (out): Removed field.Tom Tromey2001-04-021-37/+37
* re PR libgcj/2429 (java.text.MessageFormat should usefully set text on except...Torsten Rueger2001-04-021-1/+1
* natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay2001-04-024-34/+17
* natString.cc (intern): If string's data does not point to this String, make a...Per Bothner2001-04-012-7/+9
* DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner2001-04-012-51/+95
* 1.3-Compliant Implementation of java.io.File.Bryce McKinlay2001-04-014-204/+422
* exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson2001-03-2520-197/+197
* HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it ...Bryce McKinlay2001-03-242-3/+7
* natDouble.cc (parseDouble): Cannot use errno to check for errors...Per Bothner2001-03-231-15/+25
* natClass.cc (_Jv_IsAssignableFrom): Checking the ancestors array is invalid f...Per Bothner2001-03-231-7/+10
* jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey2001-03-232-14/+7