aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2000-03-07All files: Updated copyright information.Tom Tromey1-0/+7
2000-03-07resolve.cc (_Jv_SearchMethodInClass): New function.Bryce McKinlay1-0/+74
2000-03-07jni.cc (MARK_NONE): New define.Tom Tromey1-0/+18
2000-03-06re GNATS libgcj/43 (jni.h not installed)Tom Tromey1-1/+7
2000-03-05javaprims.h ("Java"): Remove FirstThread.Anthony Green1-0/+17
2000-03-05DatagramSocket.java (DatagramSocket(int,InetAddress)): Handle null addresses.Warren Levy1-0/+5
2000-03-05re GNATS gcj/151 (strange result on Math.sin(1e50))Anthony Green1-0/+5
2000-03-04configure: Rebuilt.Anthony Green1-0/+8
2000-03-02java-interp.h: Don't include MethodInvocation.h.Tom Tromey1-0/+69
2000-02-29ZipOutputStream.java (closeEntry): Fixed error caused by the incorrect castin...Mo DeJong1-0/+5
2000-02-29ZipOutputStream.java (write_entry): Fixed SIGSEV caused by use of the wrong i...Mo DeJong1-0/+5
2000-02-27File.java (File(String, String)): For dirPath, treat an empty String the same...Bryce McKinlay1-0/+5
2000-02-26Minor clean up and bug fix.Anthony Green1-0/+9
2000-02-25jni.cc (_Jv_JNI_RegisterNatives): Conditionalize body on `INTERPRETER'.Tom Tromey1-0/+5
2000-02-25re GNATS libgcj/38 (Static initializer in DecimalFormat eventually depends on...Bryce McKinlay1-0/+9
2000-02-25BigInteger.java (ival): Made private.Warren Levy1-0/+6
2000-02-21Forgot to commit ChangeLogAnthony Green1-0/+16
2000-02-21* boehm.cc (_Jv_AllocBytes): Clear returned memory.Tom Tromey1-0/+4
2000-02-19ZipEntry.java (setCrc): Fix overflow.Bryce McKinlay1-0/+5
2000-02-18jvm.h (_Jv_GetJavaVM): Declare.Tom Tromey1-0/+17
2000-02-17Rotated ChangeLogsTom Tromey1-7109/+0
2000-02-17re GNATS gcj/152 (Installation flaw)Tom Tromey1-0/+5
2000-02-17* jni.cc (_Jv_JNI_CallStaticMethodV): Added some assertions.Tom Tromey1-0/+2
2000-02-16jni.cc (_Jv_JNI_NewObjectV): Corrected assertion.Tom Tromey1-0/+8
2000-02-16jni.cc (_Jv_JNI_FindClass): Use ClassLoader.loadClass, not findClass.Tom Tromey1-0/+5
2000-02-16resolve.cc (ncode): Set args_raw_size.Tom Tromey1-0/+10
2000-02-15* jni.cc (mangled_name): Skip leading `(' in signature.Tom Tromey1-0/+2
2000-02-15* jni.cc (add_char): Added missing `else'.Tom Tromey1-0/+2
2000-02-15jni.cc (_Jv_JNI_AttachCurrentThread): Return error if malloc fails.Tom Tromey1-0/+5
2000-02-15Updated ChangeLogBryce McKinlay1-0/+13
2000-02-15re GNATS gcj/150 (System.loadLibrary() semantics arn't the same as in the JDK)Tom Tromey1-0/+5
2000-02-14MPN.java (findLowestBit): Made methods public.Warren Levy1-1/+15
2000-02-13gcj/142Anthony Green1-0/+5
2000-02-12File.java (createTempFile): Use low bits from counter, not high bits.Tom Tromey1-0/+5
2000-02-12More thanks.Anthony Green1-0/+4
2000-02-11interpret.cc (continue1): Use STOREA, not STOREI, to implement astore instruc...Tom Tromey1-0/+5
2000-02-11BigInteger.java (BigInteger(String, int)): New constructor.Warren Levy1-0/+18
2000-02-11* java/io/File.java (nextValue): Now synchronized.Tom Tromey1-0/+4
2000-02-11natFileDescriptorPosix.cc (open): Recognize EXCL flag.Tom Tromey1-0/+8
2000-02-10jni.h (JNI_FALSE): Renamed from JNI_TRUE; oops.Tom Tromey1-0/+4
2000-02-10natNativeThread.cc: New file.Tom Tromey1-0/+46
2000-02-10interpret.cc: Don't include fdlibm.h.Andrew Haley1-0/+17
2000-02-10natRuntime.cc (_load): Call add_library.Tom Tromey1-0/+3
2000-02-10natIconv.cc (Input_iconv::finalize): Call iconv_close when handle is not NULL.Tom Tromey1-0/+6
2000-02-08Properties.java (setProperty): New method.Tom Tromey1-0/+5
2000-02-08Runtime.java (_load): Declare.Tom Tromey1-0/+9
2000-02-08jni.cc (ThrowableClass): New define.Tom Tromey1-0/+25
2000-02-08interpret.cc (PUSHL): Don't use expression statement.Tom Tromey1-0/+5
2000-02-07jni.cc (add_char): Conditional on INTERPRETER.Tom Tromey1-0/+9
2000-02-04Added credits for Per Bothner's work on MPN.java and IntNum.java (forWarren Levy1-2/+4