| Commit message (Expand) | Author | Age | Files | Lines |
* | ResourceBundle.java (getClassContext): Removed. | Bryce McKinlay | 2001-11-04 | 5 | -95/+66 |
* | defineclass.cc (handleClassBegin): Use Object::class$, not Class::class$, whe... | Tom Tromey | 2001-11-04 | 2 | -2/+7 |
* | natResourceBundle.cc (getClassContext): return array of Class instead of arra... | Hans Boehm | 2001-11-03 | 2 | -1/+6 |
* | * libjava.lang/TLtest.xfail: New file. Needs threads. | Bryce McKinlay | 2001-11-02 | 2 | -0/+5 |
* | HACKING, [...]: Fix spelling errors. | Joseph Myers | 2001-10-31 | 51 | -92/+126 |
* | jni.cc (JNI_CreateJavaVM): Call _Jv_CreateJavaVM. | Bryce McKinlay | 2001-10-30 | 2 | -2/+8 |
* | re PR libgcj/4728 (java.util.zip.GZIPOutputStream.write(int) doesn't update CRC) | Tom Tromey | 2001-10-29 | 2 | -1/+12 |
* | jni.h (struct JNINativeInterface): Returns jsize, not jint. | Tom Tromey | 2001-10-27 | 2 | -1/+6 |
* | Adler32.java: Use correct class name. | Tom Tromey | 2001-10-26 | 2 | -1/+6 |
* | Oops! | Bryce McKinlay | 2001-10-26 | 1 | -1/+1 |
* | VMClassLoader.java (getPrimitiveClass): Now native. | Bryce McKinlay | 2001-10-26 | 11 | -36/+37 |
* | re PR java/3096 (GCJ does not increment) | Alexandre Petit-Bianco | 2001-10-25 | 3 | -0/+51 |
* | boehm-gc.h: Call thread local allocation functions if THREAD_LOCAL_ALLOC is d... | Hans Boehm | 2001-10-25 | 2 | -2/+23 |
* | natClassLoader.cc (_Jv_RegisterClassHookDefault): Use snprintf, not asprintf. | Bryce McKinlay | 2001-10-25 | 2 | -3/+7 |
* | Correct date. | Loren J. Rittle | 2001-10-24 | 1 | -1/+1 |
* | configure.in (case $THREADS): Add *-*-freebsd* configuration. | Loren J. Rittle | 2001-10-24 | 4 | -305/+370 |
* | Makefile.in: Rebuilt. | Tom Tromey | 2001-10-24 | 76 | -101/+4663 |
* | * java/lang/reflect/Field.java: Made many methods private. | Tom Tromey | 2001-10-24 | 2 | -10/+12 |
* | * java/sql/Types.java (Types): New constructor. | Tom Tromey | 2001-10-24 | 2 | -1/+10 |
* | fix include problem | Anthony Green | 2001-10-24 | 2 | -1/+7 |
* | Field.java (Field): New constructor. | Tom Tromey | 2001-10-24 | 3 | -0/+13 |
* | PropertyResourceBundle.java (handleGetObject): Now public. | Tom Tromey | 2001-10-24 | 3 | -4/+9 |
* | * java/io/BufferedWriter.java (localFlush): Don't synchronize. | Tom Tromey | 2001-10-23 | 2 | -5/+7 |
* | BufferedWriter (write (String, int, int)): Remove redundant bounds checks. | Bryce McKinlay | 2001-10-23 | 2 | -6/+4 |
* | Fix typos. | Bryce McKinlay | 2001-10-23 | 1 | -2/+2 |
* | prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ... | Bryce McKinlay | 2001-10-23 | 4 | -9/+30 |
* | GregorianCalendar.java (getGregorianChange): Removed `date' argument. | Tom Tromey | 2001-10-23 | 2 | -1/+6 |
* | JIS0208_to_Unicode.cc: Declare java_exceptions pragma. | Bryce McKinlay | 2001-10-22 | 5 | -0/+13 |
* | Double.java: More Classpath merging | Mark Wielaard | 2001-10-20 | 4 | -19/+42 |
* | BinaryRefAddr.java: New file | Mark Wielaard | 2001-10-19 | 10 | -52/+823 |
* | BufferedWriter.java (write(String,int,int)): Correctly check bounds. | Tom Tromey | 2001-10-18 | 2 | -2/+5 |
* | Security.java (loadProviders): Removed unused `pname' variable. | Tom Tromey | 2001-10-18 | 2 | -38/+27 |
* | SHA1PRNG.java (engineNextBytes): Rewrote. | Tom Tromey | 2001-10-18 | 3 | -31/+45 |
* | Makefile.in: Rebuilt. | Tom Tromey | 2001-10-18 | 5 | -61/+1163 |
* | Security.java (loadProviders): Added `vendor' argument. | Tom Tromey | 2001-10-18 | 2 | -5/+16 |
* | Security.java (loadProviders): Fix bug in how providers are loaded. | Anthony Green | 2001-10-17 | 2 | -1/+7 |
* | javaprims.h: Updated class list. | Tom Tromey | 2001-10-16 | 3 | -394/+623 |
* | Forgot this file in last commit. | Bryce McKinlay | 2001-10-16 | 1 | -21/+6 |
* | Eliminate use of C++ static constructors. | Bryce McKinlay | 2001-10-16 | 10 | -62/+132 |
* | * name-finder.cc (_Jv_name_finder::lookup): Check for NULL dli_sname. | Bryce McKinlay | 2001-10-16 | 2 | -1/+7 |
* | [multiple changes] | Bryce McKinlay | 2001-10-16 | 16 | -1761/+2222 |
* | AccessibleObject.java (checkPermission): Implemented. | Tom Tromey | 2001-10-15 | 2 | -7/+37 |
* | natObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_pro... | Hans Boehm | 2001-10-15 | 5 | -33/+228 |
* | Makefile.in: Rebuilt. | Tom Tromey | 2001-10-15 | 4 | -3/+60 |
* | SocketPermission.java (hostport, actions): Now private. | Tom Tromey | 2001-10-15 | 2 | -3/+8 |
* | Double.java: Partial merge with Classpath | Mark Wielaard | 2001-10-15 | 3 | -84/+795 |
* | * java/lang/SecurityManager.java (SecurityManager): Now public. | Tom Tromey | 2001-10-13 | 2 | -1/+3 |
* | AccessController.java (checkPermission): Now throws AccessControlException. | Tom Tromey | 2001-10-13 | 11 | -20/+59 |
* | Makefile.in: Rebuilt. | Tom Tromey | 2001-10-12 | 7 | -12/+213 |
* | configure: Rebuilt. | Tom Tromey | 2001-10-11 | 3 | -660/+390 |