aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2000-02-25jni.cc (_Jv_JNI_RegisterNatives): Conditionalize body on `INTERPRETER'.Tom Tromey2-0/+9
2000-02-25re GNATS libgcj/38 (Static initializer in DecimalFormat eventually depends on...Bryce McKinlay2-7/+30
2000-02-25BigInteger.java (ival): Made private.Warren Levy2-3/+9
2000-02-21Forgot to commit ChangeLogAnthony Green1-0/+16
2000-02-21Makefile.in: Rebuilt.Anthony Green8-54/+639
2000-02-21* boehm.cc (_Jv_AllocBytes): Clear returned memory.Tom Tromey2-1/+12
2000-02-19ZipEntry.java (setCrc): Fix overflow.Bryce McKinlay2-2/+7
2000-02-18jvm.h (_Jv_GetJavaVM): Declare.Tom Tromey5-14/+135
2000-02-18register.java: New file.Tom Tromey4-0/+55
2000-02-17Rotated ChangeLogsTom Tromey2-7109/+7108
2000-02-17re GNATS gcj/152 (Installation flaw)Tom Tromey2-1/+8
2000-02-17* jni.cc (_Jv_JNI_CallStaticMethodV): Added some assertions.Tom Tromey2-0/+11
2000-02-17calls.c: New file.Tom Tromey4-0/+140
2000-02-16jni.cc (_Jv_JNI_NewObjectV): Corrected assertion.Tom Tromey2-3/+34
2000-02-16throwit.java: New file.Tom Tromey4-0/+68
2000-02-16jni.cc (_Jv_JNI_FindClass): Use ClassLoader.loadClass, not findClass.Tom Tromey2-1/+6
2000-02-16findclass.java: New fileTom Tromey1-0/+6
2000-02-16findclass.java: New fileTom Tromey3-0/+29
2000-02-16InterfaceDispatch.java: New file.Bryce McKinlay3-0/+435
2000-02-16virtual.java: New file.Tom Tromey16-0/+156
2000-02-16resolve.cc (ncode): Set args_raw_size.Tom Tromey4-9/+71
2000-02-15* jni.cc (mangled_name): Skip leading `(' in signature.Tom Tromey2-1/+4
2000-02-15* jni.cc (add_char): Added missing `else'.Tom Tromey2-1/+3
2000-02-15jni.cc (_Jv_JNI_AttachCurrentThread): Return error if malloc fails.Tom Tromey2-2/+12
2000-02-15Updated the NEWSBryce McKinlay1-6/+8
2000-02-15Updated ChangeLogBryce McKinlay1-0/+13
2000-02-15natSystem.cc (init_properties): set java.lang.classpath property.Bryce McKinlay1-2/+9
2000-02-15Updated the NEWSBryce McKinlay1-8/+20
2000-02-15natRuntime.cc (_load): Include library path with exception message.Bryce McKinlay1-1/+3
2000-02-15natThread.cc (dumpStack): Removed.Bryce McKinlay2-10/+5
2000-02-15re GNATS gcj/150 (System.loadLibrary() semantics arn't the same as in the JDK)Tom Tromey2-3/+17
2000-02-14ltdl.c: If HAVE_BOEHM_GC defined, includ gc.h.Tom Tromey9-105/+184
2000-02-14MPN.java (findLowestBit): Made methods public.Warren Levy3-23/+171
2000-02-13gcj/142Anthony Green2-1/+6
2000-02-12New test code.Anthony Green2-0/+11
2000-02-12New test case.Anthony Green2-0/+23
2000-02-12New test case.Anthony Green2-0/+18
2000-02-12New test case.Anthony Green2-0/+18
2000-02-12File.java (createTempFile): Use low bits from counter, not high bits.Tom Tromey2-1/+7
2000-02-12inner_interface.out: New file.Alexandre Petit-Bianco7-0/+80
2000-02-12More thanks.Anthony Green2-1/+14
2000-02-11interpret.cc (continue1): Use STOREA, not STOREI, to implement astore instruc...Tom Tromey3-2/+7
2000-02-11BigInteger.java (BigInteger(String, int)): New constructor.Warren Levy2-24/+418
2000-02-11* java/io/File.java (nextValue): Now synchronized.Tom Tromey2-1/+5
2000-02-11natFileDescriptorPosix.cc (open): Recognize EXCL flag.Tom Tromey5-4/+92
2000-02-10jni.h (JNI_FALSE): Renamed from JNI_TRUE; oops.Tom Tromey2-4/+12
2000-02-10natNativeThread.cc: New file.Tom Tromey10-30/+560
2000-02-10interpret.cc: Don't include fdlibm.h.Andrew Haley5-312/+130
2000-02-10natRuntime.cc (_load): Call add_library.Tom Tromey2-0/+7
2000-02-10natIconv.cc (Input_iconv::finalize): Call iconv_close when handle is not NULL.Tom Tromey2-2/+8