aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2001-05-24natString.cc (init): Throw ArrayIndexOutOfBoundsException.Tom Tromey1-8/+10
2001-05-24configure.in: Only allow hash synchronization when POSIX threads are enabled.Tom Tromey1-1/+1
2001-05-24[multiple changes]Tom Tromey5-26/+967
2001-05-21Implement invocation interface; don't create new thread for main.Per Bothner2-26/+78
2001-05-21javaprims.h (_Jv_FormatInt): New declaration.Per Bothner6-38/+80
2001-05-18[multiple changes]Bryce McKinlay1-4/+3
2001-05-16SimpleDateFormat.java (parse): Handle non-dst time zones.Tom Tromey1-8/+18
2001-05-15GregorianCalendar.java (computeTime): Only call getTimeZone() once.Tom Tromey1-1/+1
2001-05-14SimpleDateFormat.java (parse): Clear DST_OFFSET and ZONE_OFFSET just before c...Tom Tromey1-2/+4
2001-05-11configure.in (ia64-*): Don't set SYSDEP_SOURCES.Richard Henderson1-9/+1
2001-05-11Makefile.in: Rebuilt.Tom Tromey2-3/+439
2001-05-10[multiple changes]Tom Tromey4-374/+1086
2001-05-06Class.h (_Jv_Self): New union type.Bryce McKinlay2-7/+9
2001-04-30natFile.cc (performSetReadOnly): Fix #ifdef test.Matt Kraai1-2/+2
2001-04-28* java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): Use _Jv_Malloc.Zack Weinberg1-2/+2
2001-04-26re PR libgcj/2237 (serialization doesn't throw exception on failure)Bryce McKinlay3-120/+74
2001-04-25natInetAddress.cc (java::net::InetAddress::aton): Wrap use of inet_pton in HA...Kaveh R. Ghazi1-1/+1
2001-04-25Forgot this file on last commit.Bryce McKinlay1-3/+1
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay105-1464/+11538
2001-04-22Makefile.in: Rebuilt.Tom Tromey1-0/+537
2001-04-22Makefile.in: Rebuilt.Tom Tromey21-52/+216
2001-04-21List.java: Wrote.Tom Tromey2-7/+571
2001-04-20natSystem.cc (getSystemTimeZone): Adjust for DST.Warren Levy3-658/+251
2001-04-12Makefile.am: Make a libtool convenience library.Bryce McKinlay1-7/+54
2001-04-10natString.cc (_Jv_NewStringUtf8Const): Register finalizer.Per Bothner1-6/+12
2001-04-02PrintStream.java (out): Removed field.Tom Tromey1-37/+37
2001-04-02re PR libgcj/2429 (java.text.MessageFormat should usefully set text on except...Torsten Rueger1-1/+1
2001-04-02natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay4-34/+17
2001-04-01natString.cc (intern): If string's data does not point to this String, make a...Per Bothner2-7/+9
2001-04-01DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner2-51/+95
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay4-204/+422
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson20-197/+197
2001-03-24HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it ...Bryce McKinlay2-3/+7
2001-03-23natDouble.cc (parseDouble): Cannot use errno to check for errors...Per Bothner1-15/+25
2001-03-23natClass.cc (_Jv_IsAssignableFrom): Checking the ancestors array is invalid f...Per Bothner1-7/+10
2001-03-23jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey2-14/+7
2001-03-22Method.java (getExceptionTypes): Call getType() to initialize if exception_ty...Bryce McKinlay3-2/+10
2001-03-21re PR libgcj/2338 (RandomAccessFile does not create the file if not found)Tom Tromey1-2/+2
2001-03-20TimeZone.java: Sync up with Classpath.Warren Levy1-97/+103
2001-03-19URLStreamHandler.java (parseURL): Fix bug which would "canonicalize" "../../x...Per Bothner1-1/+1
2001-03-19ArrayList.java: Remove RCS keywords from commentsMark Wielaard12-533/+785
2001-03-18natClass.cc (_Jv_CheckCast): add class names to exceptionMark Wielaard1-1/+6
2001-03-18natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'...Tom Tromey1-18/+58
2001-03-14natThrowable.cc (printRawStackTrace): Copy the stackTrace buffer to a correct...Andrew Haley1-3/+4
2001-03-12ExceptionInInitializerError.java (printStackTrace): Only try to print the sub...Bryce McKinlay1-3/+3
2001-03-12Runtime.java (_exit): Declare new package-private native.Bryce McKinlay5-9/+48
2001-03-09re PR libgcj/1971 (ObjectOutputStream generates incorrect serialVersionUID's ...Tom Tromey1-5/+9
2001-03-06TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext().Bryce McKinlay2-11/+6
2001-03-01Changes merged from Kawa's gnu.math.Per Bothner1-15/+10
2001-02-23Change to sometimes include class name in ClassFormatError message.Per Bothner1-1/+3