gcc/libjava
Michael Koch 5984f98956 [multiple changes]
2005-04-27  Michael Koch  <konqueror@gmx.de>

	* java/nio/charset/Charset.java (providers2): Renamed from 'providers'
	to work around CNI limitation.

2005-04-27  Sven de Marothy  <sven@physto.se>

	* java/nio/charset/Charset.java:
	(defaultCharset()): New method.
	Status updated to 1.5

2005-04-27  Sven de Marothy  <sven@physto.se>

	* java/nio/charset/Charset.java: Cached encoders shouldn't be static.

2005-04-27  Sven de Marothy  <sven@physto.se>

	* java/nio/charset/Charset.java: Reset cached de/encoders.

2005-04-27  Robert Schuster <thebohemian@gmx.net>

	* java/nio/charset/Charset.java (forName): Throws
	IllegalArgumentException when argument is null
	and added documentation.

2005-04-27  Ito Kazumitsu  <kaz@maczuka.gcd.org>

	* java/nio/charset/Charset.java (providers):
	New method to make an array of CharsetProviders defined in
	META-INF/services/java.nio.charset.spi.CharsetProvider.
	(charsetForName, availableCharsets): Use the
	new method providers().

From-SVN: r98816
2005-04-27 07:30:36 +00:00
..
external re PR libgcj/20750 (libgcj needs a --with-java-home configure option) 2005-04-05 23:46:09 +00:00
gcj re PR libgcj/20750 (libgcj needs a --with-java-home configure option) 2005-04-05 23:46:09 +00:00
gnu re PR libgcj/21136 ([4.0 only] tryLock waits for the lock, and lock doesn't) 2005-04-26 21:49:23 +00:00
include jni.h (_Jv_va_list): Removed. 2005-04-25 18:44:10 +00:00
java [multiple changes] 2005-04-27 07:30:36 +00:00
javax ParserDelegator.java (callBack, gnu): Now package-private. 2005-04-26 18:57:40 +00:00
jni 2005-04-25 Thomas Fitzsimmons <fitzsim@redhat.com> 2005-04-25 23:16:53 +00:00
libltdl Makefile.am (gtk_c_source_files): Remove jni/classpath/jcl.c, jni/classpath/jnilink.c, jni/classpath/primlib.c. 2005-03-17 00:59:33 +00:00
org/ietf/jgss Makefile.am: New file. 2005-02-02 00:42:32 +00:00
scripts re PR libgcj/20975 (Remove scripts/TexinfoDoclet.java) 2005-04-12 21:06:44 +01:00
sysdep New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
testsuite re PR java/21115 (false boolean argument passed from pre-compiled to interpreted method is true) 2005-04-21 16:22:33 +00:00
.cvsignore ignore autom4te.cache 2004-08-23 23:51:56 +00:00
COPYING
ChangeLog [multiple changes] 2005-04-27 07:30:36 +00:00
ChangeLog-1999
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
HACKING HACKING: Remove reference to special automake. 2004-08-30 20:45:10 +02:00
LIBGCJ_LICENSE
Makefile.am [multiple changes] 2005-04-25 19:48:35 +00:00
Makefile.in [multiple changes] 2005-04-25 19:48:35 +00:00
NEWS NEWS: Draft of libgcj NEWS for 4.0. 2005-02-19 00:47:33 +00:00
README README: Remove obsolete info. 2004-07-29 03:13:04 +01:00
THANKS README: Remove obsolete info. 2004-07-29 03:13:04 +01:00
acinclude.m4 Makefile.am: Run aclocal with -I ../config 2004-09-23 01:14:03 +00:00
aclocal.m4 Makefile.in: Rebuilt. 2005-03-24 00:04:22 +00:00
addr2name.awk
boehm.cc boehm.cc (_Jv_MarkObj): Don't follow null pointer to static field... 2005-03-28 00:09:38 -08:00
configure * configure: Regenerate. 2005-04-13 01:41:26 +00:00
configure.ac re PR libgcj/20750 (libgcj needs a --with-java-home configure option) 2005-04-05 23:46:09 +00:00
configure.host New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
darwin.cc Index: gcc/gcc/ChangeLog 2004-10-26 06:09:05 +00:00
defineclass.cc New Stack Trace infrastructure. 2005-03-10 19:02:21 +00:00
exception.cc exception.cc: Remove stray MethodRef.h include. 2005-03-11 04:30:20 +00:00
gij.cc gij.cc (version): Properly quote java version. 2005-04-15 02:40:02 +00:00
interpret.cc jni.cc (natrehash): Don't bother clearing memory again. 2005-04-22 19:02:41 +00:00
jawt.c gtk_jawt.c (classpath_jawt_get_drawable, [...]): New functions. 2005-03-05 21:47:10 +00:00
jni.cc re PR libgcj/21020 (java.lang.NoSuchFieldError regression from earlier 4.0.0 snapshot) 2005-04-26 20:52:34 +00:00
libgcj-test.spec.in
libgcj.pc.in
libgcj.spec.in
libtool-version
link.cc jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException. 2005-04-05 22:26:26 +00:00
mauve-libgcj * mauve-libgcj: Exclude some swing tests. 2005-01-10 22:57:53 +00:00
no-threads.cc
nogc.cc
pkg.m4
posix-threads.cc prims.cc (_Jv_CreateJavaVM): Add comment about initialization order. 2005-02-16 04:16:06 +00:00
posix.cc
prims.cc prims.cc (parse_verbose_args): Fix verbose argument parsing. 2005-04-13 16:37:20 +00:00
stacktrace.cc Makefile.in: Rebuilt. 2005-03-24 00:04:22 +00:00
verify.cc jni.cc (_Jv_JNI_GetAnyFieldID): Throw ClassNotFoundException. 2005-04-05 22:26:26 +00:00
win32-threads.cc re PR libgcj/14751 ([win32] thread creation leaks system handle resources) 2004-09-11 19:13:51 +00:00
win32.cc configure.in [...] (SYSTEMSPEC): Remove -lwsock32. 2004-08-01 04:29:31 +00:00

README

This is libgcj: the runtime library for gcj, the GNU Compiler for Java. 
libgcj provides a partial implementation of the Java Class Libraries.

libgcj is free software.  See the file LIBGCJ_LICENSE for copying permission.


DOCUMENTATION
=============

All documentation, including detailed installation and usage instructions,
can be found on the gcj web pages at this URL:

		http://gcc.gnu.org/java/

BUGS
====

Please submit bug reports via this URL:

	http://gcc.gnu.org/bugzilla