Commit 7729617c by Mark Wielaard Committed by Mark Wielaard

* HACKING: add description on updating namespace

From-SVN: r44454
parent 1e785d81
2001-07-29 Mark Wielaard <mark@klomp.org>
* HACKING: add description on updating namespace
2001-07-26 Bryce McKinlay <bryce@waitaki.otago.ac.nz> 2001-07-26 Bryce McKinlay <bryce@waitaki.otago.ac.nz>
* java/util/Calendar.java (set): Never recompute fields here. They * java/util/Calendar.java (set): Never recompute fields here. They
......
...@@ -44,3 +44,20 @@ Install that (dont worry, it should still work for other projects), add your ...@@ -44,3 +44,20 @@ Install that (dont worry, it should still work for other projects), add your
files to the Makefile.am, then just type "automake" and it will regenerate the files to the Makefile.am, then just type "automake" and it will regenerate the
Makefile.in. Easy! Makefile.in. Easy!
Tom Tromey adds:
If you add a class to java.lang, java.io, or java.util
(including sub-packages, like java.lang.ref).
* Edit gcj/javaprims.h
* Go to the `namespace java' line, and delete that entire block (the
entire contents of the namespace)
* Then insert the output of `perl ../scripts/classes.pl' into the file
at that point.
If you're generating a patch there is a program you can get to do an
offline `cvs add' (it will fake an `add' if you don't have write
permission yet). Then you can use `cvs diff -N' to generate the
patch. See http://www.red-bean.com/cvsutils/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment