aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
AgeCommit message (Expand)AuthorFilesLines
2005-12-08Object.h (throwNoSuchMethodError): New method.Andrew Haley1-0/+4
2005-11-29re PR java/18278 (JNI functions cannot return a weak reference)Tom Tromey1-0/+2
2005-11-25ia64-frame.h: Removed.Bryce McKinlay1-2/+0
2005-11-17Implement -Xss.Bryce McKinlay1-0/+7
2005-11-04sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.Kaz Kojima1-2/+2
2005-10-31.cvsignore are not needed for subversion, remove them.Andreas Jaeger1-1/+0
2005-09-27re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe)Tom Tromey3-3/+11
2005-09-27configure, [...]: Rebuilt.Tom Tromey1-0/+2
2005-09-23Imported Classpath 0.18.Tom Tromey4-169/+4
2005-09-15re PR libgcj/16032 (libgcj should reject class files with incorrect version n...Tom Tromey1-1/+3
2005-09-12re PR libgcj/23762 (java.library.path should default to value of environment ...Thomas Fitzsimmons2-2/+7
2005-09-09re PR libgcj/22084 (Divide_1 test case hangs)Andrew Haley1-5/+12
2005-09-08re PR libgcj/23761 (java.library.path doesn't affect module loading path)Thomas Fitzsimmons1-0/+3
2005-08-22Makefile.am (ACLOCAL_AMFLAGS): Also include "..".Kelley Cook1-3/+3
2005-08-18Makefile.am (extra_ldflags_libjava): New variable to substitute in.Andrew Pinski1-1/+2
2005-08-17class.c (make_class_data): Always emit JV_STATE_PRELOADING for class' initial...Tom Tromey1-0/+9
2005-07-22Makefile.in: Rebuilt.Tom Tromey2-2/+8
2005-07-18Makefile.in: Rebuilt.Tom Tromey1-3/+5
2005-07-16Major merge with Classpath.Tom Tromey3-1606/+5
2005-06-30Update FSF addressKelley Cook5-10/+10
2005-06-24natClassLoader.cc (_Jv_UnregisterClass): Handle case where class' name is NULL.Tom Tromey1-1/+2
2005-06-16configure.ac (USING_ECOS_PLATFORM): Remove and merge into...Kelley Cook1-2/+0
2005-06-15re PR libgcj/21906 (hang when invoking abstract method)Tom Tromey1-0/+2
2005-06-14re PR libgcj/19877 (sometimes reconfiguring leads to incorrect config.h)Tom Tromey1-0/+2
2005-05-26decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed.Bryce McKinlay1-14/+33
2005-05-18gtk_jawt.c (classpath_jawt_object_lock, [...]): New functions.Anthony Green1-0/+3
2005-05-18configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.Kelley Cook2-11/+4
2005-05-17configure.ac (--enable-libgcj-multifile): Remove.Paolo Bonzini1-2/+0
2005-05-13[multiple changes]Bryce McKinlay1-0/+3
2005-05-12gcj.texi (Code Generation): Document -fbootstrap-classes.Tom Tromey1-3/+12
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley1-1/+1
2005-04-25jni.h (_Jv_va_list): Removed.Tom Tromey4-227/+332
2005-04-05re PR libgcj/20750 (libgcj needs a --with-java-home configure option)Thomas Fitzsimmons1-0/+3
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey1-1/+2
2005-04-02re PR libgcj/20090 (gij should be implemented in Java)Thomas Fitzsimmons3-3/+9
2005-03-24Makefile.in: Rebuilt.Tom Tromey1-2/+2
2005-03-23jvm.h (GCJ_40_BC_ABI_VERSION): New define.Tom Tromey1-4/+7
2005-03-22posix.h: .dylib is used on all Apple MACH platforms.Mike Stump1-1/+1
2005-03-21gxx-include-dir.m4: In all substitutions, leave $(gcc_version) to be expanded...Zack Weinberg2-8/+10
2005-03-17Makefile.am (gtk_c_source_files): Remove jni/classpath/jcl.c, jni/classpath/j...Thomas Fitzsimmons1-4/+5
2005-03-17link.cc (ensure_class_linked): Removed #ifdef.Tom Tromey2-7/+10
2005-03-16stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Protect interpreter-specific c...Andreas Tobler1-0/+4
2005-03-10New Stack Trace infrastructure.Bryce McKinlay3-31/+108
2005-03-07re PR java/20215 (gcj does not accept classes with same name fields)Tom Tromey1-1/+2
2005-03-05gtk_jawt.c (classpath_jawt_get_drawable, [...]): New functions.Anthony Green2-0/+7
2005-02-28re PR bootstrap/17383 (Building in src dir fails)Paolo Bonzini1-1/+3
2005-02-23re PR libgcj/16923 (-D* Options passed to JNI_CreateJavaVM are ignored)Thomas Fitzsimmons1-0/+1
2005-02-19re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey1-0/+1
2005-02-16[multiple changes]Graydon Hoare1-0/+3
2005-02-14jawt.c: New file.Thomas Fitzsimmons4-2/+157