summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2001-04-30natFile.cc (performSetReadOnly): Fix #ifdef test.Matt Kraai
2001-04-28* java/lang/natClassLoader.cc (_Jv_RegisterInitiatingLoader): Use _Jv_Malloc.Zack Weinberg
2001-04-26re PR libgcj/2237 (serialization doesn't throw exception on failure)Bryce McKinlay
2001-04-25natInetAddress.cc (java::net::InetAddress::aton): Wrap use of inet_pton in HA...Kaveh R. Ghazi
2001-04-25Forgot this file on last commit.Bryce McKinlay
2001-04-25decl.c (init_decl_processing): Add new class "protectionDomain" field.Bryce McKinlay
2001-04-22Makefile.in: Rebuilt.Tom Tromey
2001-04-22Makefile.in: Rebuilt.Tom Tromey
2001-04-21List.java: Wrote.Tom Tromey
2001-04-20natSystem.cc (getSystemTimeZone): Adjust for DST.Warren Levy
2001-04-12Makefile.am: Make a libtool convenience library.Bryce McKinlay
2001-04-10natString.cc (_Jv_NewStringUtf8Const): Register finalizer.Per Bothner
2001-04-02PrintStream.java (out): Removed field.Tom Tromey
2001-04-02re PR libgcj/2429 (java.text.MessageFormat should usefully set text on except...Torsten Rueger
2001-04-02natSystem.cc (init_properties): Revert yesterday's changes to "file.separator...Bryce McKinlay
2001-04-01natString.cc (intern): If string's data does not point to this String, make a...Per Bothner
2001-04-01DeflaterOutputStream.java (deflate): Loop while def.needsInput.Per Bothner
2001-04-011.3-Compliant Implementation of java.io.File.Bryce McKinlay
2001-03-25exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson
2001-03-24HashMap.java (HashMap): If 0 is given for initialCapacity paramater, bump it ...Bryce McKinlay
2001-03-23natDouble.cc (parseDouble): Cannot use errno to check for errors...Per Bothner
2001-03-23natClass.cc (_Jv_IsAssignableFrom): Checking the ancestors array is invalid f...Per Bothner
2001-03-23jni.cc (_Jv_JNI_GetAnyFieldID): Handle unresolved fields.Tom Tromey
2001-03-22Method.java (getExceptionTypes): Call getType() to initialize if exception_ty...Bryce McKinlay
2001-03-21re PR libgcj/2338 (RandomAccessFile does not create the file if not found)Tom Tromey
2001-03-20TimeZone.java: Sync up with Classpath.Warren Levy
2001-03-19URLStreamHandler.java (parseURL): Fix bug which would "canonicalize" "../../x...Per Bothner
2001-03-19ArrayList.java: Remove RCS keywords from commentsMark Wielaard
2001-03-18natClass.cc (_Jv_CheckCast): add class names to exceptionMark Wielaard
2001-03-18natString.cc (rehash): Don't bother with memset; _Jv_AllocBytes returns zero'...Tom Tromey
2001-03-14natThrowable.cc (printRawStackTrace): Copy the stackTrace buffer to a correct...Andrew Haley
2001-03-12ExceptionInInitializerError.java (printStackTrace): Only try to print the sub...Bryce McKinlay
2001-03-12Runtime.java (_exit): Declare new package-private native.Bryce McKinlay
2001-03-09re PR libgcj/1971 (ObjectOutputStream generates incorrect serialVersionUID's ...Tom Tromey
2001-03-06TreeSet.java (writeObject): Use a for-loop instead of Iterator.hasNext().Bryce McKinlay
2001-03-01Changes merged from Kawa's gnu.math.Per Bothner
2001-02-23Change to sometimes include class name in ClassFormatError message.Per Bothner
2001-02-23Throwable.java (CPlusPlusDemangler): Pass -s java to c++filt to select java-s...Per Bothner
2001-02-22re PR java/2040 (java.util.Hashtable(int,float) is stricter than sun's version)Bryce McKinlay
2001-02-20PipedWriter.java (flush): Throw exception if stream closed.Tom Tromey
2001-02-20ThreadGroup.java (activeCount): Only include threads which are alive.Tom Tromey
2001-02-19CharArrayReader.java (CharArrayReader): Throw IllegalArgumentException if con...Bryce McKinlay
2001-02-19Integer.java (getInteger): Return default argument if property is not set.Bryce McKinlay
2001-02-17* java/util/TimerTask.java: New version from Classpath.Mark Wielaard
2001-02-17Remerge with Classpath (changes by Bryce McKinlay <bryce@albatross.co.nz>)Mark Wielaard
2001-02-17DataInputStream.java: update copyright noticeMark Wielaard
2001-02-16HashSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay
2001-02-16TreeMap.java (nil): Made non-final.Bryce McKinlay
2001-02-16TreeSet.java (clone): Made subclass safe, use super.clone(), not new.Bryce McKinlay
2001-02-15defineclass.cc: Don't include alloca.h.Anthony Green