gcc/libjava
Raif Naffah a17cf75b73 BigInteger.java (euclidInv): Make sure quot and rem are in canonical form after divide().
2002-12-18  Raif Naffah  <raif@fl.net.au>

	* java/math/BigInteger.java (euclidInv): Make sure quot and rem are in
	canonical form after divide().
	(modInverse): Likewise.

From-SVN: r60292
2002-12-19 06:59:46 +00:00
..
doc
gcj
gnu Makefile.in: Rebuilt. 2002-12-11 03:15:14 +00:00
include win32.h: Fixed typo in "DISABLE_JAVA_NET". 2002-12-10 21:24:47 +00:00
java BigInteger.java (euclidInv): Make sure quot and rem are in canonical form after divide(). 2002-12-19 06:59:46 +00:00
javax
libltdl
org
scripts
sysdep
testsuite pr8945.java: New file. 2002-12-19 06:40:03 +00:00
acconfig.h
acinclude.m4 Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
aclocal.m4 Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
addr2name.awk
boehm.cc java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL. 2002-12-06 23:41:38 +00:00
ChangeLog BigInteger.java (euclidInv): Make sure quot and rem are in canonical form after divide(). 2002-12-19 06:59:46 +00:00
ChangeLog-1999
ChangeLog-2001
configure Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
configure.host Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
configure.in Merge basic-improvements-branch to trunk 2002-12-16 18:23:00 +00:00
COPYING
defineclass.cc Class.h (_Jv_SetVTableEntries): Updated declaration. 2002-12-05 07:43:45 +00:00
exception.cc
gij.cc
HACKING
interpret.cc java-interp.h (class _Jv_InterpMethod): Added JV_MARKOBJ_DECL. 2002-12-06 23:41:38 +00:00
jni.cc jni.cc: Added `name' argument. 2002-12-03 03:54:05 +00:00
LIBGCJ_LICENSE
libgcj-test.spec.in
libgcj.spec.in
libtool-version
Makefile.am Makefile.in: Rebuilt. 2002-12-11 03:15:14 +00:00
Makefile.in Makefile.in: Rebuilt. 2002-12-11 03:15:14 +00:00
mauve-libgcj
NEWS
no-threads.cc
nogc.cc
posix-threads.cc
posix.cc
prims.cc Makefile.in: Rebuilt. 2002-12-05 00:49:30 +00:00
README
resolve.cc Class.h (_Jv_SetVTableEntries): Updated declaration. 2002-12-05 07:43:45 +00:00
THANKS
verify.cc Fixed snafu caused when fixing previous snafu. 2002-12-05 02:23:57 +00:00
win32-threads.cc
win32.cc

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/


REQUIREMENTS
============

libgcj must be built with a compatible version of the gcc compiler. libgcj
releases are usually numbered according to their corresponding gcc release.
For example, if this is "libgcj 2.95.3", you need to build it using "gcc
2.95.3".


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

  > mkdir build
  > cd build
  > ../libgcj/configure --enable-threads=<THREADS_TYPE> --prefix=<DIR>
  > make
  > make install

where:

<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.

<DIR> specifies the installation directory. This should be the same location 
as where gcc is installed.

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

NOTE: libgcj can not be built in the same directory as `configure'. You must 
create a separate build directory. 


BUGS
====

Please submit bug reports via this URL:

	http://gcc.gnu.org/cgi-bin/gnatsweb.pl?database=gcc