summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2002-05-06 04:44:26 +0000
committerBrian Jones <cbj@gnu.org>2002-05-06 04:44:26 +0000
commit128bf939967339f84ead339f0f071344b328bf89 (patch)
tree8617e25306bd4643f551433b018438654e69a366 /HACKING
parentfb0219dcce2e53020800c655562b5f7351b0579b (diff)
downloadclasspath-128bf939967339f84ead339f0f071344b328bf89.tar.gz
* doc/www.gnu.org/home.wml: Announcements section removed; we useclasspath-0_04-release
the News section of Savannah instead. Old announcements linked under documentation. Status information will be transitioning to Savannah Tasks system. Clarified affect of Classpath license upon JVM license. Added project menu bar from Savannah to top of web page. Removed mailing list information on this page, it is more detailed on the Lists link at the top of the page. Last modified author update * doc/www.gnu.org/announce/announcements.wml: last modified author * doc/www.gnu.org/include/macros.wml (header): Moved title to the right of droplet and enlarged text. Updated copyright date. * BUGS: update URL for submitting bugs * HACKING: update date; clarify via punctuation modification of vm/reference classes. * configure.in: added --enable-gtk-peer from Carlos Cavanna Updated version to 0.04; configure java/util/logging, java/util/regex * native/Makefile.am: SUBDIRS typo fixed * native/jni/Makefile.am: SUBDIRS conditionally defined based on --enable-gtk-peer * INSTALL: update with mention of --enable-gtk-peer, typo fixed * NEWS: updated for 0.04 release * README: updated with AegisVM, note failure to run with ORP 1.0.9 * TODO: removed duplicate information on where packages currently stand, too hard to keep up to date in multiple places. * THANKYOU: add Carlos Cavanna * java/util/logging/Makefile.am: new file * java/util/regex/Makefile.am: new file * java/util/regex/.cvsignore: new file * gnu/java/awt/peer/gtk/Makefile.am: EXTRA_DIST updated * gnu/java/locale/Makefile.am: ditto * java/awt/Makefile.am: ditto * java/net/Makefile.am: ditto * java/util/Makefile.am: ditto * java/util/zip/Makefile.am: ditto * javax/accessibility/Makefile.am: ditto * javax/swing/Makefile.am: ditto * javax/swing/plaf/Makefile.am: ditto * javax/swing/table/Makefile.am: ditto
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING6
1 files changed, 3 insertions, 3 deletions
diff --git a/HACKING b/HACKING
index b78fd26c8..00d51bcef 100644
--- a/HACKING
+++ b/HACKING
@@ -1,4 +1,4 @@
-HACKING GNU Classpath - Last updated: Feb 09, 2002
+HACKING GNU Classpath - Last updated: May 05, 2002
Please read the README and INSTALL files first.
You only need the information in this file when working on non-released (CVS)
@@ -18,7 +18,7 @@ autoconf, automake, and libtool are required.
For building the Java bytecode (.class files), one of these compilers
is required.
- - GNU GCJ 3.0.2+.
+ - GNU GCJ 3.1+.
- IBM jikes 1.15b+. Until jikes 1.16 is released, you will
have to use CVS access and build jikes 1.15b yourself:
cvs -d :pserver:anoncvs@www-124.ibm.com:/usr/cvs/jikes login
@@ -62,7 +62,7 @@ may include --enable-jni.
By default the core classes are compiled using vm/reference JVM specific
classes. As a VM writer you may take these reference classes and modify
-them as you wish as long as the public interface remains the same and
+them as you wish. As long as the public interface remains the same
no modifications to other core parts of Classpath should be needed.
Gnome cvs can be obtained with