diff options
author | Brian Jones <cbj@gnu.org> | 2000-12-10 17:42:09 +0000 |
---|---|---|
committer | Brian Jones <cbj@gnu.org> | 2000-12-10 17:42:09 +0000 |
commit | c1b5376c8d280d755fc898cd04f2e6ea0ee96128 (patch) | |
tree | c48d8077e1af211b0181dd5308f8ff8a35e7cbed /gnu | |
parent | fa4cf09bb9576559b0e8cd6431477ef34a5d94b1 (diff) | |
download | classpath-c1b5376c8d280d755fc898cd04f2e6ea0ee96128.tar.gz |
* gnu/classpath/.cvsignore : Ignore Configuration.java
* native/java.lang/System.c (Java_java_lang_System_setIn) : fixed
call to GetStaticFieldID().
(Java_java_lang_System_setOut) : Ditto.
(Java_java_lang_System_setErr) : Ditto.
* java/lang/Makefile.am : Removed Throwable.java
* vm/reference/java/lang/Makefile.am : Added Throwable.java.
Throwable.java is now part of the VM interface.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/classpath/.cvsignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/classpath/.cvsignore b/gnu/classpath/.cvsignore index 282522db0..4a144be8e 100644 --- a/gnu/classpath/.cvsignore +++ b/gnu/classpath/.cvsignore @@ -1,2 +1,3 @@ Makefile Makefile.in +Configuration.java |