..
gcj
configure.in: Renamed to configure.ac.
2004-08-20 15:14:18 +00:00
gnu
2004-07-30 Michael Koch <konqueror@gmx.de>
2004-07-30 14:50:50 +00:00
include
configure.in: Renamed to configure.ac.
2004-08-20 15:14:18 +00:00
java
defineclass.cc: Include <stdio.h>.
2004-08-23 19:21:19 +00:00
javax
[multiple changes]
2004-07-22 15:36:05 +00:00
jni
[multiple changes]
2004-07-22 15:36:05 +00:00
libltdl
Makefile.in: Regenerate with automake 1.8.5.
2004-06-15 07:32:58 +00:00
org
Makefile.am (ordinary_java_source_files): Add org/xml/sax/helpers/NewInstance.java.
2002-12-20 03:49:20 +00:00
scripts
unicode-muncher.pl: Updated to version 2.1 from GNU classpath.
2004-07-09 21:00:12 +00:00
sysdep
configure.host: Enable hash synchronization on Darwin.
2004-07-07 20:24:00 +02:00
testsuite
configure.in: Renamed to configure.ac.
2004-08-20 15:14:18 +00:00
.cvsignore
ignore autom4te.cache
2004-08-23 23:51:56 +00:00
acinclude.m4
acinclude.m4: Correctly quote PKG_CHECK_MODULES.
2004-08-04 19:30:13 +00:00
aclocal.m4
configure.in: Rewrote some obsolete stuff for autoconf 2.59.
2004-08-20 14:47:11 +00:00
addr2name.awk
Jumbo patch:
2000-05-19 17:55:34 +00:00
boehm.cc
class.c (make_class_data): Add new field aux_info.
2004-04-20 02:38:46 +01:00
ChangeLog
prims.cc (JVMPI_NOTIFY_ALLOC): New macro.
2004-08-23 22:31:53 +01:00
ChangeLog-1999
Rotated ChangeLogs
2000-02-17 22:57:30 +00:00
ChangeLog-2001
ChangeLog rotation
2002-01-22 00:20:23 +00:00
ChangeLog-2002
ChangeLog rotation
2004-01-17 08:40:41 +00:00
ChangeLog-2003
ChangeLog rotation
2004-01-17 08:40:41 +00:00
configure
configure.in: Renamed to configure.ac.
2004-08-20 15:14:18 +00:00
configure.ac
configure.ac: Replaced all AC_TRY_COMPILE macros with AC_COMPILE_IFELSE macros.
2004-08-20 18:20:21 +00:00
configure.host
s390.md ("udivsi3"): Ensure trap is generated for division by zero.
2004-07-14 13:09:09 +00:00
COPYING
COPYING: Update to current ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes...
2000-12-18 09:12:19 +00:00
defineclass.cc
defineclass.cc: Include <stdio.h>.
2004-08-23 19:21:19 +00:00
exception.cc
lang.c (LANG_HOOKS_GET_CALLEE_FNDECL): New.
2003-10-24 09:29:43 +00:00
gij.cc
jvm.h (namespace jcj): Declare verbose_class_flag
2004-07-07 16:44:12 -07:00
HACKING
* HACKING: Fix URL for the automake-gcj.
2002-02-08 01:22:47 +00:00
interpret.cc
interpret.cc (run): Correctly access libffi return values of integral smaller-than-int type...
2004-07-13 21:06:33 +00:00
jni.cc
javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields and access methods.
2004-08-11 23:53:42 -07:00
LIBGCJ_LICENSE
Add license clarification.
2002-01-22 22:40:42 +00:00
libgcj-test.spec.in
* libgcj.spec.in, libgcj-test.spec.in: Revert for now.
2002-03-31 18:24:59 +00:00
libgcj.pc.in
2003-07-09 Michael Koch <konqueror@gmx.de>
2003-07-09 07:11:13 +00:00
libgcj.spec.in
configure.host (alpha*-*): Default to -mieee.
2003-02-13 02:51:26 +00:00
libtool-version
libtool-version: Increased `current' to 6.
2004-01-19 19:01:59 +00:00
Makefile.am
Makefile.am (lib_gnu_java_awt_peer_gtk_la_LINK): Added.
2004-08-21 10:27:25 +00:00
Makefile.in
Makefile.am (lib_gnu_java_awt_peer_gtk_la_LINK): Added.
2004-08-21 10:27:25 +00:00
mauve-libgcj
mauve-libgcj: Removed the disabling of java.text.ACIAttribute and...
2003-12-18 20:23:48 +00:00
NEWS
* NEWS: Updated with news up to GCC 3.4 release.
2004-07-29 03:50:36 +01:00
no-threads.cc
natFinalizerThread.cc: New file.
2001-10-10 22:25:43 +00:00
nogc.cc
nogc.cc: Remove warnings.
2002-01-27 22:33:35 +00:00
pkg.m4
configure.in: Use pkg-config to check for GTK 2.2 and libart 2.1.
2004-01-30 22:01:11 +00:00
posix-threads.cc
re PR libgcj/11801 (Problems with Process.waitFor() and exitValue())
2004-08-12 16:20:11 +00:00
posix.cc
posix.cc: added #include<stdio.h>
2003-07-08 04:49:16 +00:00
prims.cc
prims.cc (JVMPI_NOTIFY_ALLOC): New macro.
2004-08-23 22:31:53 +01:00
README
README: Remove obsolete info.
2004-07-29 03:13:04 +01:00
resolve.cc
javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields and access methods.
2004-08-11 23:53:42 -07:00
THANKS
README: Remove obsolete info.
2004-07-29 03:13:04 +01:00
verify.cc
javaprims.h (_Jv_Utf8Const): Change struct to a class, with private fields and access methods.
2004-08-11 23:53:42 -07:00
win32-threads.cc
re PR libgcj/12647 ([win32] wait() does not release monitor correctly)
2003-10-31 03:36:38 +00:00
win32.cc
configure.in [...] (SYSTEMSPEC): Remove -lwsock32.
2004-08-01 04:29:31 +00:00