[Bug libgcj/18116] JNI uses dot instead of slash as the package separator

2005-02-14 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2005-02-14 14:57 --- Subject: Bug 18116 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2005-02-14 14:57:37 Modified files: libjava: ChangeLog Added files:

[Bug libgcj/18116] JNI uses dot instead of slash as the package separator

2005-02-14 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-02-14 15:03 --- Fixed. I checked in a slightly different patch for the dot-slash problem, having not seen yours until later. This new patch stores the signatures in dot format instead of implementing a special compare routine.

[Bug libgcj/18116] JNI uses dot instead of slash as the package separator

2005-02-14 Thread green at redhat dot com
--- Additional Comments From green at redhat dot com 2005-02-14 15:04 --- Fix and testcase committed. -- What|Removed |Added Status|ASSIGNED

[Bug libgcj/18116] JNI uses dot instead of slash as the package separator

2005-02-14 Thread pinskia at gcc dot gnu dot org
-- What|Removed |Added Target Milestone|--- |4.0.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18116

[Bug libgcj/18116] JNI uses dot instead of slash as the package separator

2004-10-22 Thread juhal at users dot sourceforge dot net
--- Additional Comments From juhal at users dot sourceforge dot net 2004-10-22 20:05 --- Created an attachment (id=7403) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7403action=view) This patch fixes the problem This patch fixes this bug and also bugs 18114 and 18115. --

[Bug libgcj/18116] JNI uses dot instead of slash as the package separator

2004-10-22 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-10-22 20:13 --- Confirmed, I thought I saw this somewhere. -- What|Removed |Added