summaryrefslogtreecommitdiff
path: root/libjava/include
AgeCommit message (Expand)Author
2006-07-06Makefile.am (libgcj_tools_la_GCJFLAGS): Add -fno-indirect-classes.Thomas Fitzsimmons
2006-07-04re PR libgcj/28226 (posix.cc:222: error: invalid conversion from 'const void*...Andreas Tobler
2006-06-29javaprims.h (_Jv_uintptr_t): New typedef similar to uintptr_t in C99.Ranjit Mathew
2006-06-26posix-threads.h: Fix coding style aberrations from 2006-06-19 check-in.Keith Seitz
2006-06-26no-gc.h (_Jv_SuspendThread): Declare.Keith Seitz
2006-06-21win32-threads.h (_Jv_ThreadDesc_t): New typedef.Bryce McKinlay
2006-06-19posix-threads.h (_Jv_ThreadDebugSuspend): Declare.Keith Seitz
2006-06-14configure: Regenerate.Thomas Fitzsimmons
2006-06-08jvm.h (_Jv_Linker::maybe_adjust_signature): New.Andrew Haley
2006-06-07makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-qt.lo.Thomas Fitzsimmons
2006-06-06natFilePosix.cc (getCanonicalPath): Rewritten.Gary Benson
2006-06-01install.texi: Document that InfoZIP can replace jar.Paolo Bonzini
2006-05-30makemake.tcl (emit_bc_rule): Do not skip gnu-java-awt-peer-gtk.lo.Thomas Fitzsimmons
2006-05-25configure.ac: Add sys/rw_lock.h to AC_CHECK_HEADERS.John David Anglin
2006-05-24Makefile.am: Add install-html target.Carlos O'Donell
2006-05-20configure.ac: Add the POSIX thread libs to the HP-UX PA configuration.Andreas Tobler
2006-05-18Imported GNU Classpath 0.90Mark Wielaard
2006-05-13java-interp.h (_Jv_InterpMethod::dump_object): Removed declaration.Tom Tromey
2006-05-10prims.cc (_Jv_soleIndirectCompiledEngine): New.Andrew Haley
2006-05-01configure.ac: Simplify the mmap check a bit more.Andreas Tobler
2006-04-29link.cc (_Jv_Linker::resolve_pool_entry): Don't pass vtable_index to resolve_...Bryce McKinlay
2006-04-24lang.c (java_init): Handle flag_indirect_classes.Andrew Haley
2006-04-23configure.ac: Weaken the check for MMAP.Andreas Tobler
2006-04-10x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): New.Andrew Haley
2006-04-04Makefile.in: Rebuilt.Tom Tromey
2006-03-28unicode-muncher.pl: Removed this file.Anthony Balkissoon
2006-03-16linux-unwind.h (shmedia_fallback_frame_state): Set fs->signal_frame.Kaz Kojima
2006-03-10powerpc-signal.h: Fix typo in comment.Andreas Tobler
2006-03-09win32.cc (_Jv_platform_nanotime): New function.Tom Tromey
2006-03-07* include/java-interp.h: Removed extern "C" around #include <ffi.h>.David Daney
2006-02-27re PR other/26208 (Serious problem with unwinding through signal frames)Jakub Jelinek
2006-02-17stacktrace.cc (GetStackTraceElements): Call gnu::gcj::runtime::NameFinder::re...Andrew Haley
2006-02-09re PR libgcj/25187 (dereferencing type-punned pointer warnings while building...Bryce McKinlay
2006-02-08link.cc (_Jv_Linker::print_class_loaded): Declare string constants as "const ...Bryce McKinlay
2006-02-08PR libgcj/26063, PR libgcj/17978, PR libgcj/10598:Tom Tromey
2006-02-03re PR libgcj/26073 (libjava fails to compile)Robert Schuster
2006-02-012006-02-01 Robert Schuster <robertschuster@fsfe.org>Robert Schuster
2006-01-30java-interp.h (insn_index): New declaration.Keith Seitz
2006-01-23configure.host (disable_dladdr): Remove variable and its documentation.David Daney
2006-01-18java-interp.h (_Jv_CompileMethod): Add declaration.Keith Seitz
2006-01-18re PR libgcj/25840 (libjava is broken on Linux/x86-64)H.J. Lu
2006-01-17Imported GNU Classpath 0.20Mark Wielaard
2005-12-22natClassLoader.cc (_Jv_NewArrayClass): Don't reference NUM_OBJECT_METHODS.Tom Tromey
2005-12-08Object.h (throwNoSuchMethodError): New method.Andrew Haley
2005-11-29re PR java/18278 (JNI functions cannot return a weak reference)Tom Tromey
2005-11-25ia64-frame.h: Removed.Bryce McKinlay
2005-11-17Implement -Xss.Bryce McKinlay
2005-11-04sh-signal.h (MAKE_THROW_FRAME): Remove trailing whitespace.Kaz Kojima
2005-10-31.cvsignore are not needed for subversion, remove them.Andreas Jaeger
2005-09-27re PR libgcj/23367 (_Jv_FindMethodInCache is not thread-safe)Tom Tromey