Age | Commit message (Expand) | Author | Files | Lines |
2005-11-17 | [multiple changes] | Mark Wielaard | 5 | -1292/+84 |
2005-11-16 | ZipEntry.java: Removed, fully merged now. | Mark Wielaard | 2 | -959/+0 |
2005-11-16 | [multiple changes] | Mark Wielaard | 5 | -2345/+35 |
2005-11-16 | [multiple changes] | Mark Wielaard | 2 | -980/+27 |
2005-11-15 | [multiple changes] | Andrew Haley | 1 | -4/+52 |
2005-11-14 | natVMNetworkInterfaceWin32.cc: Include java/net/VMNetworkInterface.h. | Mohan Embar | 1 | -0/+1 |
2005-11-08 | PR libgcj/23763. From aeby@graeff.com. | Tom Tromey | 1 | -1/+7 |
2005-09-27 | re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe) | Tom Tromey | 2 | -21/+49 |
2005-09-23 | Imported Classpath 0.18. | Tom Tromey | 2 | -38/+143 |
2005-09-17 | Correction. Committed wrong patch earlier today. | Anthony Green | 1 | -1/+1 |
2005-09-16 | re PR classpath/20198 (java.security.CodeSource.getLocation output is differe... | Anthony Green | 1 | -3/+10 |
2005-09-15 | For PR libgcj/23288: | Tom Tromey | 1 | -10/+50 |
2005-09-09 | URLClassLoader.java (addURLImpl): Synchronize on the loader. | Andrew Haley | 1 | -2/+2 |
2005-09-08 | re PR libgcj/23761 (java.library.path doesn't affect module loading path) | Thomas Fitzsimmons | 1 | -0/+2 |
2005-09-06 | re PR libgcj/23739 (JNI: IsAssignableFrom reverses arguments) | Tom Tromey | 2 | -13/+13 |
2005-08-23 | 2005-08-23 Roman Kennke <roman@kennke.org> | Roman Kennke | 1 | -1/+166 |
2005-08-17 | class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial... | Tom Tromey | 1 | -0/+2 |
2005-08-12 | re PR libgcj/23353 (clone() copies internal lock data with hash synchronizati... | Morgan Deters | 1 | -1/+6 |
2005-07-26 | package.html, [...]: Removed. | Tom Tromey | 14 | -481/+0 |
2005-07-16 | Major merge with Classpath. | Tom Tromey | 1026 | -254750/+0 |
2005-07-14 | Connection.java (unquote): New method. | Andrew Haley | 2 | -12/+17 |
2005-07-14 | Class.java (getProtectionDomain): Merged javadoc from Classpath. | Tom Tromey | 1 | -0/+13 |
2005-07-06 | InputStreamReader.java (refill): Handle no-progress case correctly. | Tom Tromey | 1 | -3/+17 |
2005-06-30 | Update FSF address | Kelley Cook | 1058 | -2117/+2117 |
2005-06-29 | re PR libgcj/22211 ([4.0 only] Thread.interrupt sometimes causes abort if thr... | Tom Tromey | 2 | -4/+12 |
2005-06-24 | natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL. | Tom Tromey | 2 | -8/+8 |
2005-06-14 | Class.java (getClasses): New method. | Tom Tromey | 3 | -90/+83 |
2005-06-09 | RMIClassLoader.java (getClassLoader): Make public. | Bryce McKinlay | 1 | -1/+1 |
2005-06-08 | MessageFormat.java (parse): When parsing strings, check for an empty pattern ... | Ziga Mahkovec | 1 | -1/+5 |
2005-06-04 | URLClassLoader.java: import gnu.gcj.Core, and gnu.java.net.protocol.core.Core... | Anthony Green | 1 | -1/+64 |
2005-06-01 | * java/io/ObjectInputStream.java (currentLoader): Fixed typo. | Tom Tromey | 1 | -2/+2 |
2005-06-01 | re PR libgcj/20435 (regex pattern compiling bug) | Ziga Mahkovec | 1 | -2/+1 |
2005-06-01 | re PR libgcj/21785 (ClassNotFound during deserialization) | Tom Tromey | 2 | -34/+13 |
2005-06-01 | re PR libgcj/21753 (String.substring sharing heuristic should be improved) | Tom Tromey | 1 | -1/+4 |
2005-05-30 | re PR libgcj/20273 (LinkedHashMap breaks linked list when access() is called) | Michael Koch | 1 | -1/+2 |
2005-05-25 | re PR libgcj/21736 (MessageFormat("{0,time,medium}") fails) | Gary Benson | 1 | -1/+4 |
2005-05-25 | re PR libgcj/21703 (hang when rapidly calling String.intern()) | Tom Tromey | 2 | -6/+14 |
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 |