aboutsummaryrefslogtreecommitdiff
path: root/libjava/include
AgeCommit message (Expand)AuthorFilesLines
2004-10-11posix-threads.h <__alpha__> (_Jv_ThreadId_t): Use void*.Richard Henderson1-13/+2
2004-09-26prims.cc (unblock_signal): Annotate signum with __unused__ to avoid warnings ...Per Bothner4-4/+8
2004-09-23Makefile.am: Run aclocal with -I ../configKelley Cook1-2/+8
2004-09-23aclocal.m4: Regenerate with aclocal 1.9.2.Kelley Cook1-1/+1
2004-09-22configure.ac: Introduce AC_C_BIGENDIAN_CROSS for WORDS_BIGENDIAN.Andreas Tobler1-0/+10
2004-09-11re PR libgcj/14751 ([win32] thread creation leaks system handle resources)Mohan Embar1-0/+2
2004-09-03mips-signal.h: Update copyright.David Daney1-1/+1
2004-09-03configure.host: Use -fno-use-divide-subroutine for mips*-*-linux*.David Daney1-2/+14
2004-08-28configure.ac: Handle --enable-gc-debug.Hans Boehm2-0/+15
2004-08-20configure.in: Renamed to configure.ac.Michael Koch2-2/+2
2004-08-19configure.in, [...]: Ported to automake 1.9.Michael Koch2-176/+351
2004-08-162004-08-16 Michael Koch <konqueror@gmx.de>Michael Koch1-1/+3
2004-08-14configure.in (GCINCS): Don't use "boehm-cflags".Bryce McKinlay1-0/+2
2004-08-12re PR libgcj/11801 (Problems with Process.waitFor() and exitValue())David Daney2-293/+276
2004-08-11javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields an...Per Bothner1-1/+1
2004-08-03acinclude.m4: Include no-executables.m4.Nathanael Nerode1-1/+3
2004-08-01configure.in [...] (SYSTEMSPEC): Remove -lwsock32.Danny Smith1-0/+2
2004-07-24prims.cc (_Jv_InitPrimClass): Don't create an array class.Bryce McKinlay1-6/+0
2004-07-23Makefile.am: Rename jar binary to fastjar.Thomas Fitzsimmons1-1/+1
2004-07-16Makefile.am: Set ZIP and GCJH directly using autoconf.Nathanael Nerode1-0/+2
2004-07-16configure.in: Use target_noncanonical rather than target_alias for forward-co...Nathanael Nerode2-0/+14
2004-07-15aclocal.m4: Rebuilt with aclocal gcj-1.4.Nathanael Nerode1-7/+0
2004-07-14EventHandler.java: New file.Jerry Quinn1-4/+4
2004-07-14s390.md ("udivsi3"): Ensure trap is generated for division by zero.Ulrich Weigand1-3/+155
2004-07-13re PR libgcj/7587 (direct threaded interpreter not thread-safe)Bryce McKinlay1-0/+1
2004-07-13re PR libgcj/15713 (compile interpret.cc with -fno-strict-aliasing)Bryce McKinlay1-0/+12
2004-07-11linux.h (MD_FALLBACK_FRAME_STATE_FOR): For SIGSEGV and SIGBUS signal frames...Ulrich Weigand1-14/+7
2004-07-09unicode-muncher.pl: Updated to version 2.1 from GNU classpath.Michael Koch1-767/+768
2004-07-09pa32-linux.h (MD_FALLBACK_FRAME_STATE_FOR): Define.Randolph Chung1-0/+61
2004-07-07jvm.h (namespace jcj): Declare verbose_class_flagPer Bothner1-0/+3
2004-07-01Index: gcc/ChangeLogGeoffrey Keating1-0/+51
2004-05-14jni.h (_Jv_func): Removed.Steven Augart1-14/+8
2004-04-20class.c (make_class_data): Add new field aux_info.Bryce McKinlay1-5/+7
2004-04-14[multiple changes]Bryce McKinlay1-2/+4
2004-03-17[multiple changes]Graydon Hoare1-3/+3
2004-02-10linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Don't bump retaddr here.Alan Modra1-19/+44
2004-02-08* include/x86_64-signal.h: Fix typo.Andreas Jaeger1-1/+1
2004-02-08i386-signal.h (HANDLE_DIVIDE_OVERFLOW): Add volatile qualifier to _regs.Diego Novillo1-1/+1
2004-02-08i386-signal.h (MAKE_THROW_FRAME): Add volatile qualifier to _regs.Diego Novillo1-1/+1
2004-02-01jvm.h (MAYBE_UNUSED): New macro tp mark probably unused arguments.Michael Koch1-0/+3
2004-01-23linux64.h (MD_FALLBACK_FRAME_STATE_FOR): Corrected to handle kernels with cha...Jakub Jelinek2-20/+27
2004-01-132004-01-13�� David Jee�� <djee@redhat.com>David Jee1-0/+7
2003-12-16win32.cc (WSAEventWrapper): Implemented default constructor and init() methods.Mohan Embar1-14/+24
2003-12-02configure.in: Added new MinGW-specific configure flag --with-win32-nlsapi.Mohan Embar2-0/+50
2003-11-12jni.cc (JNI_CreateJavaVM): Remove JNIEXPORT.Danny Smith1-10/+23
2003-11-07win32.h (_Jv_platform_close_on_exec): Changed signature and declared extern.Mohan Embar1-5/+2
2003-10-26Constructor.java (toString): Avoid extra whitespace on constructor with no mo...Bryce McKinlay1-0/+9
2003-10-24lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.Andrew Haley1-0/+31
2003-10-22mips-signal.h: New file.David Daney3-0/+96
2003-10-21posix-threads.cc (_Jv_CondNotify,_Jv_CondNotifyAll): Rename _Jv_PthreadCheckM...Jerry Quinn3-6/+14