Age | Commit message (Expand) | Author | Files | Lines |
2003-02-28 | natMethod.cc (_Jv_CallAnyMethodA): Allocate a full jvalue for each argument. | Hans Boehm | 1 | -28/+19 |
2003-02-24 | ClassLoader.java (defineClass(byte[],int,int)): Deprecate. | Tom Tromey | 2 | -1/+4 |
2003-02-24 | natRuntime.cc (libraries_size, [...]): Removed. | Tom Tromey | 1 | -42/+17 |
2003-02-22 | New docs for Thread.java, and little tweaks identified by japi. | Anthony Green | 2 | -14/+554 |
2003-02-19 | natStackTrace.cc: Include platform.h immediately after config.h. | Rainer Orth | 3 | -8/+5 |
2003-02-14 | System.java (properties): Use Properties.clone. | Tom Tromey | 1 | -3/+9 |
2003-02-10 | Win32Process.java (destroy): Declare as native. | Ranjit Mathew | 2 | -20/+326 |
2003-02-03 | natRuntime.cc (java::lang::Runtime::_load)): Take care of the fact that on Wi... | Ranjit Mathew | 1 | -2/+15 |
2003-01-30 | natClass.cc (initializeClass): Check tables when (state == JV_STATE_IN_PROGRE... | Jeff Sturm | 2 | -10/+22 |
2003-01-24 | ClassLoader.java (findLoadedClass): Removed erroneous comment. | Tom Tromey | 1 | -3/+2 |
2003-01-20 | Makefile.am (core_java_source_files): Add VMObjectStreamClass.java. | Mark Wielaard | 1 | -1/+2 |
2003-01-14 | natRuntime.cc (_load): StackTrace access needs to be in a try block. | Andrew Haley | 1 | -8/+16 |
2002-12-31 | re PR libgcj/7416 (java.security startup refs "GNU libgcj.security") | Tom Tromey | 1 | -6/+27 |
2002-12-31 | re PR libgcj/8997 (spin() calls Thread.sleep) | Tom Tromey | 1 | -2/+4 |
2002-12-30 | StringBuffer.java (getChars): Remove wrong dstOffset check against count. | Mark Wielaard | 1 | -19/+20 |
2002-12-28 | boehm.cc: Remove stray semicolon. | Mark Mitchell | 1 | -0/+3 |
2002-12-23 | exception.cc (PERSONALITY_FUNCTION): Clear least-significant-bit of catch_type. | Jeff Sturm | 2 | -10/+29 |
2002-12-19 | natClassLoader.cc (defineClass0): Removed erroneous comment. | Tom Tromey | 5 | -60/+89 |
2002-12-13 | ClassLoader.java (resolveClass0): Transform ClassNotFoundException to NoClass... | Mark Wielaard | 1 | -6/+12 |
2002-12-12 | * java/lang/ClassLoader.java (findLoadedClass): Now synchronized. | Tom Tromey | 1 | -2/+2 |
2002-12-11 | ClassLoader.java (loadedClasses): New field. | Tom Tromey | 2 | -30/+35 |
2002-12-11 | Makefile.in: Rebuilt. | Tom Tromey | 1 | -51/+0 |
2002-12-10 | win32.h (_Jv_platform_solib_prefix): New define. | Tom Tromey | 1 | -19/+49 |
2002-12-09 | Connection.java (getJarFile): download and cache remote jar files. | Mark Wielaard | 1 | -9/+115 |
2002-12-05 | Class.h (_Jv_SetVTableEntries): Updated declaration. | Tom Tromey | 2 | -23/+50 |
2002-12-05 | Makefile.in: Rebuilt. | Tom Tromey | 2 | -6/+56 |
2002-12-03 | * java/lang/Character.java (forDigit): Formatting fix. | Tom Tromey | 1 | -2/+2 |
2002-12-03 | natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass. | Andrew Haley | 1 | -97/+0 |
2002-12-03 | natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass. | Andrew Haley | 4 | -9/+88 |
2002-12-01 | SecurityManager.java: Remerge comments, indenting and checkXXX methods with C... | Mark Wielaard | 1 | -688/+951 |
2002-11-19 | natReference.cc (add_to_hash): Look at `copy', not `referent'. | Tom Tromey | 2 | -12/+7 |
2002-11-14 | natRuntime.cc (insertSystemProperties): Set gnu.classpath.home. | Tom Tromey | 1 | -1/+2 |
2002-11-10 | natClass.cc (initializeClass): Throw NoClassDefFoundError with getName() as m... | Mark Wielaard | 2 | -3/+8 |
2002-11-07 | natField.cc (getBoolean): Use getType(). | Mark Wielaard | 1 | -42/+26 |
2002-11-04 | ClassLoader.java (loadClass): Call loadClass on VMClassLoader, not findClass. | Tom Tromey | 1 | -8/+12 |
2002-11-04 | resolve.cc (METHOD_NOT_THERE, [...]): Remove. | Jeff Sturm | 1 | -2/+0 |
2002-11-03 | GNU Classpath merge. | Mark Wielaard | 2 | -14/+49 |
2002-11-02 | Class.h: Move JV_STATE_ERROR before JV_STATE_DONE. | Tom Tromey | 2 | -5/+4 |
2002-11-02 | For PR java/8415: | Tom Tromey | 1 | -4/+3 |
2002-10-25 | natRuntime.cc (_Jv_SetDLLSearchPath): New function. | Tom Tromey | 1 | -1/+32 |
2002-10-21 | aclocal.m4 (CHECK_FOR_BROKEN_MINGW_LD): added | Adam Megacz | 1 | -4/+32 |
2002-10-20 | natRuntime.cc (insertSystemProperties): Added GCJ runtime property "gnu.gcj.p... | Ranjit Mathew | 1 | -0/+3 |
2002-10-11 | re PR libgcj/8142 ('$' in class names vs. dlopen 'dynamic string tokens') | Mark Wielaard | 1 | -1/+8 |
2002-10-07 | Thread.java (setDaemon): Check startable_flag, not isAlive(). | Mark Wielaard | 1 | -1/+1 |
2002-10-04 | * java/lang/Throwable.java: Remerge with Classpath. | Mark Wielaard | 1 | -14/+8 |
2002-09-30 | Add Proxy support. | Anthony Green | 6 | -4/+1903 |
2002-09-25 | * java/lang/natClassLoader.cc: | Tom Tromey | 1 | -1/+1 |
2002-09-19 | ClassLoader.java (resolveClass0): Set cause for newly-created exception. | Tom Tromey | 1 | -11/+18 |
2002-09-16 | AssertionError.java: Merge with classpath, fixes HTML. | Michael Koch | 1 | -1/+1 |
2002-09-03 | Class.h (_getDeclaredMethod): Declare. | Tom Tromey | 3 | -8/+31 |