aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2000-01-19natThrowable.cc: Don't use `#pragma implementation'.Tom Tromey1-2/+0
2000-01-19* All files: Updated copyright to reflect Cygnus purchase.Tom Tromey307-309/+309
2000-01-18natThrowable.cc (fillInStackTrace): Return `this' even when backtrace can't b...Tom Tromey1-1/+1
2000-01-17Runtime.java (loadLibraryInternal): Declare.Tom Tromey3-60/+71
2000-01-17natThrowable.cc: New file.Andrew Haley2-37/+129
2000-01-17StringBuffer.java (StringBuffer): Don't special case null argument.Anthony Green1-7/+4
2000-01-16StreamTokenizer.java (nextToken): Avoid unread(TT_EOF).Jeff Sturm1-15/+29
2000-01-13natClassLoader.cc (_Jv_FindClass): Register `loader', not system loader, as i...Tom Tromey1-8/+6
2000-01-11natSystem.cc (getpwuid_adaptor): New adaptor for HP/UX.Tom Tromey1-1/+12
2000-01-10natMath.cc (pow): Cast args to `double', not `jdouble'.Jeff Sturm3-14/+13
2000-01-09natString.cc (init): Test for overflow condition during out of bounds check.Anthony Green1-16/+23
2000-01-07* java/lang/natClass.cc (getClasses): Wrote.Tom Tromey1-2/+5
2000-01-06natClass.cc (_getConstructors): Correctly check whether method name is the in...Tom Tromey1-3/+3
2000-01-06natClass.cc (getMethod): Compute offset relative to `klass's methods table, n...Tom Tromey2-25/+27
2000-01-05* java/lang/natClass.cc: Include <gcj/method.h>.Tom Tromey1-0/+1
2000-01-05Class.h (_getMethods): Correctly declare as private, not public.Tom Tromey1-2/+2
2000-01-05Class.h (_getMethods): Declare.Tom Tromey3-8/+131
2000-01-05natMethod.cc (get_ffi_type): Test size of jboolean and select correct ffi typ...Tom Tromey1-4/+17
2000-01-05Class.h (getSignature): Updated.Tom Tromey3-10/+14
2000-01-04natPlainDatagramSocketImpl.cc (peek): Removed unnecesary comment.Warren Levy1-3/+2
2000-01-04[multiple changes]Tom Tromey7-201/+591
1999-12-27Commit forgotten Thread.java patch.Bryce McKinlay1-4/+13
1999-12-24natObject.cc (notify): Throw message with IllegalMonitorStateException.Bryce McKinlay2-9/+16
1999-12-20Modifier.java (STRICT): New constant.Tom Tromey2-3/+10
1999-12-18re GNATS libgcj/111 (bug in reflection code)Tom Tromey1-0/+3
1999-12-17* java/lang/natPosixProcess.cc (startProcess): Don't use sprintf.Tom Tromey1-4/+5
1999-12-17Boolean.java (Boolean(String)): Set Value' to false on a null String construc...Bryce McKinlay3-61/+30
1999-12-15natSystem.cc (init_properties): Don't set user.name or user.home if NO_GETUID...Tom Tromey1-1/+5
1999-12-02natString.cc (equalsIgnoreCase): return false if anotherString is null.Bryce McKinlay2-3/+6
1999-12-02ServerSocket.java (ServerSocket): Bind to any interface if bindAddr is null.Bryce McKinlay1-1/+1
1999-11-25prims.cc (_Jv_NewObjectArray): Use _Jv_GetArrayElementFromElementType.Tom Tromey2-45/+6
1999-11-23re GNATS java.net/57 (potential buffer overruns)Bryce McKinlay2-34/+38
1999-11-19sjlj jumbo patchTom Tromey1-0/+2
1999-11-18natClass.cc (MCACHE_SIZE): Define as a power of 2 minus 1.Tom Tromey1-3/+5
1999-11-07ZipFile.java: Compute the offset of the ZipEntry data correctly.Anthony Green1-4/+7
1999-11-05* java/lang/natThread.cc (destroy): Removed incorrect comment.Tom Tromey1-2/+0
1999-11-05natThread.cc (stop): Removed argument name.Tom Tromey2-2/+2
1999-11-04natClass.cc (method_cache_count): Removed.Tom Tromey1-31/+13
1999-11-04quick-threads.h (_Jv_ThreadCancel): Removed.Tom Tromey2-7/+4
1999-11-01PrintStream (PrintStream): Fix illegal usage of "this" before "super".Bryce McKinlay3-10/+21
1999-10-22Makefile.in: Rebuilt.Tom Tromey1-8/+7
1999-10-18VMClassLoader.java (getVMClassLoader): New method.Tom Tromey2-14/+7
1999-10-17ClassLoader.java (getSystemResource): Use getSystemClassLoader instead of Cla...Anthony Green3-12/+25
1999-10-15gij.cc (main): Formatting fixes.Tom Tromey1-3/+15
1999-10-15libtool-version: Catch up by incrementing current.Anthony Green1-0/+28
1999-10-04natPlainSocketImpl.cc: Don't include headers if java.net is disabled.Tom Tromey1-0/+2
1999-10-02The following patches include a couple of fixes for cross toolchains,Steve Chamberlain1-0/+8
1999-10-02configure: Rebuilt.Tom Tromey3-2/+141
1999-09-30* java/net/natPlainDatagramSocketImpl.cc: Indentation fix.Tom Tromey1-3/+3
1999-09-24re GNATS java.util/47 (Date.toString() returns embedded newline)Tom Tromey3-77/+96