Age | Commit message (Expand) | Author | Files | Lines |
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 | 6 | -88/+215 |
2001-11-13 | re PR libgcj/4859 (java.util.Timer class throw IllegalStateException on cance... | Tom Tromey | 1 | -2/+11 |
2001-11-05 | Class.h (Class): Made _Jv_BytecodeVerifier a friend. | Tom Tromey | 1 | -0/+2 |
2001-11-05 | * java/util/ResourceBundle.java (class Security): Now static. | Bryce McKinlay | 1 | -1/+1 |
2001-11-04 | ResourceBundle.java (getClassContext): Removed. | Bryce McKinlay | 2 | -56/+36 |
2001-11-03 | natResourceBundle.cc (getClassContext): return array of Class instead of arra... | Hans Boehm | 1 | -1/+1 |
2001-10-31 | HACKING, [...]: Fix spelling errors. | Joseph Myers | 37 | -66/+66 |
2001-10-29 | re PR libgcj/4728 (java.util.zip.GZIPOutputStream.write(int) doesn't update CRC) | Tom Tromey | 1 | -1/+7 |
2001-10-26 | Adler32.java: Use correct class name. | Tom Tromey | 1 | -1/+1 |
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 | * java/sql/Types.java (Types): New constructor. | Tom Tromey | 1 | -1/+6 |
2001-10-24 | Field.java (Field): New constructor. | Tom Tromey | 2 | -0/+7 |
2001-10-24 | PropertyResourceBundle.java (handleGetObject): Now public. | Tom Tromey | 2 | -4/+4 |
2001-10-23 | * java/io/BufferedWriter.java (localFlush): Don't synchronize. | Tom Tromey | 1 | -5/+3 |
2001-10-23 | BufferedWriter (write (String, int, int)): Remove redundant bounds checks. | Bryce McKinlay | 1 | -6/+0 |
2001-10-23 | prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ... | Bryce McKinlay | 1 | -1/+12 |
2001-10-23 | GregorianCalendar.java (getGregorianChange): Removed `date' argument. | Tom Tromey | 1 | -1/+1 |
2001-10-20 | Double.java: More Classpath merging | Mark Wielaard | 3 | -19/+31 |
2001-10-18 | BufferedWriter.java (write(String,int,int)): Correctly check bounds. | Tom Tromey | 1 | -2/+2 |
2001-10-18 | Security.java (loadProviders): Removed unused `pname' variable. | Tom Tromey | 1 | -38/+14 |
2001-10-18 | SHA1PRNG.java (engineNextBytes): Rewrote. | Tom Tromey | 1 | -8/+20 |
2001-10-18 | Makefile.in: Rebuilt. | Tom Tromey | 2 | -0/+3 |
2001-10-18 | Security.java (loadProviders): Added `vendor' argument. | Tom Tromey | 1 | -5/+10 |
2001-10-17 | Security.java (loadProviders): Fix bug in how providers are loaded. | Anthony Green | 1 | -1/+2 |
2001-10-16 | javaprims.h: Updated class list. | Tom Tromey | 1 | -392/+612 |
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-16 | [multiple changes] | Bryce McKinlay | 13 | -612/+2114 |
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 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -0/+50 |
2001-10-15 | SocketPermission.java (hostport, actions): Now private. | Tom Tromey | 1 | -3/+3 |
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-13 | AccessController.java (checkPermission): Now throws AccessControlException. | Tom Tromey | 10 | -20/+38 |
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-09 | * java/net/SocketImpl.java: Merge with Classpath | Mark Wielaard | 1 | -20/+170 |
2001-10-09 | * java/net/DatagramSocketImpl.java: Merge with Classpath | Mark Wielaard | 1 | -15/+148 |
2001-10-08 | URLDecoder.java: Remerge with Classpath | Mark Wielaard | 2 | -70/+227 |
2001-10-08 | re PR libgcj/4481 (java.io.File.getParent not working properly) | Tom Tromey | 1 | -2/+5 |
2001-10-08 | * java/io/BufferedInputStream.java: Merge with Classpath | Mark Wielaard | 1 | -16/+197 |
2001-10-07 | acinclude.m4: Fix spelling error of "separate" as "seperate". | Joseph Myers | 4 | -7/+7 |
2001-10-05 | DecimalFormat.java (format): Use localized minus sign when generating exponen... | Tom Tromey | 1 | -2/+6 |