summaryrefslogtreecommitdiff
path: root/libjava/prims.cc
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 2001-03-12 Bryce McKinlay <bryce@albatross.co.nz>bryce2001-03-121-1/+1
* 2001-01-16 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-01-171-13/+3
* 2001-01-07 Alexandre Petit-Bianco <apbianco@cygnus.com>apbianco2001-01-151-51/+15
* In gcc/java:bryce2001-01-081-16/+15
* * java/lang/Throwable.java (trace_enabled): New static field.bryce2000-12-221-0/+6
* * prims.cc (_Jv_NewObjectArray): Use const_cast to initializetromey2000-11-271-3/+7
* 2000-11-25 Anthony Green <green@redhat.com>green2000-11-261-8/+3
* * prims.cc (_Jv_NewObjectArray): Use palcement new to createtromey2000-11-241-3/+8
* * java/lang/reflect/natField.cc (BooleanClass): Don't define.tromey2000-10-061-5/+3
* 2000-10-02 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-10-021-0/+7
* 2000-09-30 Hans Boehm <boehm@acm.org>bryce2000-09-301-19/+11
* 2000-09-13 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-09-131-3/+7
* 2000-08-26 Anthony Green <green@redhat.com>green2000-08-261-0/+11
* Sun Aug 20 21:02:48 2000 Anthony Green <green@redhat.com>green2000-08-211-5/+28
* 2000-06-20 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-06-201-9/+2
* 2000-06-15 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-06-151-1/+1
* * prims.cc (DECLARE_PRIM_TYPE): Define a vtable as well.tromey2000-05-311-2/+12
* Jumbo patch:tromey2000-05-191-20/+32
* 2000-05-05 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-05-051-17/+17
* Runtime support for PR gcj/2:tromey2000-04-271-0/+6
* 2000-04-27 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-04-271-1/+1
* + 2000-04-22 Anthony Green <green@cygnus.com>green2000-04-221-17/+19
* JVMPI changes...green2000-04-021-0/+31
* 2000-03-15 Tom Tromey <tromey@cygnus.com>tromey2000-03-151-1/+48
* * All files: Updated copyright information.tromey2000-03-071-1/+1
* 2000-03-07 Bryce McKinlay <bryce@albatross.co.nz>bryce2000-03-071-79/+15
* * configure.host: Fix __NO_MATH_INLNES botch.green2000-03-051-5/+6
* * prims.cc (_Jv_MallocUnchecked): New function.tromey2000-02-011-0/+10
* * All files: Updated copyright to reflect Cygnus purchase.tromey2000-01-191-1/+1
* 2000-01-17 Andrew Haley <aph@cygnus.com>aph2000-01-181-0/+6
* * prims.cc (_Jv_PrimClass): Use `JV_STATE_NOTHING', not `0'.tromey2000-01-171-2/+2
* 2000-01-14 Andrew Haley <aph@cygnus.com>aph2000-01-171-1/+34
* 2000-01-04 Tom Tromey <tromey@cygnus.com>tromey2000-01-041-2/+20
* * prims.cc (_Jv_NewObjectArray): Usetromey1999-11-251-6/+15
* 1999-11-05 Jeff Sturm <jsturm@sigma6.com>tromey1999-11-051-4/+4
* * Makefile.in: Rebuilt.tromey1999-10-221-7/+35
* * libtool-version: Catch up by incrementing current.green1999-10-151-0/+159
* * prims.cc (main_init): New function.tromey1999-09-231-15/+17