summaryrefslogtreecommitdiff
path: root/libjava/prims.cc
Commit message (Expand)AuthorAgeFilesLines
* 2004-08-23 Bryce McKinlay <mckinlay@redhat.com>bryce2004-08-231-67/+29
* * gcj/javaprims.h (_Jv_Utf8Const): Change struct to a class,bothner2004-08-121-8/+15
* 2004-07-23 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-241-14/+10
* 2004-07-20 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-201-0/+2
* 2004-07-19 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-201-2/+4
* 2004-07-13 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-131-0/+5
* 2004-07-11 Bryce McKinlay <mckinlay@redhat.com>bryce2004-07-111-2/+1
* 2004-07-04 Michael Koch <konqueror@gmx.de>mkoch2004-07-041-5/+5
* * prims.cc (_Jv_CreateJavaVM): Install SEGV and FPE handlers,rmathew2004-06-181-5/+9
* libjava:bryce2004-04-161-9/+57
* PR libgcj/12001:tromey2004-01-141-9/+12
* * prims.cc (_Jv_NewObjectArray): Make sure byte size doesn'tralph2003-10-161-3/+10
* * java/lang/natClassLoader.cc (_Jv_InitNewClassFields): Removed.tromey2003-10-131-2/+0
* * java/lang/VMClassLoader.java (loadClass): Now native.tromey2003-10-021-0/+6
* 2003-10-01 Andrew Haley <aph@redhat.com>aph2003-10-011-4/+4
* 2003-08-19 Andrew Haley <aph@redhat.com>aph2003-08-201-0/+16
* * java/lang/Runtime.java: Comment fix.tromey2003-07-211-1/+19
* 2003-06-12 Andrew Haley <aph@redhat.com>aph2003-06-131-28/+29
* 2003-03-29 Mohan Embar <gnustuff@thisiscool.com>aph2003-04-251-2/+25
* 2003-03-10 2003-02-27 Mohan Embar <gnustuff@thisiscool.com>aph2003-03-101-32/+0
* * boehm.cc: Remove stray semicolon.mmitchel2002-12-281-9/+9
* * Makefile.in: Rebuilt.tromey2002-12-051-1/+1
* 2002-12-03 Andrew Haley <aph@redhat.com>aph2002-12-031-5/+5
* For PR java/8415:tromey2002-11-021-1/+0
* * Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.mark2002-08-241-3/+4
* libjava:bryce2002-03-101-1/+2
* * prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.tromey2002-02-071-18/+2
* 2002-02-06 Adam Megacz <adam@xwt.org>megacz2002-02-071-27/+1
* embedded updatesgreen2002-02-071-1/+10
* 2002-02-01 Adam Megacz <adam@xwt.org>megacz2002-02-021-0/+1
* 2002-02-01 Adam Megacz <adam@xwt.org>megacz2002-02-021-21/+9
* For PR java/5088:tromey2001-12-161-5/+11
* * libjava/prims.cc: Some old cleanups. The collector nowhboehm2001-12-141-26/+48
* * prims.cc (_Jv_RunMain): Use `using' to simplify code. Settromey2001-12-131-12/+8
* For PR libgcj/1147:tromey2001-12-111-4/+12
* * prims.cc (_Jv_Abort): Always print error message using fprintf,bryce2001-10-231-8/+5
* Eliminate use of C++ static constructors.bryce2001-10-161-15/+71
* * gnu/gcj/runtime/natFinalizerThread.cc: New file.tromey2001-10-101-1/+18
* * prims.cc (_Jv_NewMultiArrayUnchecked): New method.tromey2001-10-021-5/+19
* * java/lang/ClassLoader.java (system): Remove static field.bothner2001-09-011-1/+2
* * Makefile.am: New friends for java/lang/Thread.h.bryce2001-08-261-140/+42
* * prims.cc (JNI_OnLoad): Don't declare.tromey2001-08-031-35/+0
* * prims.cc (_JNI_OnLoad): New function.ro2001-07-241-4/+11
* * java/lang/natRuntime.cc (_Jv_FindSymbolInExecutable): Returntromey2001-06-151-2/+10
* Check for sigaction.green2001-06-021-2/+4
* 2001-05-23 Tom Tromey <tromey@redhat.com>tromey2001-05-241-19/+63
* Implement invocation interface; don't create new thread for main.bothner2001-05-221-66/+174
* * prims.cc (_Jv_ThisExecutable): Use _Jv_Malloc.zack2001-04-281-1/+1
* * exception.cc (java_eh_info): Make value type jthrowable.rth2001-03-261-17/+16
* 2000-03-23 Jeff Sturm <jsturm@one-point.com>tromey2001-03-231-3/+7