summaryrefslogtreecommitdiff
path: root/libjava/include
AgeCommit message (Expand)Author
2005-05-26decl.c (GCJ_BINARYCOMPAT_ADDITION, [...]): Removed.Bryce McKinlay
2005-05-18gtk_jawt.c (classpath_jawt_object_lock, [...]): New functions.Anthony Green
2005-05-18configure.ac: Use AC_C_BIGENDIAN instead of AC_C_BIGENDIAN_CROSS.Kelley Cook
2005-05-17configure.ac (--enable-libgcj-multifile): Remove.Paolo Bonzini
2005-05-13[multiple changes]Bryce McKinlay
2005-05-12gcj.texi (Code Generation): Document -fbootstrap-classes.Tom Tromey
2005-04-29re PR java/19285 (Interfaces not initialized by static field access)Andrew Haley
2005-04-25jni.h (_Jv_va_list): Removed.Tom Tromey
2005-04-05re PR libgcj/20750 (libgcj needs a --with-java-home configure option)Thomas Fitzsimmons
2005-04-05jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException.Tom Tromey
2005-04-02re PR libgcj/20090 (gij should be implemented in Java)Thomas Fitzsimmons
2005-03-24Makefile.in: Rebuilt.Tom Tromey
2005-03-23jvm.h (GCJ_40_BC_ABI_VERSION): New define.Tom Tromey
2005-03-22posix.h: .dylib is used on all Apple MACH platforms.Mike Stump
2005-03-21gxx-include-dir.m4: In all substitutions, leave $(gcc_version) to be expanded...Zack Weinberg
2005-03-17Makefile.am (gtk_c_source_files): Remove jni/classpath/jcl.c, jni/classpath/j...Thomas Fitzsimmons
2005-03-17link.cc (ensure_class_linked): Removed #ifdef.Tom Tromey
2005-03-16stacktrace.cc (_Jv_StackTrace::UnwindTraceFn): Protect interpreter-specific c...Andreas Tobler
2005-03-10New Stack Trace infrastructure.Bryce McKinlay
2005-03-07re PR java/20215 (gcj does not accept classes with same name fields)Tom Tromey
2005-03-05gtk_jawt.c (classpath_jawt_get_drawable, [...]): New functions.Anthony Green
2005-02-28re PR bootstrap/17383 (Building in src dir fails)Paolo Bonzini
2005-02-23re PR libgcj/16923 (-D* Options passed to JNI_CreateJavaVM are ignored)Thomas Fitzsimmons
2005-02-19re PR java/20056 ('verification failed: incompatible type on stack' with --in...Tom Tromey
2005-02-16[multiple changes]Graydon Hoare
2005-02-14jawt.c: New file.Thomas Fitzsimmons
2005-01-24Class.h (next): Updated documentation.Tom Tromey
2005-01-14jni.h (_Jv_JNIEnv::bottom_locals): New field.Graydon Hoare
2005-01-10PR libgcj/12016, PR libgcj/18405, PR libgcj/17738:Tom Tromey
2005-01-10re PR libgcj/18868 (Interface containing anonymous class breaks gij)Tom Tromey
2005-01-02boehm-gc.h: Include gc_ext_config.h, not gc_config.h.Bryce McKinlay
2004-12-19config.h.in: Regenerate.Kelley Cook
2004-12-03re PR libgcj/7305 (Install path for libgcj header files)Richard Sandiford
2004-12-02Introduce and use config/gcc-version.m4.Richard Sandiford
2004-12-01no-threads.h (_Jv_ThreadDestroyData): Removed argument name.Tom Tromey
2004-11-30revert: [multiple changes]Graydon Hoare
2004-11-27link.cc (ensure_class_linked): Conditionally compile _Jv_IsInterpretedClass o...Andrew Haley
2004-11-25* Merged gcj-abi-2-dev-branch to trunk.Tom Tromey
2004-11-23Makefile.in, [...]: Regenerated.Michael Koch
2004-11-18Makefile.am: Correct friend function declaration.Kriang Lerdsuwanakij
2004-11-09* include/jni.h: Added FIXME.Tom Tromey
2004-11-03jni.cc (_Jv_JNI_NewObjectArray): Fixed return type.Tom Tromey
2004-10-26re PR libgcj/18104 (Incorrect CLASSPATH separator in libjava breaks bootstrap)Aaron W. LaFramboise
2004-10-26Index: gcc/gcc/ChangeLogGeoffrey Keating
2004-10-21configure.ac (SIGNAL_HANDLER): Set to include/sh-signal.h for all sh*-*-linux...Kaz Kojima
2004-10-11posix-threads.h <__alpha__> (_Jv_ThreadId_t): Use void*.Richard Henderson
2004-09-26prims.cc (unblock_signal): Annotate signum with __unused__ to avoid warnings ...Per Bothner
2004-09-23Makefile.am: Run aclocal with -I ../configKelley Cook
2004-09-23aclocal.m4: Regenerate with aclocal 1.9.2.Kelley Cook
2004-09-22configure.ac: Introduce AC_C_BIGENDIAN_CROSS for WORDS_BIGENDIAN.Andreas Tobler