re PR c++/24780 (ICE set_mem_attributes_minus_bitpos)
[gcc.git] / libjava / java /
2005-11-08 Tom TromeyPR libgcj/23763. From aeby@graeff.com.
2005-09-27 Tom Tromeyre PR libgcj/23367 (_Jv_FindMethodInCache is not thread...
2005-09-23 Tom TromeyImported Classpath 0.18.
2005-09-17 Anthony GreenCorrection. Committed wrong patch earlier today.
2005-09-16 Anthony Greenre PR classpath/20198 (java.security.CodeSource.getLoca...
2005-09-15 Tom TromeyFor PR libgcj/23288:
2005-09-09 Andrew HaleyURLClassLoader.java (addURLImpl): Synchronize on the...
2005-09-08 Thomas Fitzsimmonsre PR libgcj/23761 (java.library.path doesn't affect...
2005-09-06 Tom Tromeyre PR libgcj/23739 (JNI: IsAssignableFrom reverses...
2005-08-23 Roman Kennke2005-08-23 Roman Kennke <roman@kennke.org>
2005-08-17 Tom Tromeyclass.c (make_class_data): Always emit JV_STATE_PRELOAD...
2005-08-12 Morgan Detersre PR libgcj/23353 (clone() copies internal lock data...
2005-07-26 Tom Tromeypackage.html, [...]: Removed.
2005-07-16 Tom TromeyMajor merge with Classpath.
2005-07-14 Andrew HaleyConnection.java (unquote): New method.
2005-07-14 Tom TromeyClass.java (getProtectionDomain): Merged javadoc from...
2005-07-06 Tom TromeyInputStreamReader.java (refill): Handle no-progress...
2005-06-30 Kelley CookUpdate FSF address
2005-06-29 Tom Tromeyre PR libgcj/22211 ([4.0 only] Thread.interrupt sometim...
2005-06-24 Tom TromeynatClassLoader.cc (_Jv_UnregisterClass): Handle case...
2005-06-14 Tom TromeyClass.java (getClasses): New method.
2005-06-09 Bryce McKinlayRMIClassLoader.java (getClassLoader): Make public.
2005-06-08 Ziga MahkovecMessageFormat.java (parse): When parsing strings, check...
2005-06-04 Anthony GreenURLClassLoader.java: import gnu.gcj.Core, and gnu.java...
2005-06-01 Tom Tromey* java/io/ObjectInputStream.java (currentLoader): Fixed...
2005-06-01 Ziga Mahkovecre PR libgcj/20435 (regex pattern compiling bug)
2005-06-01 Tom Tromeyre PR libgcj/21785 (ClassNotFound during deserialization)
2005-06-01 Tom Tromeyre PR libgcj/21753 (String.substring sharing heuristic...
2005-05-30 Michael Kochre PR libgcj/20273 (LinkedHashMap breaks linked list...
2005-05-25 Gary Bensonre PR libgcj/21736 (MessageFormat("{0,time,medium}...
2005-05-25 Tom Tromeyre PR libgcj/21703 (hang when rapidly calling String...
2005-05-22 Andreas Jaegermprec.c (mult, [...]): Add parenthesis to avoid warnings.
2005-05-19 Bryce McKinlaynatClassLoader.cc (_Jv_NewClass): Use _Jv_RegisterIniti...
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...
next