Age | Commit message (Expand) | Author | Files | Lines |
2005-04-26 | URL.java (URL(URL,String,URLStreamHandler)): Add spec to MalformedURLException. | Mark Wielaard | 1 | -1/+2 |
2005-04-26 | AccessControlContext.java: Reformated. | Michael Koch | 2 | -23/+21 |
2005-04-26 | Security.java, [...]: Modified to use SystemProperties. | Jeroen Frijters | 3 | -13/+7 |
2005-04-26 | 2005-04-26 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -5/+3 |
2005-04-26 | * java/awt/AWTKeyStroke.java (vktable): Now package-private. | Tom Tromey | 1 | -2/+3 |
2005-04-25 | [multiple changes] | Michael Koch | 2 | -20/+69 |
2005-04-25 | Runtime.java, [...]: Replaced java.lang.Runtime.securityManager by java.lang.... | Michael Koch | 4 | -30/+30 |
2005-04-25 | 2005-04-25 David Gilbert <david.gilbert@object-refinery.com> | David Gilbert | 1 | -2/+2 |
2005-04-25 | [multiple changes] | Michael Koch | 5 | -541/+33 |
2005-04-23 | FileInputStream.java (FileInputStream(File)), java/io/FileOutputStream.java (... | Jeroen Frijters | 2 | -7/+1 |
2005-04-22 | jni.cc (natrehash): Don't bother clearing memory again. | Anthony Green | 1 | -2/+0 |
2005-04-22 | LogManager.java: Reformatted. | Sven de Marothy | 1 | -238/+212 |
2005-04-22 | Naming.java: Added class documentation. | Andrew John Hughes | 1 | -36/+98 |
2005-04-22 | * java/lang/natClass.cc (initializeClass): Link class. | Tom Tromey | 1 | -1/+14 |
2005-04-21 | AssertionError.java: Typo fix. | Tom Tromey | 1 | -1/+1 |
2005-04-21 | VMClassLoader.java (transformException): Removed. | Tom Tromey | 2 | -34/+4 |
2005-04-20 | [multiple changes] | Michael Koch | 1 | -14/+73 |
2005-04-20 | [multiple changes] | Michael Koch | 2 | -90/+30 |
2005-04-20 | PixelGrabber.java (setPixels(int,int,int,int, ColorModel,byte[],int,int): Fix... | Jeroen Frijters | 1 | -1/+1 |
2005-04-20 | 2005-04-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -8/+11 |
2005-04-20 | [multiple changes] | Michael Koch | 2 | -21/+95 |
2005-04-20 | 2005-04-20 Sven de Marothy <sven@physto.se> | Sven de Marothy | 1 | -1/+1 |
2005-04-20 | 2005-04-20 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -0/+4 |
2005-04-20 | 2005-04-20 Andrew John Hughes <gnu_andrew@member.fsf.org> | Andrew John Hughes | 1 | -0/+17 |
2005-04-19 | 2005-04-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -8/+26 |
2005-04-19 | RemoteObject.java: Removed unused import statement. | Michael Koch | 1 | -2/+1 |
2005-04-19 | URL.java: Formatting cleanups. | Michael Koch | 1 | -2/+6 |
2005-04-19 | FontMetrics.java: Reformatted. | Michael Koch | 1 | -369/+331 |
2005-04-19 | natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH only... | Mark Wielaard | 1 | -2/+9 |
2005-04-19 | QuadCurve2D.java: Fixed Brian Gough's name for real. | Michael Koch | 1 | -2/+2 |
2005-04-19 | natVMClassLoader.cc (loadClass): Call resolveClass, not _Jv_InitClass. | Tom Tromey | 1 | -1/+1 |
2005-04-19 | 2005-04-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 2 | -40/+59 |
2005-04-19 | MediaTracker.java: Reindented tabs to spaces. | Roman Kennke | 1 | -128/+392 |
2005-04-19 | Font.java (decode): Handle null argument and allow space as delimiter. | David Gilbert | 1 | -1/+8 |
2005-04-19 | EventHandler.java: Reworked documentation. | Robert Schuster | 1 | -160/+377 |
2005-04-19 | 2005-04-19 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -2/+16 |
2005-04-19 | ConvolveOp.java: Removed comment added by eclipse. | Michael Koch | 1 | -7/+3 |
2005-04-19 | 2005-04-19 Guilhem Lavaux <guilhem@kaffe.org> | Guilhem Lavaux | 1 | -1/+1 |
2005-04-19 | RasterOp.java: Fixed wrong formatting. | Michael Koch | 1 | -3/+4 |
2005-04-18 | 2005-04-18 Roman Kennke <roman@kennke.org> | Roman Kennke | 1 | -0/+2 |
2005-04-18 | 2005-04-18 Roman Kennke <roman@kennke.org> | Roman Kennke | 1 | -1/+11 |
2005-04-18 | AWTEvent.java (toString): Added case for source not being an AWT component. | Robert Schuster | 1 | -1/+4 |
2005-04-18 | CubicCurve2D.java, [...]: Fixed mentioning of Brian Gouph. | Michael Koch | 2 | -2/+2 |
2005-04-13 | natRuntime.cc (insertSystemProperties): Set java.class.path to CLASSPATH if n... | Mark Wielaard | 1 | -0/+12 |
2005-04-06 | bytearray.java: New file. | Andrew Haley | 2 | -16/+37 |
2005-04-06 | natLogger.cc (getCallerStackFrame): Don't crash on NULL klass and meth values... | Bryce McKinlay | 1 | -2/+8 |
2005-04-05 | re PR libgcj/20750 (libgcj needs a --with-java-home configure option) | Thomas Fitzsimmons | 1 | -1/+1 |
2005-04-05 | jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException. | Tom Tromey | 3 | -42/+31 |
2005-04-04 | ClassLoader.java (loadClass): Resolve class even if it was already found. | Tom Tromey | 1 | -16/+16 |
2005-04-04 | URL.java (DEFAULT_SEARCH_PATH): Added org.metastatic.jessie. | Tom Tromey | 1 | -1/+1 |