Age | Commit message (Expand) | Author | Files | Lines |
2012-03-23 | Merge GNU Classpath 0.99 into libjava. | Andrew John Hughes | 2 | -0/+33 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-12-16 | PR libgcj/46774: Create dynamic ProtectionDomain instances which check the sy... | Andrew John Hughes | 1 | -7/+9 |
2010-03-13 | re PR libgcj/42676 (javah doesn't generate the header files as checked in in ... | Matthias Klose | 4 | -6/+6 |
2009-02-25 | Sync libgcj with GNU Classpath 0.98. | Andrew John Hughes | 4 | -205/+0 |
2008-06-28 | Import GNU Classpath (classpath-0_97_2-release). | Matthias Klose | 1 | -5/+0 |
2007-06-03 | libjava/classpath/ChangeLog.gcj: | Matthias Klose | 1 | -32/+51 |
2007-03-05 | Updating header files. Earlier change here seems to have been in error. | Tom Tromey | 1 | -2/+2 |
2007-02-20 | XEventLoop.h: Regenerated. | Gary Benson | 1 | -2/+2 |
2007-01-26 | libjava | Tom Tromey | 1 | -2/+2 |
2007-01-09 | Merged gcj-eclipse branch to trunk. | Tom Tromey | 159 | -714/+6814 |
2006-11-21 | Security.java: Merge with classpath. | Gary Benson | 1 | -222/+177 |
2006-08-22 | re PR libgcj/27890 (lib/logging.properties pollutes common namespace) | Thomas Fitzsimmons | 1 | -2/+0 |
2006-08-14 | Thread.java (accessControlState): New field. | Gary Benson | 3 | -37/+153 |
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 | 1 | -2/+0 |
2006-08-09 | java-stack.h (accesscontrol_trace_fn): Declare. | Gary Benson | 1 | -2/+1 |
2006-08-07 | VMAccessController.java (pushContext, [...]): Use Thread.currentThread() to d... | Gary Benson | 2 | -16/+3 |
2006-07-28 | re PR libgcj/13604 (AccessController unfinished) | Gary Benson | 3 | -195/+324 |
2006-05-18 | Imported GNU Classpath 0.90 | Mark Wielaard | 1 | -0/+134 |
2006-05-13 | sources.am, [...]: Rebuilt. | Tom Tromey | 1 | -173/+0 |
2006-01-17 | Imported GNU Classpath 0.20 | Mark Wielaard | 1 | -0/+759 |
2006-01-13 | classpath.security: Removed. | Tom Tromey | 1 | -1/+0 |
2005-07-16 | Major merge with Classpath. | Tom Tromey | 141 | -23175/+0 |
2005-06-30 | Update FSF address | Kelley Cook | 143 | -287/+287 |
2005-04-26 | AccessControlContext.java: Reformated. | Michael Koch | 2 | -23/+21 |
2005-04-26 | Security.java, [...]: Modified to use SystemProperties. | Jeroen Frijters | 3 | -13/+7 |
2005-02-22 | AlgorithmParameterGenerator.java (getInstance): Mention provider when throwin... | Mark Wielaard | 6 | -6/+6 |
2005-02-22 | Proxy.java, [...]: Don't catch java.lang.ThreadDeath. | Jeroen Frijters | 1 | -0/+4 |
2005-02-22 | 2005-02-22 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 6 | -0/+17 |
2005-02-20 | RE.java, [...]: Made 'inner' classes real public static inner classes... | Dalibor Topic | 3 | -213/+214 |
2005-02-17 | GThreadNativeMethodRunner.java, [...]: Fixed usage of @author tag... | Michael Koch | 41 | -82/+82 |
2005-02-16 | Subject.java (doAsPrivileged): If acc is null, create a new AccessControlCont... | Andrew Haley | 2 | -4/+33 |
2004-11-18 | StackTraceElement.java: Made final. | Jeroen Frijters | 1 | -11/+4 |
2004-11-16 | Security.java (Security): Silence the warning about no providers found in the... | Andreas Tobler | 1 | -14/+23 |
2004-11-15 | 004-11-15 Andreas Tobler <a.tobler@schweiz.ch> | Andreas Tobler | 1 | -3/+3 |
2004-11-06 | Permissions.java (perms): Now package-private. | Tom Tromey | 2 | -2/+4 |
2004-11-06 | StringBuffer.java, [...]: Removed redundant and reordered modifiers. | Michael Koch | 1 | -27/+28 |
2004-10-22 | 2004-10-22 Michael Koch <konqueror@gmx.de> | Michael Koch | 1 | -2/+2 |
2004-10-21 | AlgorithmParameterGenerator.java, [...]: Import cleanup. | Michael Koch | 29 | -453/+467 |
2004-10-20 | AlgorithmParameterGenerator.java, [...]: Import statements reorganized... | Michael Koch | 25 | -49/+67 |
2004-10-18 | 2004-10-18 Jeroen Frijters <jeroen@frijters.net> | Jeroen Frijters | 1 | -3/+7 |
2004-10-18 | [multiple changes] | Michael Koch | 2 | -2/+2 |
2004-09-26 | 2004-09-26 Casey Marshall <csm@gnu.org> | Casey Marshall | 2 | -3/+3 |
2004-09-21 | 2004-09-21 Casey Marshall <csm@gnu.org> | Andreas Tobler | 1 | -35/+21 |
2004-09-21 | [multiple changes] | Andreas Tobler | 2 | -0/+1570 |
2004-09-09 | [multiple changes] | Andreas Tobler | 1 | -1/+1 |
2004-08-30 | DummyKeyPairGenerator.java (clone): Removed useless instanceof check. | Casey Marshall | 7 | -54/+39 |
2004-08-05 | BasicPermission.java: Don't check wildcards. | Andrew Haley | 1 | -9/+7 |
2004-07-17 | Security.java: Fixed javadocs all over. | Michael Koch | 1 | -10/+10 |