diff options
author | Brian Jones <cbj@gnu.org> | 2000-11-17 03:41:43 +0000 |
---|---|---|
committer | Brian Jones <cbj@gnu.org> | 2000-11-17 03:41:43 +0000 |
commit | f5d3d6f4637beb86836984698803680c0868a0d7 (patch) | |
tree | bae0687760f2ea4dd74c4c9a64a6d4466b824b40 /HACKING | |
parent | 5a7258a0b4e8699909e78b137115feb18c10e5b0 (diff) | |
download | classpath-f5d3d6f4637beb86836984698803680c0868a0d7.tar.gz |
# removed duplicate todo list, read todo items in TODO instead
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 31 |
1 files changed, 0 insertions, 31 deletions
@@ -53,36 +53,5 @@ There should be no compiling errors within Java source code which is checked in. Code should be compiled in the build process before checking it in. - -The following is a rough list of tasks which need to be completed: - - * Port to new platforms. Most of us develop on GNU/Linux so - our platform support may not be up to par. - - * We no longer are able to cross-compile Classpath because - we are using configure to determine the endian-ness of - the platform. - - * java.awt does not work yet. - - * java.math needs some work. This includes one missing - function and setting up BigInteger.c in the native compile. - - * GNU Classpath needs to work with Kaffe. There is - documentation on the efforts made to originally make - Classpath work with Japhar in docs/ and on the web-site. - - * Update the web-site - - * Make multiple 'dist' or 'install' targets for different - packages including java.awt, java.lang, etc. but also for - gnu.java.awt.peer.gtk. - - * Fix the build so that distributions won't have the same high - requirements as CVS. Shouldn't be much left to do this. Some - more work can be done to make builds from CVS easier. - - * Create configure, etc. for the swing project. - If you have any questions, suggestions, etc., send them to classpath@gnu.org. |