Age | Commit message (Expand) | Author | Files | Lines |
2001-12-14 | prims.cc: Some old cleanups. | Hans Boehm | 1 | -2/+5 |
2001-12-11 | String.java (String): New constructor. | Tom Tromey | 1 | -0/+10 |
2001-12-11 | re PR libgcj/5064 (java/lang/natClassLoader.cc doesn't compile on systems wit... | Tom Tromey | 1 | -3/+6 |
2001-12-09 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -2/+1 |
2001-12-07 | ClassLoader.java (defineClass): Rethrow any LinkageError. | Tom Tromey | 1 | -1/+1 |
2001-12-07 | ThreadGroup.java (uncaughtException): Print message to System.err. | Tom Tromey | 1 | -3/+4 |
2001-11-26 | Fix for PR libgcj/2024, plus other class name cleanups: | Tom Tromey | 2 | -3/+9 |
2001-11-16 | Re-merge with Classpath, from Brian Jones: | Tom Tromey | 1 | -1/+4 |
2001-11-15 | natString.cc: correct argument order for _Jv_AllocPtrFreeObj | Hans Boehm | 1 | -1/+1 |
2001-11-14 | Constructor.java (toString): Use more efficient form of Modifier.toString(). | Tom Tromey | 1 | -1/+1 |
2001-11-14 | Re-merges with Classpath, from various people: | Tom Tromey | 2 | -99/+162 |
2001-11-14 | Re-merges with Classpath, from various people: | Tom Tromey | 3 | -74/+174 |
2001-11-05 | Class.h (Class): Made _Jv_BytecodeVerifier a friend. | Tom Tromey | 1 | -0/+2 |
2001-10-31 | HACKING, [...]: Fix spelling errors. | Joseph Myers | 4 | -4/+4 |
2001-10-26 | Oops! | Bryce McKinlay | 1 | -1/+1 |
2001-10-26 | VMClassLoader.java (getPrimitiveClass): Now native. | Bryce McKinlay | 10 | -36/+21 |
2001-10-25 | natClassLoader.cc (_Jv_RegisterClassHookDefault): Use snprintf, not asprintf. | Bryce McKinlay | 1 | -3/+2 |
2001-10-24 | * java/lang/reflect/Field.java: Made many methods private. | Tom Tromey | 1 | -10/+10 |
2001-10-24 | Field.java (Field): New constructor. | Tom Tromey | 2 | -0/+7 |
2001-10-23 | prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ... | Bryce McKinlay | 1 | -1/+12 |
2001-10-20 | Double.java: More Classpath merging | Mark Wielaard | 3 | -19/+31 |
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 | 3 | -35/+17 |
2001-10-15 | AccessibleObject.java (checkPermission): Implemented. | Tom Tromey | 1 | -7/+31 |
2001-10-15 | natObject.cc (heavy_lock): Moved fields old_client_data, old_finalization_pro... | Hans Boehm | 1 | -32/+178 |
2001-10-15 | Double.java: Partial merge with Classpath | Mark Wielaard | 2 | -84/+771 |
2001-10-13 | * java/lang/SecurityManager.java (SecurityManager): Now public. | Tom Tromey | 1 | -1/+1 |
2001-10-10 | natFinalizerThread.cc: New file. | Tom Tromey | 1 | -1/+2 |
2001-10-09 | strtod.c (_strtod_r): Logic to check for missing digits after exponent had 'e... | Per Bothner | 1 | -8/+7 |
2001-10-07 | acinclude.m4: Fix spelling error of "separate" as "seperate". | Joseph Myers | 1 | -1/+1 |
2001-10-05 | * java/lang/reflect/Modifier.java: Merge with Classpath | Mark Wielaard | 1 | -28/+172 |
2001-10-03 | natReference.cc (add_to_hash): Set n->next before setting *link. | Tom Tromey | 1 | -1/+1 |
2001-10-02 | Makefile.am (core_java_source_files): add InheritableThreadLocal | Mark Wielaard | 2 | -0/+168 |
2001-10-02 | Makefile.am: Add new classes | Mark Wielaard | 3 | -17/+152 |
2001-10-02 | javaprims.h: Rebuilt class list. | Tom Tromey | 2 | -3/+326 |
2001-10-02 | prims.cc (_Jv_NewMultiArrayUnchecked): New method. | Tom Tromey | 2 | -4/+5 |
2001-10-01 | FileWriter.java: Merge with Classpath. | Mark Wielaard | 3 | -64/+224 |
2001-09-30 | DataInput.java: Merge with Classpath. | Mark Wielaard | 4 | -51/+222 |
2001-09-30 | natClass.cc (_Jv_IsAssignableFrom): Handle the case of an uninitialized targe... | Bryce McKinlay | 1 | -2/+3 |
2001-09-24 | PosixProcess.java (exitValue): Implement here. | Bryce McKinlay | 2 | -28/+19 |
2001-09-21 | jvm.h (_Jv_VTable): Handle function descriptors for ia64... | Richard Henderson | 1 | -8/+5 |
2001-09-21 | no-threads.cc (_Jv_ThreadStart): Remove names of unused arguments. | Richard Henderson | 1 | -1/+1 |
2001-09-14 | CloneNotSupportedException.java: Re-merged with Classpath. | Tom Tromey | 1 | -16/+22 |
2001-09-05 | From Eric Blake, via Classpath: | Tom Tromey | 1 | -6/+37 |
2001-09-05 | natClassLoader.cc: Include VirtualMachineError.h | Corey Minyard | 1 | -0/+17 |
2001-09-05 | natSystem.cc (init_properties): Default locale is en_US, not just en. | Tom Tromey | 1 | -0/+1 |
2001-09-04 | re PR libgcj/4208 (Problem using 'null' with Java reflection) | Tom Tromey | 1 | -2/+3 |
2001-09-02 | javaprims.h: Regenerated class list. | Tom Tromey | 2 | -4/+4 |
2001-09-02 | Makefile.in: Rebuilt. | Tom Tromey | 48 | -1214/+3402 |
2001-08-31 | javaprims.h (_Jv_RegisterClassHook): New extern declaration. | Per Bothner | 2 | -3/+18 |