gcc/libjava
David Daney fc6b4aa43a re PR libgcj/20389 (BufferedInputStream gets ArrayIndexOutOfBoundsExeception)
2005-03-09  David Daney  <ddaney@avtrex.com>

	PR libgcj/20389
	Merge BufferedInputStream from GNU Classpath.
	* java/io/BufferedInputStream.java (marktarget): Field removed.
	(CHUNKSIZE): Field removed.
	(bufferSize): New field.
	(BufferedInputStream): Initialize fields.
	(close): Invalidate mark and buffer indexes.
	(mark):  Rewritten.
	(read()): Move mark handling code to refill.
	(read(byte[], int, int)): Ditto.
	(skip): Ditto and simplify EOF testing.
	(refill): Rewritten.
	* java/io/InputStreamReader.java (refill): Removed mark and reset
	of internal BufferedInputStream.

From-SVN: r96217
2005-03-09 22:11:33 +00:00
..
external re PR bootstrap/17383 (Building in src dir fails) 2005-02-28 13:26:36 +00:00
gcj re PR bootstrap/17383 (Building in src dir fails) 2005-02-28 13:26:36 +00:00
gnu gcj.texi (Invoking gcj-dbtool): Document '-f'. 2005-03-07 20:16:25 +00:00
include re PR java/20215 (gcj does not accept classes with same name fields) 2005-03-07 17:18:33 +00:00
java re PR libgcj/20389 (BufferedInputStream gets ArrayIndexOutOfBoundsExeception) 2005-03-09 22:11:33 +00:00
javax 2005-02-22 Jeroen Frijters <jeroen@frijters.net> 2005-02-22 18:58:53 +00:00
jni gtk_jawt.c (classpath_jawt_get_drawable, [...]): New functions. 2005-03-05 21:47:10 +00:00
libltdl
org/ietf/jgss Makefile.am: New file. 2005-02-02 00:42:32 +00:00
scripts
sysdep
testsuite [multiple changes] 2005-03-08 16:24:21 +00:00
.cvsignore
COPYING
ChangeLog re PR libgcj/20389 (BufferedInputStream gets ArrayIndexOutOfBoundsExeception) 2005-03-09 22:11:33 +00:00
ChangeLog-1999
ChangeLog-2001
ChangeLog-2002
ChangeLog-2003
HACKING
LIBGCJ_LICENSE
Makefile.am re PR bootstrap/20155 (libgcj build fails with "execvp: /bin/sh: Argument list too long") 2005-03-06 19:48:10 +00:00
Makefile.in re PR bootstrap/20155 (libgcj build fails with "execvp: /bin/sh: Argument list too long") 2005-03-06 19:48:10 +00:00
NEWS NEWS: Draft of libgcj NEWS for 4.0. 2005-02-19 00:47:33 +00:00
README
THANKS
acinclude.m4
aclocal.m4
addr2name.awk
boehm.cc
configure re PR bootstrap/17383 (Building in src dir fails) 2005-02-28 13:26:36 +00:00
configure.ac re PR bootstrap/17383 (Building in src dir fails) 2005-02-28 13:26:36 +00:00
configure.host configure.host: Don't use -mxgot for MIPS builds. 2005-02-28 17:22:30 +00:00
darwin.cc
defineclass.cc defineclass.cc (handleClassBegin): Use _Jv_RegisterInitiatingLoader. 2005-02-07 21:29:04 +00:00
exception.cc
gij.cc gij.cc (version): Change year for '--version' to 2005. 2005-02-18 20:52:16 +00:00
interpret.cc
jawt.c gtk_jawt.c (classpath_jawt_get_drawable, [...]): New functions. 2005-03-05 21:47:10 +00:00
jni.cc re PR libgcj/16923 (-D* Options passed to JNI_CreateJavaVM are ignored) 2005-02-23 17:36:26 +00:00
libgcj-test.spec.in
libgcj.pc.in
libgcj.spec.in
libtool-version
link.cc re PR java/20215 (gcj does not accept classes with same name fields) 2005-03-07 17:18:33 +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 re PR libgcj/16923 (-D* Options passed to JNI_CreateJavaVM are ignored) 2005-02-23 17:36:26 +00:00
verify.cc re PR java/20056 ('verification failed: incompatible type on stack' with --indirect-dispatch) 2005-02-22 18:14:04 +00:00
win32-threads.cc
win32.cc

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