diff options
| author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-14 13:51:29 +0000 |
|---|---|---|
| committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-02-14 13:51:29 +0000 |
| commit | 54376a2dc4fa07e26bf3a7569fd27f094b328312 (patch) | |
| tree | 66806536e5d93fc403025a09eace3e2bf5fc09ba /libjava/ChangeLog | |
| parent | 42510d7546a4163eb86d327f02192330d3509d50 (diff) | |
| download | ppe42-gcc-54376a2dc4fa07e26bf3a7569fd27f094b328312.tar.gz ppe42-gcc-54376a2dc4fa07e26bf3a7569fd27f094b328312.zip | |
2005-02-13 Anthony Green <green@redhat.com>
* jni.cc (nathash_add): Don't strdup the method signature.
(_Jv_JNI_RegisterNatives): Convert the slashes to dots in the
method signature.
Update copyright.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@95010 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/ChangeLog')
| -rw-r--r-- | libjava/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 579ee763451..b47469f343d 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,10 @@ +2005-02-13 Anthony Green <green@redhat.com> + + * jni.cc (nathash_add): Don't strdup the method signature. + (_Jv_JNI_RegisterNatives): Convert the slashes to dots in the + method signature. + Update copyright. + 2005-02-12 Mark Wielaard <mark@klomp.org> Fixes bug libgcj/8170 |

