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