aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
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
2001-02-23Throwable.java (CPlusPlusDemangler): Pass -s java to c++filt to select java-s...Per Bothner1-1/+1
2001-02-22re PR java/2040 (java.util.Hashtable(int,float) is stricter than sun's version)Bryce McKinlay2-20/+15
2001-02-20PipedWriter.java (flush): Throw exception if stream closed.Tom Tromey4-29/+102
2001-02-20ThreadGroup.java (activeCount): Only include threads which are alive.Tom Tromey1-7/+16
2001-02-19CharArrayReader.java (CharArrayReader): Throw IllegalArgumentException if con...Bryce McKinlay2-10/+13
2001-02-19Integer.java (getInteger): Return default argument if property is not set.Bryce McKinlay2-12/+16
2001-02-17* java/util/TimerTask.java: New version from Classpath.Mark Wielaard1-64/+67
2001-02-17Remerge with Classpath (changes by Bryce McKinlay <bryce@albatross.co.nz>)Mark Wielaard1-80/+111
2001-02-17DataInputStream.java: update copyright noticeMark Wielaard6-35/+139
2001-02-16HashSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay1-3/+10
2001-02-16TreeMap.java (nil): Made non-final.Bryce McKinlay1-2/+4
2001-02-16TreeSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay2-6/+22