[jira] Updated: (HARMONY-167) java.io.ObjectStreamField.getUnshared() should be isUnshared()

2006-03-04 Thread Mark Hindess (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-167?page=all ] Mark Hindess updated HARMONY-167: - Attachment: getunshared.should.be.isunshared.diff Trivial rename of getUnshared() to isUnshared(). java.io.ObjectStreamField.getUnshared() should be

[jira] Created: (HARMONY-167) java.io.ObjectStreamField.getUnshared() should be isUnshared()

2006-03-04 Thread Mark Hindess (JIRA)
java.io.ObjectStreamField.getUnshared() should be isUnshared() -- Key: HARMONY-167 URL: http://issues.apache.org/jira/browse/HARMONY-167 Project: Harmony Type: Bug Components: Classlib Reporter:

Re: [jchevm] configuring gdb to ignore SIGSEGV

2006-03-04 Thread Enrico Migliore
Weldon Washburn wrote: Enrico, I am able to run hello world at the prompt line on Cywin. But when I run it under gdb, it hits a SIGSEGV. The error messages don't hint that signals need to be configured. The uninformed can spend lots of time trying figure out these details. It might be

enhanced/classlib/trunk/depends

2006-03-04 Thread Jean-frederic Clere
Hi, There are a lot of objects in this repos directory, do we really need them? Cheers Jean-Frederic

Re: enhanced/classlib/trunk/depends

2006-03-04 Thread Mark Hindess
Using touch .now; sleep 2; (cd make; ant) ; find depends ... \! -anewer .now on both builds shows that the only files that aren't accessed by either build are the README files and: depends/files/java.security That probably isn't needed since the build uses:

Re: enhanced/classlib/trunk/depends

2006-03-04 Thread Jean-frederic Clere
Mark Hindess wrote: Using touch .now; sleep 2; (cd make; ant) ; find depends ... \! -anewer .now on both builds shows that the only files that aren't accessed by either build are the README files and: depends/files/java.security That probably isn't needed since the build uses:

Re: enhanced/classlib/trunk/depends

2006-03-04 Thread Geir Magnusson Jr
It would be nicer if it was automated. We'll evolve, but are trying to make it simple to get and build and play with. Jean-frederic Clere wrote: Mark Hindess wrote: Using touch .now; sleep 2; (cd make; ant) ; find depends ... \! -anewer .now on both builds shows that the only files that

[jira] Commented: (HARMONY-73) java.net.InetAddress.getLocalHost() returns wrong host name for loopback address

2006-03-04 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-73?page=comments#action_12368875 ] Svetlana Samoilenko commented on HARMONY-73: Tim/Paulex, thanks, bug is not reproducible with latest sources. java.net.InetAddress.getLocalHost() returns wrong

[jira] Commented: (HARMONY-102) java.util.Date.parse(String) throws java.lang.IllegalArgumentException for legal string

2006-03-04 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-102?page=comments#action_12368877 ] Svetlana Samoilenko commented on HARMONY-102: - Vladimir, thank you, I can't reproduce the bug with latest sources. java.util.Date.parse(String) throws

[jira] Commented: (HARMONY-98) java.util.BitSet.clear(int toIndex,int fromIndex) throws unexpected IndexOutOfBoundsException when toIndex=fromIndex

2006-03-04 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-98?page=comments#action_12368879 ] Svetlana Samoilenko commented on HARMONY-98: Tim, thanks, all works fine with with latest sources. java.util.BitSet.clear(int toIndex,int fromIndex) throws

[jira] Commented: (HARMONY-94) java.util.Collections.binarySearch(List, Object, Comparator c) throws NPE when c is null

2006-03-04 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-94?page=comments#action_12368880 ] Svetlana Samoilenko commented on HARMONY-94: Tim, thank you, I can't reproduce the bug with latest sources. java.util.Collections.binarySearch(List, Object,

[jira] Commented: (HARMONY-93) some methods in java.util.Collections don't throw NPE when the parameter is null

2006-03-04 Thread Svetlana Samoilenko (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-93?page=comments#action_12368881 ] Svetlana Samoilenko commented on HARMONY-93: Tim, thank you, I can't reproduce the bug with latest sources. some methods in java.util.Collections don't throw

[jira] Created: (HARMONY-168) Java 5.0 methods missing in java.lang.StringBuffer class

2006-03-04 Thread Vasily Zakharov (JIRA)
Java 5.0 methods missing in java.lang.StringBuffer class Key: HARMONY-168 URL: http://issues.apache.org/jira/browse/HARMONY-168 Project: Harmony Type: Bug Components: Classlib Reporter: Vasily Zakharov

Re: [jchevm] questions about libjc/zip.c

2006-03-04 Thread Thorbjørn Ravn Andersen
Weldon Washburn wrote: $ ./configure --with-classpath=/usr/local/classpath checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes /bin/sh: /cygdrive/c/Documents: No such file or directory Might this not be the usual Don't use spaces in

[jira] Created: (HARMONY-169) System.getenv(String) throws Error

2006-03-04 Thread Vasily Zakharov (JIRA)
System.getenv(String) throws Error -- Key: HARMONY-169 URL: http://issues.apache.org/jira/browse/HARMONY-169 Project: Harmony Type: Bug Components: VM Reporter: Vasily Zakharov System.getenv(String) method throws Error on

[jira] Commented: (HARMONY-169) System.getenv(String) throws Error

2006-03-04 Thread Nathan Beyer (JIRA)
[ http://issues.apache.org/jira/browse/HARMONY-169?page=comments#action_12368914 ] Nathan Beyer commented on HARMONY-169: -- This is a duplicate of this issue: http://issues.apache.org/jira/browse/HARMONY-104. System.getenv(String) throws Error