gcc/libjava/classpath
Jakub Jelinek e904d28b2c HTML_401F.java (defineElements): Split this huge method into...
* gnu/javax/swing/text/html/parser/HTML_401F.java (defineElements):
	Split this huge method into...
	(defineElements1, defineElements2, defineElements3, defineElements4,
	defineElements5, defineElements6): ... these smaller methods.

From-SVN: r149148
2009-07-01 21:13:03 +02:00
..
.externalToolBuilders
.settings
doc Merge GNU Classpath libgcj-snapshot-20090102. 2009-01-06 22:44:05 +00:00
examples re PR libgcj/33764 (gij is built as 32-bit binary when building multilib gcc) 2008-11-12 21:55:13 +01:00
external re PR libgcj/33764 (gij is built as 32-bit binary when building multilib gcc) 2008-11-12 21:55:13 +01:00
gnu HTML_401F.java (defineElements): Split this huge method into... 2009-07-01 21:13:03 +02:00
include re PR libgcj/33764 (gij is built as 32-bit binary when building multilib gcc) 2008-11-12 21:55:13 +01:00
java Sync libgcj with GNU Classpath 0.98. 2009-02-25 21:40:28 +00:00
javax re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
lib HTML_401F.java (defineElements): Split this huge method into... 2009-07-01 21:13:03 +02:00
m4 re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
native Sync libgcj with GNU Classpath 0.98. 2009-02-25 21:40:28 +00:00
org re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
resource re PR libgcj/33764 (gij is built as 32-bit binary when building multilib gcc) 2008-11-12 21:55:13 +01:00
scripts re PR libgcj/33764 (gij is built as 32-bit binary when building multilib gcc) 2008-11-12 21:55:13 +01:00
sun
tools re PR java/40590 (namespace namespace broken in CNI) 2009-06-29 17:50:59 +00:00
vm Sync libgcj with GNU Classpath 0.98. 2009-02-25 21:40:28 +00:00
.cdtproject
.classpath
.cvsignore
.project
AUTHORS re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
BUGS
COPYING
ChangeLog re PR java/40590 (namespace namespace broken in CNI) 2009-06-29 17:50:59 +00:00
ChangeLog-2003
ChangeLog-2004
ChangeLog-2005
ChangeLog-2006
ChangeLog-2007
ChangeLog-2008 Merge GNU Classpath libgcj-snapshot-20090102. 2009-01-06 22:44:05 +00:00
ChangeLog.gcj HTML_401F.java (defineElements): Split this huge method into... 2009-07-01 21:13:03 +02:00
ChangeLog.gnujaxp.1
ChangeLog.gnujaxp.2
ChangeLog.libxmlj
ChangeLog.usermap
HACKING
INSTALL Merge GNU Classpath libgcj-snapshot-20090102. 2009-01-06 22:44:05 +00:00
LICENSE
Makefile.am Sync libgcj with GNU Classpath 0.98. 2009-02-25 21:40:28 +00:00
Makefile.in Sync libgcj with GNU Classpath 0.98. 2009-02-25 21:40:28 +00:00
NEWS Sync libgcj with GNU Classpath 0.98. 2009-02-25 21:40:28 +00:00
README
THANKYOU re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
TODO
aclocal.m4 re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
autogen.sh
compile
config.guess Sync libgcj with GNU Classpath 0.98. 2009-02-25 21:40:28 +00:00
config.sub Sync libgcj with GNU Classpath 0.98. 2009-02-25 21:40:28 +00:00
configure configure.ac: Detect xulrunner-1.9. 2009-03-16 12:08:23 +00:00
configure.ac configure.ac: Detect xulrunner-1.9. 2009-03-16 12:08:23 +00:00
depcomp
install-sh
ltcf-c.sh
ltcf-cxx.sh
ltcf-gcj.sh
ltconfig
ltgcc.m4 re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
ltmain.sh re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
ltoptions.m4 re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
ltsugar.m4 re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
ltversion.m4 re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
lt~obsolete.m4 re PR libgcj/37636 (java tools are unable to find resource files) 2008-10-21 17:55:01 +00:00
mauve-classpath
missing
mkinstalldirs

