configure.ac (--enable-libgcj-multifile): Remove.
[gcc.git] / libjava / java /
2005-05-17 Tom TromeyCharset.java (encode, decode): Synchronize on 'this...
2005-05-16 Tom Tromeyre PR libgcj/21606 (java.net.URI fails to decode lowerc...
2005-05-15 Tom Tromey* java/lang/String.java (startsWith): Fixed javadoc.
2005-05-14 Bryce McKinlayre PR libgcj/21557 (Hash synchronization: Thread.interr...
2005-05-12 Tom Tromeygcj.texi (Code Generation): Document -fbootstrap-classes.
2005-05-10 Tom Tromeyjavaprims.h: Updated.
2005-05-10 David DaneyBitSet.java (get(int, int)): Fix breakage when requeste...
2005-05-06 Thomas FitzsimmonsMakefile.am (gtk_awt_peer_sources): Add GtkVolatileImag...
2005-05-06 Michael Koch2005-05-06 Michael Koch <konqueror@gmx.de>
2005-05-06 Michael Koch2005-05-06 Michael Koch <konqueror@gmx.de>
2005-05-05 H.J. LuBufferCapabilities.java (BufferCapabilities): Fix the...
2005-05-05 Thomas FitzsimmonsBufferStrategy.java: Document.
2005-05-04 Thomas FitzsimmonsBufferCapabilities.java: Document.
2005-05-04 Tom TromeyFileLock.java (toString): Entirely avoid String "+".
2005-05-04 Thomas FitzsimmonsImageCapabilities.java: Document.
2005-05-04 Thomas FitzsimmonsVolatileImage.java: Document.
2005-05-03 Andrew Overholtre PR libgcj/21372 (FileChannel.tryLock() return value...
2005-05-03 Tom TromeyVMSecurityManager.java (currentClassLoader): Use 'syste...
2005-05-03 Tom TromeyVMSecurityManager.java (currentClassLoader): Don't...
2005-04-29 Michael Koch2005-04-29 Michael Koch <konqueror@gmx.de>
2005-04-29 Andrew HaleyClass.h (_Jv_ResolvePoolEntry): Declare as friend.
2005-04-29 Dalibor Topic2005-04-29 Dalibor Topic <robilad@kaffe.org>
2005-04-29 Michael Koch2005-04-29 Michael Koch <konqueror@gmx.de>
2005-04-29 Mark WielaardResourceBundle.java (getObject): Clarify MissingResourc...
2005-04-29 Robert Schuster2005-04-29 Robert Schuster <thebohemian@gmx.net>
2005-04-28 Michael Koch2005-04-28 Michael Koch <konqueror@gmx.de>
2005-04-27 Chris BurdessConnection.java: Return correct content length for...
2005-04-27 Thomas Fitzsimmons[multiple changes]
2005-04-27 Sven de Marothy2005-04-27 Sven de Marothy <sven@physto.se>
2005-04-27 Roman Kennke2005-04-27 Roman Kennke <roman@kennke.org>
2005-04-27 Michael Koch[multiple changes]
2005-04-26 Michael KochInetAddress.java: Made all hexadecimal numbers lowercase.
2005-04-26 Sven de Marothy2005-04-26 Sven de Marothy <sven@physto.se>
2005-04-26 Michael KochInetAddress.java: Fixed typos in javadocs.
2005-04-26 Tom TromeyParserDelegator.java (callBack, gnu): Now package-private.
2005-04-26 Tom TromeyRobot.java (waitForIdle): Call invokeAndWait in a stati...
2005-04-26 Mark WielaardURL.java (URL(URL,String,URLStreamHandler)): Add spec...
2005-04-26 Michael KochAccessControlContext.java: Reformated.
2005-04-26 Jeroen FrijtersSecurity.java, [...]: Modified to use SystemProperties.
2005-04-26 Michael Koch2005-04-26 Michael Koch <konqueror@gmx.de>
2005-04-26 Tom Tromey* java/awt/AWTKeyStroke.java (vktable): Now package...
2005-04-25 Michael Koch[multiple changes]
2005-04-25 Michael KochRuntime.java, [...]: Replaced java.lang.Runtime.securit...
2005-04-25 David Gilbert2005-04-25 David Gilbert <david.gilbert@object-refine...
2005-04-25 Michael Koch[multiple changes]
2005-04-23 Jeroen FrijtersFileInputStream.java (FileInputStream(File)), java...
2005-04-22 Anthony Greenjni.cc (natrehash): Don't bother clearing memory again.
2005-04-22 Sven de MarothyLogManager.java: Reformatted.
2005-04-22 Andrew John HughesNaming.java: Added class documentation.
2005-04-22 Tom Tromey* java/lang/natClass.cc (initializeClass): Link class.
2005-04-21 Tom TromeyAssertionError.java: Typo fix.
2005-04-21 Tom TromeyVMClassLoader.java (transformException): Removed.
2005-04-20 Michael Koch[multiple changes]
2005-04-20 Michael Koch[multiple changes]
2005-04-20 Jeroen FrijtersPixelGrabber.java (setPixels(int,int,int,int, ColorMode...
2005-04-20 Michael Koch2005-04-20 Michael Koch <konqueror@gmx.de>
2005-04-20 Michael Koch[multiple changes]
2005-04-20 Sven de Marothy2005-04-20 Sven de Marothy <sven@physto.se>
2005-04-20 Michael Koch2005-04-20 Michael Koch <konqueror@gmx.de>
2005-04-20 Andrew John Hughes2005-04-20 Andrew John Hughes <gnu_andrew@member...
2005-04-19 Michael Koch2005-04-19 Michael Koch <konqueror@gmx.de>
2005-04-19 Michael KochRemoteObject.java: Removed unused import statement.
2005-04-19 Michael KochURL.java: Formatting cleanups.
2005-04-19 Michael KochFontMetrics.java: Reformatted.
2005-04-19 Mark WielaardnatRuntime.cc (insertSystemProperties): Set java.class...
2005-04-19 Michael KochQuadCurve2D.java: Fixed Brian Gough's name for real.
2005-04-19 Tom TromeynatVMClassLoader.cc (loadClass): Call resolveClass...
2005-04-19 Michael Koch2005-04-19 Michael Koch <konqueror@gmx.de>
2005-04-19 Roman KennkeMediaTracker.java: Reindented tabs to spaces.
2005-04-19 David GilbertFont.java (decode): Handle null argument and allow...
2005-04-19 Robert SchusterEventHandler.java: Reworked documentation.
2005-04-19 Michael Koch2005-04-19 Michael Koch <konqueror@gmx.de>
2005-04-19 Michael KochConvolveOp.java: Removed comment added by eclipse.
2005-04-19 Guilhem Lavaux2005-04-19 Guilhem Lavaux <guilhem@kaffe.org>
2005-04-19 Michael KochRasterOp.java: Fixed wrong formatting.
2005-04-18 Roman Kennke2005-04-18 Roman Kennke <roman@kennke.org>
2005-04-18 Roman Kennke2005-04-18 Roman Kennke <roman@kennke.org>
2005-04-18 Robert SchusterAWTEvent.java (toString): Added case for source not...
2005-04-18 Michael KochCubicCurve2D.java, [...]: Fixed mentioning of Brian...
2005-04-13 Mark WielaardnatRuntime.cc (insertSystemProperties): Set java.class...
2005-04-06 Andrew Haleybytearray.java: New file.
2005-04-06 Bryce McKinlaynatLogger.cc (getCallerStackFrame): Don't crash on...
2005-04-05 Thomas Fitzsimmonsre PR libgcj/20750 (libgcj needs a --with-java-home...
2005-04-05 Tom Tromeyjni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundExce...
2005-04-04 Tom TromeyClassLoader.java (loadClass): Resolve class even if...
2005-04-04 Tom TromeyURL.java (DEFAULT_SEARCH_PATH): Added org.metastatic...
2005-04-03 Anthony Greenre PR libgcj/20727 (double free or corruption)
2005-04-02 Thomas Fitzsimmonsre PR libgcj/20090 (gij should be implemented in Java)
2005-04-02 Mark AndersonnatDouble.cc (parseDouble): Handle NaN, Infinity and...
2005-04-01 Michael Koch2005-04-01 Michael Koch <konqueror@gmx.de>
2005-04-01 Tom TromeynatVMClassLoader.cc (getSystemClassLoaderInternal)...
2005-04-01 Jeroen Frijters2005-04-01 Jeroen Frijters <jeroen@frijters.net>
2005-03-29 Tom TromeynatRuntime.cc (insertSystemProperties): Set gnu.gcj...
2005-03-24 Tom TromeyMakefile.in: Rebuilt.
2005-03-23 Sven de MarothyPR libgcj/2641, PR libgcj/9854, PR libgcj/14892, PR...
2005-03-22 Mike Stumpposix.h: .dylib is used on all Apple MACH platforms.
2005-03-21 Tom TromeyVMCompiler.java (static block): Also catch BufferUnderf...
2005-03-21 Andrew HaleynatVMSecurityManager.cc (getClassContext): Add new...
2005-03-17 Tom Tromeylink.cc (ensure_class_linked): Removed #ifdef.
2005-03-16 Andreas Toblerstacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Protect...
next