summaryrefslogtreecommitdiff
path: root/libjava
Commit message (Expand)AuthorAgeFilesLines
* [multiple changes]Mark Wielaard2005-02-1625-302/+400
* Subject.java (doAsPrivileged): If acc is null, create a new AccessControlCont...Andrew Haley2005-02-1610-30/+115
* PersistentByteMap.java (name, values, fc): new fields.Andrew Haley2005-02-163-59/+332
* prims.cc (_Jv_CreateJavaVM): Add comment about initialization order.David Daney2005-02-163-11/+26
* [multiple changes]Mark Wielaard2005-02-152-24/+43
* URLClassLoader.java (JarURLLoader.JarURLLoader): Just use space for parsing C...Mark Wielaard2005-02-152-5/+6
* URLClassLoader.java (JarURLLoader.JarURLLoader): Don't look aside for "GCJLIB...Mark Wielaard2005-02-152-74/+41
* SSLContext.java (getInstance): Add exception message and/or cause before thro...Mark Wielaard2005-02-152-5/+10
* Makefile.am (libgcj_la_SOURCES): Move all sources ...Richard Henderson2005-02-153-35/+76
* jawt.c: New file.Thomas Fitzsimmons2005-02-1410-18/+600
* * testsuite/libjava.lang/PR19921.java: Use correct class name.Tom Tromey2005-02-142-1/+5
* re PR java/19921 (wrong argument count for invokeInterface with new multidime...Tom Tromey2005-02-143-0/+5
* re PR java/19921 (wrong argument count for invokeInterface with new multidime...Tom Tromey2005-02-143-0/+17
* re PR libgcj/18116 (JNI uses dot instead of slash as the package separator)Anthony Green2005-02-144-0/+60
* jni.cc (nathash_add): Don't strdup the method signature.Anthony Green2005-02-142-5/+28
* Fixes bug libgcj/8170Mark Wielaard2005-02-125-43/+110
* Makefile.in: Rebuilt.Tom Tromey2005-02-105-44/+61
* xfails: Updated to reflect current state of mauve and libjava.Bryce McKinlay2005-02-102-14/+581
* Connection.java (getJarFile): Open jar file with OPEN_DELETE.Tom Tromey2005-02-103-11/+14
* InflaterInputStream.java (markSupported): Override.Tom Tromey2005-02-102-1/+21
* URI.java (AUTHORITY_REGEXP): Handle case where user name or port is missing.Tom Tromey2005-02-092-4/+11
* configure: Rebuilt.Tom Tromey2005-02-083-691/+30
* natRuntime.cc (insertSystemProperties): Set sun.boot.class.path earlier.Tom Tromey2005-02-082-4/+9
* defineclass.cc (handleClassBegin): Use _Jv_RegisterInitiatingLoader.Tom Tromey2005-02-075-15/+30
* Reported by Timo Lindfors <timo.lindfors@iki.fi> java/util/regex/Matcher.java...Mark Wielaard2005-02-073-6/+34
* ISO_8859_1.java, [...]: Fixed canonical names and aliases according to...Robert Schuster2005-02-078-26/+139
* re PR libgcj/19611 (create 'sources.zip' for use in eclipse)Tom Tromey2005-02-073-0/+77
* Forgot to commit registerImageIOSpis changeAnthony Green2005-02-071-0/+9
* Add new files from last change.Anthony Green2005-02-072-18/+31
* [multiple changes]Anthony Green2005-02-0720-40/+2162
* InetAddress.java (InetAddress): Make a private copy of the address.David Daney2005-02-034-7/+20
* Makefile.in: Rebuilt.Tom Tromey2005-02-033-81/+55
* * link.cc: Include <stdio.h>Hans Boehm2005-02-022-0/+6
* Revert bad importZack Weinberg2005-02-0221-2584/+0
* re PR libgcj/19681 (extension loading currently incorrect)Tom Tromey2005-02-027-36/+101
* Imported from mainline FSF repositoriesNick Clifton2005-02-0221-0/+2584
* PersistentByteMap.java: Fixed typo.Tom Tromey2005-02-023-4/+8
* Makefile.in: Rebuilt.Tom Tromey2005-02-023-4/+10
* Makefile.am: New file.Tom Tromey2005-02-02453-6493/+88326
* natPlainDatagramSocketImplPosix.cc (getOption): Support IP_MULTICAST_LOOP.Anthony Green2005-02-013-10/+89
* re PR libgcj/19649 (java.util.Date.getTimezoneOffset returns negated output)Jeroen Frijters2005-01-292-8/+16
* re PR java/19070 (internal compiler error: in generate_bytecode_conditional, ...Ranjit Mathew2005-01-262-15/+8
* Class.h (next): Updated documentation.Tom Tromey2005-01-244-15/+43
* Makefile.am (libgij_la_LIBADD): Add -L$(here)/.libs.Jakub Jelinek2005-01-243-2/+14
* re PR java/19295 (Incorrect bytecode produced for bitwise AND)Roger Sayle2005-01-242-0/+21
* VMCompiler.java (compileClass): Ignore UnknownError.Tom Tromey2005-01-193-3/+15
* MessageFormat.java (scanString): Changed how quoting is handled.Tom Tromey2005-01-182-20/+38
* MessageFormat.java (scanFormat): Chain thrown exception.Mark Wielaard2005-01-172-1/+7
* re PR java/19444 (GCJ implementation of java.net.URI misses host support)Michael Koch2005-01-152-4/+57
* File.java (toURI): Generate a URI which we understand.Robin Green2005-01-142-2/+6