summaryrefslogtreecommitdiff
path: root/libjava/java
AgeCommit message (Expand)Author
2005-04-262005-04-26 Michael Koch <konqueror@gmx.de>Michael Koch
2005-04-26* java/awt/AWTKeyStroke.java (vktable): Now package-private.Tom Tromey
2005-04-25[multiple changes]Michael Koch
2005-04-25Runtime.java, [...]: Replaced java.lang.Runtime.securityManager by java.lang....Michael Koch
2005-04-252005-04-25 David Gilbert <david.gilbert@object-refinery.com>David Gilbert
2005-04-25[multiple changes]Michael Koch
2005-04-23FileInputStream.java (FileInputStream(File)), java/io/FileOutputStream.java (...Jeroen Frijters
2005-04-22jni.cc (natrehash): Don't bother clearing memory again.Anthony Green
2005-04-22LogManager.java: Reformatted.Sven de Marothy
2005-04-22Naming.java: Added class documentation.Andrew John Hughes
2005-04-22* java/lang/natClass.cc (initializeClass): Link class.Tom Tromey
2005-04-21AssertionError.java: Typo fix.Tom Tromey
2005-04-21VMClassLoader.java (transformException): Removed.Tom Tromey
2005-04-20[multiple changes]Michael Koch
2005-04-20[multiple changes]Michael Koch
2005-04-20PixelGrabber.java (setPixels(int,int,int,int, ColorModel,byte[],int,int): Fix...Jeroen Frijters
2005-04-202005-04-20 Michael Koch <konqueror@gmx.de>Michael Koch
2005-04-20[multiple changes]Michael Koch
2005-04-202005-04-20 Sven de Marothy <sven@physto.se>Sven de Marothy
2005-04-202005-04-20 Michael Koch <konqueror@gmx.de>Michael Koch
2005-04-202005-04-20 Andrew John Hughes <gnu_andrew@member.fsf.org>Andrew John Hughes
2005-04-192005-04-19 Michael Koch <konqueror@gmx.de>Michael Koch
2005-04-19RemoteObject.java: Removed unused import statement.Michael Koch
2005-04-19URL.java: Formatting cleanups.Michael Koch
2005-04-19FontMetrics.java: Reformatted.Michael Koch
2005-04-19natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH only...Mark Wielaard
2005-04-19QuadCurve2D.java: Fixed Brian Gough's name for real.Michael Koch
2005-04-19natVMClassLoader.cc (loadClass): Call resolveClass, not _Jv_InitClass.Tom Tromey
2005-04-192005-04-19 Michael Koch <konqueror@gmx.de>Michael Koch
2005-04-19MediaTracker.java: Reindented tabs to spaces.Roman Kennke
2005-04-19Font.java (decode): Handle null argument and allow space as delimiter.David Gilbert
2005-04-19EventHandler.java: Reworked documentation.Robert Schuster
2005-04-192005-04-19 Michael Koch <konqueror@gmx.de>Michael Koch
2005-04-19ConvolveOp.java: Removed comment added by eclipse.Michael Koch
2005-04-192005-04-19 Guilhem Lavaux <guilhem@kaffe.org>Guilhem Lavaux
2005-04-19RasterOp.java: Fixed wrong formatting.Michael Koch
2005-04-182005-04-18 Roman Kennke <roman@kennke.org>Roman Kennke
2005-04-182005-04-18 Roman Kennke <roman@kennke.org>Roman Kennke
2005-04-18AWTEvent.java (toString): Added case for source not being an AWT component.Robert Schuster
2005-04-18CubicCurve2D.java, [...]: Fixed mentioning of Brian Gouph.Michael Koch
2005-04-13natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH if n...Mark Wielaard
2005-04-06bytearray.java: New file.Andrew Haley
2005-04-06natLogger.cc (getCallerStackFrame): Don't crash on NULL klass and meth values...Bryce McKinlay
2005-04-05re PR libgcj/20750 (libgcj needs a --with-java-home configure option)Thomas Fitzsimmons
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey
2005-04-04ClassLoader.java (loadClass): Resolve class even if it was already found.Tom Tromey
2005-04-04URL.java (DEFAULT_SEARCH_PATH): Added org.metastatic.jessie.Tom Tromey
2005-04-03re PR libgcj/20727 (double free or corruption)Anthony Green
2005-04-02re PR libgcj/20090 (gij should be implemented in Java)Thomas Fitzsimmons
2005-04-02natDouble.cc (parseDouble): Handle NaN, Infinity and -Infinity as parameters.Mark Anderson