Files
gcc/libjava
Anthony Green b11f64301a natString.cc (init): Test for overflow condition during out of bounds check.
2000-01-09  Anthony Green  <green@cygnus.com>

	* java/lang/natString.cc (init): Test for overflow condition
	during out of bounds check.
	(getChars): Throw StringIndexOutOfBoundsException, not
	ArrayIndexOutOfBoundsException.
	(getBytes): Ditto.
	(regionMatches): Obey case option during string comparison.

	* configure.host (ligcj_interpreter): New variable.  Enable
	interpreter by default on IA-32.
	* configure.in:  Examine libgcj_interpreter.
	* configure: Rebuilt.

From-SVN: r31300
2000-01-09 22:25:54 +00:00
..
1999-10-13 00:00:35 +00:00
2000-01-04 08:46:52 +00:00
2000-01-04 08:46:52 +00:00
2000-01-04 08:46:52 +00:00
1999-09-28 20:14:11 +00:00
1999-04-07 14:42:40 +00:00
1999-09-10 22:03:10 +00:00
1999-04-07 14:42:40 +00:00
1999-09-10 22:03:10 +00:00
1999-11-19 19:13:42 +00:00
1999-09-10 22:03:10 +00:00
1999-09-10 22:03:10 +00:00
1999-04-07 14:42:40 +00:00
1999-12-20 02:18:11 +00:00
1999-12-20 02:18:11 +00:00
2000-01-04 08:46:52 +00:00
2000-01-04 08:46:52 +00:00
1999-08-08 14:06:23 +00:00
1999-10-22 19:43:41 +00:00
2000-01-04 08:46:52 +00:00
1999-09-30 03:17:36 +01:00
2000-01-04 08:46:52 +00:00
1999-12-03 03:00:39 +00:00

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 COPYING.LIB for copying permission.


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

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

		http://sourceware.cygnus.com/java/


QUICK INSTALLATION
==================

  > mkdir build
  > cd build
  > ../libgcj/configure --enable-java-gc=<GC TYPE> \
    --enable-threads=<THREADS TYPE>
  > make
  > make install

where:

<GC TYPE> specifies the Garbage Collection library to be used by libgcj. 
Currently the only supported value is "boehm".

<THREADS TYPE> specifies the threads library to be used by libgcj. Currently 
the possible values are "posix" and "none". This value must be the same as
the value used when configuring gcc itself.

Consult the gcj web pages for additional "configure" arguments.

NOTE: libgcj can not be configured/built in the source directory. You must
create a separate build directory. 


BUGS
====

Please submit bug reports to the following URL:

	http://sourceware.cygnus.com/cgi-bin/gnatsweb.pl?database=java