aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
2005-02-21FileDescriptor.java (sync): Add real exception to SyncFailedException.Mark Wielaard1-1/+1
2005-02-21InputStreamReader.java: Fixed @author tag.Michael Koch1-2/+2
2005-02-20RE.java, [...]: Made 'inner' classes real public static inner classes...Dalibor Topic5-329/+329
2005-02-19[multiple changes]Michael Koch2-187/+601
2005-02-19SelectorImpl.java: Reworked import statements.Michael Koch4-11/+15
2005-02-19LinkedHashMap (addEntry): Call remove() with key argument, not the HashEntry.Bryce McKinlay1-1/+1
2005-02-18natRuntime.cc (insertSystemProperties): Normalize x86 architecture names to "...Anthony Green1-1/+11
2005-02-18Charset.java (forName): Throws IllegalArgumentException when argument is null...Robert Schuster1-1/+16
2005-02-17Class.h (_Jv_GetMethodString): Updated declaration.Tom Tromey3-8/+8
2005-02-17[multiple changes]Michael Koch15-0/+69
2005-02-17GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag...Michael Koch423-1383/+1386
2005-02-16[multiple changes]Mark Wielaard2-19/+726
2005-02-16[multiple changes]Graydon Hoare42-1331/+2459
2005-02-16Subject.java (doAsPrivileged): If acc is null, create a new AccessControlCont...Andrew Haley6-22/+63
2005-02-15[multiple changes]Mark Wielaard1-24/+28
2005-02-15URLClassLoader.java (JarURLLoader.JarURLLoader): Just use space for parsing C...Mark Wielaard1-5/+1
2005-02-15URLClassLoader.java (JarURLLoader.JarURLLoader): Don't look aside for "GCJLIB...Mark Wielaard1-74/+33
2005-02-12Fixes bug libgcj/8170Mark Wielaard2-17/+39
2005-02-10Connection.java (getJarFile): Open jar file with OPEN_DELETE.Tom Tromey1-7/+4
2005-02-10InflaterInputStream.java (markSupported): Override.Tom Tromey1-1/+15
2005-02-09URI.java (AUTHORITY_REGEXP): Handle case where user name or port is missing.Tom Tromey1-4/+4
2005-02-08natRuntime.cc (insertSystemProperties): Set sun.boot.class.path earlier.Tom Tromey1-4/+4
2005-02-07defineclass.cc (handleClassBegin): Use _Jv_RegisterInitiatingLoader.Tom Tromey3-7/+14
2005-02-07Reported by Timo Lindfors <timo.lindfors@iki.fi> java/util/regex/Matcher.java...Mark Wielaard2-6/+21
2005-02-03InetAddress.java (InetAddress): Make a private copy of the address.David Daney3-7/+9
2005-02-02re PR libgcj/19681 (extension loading currently incorrect)Tom Tromey2-1/+6
2005-01-29re PR libgcj/19649 (java.util.Date.getTimezoneOffset returns negated output)Jeroen Frijters1-8/+6
2005-01-24Class.h (next): Updated documentation.Tom Tromey2-15/+15
2005-01-19VMCompiler.java (compileClass): Ignore UnknownError.Tom Tromey1-1/+6
2005-01-18MessageFormat.java (scanString): Changed how quoting is handled.Tom Tromey1-20/+32
2005-01-17MessageFormat.java (scanFormat): Chain thrown exception.Mark Wielaard1-1/+3
2005-01-15re PR java/19444 (GCJ implementation of java.net.URI misses host support)Michael Koch1-4/+45
2005-01-14File.java (toURI): Generate a URI which we understand.Robin Green1-2/+2
2005-01-14jni.h (_Jv_JNIEnv::bottom_locals): New field.Graydon Hoare1-0/+1
2005-01-13re PR libgcj/17784 (Thread.interrupt doesn't do security checks)Michael Koch2-2/+8
2005-01-11re PR libgcj/13972 (gcj's URL() does not handle ContextURL + "/redir?http://d...Michael Koch1-4/+3
2005-01-11re PR libgcj/18840 (java.io.BufferedInputStream.read(byte[],..) methods don't...Tom Tromey1-7/+28
2005-01-10PR libgcj/12016, PR libgcj/18405, PR libgcj/17738:Tom Tromey5-97/+89
2005-01-10re PR libgcj/18014 (java.util.Locale changes variant to upper case)Michael Koch1-3/+4
2005-01-10[multiple changes]Michael Koch2-3/+10
2005-01-09re PR libgcj/17069 (InetAddress.getLocalHost() returns broken InetAddress obj...Michael Koch1-1/+3
2005-01-07* java/lang/ClassLoader.java (findClass): Fixed documentation.Tom Tromey1-2/+2
2005-01-07re PR libgcj/18115 (JNI nio buffer functions only work with byte buffers)Michael Koch9-2/+30
2005-01-05ZipEntry.java (setCompressedSize): Allow any argument.Tom Tromey2-10/+5
2005-01-05natRuntime.cc (insertSystemProperties): Set java.ext.dirs earlier.Tom Tromey1-4/+6
2005-01-05natObject.cc (_Jv_ObjectCheckMonitor): Initialize the sync_info element of th...Eric Botcazou1-0/+2
2004-12-21natClassLoader.cc (_Jv_RegisterClassHookDefault): Re-enable duplicate class r...Tom Tromey1-2/+1
2004-12-17re PR libgcj/15001 ([3.4 only] Using JNI with interpreter and interface metho...Andrew Haley1-1/+22
2004-12-08IdentityHashMap.java (put): Replace mistaken use of "<<" by "*".Ranjit Mathew1-1/+1
2004-11-30revert: [multiple changes]Graydon Hoare127-2176/+13776