aboutsummaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)AuthorFilesLines
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
2004-11-26natDebug.cc (getField): Don't qualify name.Tom Tromey1-7/+12
2004-11-25ResourceBundle.java (BundleKey): Don't implement Cloneable.Bryce McKinlay1-14/+2
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey17-1343/+907
2004-11-24Character.java, [...]: Reorder "final static" to "static final".Michael Koch1-89/+89
2004-11-24ResourceBundle.java: Reformatted.Michael Koch1-3/+5
2004-11-242004-11-24 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters1-3/+4
2004-11-242004-11-24 Michael Koch <konqueror@gmx.de>Michael Koch1-0/+12
2004-11-242004-11-24 Jeroen Frijters <address@bogus.example.com>Jeroen Frijters2-37/+105
2004-11-24NIOServerSocket.java: Added email to @author tag.Michael Koch5-60/+89
2004-11-24DirectByteBufferImpl.java, [...]: Reformatted.Michael Koch2-134/+134
2004-11-23String.java (rehash): Removed.Michael Koch2-6/+6
2004-11-212004-11-21 Michael Koch <konqueror@gmx.de>Michael Koch1-4/+31
2004-11-212004-11-21 Michael Koch <konqueror@gmx.de>Michael Koch2-2/+2
2004-11-182004-11-18 Jeroen Frijters <jeroen@frijters.net>Jeroen Frijters1-17/+3
2004-11-18URLClassLoader.java: Whitespace cleanup.Michael Koch1-170/+172
2004-11-18Complete 1.4 supportRobert Schuster1-304/+523
2004-11-18Inet6Address.java (getHostAddress): Fix textual representation of IPv6 addres...Mattias Rehnberg1-10/+3