Age | Commit message (Expand) | Author | Files | Lines |
2005-05-22 | mprec.c (mult, [...]): Add parenthesis to avoid warnings. | Andreas Jaeger | 1 | -13/+13 |
2005-05-19 | natClassLoader.cc (_Jv_NewClass): Use _Jv_RegisterInitiatingLoader to registe... | Bryce McKinlay | 1 | -1/+9 |
2005-05-17 | Charset.java (encode, decode): Synchronize on 'this', not the class. | Tom Tromey | 1 | -32/+26 |
2005-05-16 | re PR libgcj/21606 (java.net.URI fails to decode lowercase hex codes) | Tom Tromey | 1 | -3/+2 |
2005-05-15 | * java/lang/String.java (startsWith): Fixed javadoc. | Tom Tromey | 1 | -1/+1 |
2005-05-14 | re PR libgcj/21557 (Hash synchronization: Thread.interrupt() can make _Jv_Mon... | Bryce McKinlay | 1 | -2/+14 |
2005-05-12 | gcj.texi (Code Generation): Document -fbootstrap-classes. | Tom Tromey | 3 | -3/+45 |
2005-05-10 | javaprims.h: Updated. | Tom Tromey | 3 | -1/+979 |
2005-05-10 | BitSet.java (get(int, int)): Fix breakage when requested set doesn't start on... | David Daney | 1 | -1/+1 |
2005-05-06 | Makefile.am (gtk_awt_peer_sources): Add GtkVolatileImage.java. | Thomas Fitzsimmons | 7 | -59/+773 |
2005-05-06 | 2005-05-06 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -11/+11 |
2005-05-06 | 2005-05-06 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -45/+136 |
2005-05-04 | BufferCapabilities.java (BufferCapabilities): Fix the typo. | H.J. Lu | 1 | -4/+4 |
2005-05-05 | BufferStrategy.java: Document. | Thomas Fitzsimmons | 1 | -4/+74 |
2005-05-04 | BufferCapabilities.java: Document. | Thomas Fitzsimmons | 1 | -11/+136 |
2005-05-04 | FileLock.java (toString): Entirely avoid String "+". | Tom Tromey | 1 | -12/+15 |
2005-05-04 | ImageCapabilities.java: Document. | Thomas Fitzsimmons | 2 | -40/+77 |
2005-05-04 | VolatileImage.java: Document. | Thomas Fitzsimmons | 1 | -38/+218 |
2005-05-03 | re PR libgcj/21372 (FileChannel.tryLock() return value incorrect) | Andrew Overholt | 1 | -1/+11 |
2005-05-03 | VMSecurityManager.java (currentClassLoader): Use 'systemClasssLoader' directly. | Tom Tromey | 1 | -1/+1 |
2005-05-03 | VMSecurityManager.java (currentClassLoader): Don't call VMClassLoader.getSyst... | Tom Tromey | 1 | -2/+2 |
2005-04-29 | 2005-04-29 Michael Koch <konqueror@gmx.de> | Michael Koch | 5 | -23/+88 |
2005-04-29 | Class.h (_Jv_ResolvePoolEntry): Declare as friend. | Andrew Haley | 1 | -0/+3 |
2005-04-29 | 2005-04-29 Dalibor Topic <robilad@kaffe.org> | Dalibor Topic | 3 | -36/+42 |
2005-04-29 | 2005-04-29 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -9/+16 |
2005-04-29 | ResourceBundle.java (getObject): Clarify MissingResourceException detailed me... | Mark Wielaard | 1 | -7/+7 |
2005-04-29 | 2005-04-29 Robert Schuster <thebohemian@gmx.net> | Robert Schuster | 2 | -22/+62 |
2005-04-28 | 2005-04-28 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -3/+3 |
2005-04-27 | Connection.java: Return correct content length for directory listing. | Chris Burdess | 1 | -1/+26 |
2005-04-27 | [multiple changes] | Thomas Fitzsimmons | 1 | -1/+1 |
2005-04-27 | 2005-04-27 Sven de Marothy <sven@physto.se> | Sven de Marothy | 1 | -7/+13 |
2005-04-27 | 2005-04-27 Roman Kennke <roman@kennke.org> | Roman Kennke | 1 | -1/+1 |
2005-04-27 | [multiple changes] | Michael Koch | 1 | -23/+83 |
2005-04-26 | InetAddress.java: Made all hexadecimal numbers lowercase. | Michael Koch | 2 | -64/+23 |
2005-04-26 | 2005-04-26 Sven de Marothy <sven@physto.se> | Sven de Marothy | 1 | -1/+1 |
2005-04-26 | InetAddress.java: Fixed typos in javadocs. | Michael Koch | 1 | -6/+6 |
2005-04-26 | ParserDelegator.java (callBack, gnu): Now package-private. | Tom Tromey | 11 | -35/+65 |
2005-04-26 | Robot.java (waitForIdle): Call invokeAndWait in a static way. | Tom Tromey | 1 | -2/+1 |
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 |