summaryrefslogtreecommitdiff
path: root/libjava/prims.cc
Commit message (Expand)AuthorAgeFilesLines
...
* jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley2003-10-011-4/+4
* prims.cc (unblock_signal): New function.Andrew Haley2003-08-201-0/+16
* Runtime.java: Comment fix.Tom Tromey2003-07-211-1/+19
* prims.cc (catch_segv): Create exception in handler.Andrew Haley2003-06-131-28/+29
* jvm.h: (_Jv_GetNbArgs) added (_Jv_GetSafeArg) added (_Jv_SetArgs) addedMohan Embar2003-04-251-2/+25
* [multiple changes]Andrew Haley2003-03-101-32/+0
* boehm.cc: Remove stray semicolon.Mark Mitchell2002-12-281-9/+9
* Makefile.in: Rebuilt.Tom Tromey2002-12-051-1/+1
* natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley2002-12-031-5/+5
* For PR java/8415:Tom Tromey2002-11-021-1/+0
* Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.Mark Wielaard2002-08-241-3/+4
* Hashtable synchronization for PowerPC.Bryce McKinlay2002-03-101-1/+2
* prims.cc (_Jv_CreateJavaVM): Call _Jv_platform_initialize.Tom Tromey2002-02-071-18/+2
* configure.in: Changed mingw) to *mingw*).Adam Megacz2002-02-071-27/+1
* embedded updatesAnthony Green2002-02-071-1/+10
* prims.cc: Added #undef STRICT after #include<windows.h>.Adam Megacz2002-02-021-0/+1
* 2002-02-01 Adam Megacz <adam@xwt.org>Adam Megacz2002-02-021-21/+9
* For PR java/5088:Tom Tromey2001-12-161-5/+11
* prims.cc: Some old cleanups.Hans Boehm2001-12-141-26/+48
* prims.cc (_Jv_RunMain): Use `using' to simplify code.Tom Tromey2001-12-131-12/+8
* For PR libgcj/1147:Tom Tromey2001-12-111-4/+12
* prims.cc (_Jv_Abort): Always print error message using fprintf, don't try to ...Bryce McKinlay2001-10-231-8/+5
* Eliminate use of C++ static constructors.Bryce McKinlay2001-10-161-15/+71
* natFinalizerThread.cc: New file.Tom Tromey2001-10-101-1/+18
* prims.cc (_Jv_NewMultiArrayUnchecked): New method.Tom Tromey2001-10-021-5/+19
* ClassLoader.java (system): Remove static field.Per Bothner2001-08-311-1/+2
* Makefile.am: New friends for java/lang/Thread.h.Bryce McKinlay2001-08-261-140/+42
* prims.cc (JNI_OnLoad): Don't declare.Tom Tromey2001-08-031-35/+0
* prims.cc (_JNI_OnLoad): New function.Rainer Orth2001-07-241-4/+11
* natRuntime.cc (_Jv_FindSymbolInExecutable): Return NULL if no library on the ...Tom Tromey2001-06-151-2/+10
* Check for sigaction.Anthony Green2001-06-021-2/+4
* [multiple changes]Tom Tromey2001-05-241-19/+63
* Implement invocation interface; don't create new thread for main.Per Bothner2001-05-211-66/+174
* prims.cc (_Jv_ThisExecutable): Use _Jv_Malloc.Zack Weinberg2001-04-281-1/+1
* exception.cc (java_eh_info): Make value type jthrowable.Richard Henderson2001-03-251-17/+16
* prims.cc (_Jv_FindClassFromSignature): Check return of recursive call.Jeff Sturm2001-03-231-3/+7
* Runtime.java (_exit): Declare new package-private native.Bryce McKinlay2001-03-121-1/+1
* prims.cc (init_prim_class): Deleted.Alexandre Petit-Bianco2001-01-171-13/+3
* All files with updated copyright.Alexandre Petit-Bianco2001-01-151-51/+15
* In gcc/java:Bryce McKinlay2001-01-081-16/+15
* Throwable.java (trace_enabled): New static field.Bryce McKinlay2000-12-221-0/+6
* prims.cc (_Jv_NewObjectArray): Use const_cast to initialize length field of a...Tom Tromey2000-11-271-3/+7
* prims.cc (_Jv_NewObjectArray): Undo placement change.Anthony Green2000-11-261-8/+3
* prims.cc (_Jv_NewObjectArray): Use palcement new to create array.Tom Tromey2000-11-241-3/+8
* natField.cc (BooleanClass): Don't define.Tom Tromey2000-10-061-5/+3
* prims.cc (_Jv_argv, _Jv_argc): New fields.Bryce McKinlay2000-10-021-0/+7
* Implement bitmap descriptor based marking for Boehm GC.Hans Boehm2000-09-301-19/+11
* String.java (CASE_INSENSITIVE_ORDER): New static field.Bryce McKinlay2000-09-131-3/+7
* Makefile.in: Rebuilt.Anthony Green2000-08-261-0/+11
* natSystem.cc (init_properties): Change sourceware reference to sources.redhat...Anthony Green2000-08-211-5/+28