Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
7729617c
Commit
7729617c
authored
Jul 29, 2001
by
Mark Wielaard
Committed by
Mark Wielaard
Jul 29, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* HACKING: add description on updating namespace
From-SVN: r44454
parent
1e785d81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
0 deletions
+21
-0
libjava/ChangeLog
+4
-0
libjava/HACKING
+17
-0
No files found.
libjava/ChangeLog
View file @
7729617c
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
...
...
libjava/HACKING
View file @
7729617c
...
@@ -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/
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment