summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorBrian Jones <cbj@gnu.org>2002-12-24 05:35:21 +0000
committerBrian Jones <cbj@gnu.org>2002-12-24 05:35:21 +0000
commit63cd3a57c0859e69cdf4b6b3549efce94fa79390 (patch)
tree9b4c344925b9cc4c299f83d43a30b25334c2ff16 /TODO
parent8d19a41fa23111a250eff26550db17fd3aceab9b (diff)
downloadclasspath-63cd3a57c0859e69cdf4b6b3549efce94fa79390.tar.gz
* INSTALL: updated link to bugs, tool version numbers
* TODO: removed easy HTML API generation todo item, it's done now; mention that CNI code won't be included in Classpath CVS for now since only gcj is using it * README: remove special mention of ORP * NEWS: add blurb about infrastructure improvements * HACKING: update automake, autoconf version numbers; remove mention of gcjh for compiling JNI libraries; updated gcj/jikes version numbers * lib/Makefile.am: distribute glibj.zip; uninstall no-zip case; separate resources target; avoid extra gen-classlist.sh calls; support DESTDIR * doc/api/Makefile.am: distribute HTML API documentation; install documentation in pkgdatadir/api; uninstall appropriately; support DESTDIR * resource/gnu/java/awt/peer/gtk/Makefile.am: add uninstall-local target; support DESTDIR * resource/java/security/Makefile.am: add uninstall-local target; support DESTDIR * javax/swing/Makefile.am: BoundedRangeModel missing .java extension * javax/transaction/xa/Makefile.am: Removed xa/ from filenames * java/awt/dnd/Makefile.am: added missing .java files to dist * java/net/Makefile.am: added missing .java files to dist * java/nio/channels/Makefile.am: added missing .java files to dist * javax/naming/Makefile.am: added missing .java files to dist * javax/naming/directory/Makefile.am: added missing .java files to dist * javax/naming/event/Makefile.am: new file * javax/naming/event/.cvsignore: new file * javax/naming/ldap/Makefile.am: new file * javax/naming/ldap/.cvsignore: new file * javax/naming/spi/Makefile.am: added missing .java files to dist * javax/sql/Makefile.am: added missing .java files to dist * javax/sql/.cvsignore: new file * javax/swing/plaf/Makefile.am: added missing .java files to dist * javax/swing/Makefile.am: added missing .java files to dist * Makefile.am: ignore errors during dist-hook * configure.in: add missing directory Makefiles to output; add check for 'date', 'cp', and 'mkdir' * acinclude.m4: remove check for 'find' and 'cp'
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 3 insertions, 6 deletions
diff --git a/TODO b/TODO
index 8c7652c26..67af46717 100644
--- a/TODO
+++ b/TODO
@@ -14,15 +14,15 @@ The Classpath TODO list as of 2002/05/05
Current status: http://gcc.gnu.org/java/libgcj-classpath-compare.html
- Please keep in mind that Cygnus wishes to continue to use CNI
+ Please keep in mind that Red Hat wishes to continue to use CNI
as their preferred native interface. See:
http://sourceware.cygnus.com/java/papers/cni/t1.html
-- No resolution was identified for generating JNI compatible code from
CNI source. The simple solution has been adopted to include
- both in GNU Classpath. Provisions for compiling CNI correctly need
- to be implemented.
+ both in GNU Classpath if and only if another JVM chooses to use CNI.
+ Provisions for compiling CNI correctly need to be implemented.
-- Update the GNU Classpath Hacker's Guide. There is a master texinfo
file in the doc/ directory in Classpath CVS.
@@ -33,9 +33,6 @@ The Classpath TODO list as of 2002/05/05
-- Write Java 2 packages not currently included or improve existing
ones.
--- Figure out an easy method of generating online Javadocs from our
- code. This will probably involve lots of misc HTML fixes.
-
-- Audit the code to identify methods that do not have Javadoc comments
and/or comments that are incomplete. All input parameters, return
values, etc should be documentes. Also look for Javadoc comments on