summaryrefslogtreecommitdiff
path: root/libjava/include
AgeCommit message (Expand)Author
2003-03-22posix.h: Add suffix for darwin dynamic libraries.Andreas Tobler
2003-03-17resolve.cc (ncode): Use _Jv_platform_ffi_abi.Tom Tromey
2003-03-10[multiple changes]Andrew Haley
2003-03-02configure.in: Added check for memory mapping of files.Michael Koch
2003-02-24Makefile.in: Rebuilt.Tom Tromey
2003-02-19natStackTrace.cc: Include platform.h immediately after config.h.Rainer Orth
2003-02-13win32.h: Include ws2tcpip.h instead of winsock.h to obtain definition of the ...Ranjit Mathew
2003-01-31aclocal.m4, [...]: Rebuilt.Tom Tromey
2003-01-31Window.java (Window(Window,GraphicsConfiguration)): Don't try to find graphic...Tom Tromey
2003-01-28re PR java/9254 (java::lang::Object::wait(), threads-win32.cc returns wrong r...Ranjit Mathew
2003-01-28configure.in: Specifically define HAVE_BACKTRACE if building for MinGW.Ranjit Mathew
2003-01-24defineclass.cc (handleMethodsEnd): Precompute code for static method.Tom Tromey
2003-01-22x86_64-signal.h: Add simple handler for x86_64 32-bit mode.Andrew Haley
2003-01-14dwarf2-signal.h: Remove x86_64.Andrew Haley
2003-01-14dwarf2-signal.h: Remove x86_64.Andrew Haley
2003-01-07posix.h (_Jv_platform_usleep): Wrap in ifdef JV_HASH_SYNCHRONIZATION.Tom Tromey
2002-12-31re PR libgcj/8997 (spin() calls Thread.sleep)Tom Tromey
2002-12-28boehm.cc: Remove stray semicolon.Mark Mitchell
2002-12-19natClassLoader.cc (defineClass0): Removed erroneous comment.Tom Tromey
2002-12-10win32.h: Fixed typo in "DISABLE_JAVA_NET".Tom Tromey
2002-12-10win32.h (_Jv_platform_solib_prefix): New define.Tom Tromey
2002-12-06java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL.Tom Tromey
2002-12-03natClassLoader.cc (_Jv_PrepareCompiledClass): Call _Jv_PushClass.Andrew Haley
2002-12-03jni.cc: Added `name' argument.Tom Tromey
2002-11-26natPlainDatagramSocketImpl.cc (socklen_t): Don't define.Andreas Tobler
2002-11-222002-11-22 Michael Koch <konqueror@gmx.de>Michael Koch
2002-11-21posix.h: I put too much into the #ifndef DISABLE_JAVA_NET.Michael Koch
2002-11-21posic.h: Moved new functions into a #ifndef DISABLE_JAVA_NETMichael Koch
2002-11-212002-11-21 Michael Koch <konqueror@gmx.de>Michael Koch
2002-11-19jni.h: Add missing JNICALL and JNIEXPORT attributes to function and function ...Ranjit Mathew
2002-11-10jni.h (JNIIMPORT, [...]): Linker defines for Win32.Ranjit Mathew
2002-10-21aclocal.m4 (CHECK_FOR_BROKEN_MINGW_LD): addedAdam Megacz
2002-10-10cvsignore: New file to ignore files generated during build.Michael Koch
2002-10-01ObjectInputStream.java (resolveProxyClass): New method from Classpath.Tom Tromey
2002-09-30Add Proxy support.Anthony Green
2002-09-18Matcher.java, [...]: Merge with classpath, new files.Michael Koch
2002-09-14natPlainDatagramSocket.cc: removed #include <ws2tcpip.h>; the mingw header is...Adam Megacz
2002-08-29natFileDescriptorPosix.cc (setLength): Handle case where ftruncate is missing.Tom Tromey
2002-08-29jvm.h (struct _Jv_frame_info): New structure.Tom Tromey
2002-08-27natPlainDatagramSocketImpl.cc (NATIVE_CLOSE): New define.Tony Kimball
2002-08-26win32.h (getcwd): copied function declaration as temporary fix for header con...Adam Megacz
2002-08-24Makefile.am (libgcj_la_SOURCES): Remove name-finder.cc.Mark Wielaard
2002-07-19ieeefp.h: Add x86-64 support.Bo Thorsen
2002-07-12natThrowable.cc (printRawStackTrace): removed.Mark Wielaard
2002-06-24verify.cc (branch_prepass): Updated for change to exception handler type.Tom Tromey
2002-06-24configure: Rebuilt.Tom Tromey
2002-06-17javaprims.h: Updated class declaration list.Tom Tromey
2002-06-11Class.h (Class::desiredAssertionStatus): Declare.Tom Tromey
2002-05-29configure.host [...]: Set can_unwind_signal=yes.Ulrich Weigand
2002-05-03natSystem.cc (getSystemTimeZone): Use HAVE_UNDERSCORE_TIMEZONE.David Billinghurst