aboutsummaryrefslogtreecommitdiff
path: root/libjava
AgeCommit message (Expand)AuthorFilesLines
2000-01-18configure: Rebuilt.Tom Tromey3-4/+7
2000-01-17Runtime.java (loadLibraryInternal): Declare.Tom Tromey14-897/+535
2000-01-17Initial revisionTom Tromey13-0/+7279
2000-01-17* prims.cc (_Jv_PrimClass): Use `JV_STATE_NOTHING', not `0'.Tom Tromey2-3/+7
2000-01-17natThrowable.cc: New file.Andrew Haley13-161/+731
2000-01-17StringBuffer.java (StringBuffer): Don't special case null argument.Anthony Green2-7/+9
2000-01-16StreamTokenizer.java (nextToken): Avoid unread(TT_EOF).Jeff Sturm2-15/+33
2000-01-16*** empty log message ***Anthony Green5-0/+69
2000-01-16pr83.out: New file.Anthony Green5-0/+74
2000-01-13natClassLoader.cc (_Jv_FindClass): Register `loader', not system loader, as i...Tom Tromey2-8/+11
2000-01-11klass.out: New file.Tom Tromey3-0/+16
2000-01-11natSystem.cc (getpwuid_adaptor): New adaptor for HP/UX.Tom Tromey2-1/+17
2000-01-10natMath.cc (pow): Cast args to `double', not `jdouble'.Jeff Sturm4-14/+22
2000-01-09natString.cc (init): Test for overflow condition during out of bounds check.Anthony Green5-169/+202
2000-01-07* mauve-libgcj: Don't disable ClassTest.Tom Tromey2-2/+2
2000-01-07* java/lang/natClass.cc (getClasses): Wrote.Tom Tromey2-2/+9
2000-01-06natClass.cc (_getConstructors): Correctly check whether method name is the in...Tom Tromey2-3/+9
2000-01-06natClass.cc (getMethod): Compute offset relative to `klass's methods table, n...Tom Tromey3-25/+38
2000-01-05* java/lang/natClass.cc: Include <gcj/method.h>.Tom Tromey2-0/+3
2000-01-05Class.h (_getMethods): Correctly declare as private, not public.Tom Tromey2-2/+5
2000-01-05Class.h (_getMethods): Declare.Tom Tromey4-8/+143
2000-01-05natMethod.cc (get_ffi_type): Test size of jboolean and select correct ffi typ...Tom Tromey2-4/+24
2000-01-05Class.h (getSignature): Updated.Tom Tromey4-10/+24
2000-01-04natPlainDatagramSocketImpl.cc (peek): Removed unnecesary comment.Warren Levy2-3/+8
2000-01-04[multiple changes]Tom Tromey18-227/+734
2000-01-03mauve.exp (mauve_compute_uses): Let user select specific tests to run.Tom Tromey2-1/+11
1999-12-27Commit forgotten Thread.java patch.Bryce McKinlay1-4/+13
1999-12-24natObject.cc (notify): Throw message with IllegalMonitorStateException.Bryce McKinlay4-64/+108
1999-12-21* mauve-libgcj: Added java.lang.reflect.Modifier.toString12.Tom Tromey2-0/+6
1999-12-20Modifier.java (STRICT): New constant.Tom Tromey3-3/+16
1999-12-20Alpha Linux changes.Anthony Green3-2/+8
1999-12-20libgcjdata.c: New file.Anthony Green7-256/+427
1999-12-18re GNATS libgcj/111 (bug in reflection code)Tom Tromey2-0/+6
1999-12-17* java/lang/natPosixProcess.cc (startProcess): Don't use sprintf.Tom Tromey2-4/+9
1999-12-17Boolean.java (Boolean(String)): Set Value' to false on a null String construc...Bryce McKinlay4-61/+47
1999-12-15natSystem.cc (init_properties): Don't set user.name or user.home if NO_GETUID...Tom Tromey6-232/+603
1999-12-09re GNATS libgcj/117 (_Jv_PthreadCheckMonitor test is not portable.)Tom Tromey2-2/+22
1999-12-06jvm.h: Declare many functions with __attribute__((__malloc__)).Anthony Green3-12/+23
1999-12-03Updated the thanks list.Anthony Green2-2/+19
1999-12-02natString.cc (equalsIgnoreCase): return false if anotherString is null.Bryce McKinlay3-5/+12
1999-12-02ServerSocket.java (ServerSocket): Bind to any interface if bindAddr is null.Bryce McKinlay2-1/+6
1999-11-30re GNATS libgcj/98 (pthread_mutex_init in libjava/posix-threads.cc)Tom Tromey2-1/+10
1999-11-29exception.cc: Remove prototype declarations for malloc and free.Per Bothner3-74/+276
1999-11-25prims.cc (_Jv_NewObjectArray): Use _Jv_GetArrayElementFromElementType.Tom Tromey5-51/+63
1999-11-23re GNATS java.net/57 (potential buffer overruns)Bryce McKinlay3-34/+46
1999-11-19sjlj jumbo patchTom Tromey18-661/+469
1999-11-18* no-threads.cc (_Jv_ThreadStart): Use JvFail and not JvAssert.Tom Tromey2-1/+6
1999-11-18natClass.cc (MCACHE_SIZE): Define as a power of 2 minus 1.Tom Tromey2-3/+16
1999-11-07ZipFile.java: Compute the offset of the ZipEntry data correctly.Anthony Green2-4/+12
1999-11-05* java/lang/natThread.cc (destroy): Removed incorrect comment.Tom Tromey2-2/+4