Age | Commit message (Expand) | Author | Files | Lines |
2006-10-18 | register2.java: New file. | Tom Tromey | 2 | -0/+10 |
2006-10-03 | 2006-10-03 Gary Benson <gbenson@redhat.com> | Gary Benson | 1 | -18/+18 |
2006-10-02 | 2006-10-02 Gary Benson <gbenson@redhat.com> | Gary Benson | 1 | -2/+8 |
2006-09-27 | Locale.java (hashcode): No longer transient. | Tom Tromey | 1 | -11/+9 |
2006-09-20 | InetAddress.java: Mostly merged with Classpath. | Gary Benson | 3 | -298/+451 |
2006-09-19 | [multiple changes] | Tom Tromey | 1 | -22/+91 |
2006-09-06 | Class.h (_Jv_FindInterpreterMethod): Change return type to _Jv_MethodBase ins... | Keith Seitz | 2 | -15/+11 |
2006-09-01 | InetAddress.java (getLocalHost): Refactor to avoid security check if getLocal... | Gary Benson | 1 | -24/+12 |
2006-09-01 | InetAddress.java (getByAddress): Create Inet4Address objects when passed IPv4... | Gary Benson | 1 | -25/+16 |
2006-09-01 | InetAddress.java (getByName, [...]): Only perform security check when DNS loo... | Gary Benson | 1 | -10/+12 |
2006-08-22 | re PR libgcj/27890 (lib/logging.properties pollutes common namespace) | Thomas Fitzsimmons | 2 | -10/+0 |
2006-08-21 | re PR libgcj/13212 (JNI/CNI AttachCurrentThread does not register thread with... | Bryce McKinlay | 1 | -1/+5 |
2006-08-14 | Imported GNU Classpath 0.92 | Mark Wielaard | 5 | -0/+187 |
2006-08-14 | Thread.java (accessControlState): New field. | Gary Benson | 4 | -37/+158 |
2006-08-10 | java-stack.h (GetAccessControlStack): Change return type. | Gary Benson | 2 | -25/+14 |
2006-08-09 | System.java (setSecurityManager): Javadoc fix. | Gary Benson | 2 | -7/+0 |
2006-08-09 | java-stack.h (accesscontrol_trace_fn): Declare. | Gary Benson | 1 | -2/+1 |
2006-08-07 | re PR libgcj/28340 (gij ignores -Djava.security.manager) | Gary Benson | 3 | -3/+71 |
2006-08-07 | SecurityManager.java (getSecurityContext, [...]): Merge with Classpath. | Gary Benson | 1 | -59/+52 |
2006-08-07 | VMAccessController.java (pushContext, [...]): Use Thread.currentThread() to d... | Gary Benson | 2 | -16/+3 |
2006-08-06 | re PR libgcj/28491 (NetworkInterface.getNetworkInterfaces() doesn't report ip... | Tom Tromey | 1 | -7/+55 |
2006-08-01 | natSystemProperties.cc: Add additional check for getpwuid_r on _POSIX_PTHREAD... | Andreas Tobler | 2 | -5/+6 |
2006-07-28 | re PR libgcj/13604 (AccessController unfinished) | Gary Benson | 3 | -195/+324 |
2006-07-28 | SecurityManager.java (currentClassLoader, [...]): Remerged javadoc. | Gary Benson | 1 | -12/+12 |
2006-07-28 | prims.cc (_Jv_CreateJavaVM): Move setting runtimeInitialized from the start t... | Gary Benson | 2 | -6/+4 |
2006-07-21 | * java/io/OutputStreamWriter.java (flush): Create work if null. | Mark Wielaard | 1 | -0/+2 |
2006-07-21 | natThread.cc (_Jv_ThreadGetData): New function. | Keith Seitz | 1 | -0/+7 |
2006-07-18 | File.java (deleteOnExit): Fix security check. | Gary Benson | 1 | -1/+1 |
2006-07-14 | natFilePosix.cc (performSetLastModified): Return true on success, false other... | Anthony Green | 1 | -1/+1 |
2006-07-14 | File.java (internalExists): New method. | Gary Benson | 1 | -4/+22 |
2006-07-12 | File.java (renameTo): Fix security checks. | Gary Benson | 1 | -4/+2 |
2006-06-27 | OutputStreamWriter.java (writeChars): Use a 'do' loop. | Tom Tromey | 3 | -11/+21 |
2006-06-22 | natField.cc (getAddr): Allow setting of final field when it is accessible. | Tom Tromey | 1 | -0/+4 |
2006-06-16 | class.c (make_class_data): When using flag_indirect_classes, don't initialize... | Andrew Haley | 2 | -10/+19 |
2006-06-09 | re PR libgcj/27730 (Thread.getId() needs implemented) | Tom Tromey | 1 | -1/+24 |
2006-06-09 | * java/lang/Class.java (getClassLoaderInternal): Now native. | Tom Tromey | 1 | -5/+2 |
2006-06-09 | String.java, [...]: Merge from GNU Classpath HEAD. | Thomas Fitzsimmons | 1 | -1/+1 |
2006-06-06 | natFilePosix.cc (getCanonicalPath): Rewritten. | Gary Benson | 2 | -74/+147 |
2006-05-31 | VMClassLoader.java (initialize): Set default library control to LIB_NEVER. | Thomas Fitzsimmons | 1 | -1/+1 |
2006-05-29 | natThread.cc (countStackFrames): Do not throw UnsupportedOperationException. | Thomas Fitzsimmons | 1 | -9/+13 |
2006-05-24 | re PR libgcj/27024 (Implement URLConnection.getFileNameMap) | Tom Tromey | 1 | -1087/+0 |
2006-05-24 | re PR libgcj/27729 (Field, Method and Constructor need isSynthetic() implemet... | Tom Tromey | 7 | -160/+1019 |
2006-05-24 | re PR libgcj/27731 (Math cbrt(), cosh(), expm1(), hypot(), log1p(), sinh() an... | Tom Tromey | 2 | -2/+184 |
2006-05-21 | natClass.cc (_Jv_FindMethodInCache): Mark klass, name and signature as MAYBE_... | Andreas Tobler | 1 | -5/+6 |
2006-05-18 | Imported GNU Classpath 0.90 | Mark Wielaard | 11 | -39/+1582 |
2006-05-17 | re PR libgcj/27352 (SecurityManager.checkPermission() called unnecessarily) | Bryce McKinlay | 1 | -7/+16 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 2 | -88/+18 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 1 | -924/+0 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 1 | -267/+0 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 10 | -2901/+40 |