]> gcc.gnu.org Git - gcc.git/history - libjava/prims.cc
Makefile.am: Build property resource files into libgcj.
[gcc.git] / libjava / prims.cc
2004-01-14 Nathan Bryantre PR libgcj/12001 (_Jv_FindClass dumps core when Oracl...
2003-10-16 Ralph Loaderprims.cc (_Jv_NewObjectArray): Make sure byte size...
2003-10-13 Tom TromeynatClassLoader.cc (_Jv_InitNewClassFields): Removed.
2003-10-02 Tom TromeyVMClassLoader.java (loadClass): Now native.
2003-10-01 Andrew Haleyjcf-parse.c (java_parse_file): Write otable and atable.
2003-08-20 Andrew Haleyprims.cc (unblock_signal): New function.
2003-07-21 Tom TromeyRuntime.java: Comment fix.
2003-06-13 Andrew Haleyprims.cc (catch_segv): Create exception in handler.
2003-04-25 Mohan Embarjvm.h: (_Jv_GetNbArgs) added (_Jv_GetSafeArg) added...
2003-03-10 Andrew Haley[multiple changes]
2002-12-28 Mark Mitchellboehm.cc: Remove stray semicolon.
2002-12-05 Tom TromeyMakefile.in: Rebuilt.
2002-12-03 Andrew HaleynatClassLoader.cc (_Jv_PrepareCompiledClass): Call...
2002-11-02 Tom TromeyFor PR java/8415:
2002-08-24 Mark WielaardMakefile.am (libgcj_la_SOURCES): Remove name-finder.cc.
2002-03-10 Bryce McKinlayHashtable synchronization for PowerPC.
2002-02-07 Tom Tromeyprims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.
2002-02-07 Adam Megaczconfigure.in: Changed mingw) to *mingw*).
2002-02-07 Anthony Greenembedded updates
2002-02-02 Adam Megaczprims.cc: Added #undef STRICT after #include<windows.h>.
2002-02-02 Adam Megacz2002-02-01 Adam Megacz <adam@xwt.org>
2001-12-16 Tom TromeyFor PR java/5088:
2001-12-14 Hans Boehmprims.cc: Some old cleanups.
2001-12-13 Tom Tromeyprims.cc (_Jv_RunMain): Use `using' to simplify code.
2001-12-11 Tom TromeyFor PR libgcj/1147:
2001-10-23 Bryce McKinlayprims.cc (_Jv_Abort): Always print error message using...
2001-10-16 Bryce McKinlayEliminate use of C++ static constructors.
2001-10-10 Tom TromeynatFinalizerThread.cc: New file.
2001-10-02 Tom Tromeyprims.cc (_Jv_NewMultiArrayUnchecked): New method.
2001-09-01 Per BothnerClassLoader.java (system): Remove static field.
2001-08-26 Bryce McKinlayMakefile.am: New friends for java/lang/Thread.h.
2001-08-03 Tom Tromeyprims.cc (JNI_OnLoad): Don't declare.
2001-07-24 Rainer Orthprims.cc (_JNI_OnLoad): New function.
2001-06-15 Tom TromeynatRuntime.cc (_Jv_FindSymbolInExecutable): Return...
2001-06-02 Anthony GreenCheck for sigaction.
2001-05-24 Tom Tromey[multiple changes]
2001-05-22 Per BothnerImplement invocation interface; don't create new thread...
2001-04-28 Zack Weinbergprims.cc (_Jv_ThisExecutable): Use _Jv_Malloc.
2001-03-26 Richard Hendersonexception.cc (java_eh_info): Make value type jthrowable.
2001-03-23 Jeff Sturmprims.cc (_Jv_FindClassFromSignature): Check return...
2001-03-12 Bryce McKinlayRuntime.java (_exit): Declare new package-private native.
2001-01-17 Alexandre Petit... prims.cc (init_prim_class): Deleted.
2001-01-15 Alexandre Petit... All files with updated copyright.
2001-01-08 Bryce McKinlayIn gcc/java:
2000-12-22 Bryce McKinlayThrowable.java (trace_enabled): New static field.
2000-11-27 Tom Tromeyprims.cc (_Jv_NewObjectArray): Use const_cast to initia...
2000-11-26 Anthony Greenprims.cc (_Jv_NewObjectArray): Undo placement change.
2000-11-24 Tom Tromeyprims.cc (_Jv_NewObjectArray): Use palcement new to...
2000-10-06 Tom TromeynatField.cc (BooleanClass): Don't define.
2000-10-02 Bryce McKinlayprims.cc (_Jv_argv, _Jv_argc): New fields.
2000-09-30 Hans BoehmImplement bitmap descriptor based marking for Boehm GC.
2000-09-13 Bryce McKinlayString.java (CASE_INSENSITIVE_ORDER): New static field.
2000-08-26 Anthony GreenMakefile.in: Rebuilt.
2000-08-21 Anthony GreennatSystem.cc (init_properties): Change sourceware refer...
2000-06-20 Bryce McKinlayThreadGroup.java: Merged with classpath.
2000-06-15 Bryce McKinlay2000-06-15 Bryce McKinlay <bryce@albatross.co.nz>
2000-05-31 Tom Tromeyprims.cc (DECLARE_PRIM_TYPE): Define a vtable as well.
2000-05-19 Tom TromeyJumbo patch:
2000-05-05 Bryce McKinlaynatClass.cc (isInstance): Use __builtin_expect.
2000-04-27 Tom TromeyRuntime support for PR gcj/2:
2000-04-27 Bryce McKinlayprims.cc (_Jv_NewObjectArray): Fix typo.
2000-04-22 Anthony Green+ 2000-04-22 Anthony Green <green@cygnus.com> + + ...
2000-04-02 Anthony GreenJVMPI changes...
2000-03-15 Tom Tromey[multiple changes]
2000-03-07 Tom TromeyAll files: Updated copyright information.
2000-03-07 Bryce McKinlayresolve.cc (_Jv_SearchMethodInClass): New function.
2000-03-05 Anthony Greenconfigure.host: Fix __NO_MATH_INLNES botch.
2000-02-01 Tom Tromeyprims.cc (_Jv_MallocUnchecked): New function.
2000-01-19 Tom Tromey* All files: Updated copyright to reflect Cygnus purchase.
2000-01-18 Andrew Haleyprims.cc (_Jv_RunMain): Set the name of this executable.
2000-01-17 Tom Tromey* prims.cc (_Jv_PrimClass): Use `JV_STATE_NOTHING'...
2000-01-17 Andrew HaleynatThrowable.cc: New file.
2000-01-04 Tom Tromey[multiple changes]
1999-11-25 Tom Tromeyprims.cc (_Jv_NewObjectArray): Use _Jv_GetArrayElementF...
1999-11-05 Jeff Sturmboehm.cc (_Jv_GCSetInitialHeapSize): Swapped size ...
1999-10-22 Tom TromeyMakefile.in: Rebuilt.
1999-10-15 Anthony Greenlibtool-version: Catch up by incrementing current.
1999-09-23 Tom Tromeyre GNATS gcj/51 (Writing on OutputStream of bad Socket...
1999-09-10 Tom Tromeyconfigure: Rebuilt.
1999-08-18 Kresten Krab ThorupnatClassLoader.cc (_Jv_PrepareCompiledClass): Renamed...
1999-08-08 Anthony Green[multiple changes]
1999-07-21 Andrew Haleyprims.cc (JvRunMain): Always initialize arithexception.
1999-05-20 Andrew Haleyprims.cc (catch_fpe): Call to HANDLE_DIVIDE_OVERFLOW...
1999-05-05 Tom TromeyMakefile.in: Rebuilt.
1999-04-20 Andrew Haleysparc-signal.h: new file.
1999-04-13 Andrew Haleyi386-signal.h, [...]: New files.
1999-04-07 Tom TromeyInitial revision
This page took 1.018705 seconds and 94 git commands to generate.