summaryrefslogtreecommitdiff
path: root/TODO
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 /TODO
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 'TODO')
-rw-r--r--TODO55
1 files changed, 2 insertions, 53 deletions
diff --git a/TODO b/TODO
index d59c8aeaf..8c7652c26 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-The Classpath TODO list as of 2001/11/03
+The Classpath TODO list as of 2002/05/05
-- Modify Classpath build to support libgcj out of the box. Ideally
the gcj folks could simply include a stock classpath in one of their
@@ -30,58 +30,7 @@ The Classpath TODO list as of 2001/11/03
-- Write Mauve (http://sourceware.cygnus.com/mauve/) tests for those
classes that don't have them.
--------------------------------------------------------------------------
-
-Here is what needs to be done on a package by package basis for Java
-1.1 compatibility. Note that debugging should be done by running
-Mauve tests against Classpath where possible. If Mauve tests don't
-exist, the first step is to write them. Note that while I say "1.1",
-the implementations of these packages should be written to the "1.2"
-standard.
-
--- java.applet: Coded and compiles cleanly. Needs debugging.
-
--- java.awt: Mostly done and compiles cleanly. A few classes are
- missing. Needs to be debugged and integrated with Paul Fisher's
- AWT peers.
-
--- java.awt.datatransfer: Coded and compiles cleanly. Needs
- debugging. This task should be considered "On Hold" for now.
-
--- java.awt.event: Coded and compiles cleanly. Needs debugging.
- This task should be considered "On Hold" for now.
-
--- java.awt.image: Partially implemented, could use help with identifying
- the proper image manipulation algorithms that need to be implemented.
-
--- java.awt.peer: Done. Nothing needs to be done here.
-
--- java.beans: Done. Additional testing/debugging/real life use
- reports would be helpful, as would efficieny improvements.
-
--- java.io: Needs to be merged with libgcj. See above.
-
--- java.lang: Needs to be merged with libgcj. See above.
-
--- java.math: Done.
-
--- java.net: Needs to be merged with libgcj. See above.
-
--- java.rmi: Done.
-
--- java.security: Debug the implementation.
-
--- java.sql: Needs debugging.
-
--- java.text: Needs to be merged with libgcj. See above.
-
--- java.util: Needs to be merged with libgcj. See above
-
--- java.util.zip: Need to be merged with libgcj. See above.
-
--------------------------------------------------------------------------
-
--- Write Java 1.2 packages not currently included or improve existing
+-- Write Java 2 packages not currently included or improve existing
ones.
-- Figure out an easy method of generating online Javadocs from our