Re: build ideas

2001-10-21 Thread Mark Wielaard
Hi Brian, On Tue, Oct 16, 2001 at 11:26:27PM -0400, Brian Jones wrote: Like other GNU projects, I would like to continue to use the automake/autoconf system for driving the compilation of Classpath. This seems like a good idea. Especially for the native C/C++ code. For releases I'd like to

Re: build ideas

2001-10-21 Thread Mark Wielaard
Hi, On Wed, Oct 17, 2001 at 01:51:54PM +0100, Nic Ferrier wrote: Personally, I don't like Ant. It's not *free* software either. It Free Software. It is distributed under the Apache License. Which is a Free Software license. This does make it GPL incompatible since it includes the trademark

Re: java.util

2001-10-21 Thread Mark Wielaard
Hi, On Thu, Oct 18, 2001 at 06:28:02PM -0600, Eric Blake wrote: I just committed a large change to some of the core classes of java.util (Abstract*.java, Arrays, BasicMapEntry, and Collections). A lot of it was just adding javadoc, formatting to GNU standards, and replacing some code with

Re: question about vm/reference files

2001-10-21 Thread Mark Wielaard
Hi, On Fri, Oct 19, 2001 at 08:58:58PM -0600, Eric Blake wrote: The thought was that Classpath either would not provide the classes that are VM dependent (leaving those to the VM) or that there would be multiple directories (vm/gcj, vm/orp, vm/kaffe, etc.) The ugly complexity appears to

Re: java.lang.reflect.Proxy

2001-10-21 Thread Mark Wielaard
Hi, On Sat, Oct 20, 2001 at 07:05:47PM -0600, Eric Blake wrote: I finally got all the bugs worked out enough to check in my first version of java.lang.reflect.Proxy (I started this project several months ago). Feel free to provide suggestions on ways to improve it. Impressive. I will print

Re: classpath ./ChangeLog java/util/AbstractList.ja...

2001-10-21 Thread Eric Blake
Agreed, and I just committed a patch. Thanks for the feedback - it's nice to know my work has an audience. Bryce McKinlay wrote: Hi Eric, Thanks!! (rangeExclusive, rangeInclusive): Add common methods for bounds check. These should really be called

Re: classpath ./ChangeLog java/util/AbstractList.ja...

2001-10-21 Thread Bryce McKinlay
Eric Blake wrote: Agreed, and I just committed a patch. Thanks for the feedback - it's nice to know my work has an audience. You're welcome! I also looked at your implementations of removeAll/retainAll in Vector -- nice. But don't you think its odd that there would be optimized