README

GNU Classpath README - Last updated: August 6, 2006 (for release 0.92)

GNU Classpath, Essential Libraries for Java is a project to create a
free software implementation of the core class libraries for the java
programming language.

Additionally, GNU Classpath includes a sub-project called GNU Classpath
Tools whose goal is to provide a number of free replacements for standard
Java development tools like javadoc, javap, and others.  A sub-project
called GNU Inetlib, can be used as an extension library to provide extra
network protocol support (ftp, finger, gopher) for GNU Classpath.  It can
also be used as a standalone to ease adding http, imap, pop3 and smtp
client support to applictions.  These subprojects are normally released
independently from the core libraries.

This is a development snapshot release only and is not for general
purpose use.  GNU Classpath needs to be combined with a proper
development environment to be useable for end users.  Eventually,
these essential libraries for java will work with as many free
compilers and runtimes as possible.

Complete development environments known to be based on GNU Classpath
include (recommended for end users):

	* GCC with GCJ 	(http://gcc.gnu.org/java/)
	* Kaffe		(http://www.kaffe.org/)

Smaller environments (runtime only, no compilers, no tools) which work
with this GNU Classpath releases include
(tested by and recommended for GNU Classpath hackers):

	* CACAO		(http://www.cacaojvm.org/)
	* JamVM		(http://jamvm.sourceforge.net/)
	* Jikes RVM	(http://jikesrvm.sourceforge.net/)

In general the latest releases of the above VMs will work out of the box
with the latest GNU Classpath release (and in most cases directly with the
development sources from CVS).

Besides combining GNU Classpath with the runtimes and compilers above
you might want to add support for additional extension libraries (mail,
activation, infobus, servlet) check out the GNU ClasspathX project
(http://www.gnu.org/software/classpathx/).

Some tools come with their own customized version of GNU Classpath.
Please check if there is a customized version available for the tool you
use before trying the bare bones GNU Classpath release.  We are working with
the tool creators to keep the differences between the core classes as small
as possible.  Please tell us if you make GNU Classpath work with a new tool.

Active projects which use modified versions of the Classpath libraries
some of which synchronizes with the Classpath CVS head every couple of weeks:

	* IKVM.NET	(http://www.ikvm.net/)
	* JC		(http://jcvm.sourceforge.net/)
	* JNode		(http://jnode.sourceforge.net/)
	* MysaifuVM	(http://www2s.biglobe.ne.jp/~dat/java/project/jvm/)
	* SableVM	(http://www.sablevm.org/)

For a more complete list of GNU Classpath based projects, see the
GNU Classpath website: http://www.gnu.org/software/classpath/stories.html

See the file INSTALL for details on installing GNU Classpath.
See the file NEWS for details on what is included in this release.
See the file TODO for the latest to do list.
See the file HACKING for working on (non-released) CVS development versions.

Homepage: http://www.gnu.org/software/classpath/

Bugs should be reported via bugzilla, available from the GNU Classpath
website: http://www.gnu.org/software/classpath/bugs.html

General Mailing List: classpath@gnu.org
  --> To subscribe send email to classpath-request@gnu.org with a 
      subject and body of "subscribe".  To unsubscribe do the same,
      only with a body and subject of "unsubscribe".  This is a
      smartlist managed mailing list.

Patches Mailing List: classpath-patches@gnu.org
  --> Proposed patches should be sent to the GNU Classpath patches list
  --> To subscribe send email to classpath-patches-request@gnu.org with a 
      subject and body of "subscribe".  To unsubscribe do the same,
      only with a body and subject of "unsubscribe".  This is a
      smartlist managed mailing list.

Anonymous CVS:
  --> "cvs -z3 -d:pserver:anonymous@cvs.savannah.gnu.org:/sources/classpath
      co classpath"
  --> More detailed instructions available on the Savannah project website.
      http://savannah.gnu.org/projects/classpath/

Happy Hacking!