javax.servlet.* and javax.servlet.http.* classes

1999-01-01 Thread Mark Wielaard
Hi, Back in September Paul Siegmann offered javax.servlet.* and javax.servlet.http.* classes to the Classpath project. But since they were not documented and you hadn't yet figured out what to do about standard extensions to the base java api they were not included. A couple of friends have a

Re: javax.servlet.* and javax.servlet.http.* classes

1999-01-04 Thread Mark Wielaard
Hi, P. Siegmann wrote: I started on the classes, and offered them to the classpath project in a rather undocumented, untested alpha stage. Paul Fisher asked me to finish them before he wanted to include them in the project. I then added some documentation (not 100%) and tested them. I

RE: new volunteer (Servlets)

1999-02-09 Thread Mark Wielaard
Hi, On Sat, 6 Feb 1999, Daniel Rall wrote: If no one has finished on the Servlet implementation, I'd be help with that too. The javax.servlet and javax.servlet.http packages are as good as done. I have to check the latest changes that Paul Siegmann made and add a little bit more

Re: javac.servlet.* javax.servlet.http.*

1999-04-03 Thread Mark Wielaard
Hi, I think I can answer this. On Fri, Apr 02, 1999 at 02:59:54PM -0800, Wes Biggs wrote: Paul, I see that classpath still has no javax/servlet directory. I'd be interested in using/testing your packages. Could you mail me a tarball? There where some legal problems. But Paul and I have

Serializable

1999-04-09 Thread Mark Wielaard
Hi, A couple of classes in the servlet api are serializable. According to the specification, not according to the javadoc. I asked Sun about this and they said they should be serializable and the javadoc was wrong. But how do I make sure our classes (de)serialize the same way as the classes

Re: Serializable

1999-04-09 Thread Mark Wielaard
Hi, On Tue, Apr 06, 1999 at 11:51:58AM -0700, Wes Biggs wrote: There is some info in api/seralized-form.html which comes with Sun's JSDK 2.1.1 download bundle (the API docs online are 1.1-generated, but the ones in the download aren't -- go figure). Download from

Re: Serializable

1999-04-09 Thread Mark Wielaard
On Tue, Apr 06, 1999 at 09:49:35PM +0200, Mark Wielaard wrote: 3. Java Platform Interface. Licensee may not modify the Java Platform Interface (JPI, identified as classes contained within the javax package or any subpackages of the javax package), by creating additional

Re: Sun servlet and JSP code under Apache license

1999-06-19 Thread Mark Wielaard
On Fri, Jun 18, 1999 at 12:38:25PM +, Stuart Ballard wrote: I followed up and got confirmation that this would be under the apache license, and not the community source "stuff" (resisting the temptation to use a stronger word ;) ). Does this have any implications for our servlet stuff?

Re: Sun servlet and JSP code under Apache license

1999-06-19 Thread Mark Wielaard
On Fri, Jun 18, 1999 at 11:24:11PM -0400, Brian Jones wrote: The Jakarta people hope that they can work it out to a good conclusion with Sun and they have been hostile in the past about making a implementation of the javax.servlet classes or using another implementation of the library.

Re: licence of CommAPI from Sun

1999-07-01 Thread Mark Wielaard
On Wed, Jun 30, 1999 at 11:47:04AM +0200, Christian Leutloff wrote: Hi there, here is the licence from Sun for the CommAPI extension of the Java language. Most of the problematic parts of this licence are overwritten in the second part of the licence. So please, read the whole before you

Re: I need your help!

1999-12-11 Thread Mark Wielaard
On Fri, Dec 10, 1999 at 07:46:50PM -0600, Aaron M. Renn wrote: Unfortunately, changes in Japhar 0.08 broke Classpath compatibility. You can't run them together right now. Hopefully that will be fixed in the next couple months. Right now the only Japhar I can swear works with the first

Re: I need your help!

1999-12-12 Thread Mark Wielaard
On Sat, Dec 11, 1999 at 03:38:04PM -0600, Aaron M. Renn wrote: Mark Wielaard ([EMAIL PROTECTED]) wrote: If you browse through the Japhar mailing list archives at http://www.mail-archive.com/japhar@hungry.com/ you'll see some info on how to get NSPR. I had some probablems getting it to work

Locale observations

1999-12-15 Thread Mark Wielaard
Hi, I looked a bit more at how Locales worked since I had never used them. And noticed the following things: The LocalInformation_nl that I send you has a wrong shortDateFromat (see diff.1) java.util.Calendar wants to get the key "firstDayOfWeek", but the classes in gnu.java.local define it as

[per@bothner.com: Re: Status of Free Java Environment?]

1999-12-16 Thread Mark Wielaard
:) Cheers, Mark - Forwarded message from Per Bothner [EMAIL PROTECTED] - To: Mark Wielaard [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Status of Free Java Environment? From: Per Bothner [EMAIL PROTECTED] Date: 15 Dec 1999 22:19:29 -0800 User-Agent: Gnus/5.070098 (Pterodactyl Gnus

Re: Locale observations

1999-12-16 Thread Mark Wielaard
Hi, On Thu, Dec 16, 1999 at 11:17:46AM +0100, Jochen Hoenicke wrote: On Dec 15, Mark Wielaard wrote: The java.lang.String methods toLowerCase() and toUpperCase() can take a Locale. But they currently don't use it (but use the methods in Character which don't take a Locale). AFAIK

URLClassLoader

1999-12-19 Thread Mark Wielaard
-- Class loader that loads classes from one or more URLs /* /* Copyright (c) 1999 Free Software Foundation, Inc. /* Written by Mark Wielaard ([EMAIL PROTECTED]) /* /* This library is free software; you can redistribute it and/or modify /* it under the terms of the GNU Library General Public License

Re: Working from javadoc; J2EE

1999-12-20 Thread Mark Wielaard
On Thu, Dec 16, 1999 at 05:21:32PM -0500, Paul Fisher wrote: Guan Yang [EMAIL PROTECTED] writes: 2) Is there room in GNU Classpath for J2EE stuff? Yes -- or at least something that provides equivalent functionality. Please be very carefull about implementing any J2EE stuff. A lot of

Re: Licensing comment request

1999-12-20 Thread Mark Wielaard
On Thu, Dec 16, 1999 at 05:15:50PM -0500, Michael Emmel wrote: Dick Hollenbeck wrote: If you lose your clean room status, you are like a house of cards. Be careful about an army of guys working concurrently with code from Sun. One reason I'm hesistant to contribute to classpath I

Re: Licensing comment request

1999-12-20 Thread Mark Wielaard
On Thu, Dec 16, 1999 at 11:34:25AM -0500, Paul Fisher wrote: Anthony Green [EMAIL PROTECTED] writes: If we could all agree to switch to this license, then we could start working on a plan to merge the two projects. If anyone wants to weigh in on the issue of switching to libgcc or

Re: Working from javadoc; J2EE

1999-12-20 Thread Mark Wielaard
On Mon, Dec 20, 1999 at 01:44:13AM -0500, Brian Jones wrote: Mark Wielaard [EMAIL PROTECTED] writes: Just me being paranoid, Rightly to be paranoid about this. A number of books out there right now on Swing liberally include source code from Sun's implementation; don't buy such books

BUG: Hashtable.equals()

1999-12-21 Thread Mark Wielaard
Hi, There is a small bug in the equals method of Hashtable. The method does check if the supplied object is an instance of Hashtable but forgets to return false if it isn't. Bye, Mark Index: java/util/Hashtable.java === RCS

BUG: Missing NumberFormat.format() (using DecimalFormat from libgcj)

1999-12-22 Thread Mark Wielaard
Hi, java.text.NumberFromat is missing a public final format(Object obj, StringBuffer sb, FieldPosition pos) method. (Since it is not very clearly documented I just made a choice to format Doubles/Floats as doubles and all other Numbers as longs. See the javadoc.) NumberFormat.diff attached.

Re: KJC and GNU Classpath

1999-12-28 Thread Mark Wielaard
Hi, On Tue, Dec 28, 1999 at 05:35:44PM +0100, Vincent GAY-PARA wrote: First of all, we were not able to properly generate the makefiles from the CVS repository. [...] we tried by hand but we encoutered the following problems: command: cd classpath/lib; java -mx12800 at.dms.kjc.Main

Re: BUG: Missing NumberFormat.format() (using DecimalFormat from libgcj)

1999-12-28 Thread Mark Wielaard
Hi, On Tue, Dec 28, 1999 at 05:00:37PM -0600, Aaron M. Renn wrote: Mark Wielaard ([EMAIL PROTECTED]) wrote: java.text.NumberFromat is missing a public final [...] Did these patches get applied? This is part of where I think we might want to look at using the gjc implementation, because

Re: update 12/30/99

1999-12-31 Thread Mark Wielaard
Hi, I added support for kjc and have tested it to see that at least for me it doesn't work. I just did an update to sync to CVS and maybe that will fix it but I don't know. It complains about a lot of exceptions which supposedly need to be declared. That is probably a bug in kjc (it

Re: New release of KJC 1.3C

2000-01-01 Thread Mark Wielaard
On Sat, Jan 01, 2000 at 10:13:05PM +0100, Vincent GAY-PARA wrote: There is a new release of KJC version 1.3C, which should correct this bug, available on our CVS and download pages at http://www.dms.at/kopi Great. 1.4C works for me. Thanks, Mark P.S. Brian I think you should only add the

Re: Classpath projects

2000-02-17 Thread Mark Wielaard
Hi, On Wed, Feb 16, 2000 at 05:38:37PM -0500, Paul Fisher wrote: Nic Ferrier [EMAIL PROTECTED] writes: I am thinking mainly of javax.servlet which I know Paul Siegmann has done. Last I heard, Paul was not interested in having javax.servlet be distributed by GNU. Paul and I actually

Re: Canonical approach to adding a directory

2000-04-08 Thread Mark Wielaard
Hi, On Sat, Apr 08, 2000 at 08:58:10AM -0700, Tom Tromey wrote: Brian Maybe we should just add an empty include directory to CVS? This doesn't help people who use "cvs update -P". I thought everybody did this by default in their .cvsrc, but I guess I was wrong. I always put a .cvsignore

Re: java.sql: core package or extension?

2000-04-09 Thread Mark Wielaard
Hi, On Sun, Apr 09, 2000 at 11:44:44AM -0400, Ian D. Stewart wrote: Looking through the classpath tree, I've noticed the addition of java/sql (or maybe it's been there all along...). Is this a core package, along the lines of java.lang and java.util, or an extension? It has been a core

Re: gnu.* namespace discussion

2000-04-16 Thread Mark Wielaard
On Sun, Apr 16, 2000 at 02:55:45PM -0500, Aaron M. Renn wrote: Tom Tromey ([EMAIL PROTECTED]) wrote: Nic What do the Classpath folks think of setting up a subversions Nic module called: Nic javax Nic where we put the code for javax stuff that it outside the Classpath Nic project.

javax.sound (Was: gnu.* namespace discussion)

2000-04-16 Thread Mark Wielaard
Hi, On Sun, Apr 16, 2000 at 05:08:06PM -0400, Paul Fisher wrote: That's not strictly correct. Anything that's part of the essential class libraries for supporting the Java language is covered under the libgcj licensing deal. This basically means that Sun currently determines what's

BUG: ProtectionDomain

2000-04-18 Thread Mark Wielaard
Hi, I was just reading the source of java/security/ProtectionDomain.java and found a small bug. When an ProtectionDomain is created with a PermissionCollection it is illegal to add any new Permissions to the collection. I have added a small diff. Is there a bug database somewhere? Cheers,

(Inheritable)ThreadLocal implementation

2000-04-24 Thread Mark Wielaard
references to values of * the ThreadLocal objects associated with that Thread are removed. * * @since 1.2 * @author Mark Wielaard ([EMAIL PROTECTED]) */ public class ThreadLocal { /** * Trivial container to wrap the stored values. * Needed to see if the value is null or not yet set. * If it is

Small problems compiling the java files

2000-05-08 Thread Mark Wielaard
Hi, The latest update of java/lang/String.java not only contained the new copyright header but also some garbage in the String() constructor. There is now a strange line (86) that only has the word 'val' on it. So it doesn't compile now. The file gnu/java/awt/image/ImageDecoder.java has almost

Request add Makefile to .cvsignore

2000-05-10 Thread Mark Wielaard
Hi, Maybe I am doing something wrong but after a configure and make I have a lot of .u and Makefile files and some Makefile.in files in my tree and that makes the output of cvs really big. I do a cvs update once in a while and look at the output to figure out what changes and added files I have

Re: merge results

2000-05-27 Thread Mark Wielaard
Hi, On Fri, May 26, 2000 at 07:18:41AM -0400, Brian Jones wrote: I've written a simple shell script to perform a diff on each file in java/* omitting awt and applet within libgcj and classpath cvs trees. It's crude and not a web page but the output is just as useful and you can run the

New classes

2000-05-30 Thread Mark Wielaard
Hi, I checked in some of my little bugfixes and some new classes that were not yet checked in. Here is the changelog: * java/lang/ThreadLocal.java: new 1.2 class * java/lang/InheritableThreadLocal.java: new 1.2 class * vm/reference/java/lang/Thread.java: added example to use

Re: New classes

2000-05-31 Thread Mark Wielaard
Hi, On Wed, May 31, 2000 at 10:43:00AM +0200, Jochen Hoenicke wrote: I did have a strange problem with java.util.Timer with gcj. Sometimes I would get java.lang.IllegalMonitorStateException when testing it. Could someone with a newer or cvs version of gcj (I have 2.95.2) try the attached

Re: New classes

2000-05-31 Thread Mark Wielaard
Hi, On Thu, Jun 01, 2000 at 12:17:33AM +1200, Bryce McKinlay wrote: I tried your TimerTest on the current gcj/libgcj and it seems to work perfectly on my SMP ia32 linux machine. Is your libgcj older than 2000-03-27? I rewrote much of libgcj's posix-threads code then. Before that, the

Re: New classes

2000-05-31 Thread Mark Wielaard
Hi, On Wed, May 31, 2000 at 02:35:14PM +0200, Jochen Hoenicke wrote: I will change the parameter to the sleep method so it represents the top TimerTask in the queue that you want to sleep on. Then sleep can check if the top task has changed and return immediatly if it has changed and do

Re: New classes

2000-05-31 Thread Mark Wielaard
Hi, On Wed, May 31, 2000 at 07:59:12AM -0700, Tom Tromey wrote: It is possible it is a gcj bug. gcj 2.95.2 is really old. The new one has lots of bug fixes. The newest libgcj implements Throwable.printStackTrace. Upgrading might be a pain for you, though. You mean I have a new

Compiling libgcj

2000-06-02 Thread Mark Wielaard
Hi, On Sat, Jun 03, 2000 at 10:14:26AM +1200, Bryce McKinlay wrote: It sounds like your trying to build an old version of libgcj with a new compiler. You need to make sure you have a recent libgcj from cvs. Yes. Sorry I thought that I should use the March 02, 2000 00:00:00 version as

Re: Compiling libgcj

2000-06-02 Thread Mark Wielaard
Hi, Victory at last! Tom Tromey hinted that Anthoney Green had made RPMs. Those RPMs can be found at ftp://sourceware.cygnus.com/pub/java/rpm/ (If you run Debian then alien --to-deb is your friend) After installing you will have some new toys in /usr/local/ag. Now just add /usr/local/ag to your

java.util.jar, java.util.zip Makefiles

2000-06-04 Thread Mark Wielaard
Hi, I am cleaning up and finishing my java.util.jar implementation. But Classpath does not have a java.util.zip implementation yet. Would it be ok to imported the java.util.zip java files from libgcj into Classpath if I added documentation and the standard copyright header? There are already 3

java.util.jar update

2000-06-11 Thread Mark Wielaard
Hi, I finally finished cleaning up my java.util.jar implementation and have added all the files to cvs. It is not yet completely finished because it doesn't verify the manifest or entries when reading the jar file and does not yet look up the correct certificates for the entries yet. But the

Re: Broken CVS sources?

2000-06-12 Thread Mark Wielaard
Hi, On Mon, Jun 12, 2000 at 05:06:21PM +0200, Andreas Rueckert wrote: I'm having a bit trouble with the current CVS sources. Could it be that they are a bit broken? There are methods like === /** * Creates an empty String (length 0) */

Re: Utility for checking API compatibility with JDK

2000-06-13 Thread Mark Wielaard
Hi, On Tue, Jun 13, 2000 at 09:24:57AM -0400, Stuart Ballard wrote: Submit patches ;) Seriously though, there are a couple of options - I know that someone has produced java.util.zip for Classpath by running a perl script over libgcj's implementations, so you could use that (I also expect

Re: Make errors

2000-06-14 Thread Mark Wielaard
Hi, On Wed, Jun 14, 2000 at 12:19:51PM -0400, Joseph C. Lesh wrote: When I run make I'm getting these errors from the Double and Math classes: *** Syntax Error: Unexpected symbol ignored 218. if (a == 0.0 d b == 0.0 d) // return +0.0d, if a or b is +0.0d

Thread.yield() is static

2000-06-18 Thread Mark Wielaard
Hi, I found a smaal bug in vm/reference/java/lang/Thread.java. The method yield() should have been static. So I have changed it to read: public static synchronized native void yield(); But I am not sure if I should also fix any native methods. Or are the native methods only defined in the vm

Re: java.lang.string typo?

2000-06-19 Thread Mark Wielaard
On Mon, Jun 19, 2000 at 02:52:47PM +0800, Petter Reinholdtsen wrote: There seem to be a typo in java.lang.String in CVS. Here is a patch to work around the problem. Sorry. You seem to be using the old CVS tree. You should use the version on subversions.gnu.org. This problem was fixed a long

Re: Thread.yield() is static

2000-06-19 Thread Mark Wielaard
of that is trying to use the Classpath classes is SableVM, but I don't believe it already has hooks for the Classpath VM interface. Are there any other VMs? Cheers, Mark -Original Message- From: Mark Wielaard [mailto:[EMAIL PROTECTED]] Sent: Sunday, June 18, 2000 7:05 AM To: [EMAIL PROTECTED

Re: Collection classes as separate package for java 1.1

2000-06-22 Thread Mark Wielaard
On Thu, Jun 22, 2000 at 10:46:05AM -0400, Stuart Ballard wrote: Jochen Hoenicke wrote: Okay, I can do that, but is org.gnu.java.util.collections a good package name? Or do you prefer something like gnu.classpath.collections? Speaking for myself only, I'd suggest putting it in

Re: committing

2000-07-25 Thread Mark Wielaard
Hi, Sorry, I don't have the power to give you cvs access. Normally Paul Fisher handles that. What is the filename of the diff on fencepost, I couldn't find it immediatly in the gnu directory. I have to admit that I also never got japhar working. But you can test most stuff with kaffe or gcj.

Collections and compile patches

2000-08-23 Thread Mark Wielaard
Hi, I just committed the following additions to java.util.Collections for new 1.3 fields and methods and two small compile patches. * java/util/Collections.java (EMPTY_MAP) (singletonList(Object) (singletonMap(Object,Object)): implemented, new in 1.3. * java/io/PrintWriter.java

Stub implementation of CLDC and MIDP compatible classes

2000-09-27 Thread Mark Wielaard
Hi, I tried to sent this to the list yesterday, but it seems to have never arrived. Second try. Cheers, Mark - Forwarded message from Mark Wielaard [EMAIL PROTECTED] - Date: Mon, 25 Sep 2000 21:28:15 +0200 From: Mark Wielaard [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Stub

Re: Mailing list troubles

2000-09-29 Thread Mark Wielaard
Hi, I keep getting copies of my CLDC and MIDP message and the Clipclick spam from the classpath list. Does anybody know what is going on? There is only one copy of those messages in the archive on mail.gnu.org, but I have this feeling that I am not the only one that keeps getting copies of these

Re: java.util.zip

2000-11-15 Thread Mark Wielaard
Hi, On Wed, Nov 15, 2000 at 04:50:04PM -0700, Tom Tromey wrote: Mark I have been adding Javadoc to the java.util.zip java files from Mark libgcj but have not yet checked that in the libgcj tree. Mark (It is not completely finished.) Don't feel like you have to have it completely finished

Re: java.util.zip

2000-11-17 Thread Mark Wielaard
Hi, On Fri, Nov 17, 2000 at 03:36:00PM +0100, Jochen Hoenicke wrote: On Nov 16, John Leuner wrote: I should have made it more clear that this is a port to pure java code. My hidden agenda here is to use the code in a future java OS (see http://jos.org), which is why I didn't want to

(Re)merge java.util.jar code with libgcj

2000-11-17 Thread Mark Wielaard
Hi, I forgot to merge some small changes in the java.util.jar code from libgcj that were made by me and Anthony Green a while back. I have just comitted them to Classpath. Merge with libgcj (fixes by Anthony Green and Mark Wielaard) * java/util/jar/Attributes.java: Correct

Re: A java DEBUG flag

2000-11-24 Thread Mark Wielaard
Hi, On Fri, Nov 24, 2000 at 12:19:07PM +1300, Bryce McKinlay wrote: Mark Wielaard wrote: If we used something like System.getProperty("gnu.java.io.serialisation.debugging") to set these constants (you can even do that in an interface) I don't think so ;-) What don't yo

Re: A java DEBUG flag

2000-11-24 Thread Mark Wielaard
Hi, On Fri, Nov 24, 2000 at 11:21:12PM +1300, Bryce McKinlay wrote: Mark Wielaard wrote: What I meant was something like the following: interface I { boolean SERIALISATION_DEBUG = Boolean.getBoolean("gnu.java.io.serialisation.debu

JavaMail

2000-12-06 Thread Mark Wielaard
Hi, I found some people (or actually they found me :) that wanted to implement a free JavaMail provider. They might also donate this code to Classpath. I promised to help by implementing free versions of the javax.mail and javax.activation APIs. I remember that someone said that they had started

Re: java.security

2000-12-19 Thread Mark Wielaard
Hi, On Tue, Dec 19, 2000 at 10:36:02AM -0700, Tom Tromey wrote: We've used Cryptix with libgcj before. The Cryptix is BSD-like but is probably not compatible with the GPL or LGPL. But I think it probably is compatible with the GPL+exception that libgcj uses. How is it not compatible with

Primitive type classes implement Comparable

2001-01-07 Thread Mark Wielaard
Hi, All primitive type classes should implement the Comparable interface. The following patch adds this for the classes that did not yet implement it. It also adds compareTo and friends to String. 2001-01-07 Mark Wielaard [EMAIL PROTECTED] * java/lang/Float.java: implements Comparable

Re: javax.*

2001-01-07 Thread Mark Wielaard
Hi, Here are some more pointers. Alternative Servlet implementation (javax.servlet) - LGPL http://www.euronet.nl/~pauls/java/servlet/ RXTX serial and parallel I/O libraries supporting the CommAPI (javax.comm) - LGPL http://www.rxtx.org/ Cheers, Mark

java.lang 1.2 updates

2001-01-08 Thread Mark Wielaard
Hi, Here are some updates to java.lang.System,Package,ClassLoader. 2001-01-08 Mark Wielaard [EMAIL PROTECTED] * java/lang/ClassLoader.java: 1.2 updates (definedPackages, parent, systemClassLoader): new private fields (ClassLoader): new constructor that takes a parent classloader

Re: javax.*

2001-01-08 Thread Mark Wielaard
Hi, On Sun, Jan 07, 2001 at 05:42:20PM -0500, Brian Jones wrote: I'm looking for a nice little list of all the free software projects with URLs for the projects working on some Java extension library. Another one for the list: JacORB http://jacorb.inf.fu-berlin.de/ - LGPL An object request

Empty and Double Enumeration

2001-01-09 Thread Mark Wielaard
Hi, Since I needed an EmptyEnumeration and a DoubleEnumeration (in ClassLoader see next email) I added two classes to the gnu/java/util dir. The DoubleEnumeration is adapted from the one in java/util. The new version is a bit nicer for the garbage collector if you have chained a lot of double

Re: Empty and Double Enumeration

2001-01-09 Thread Mark Wielaard
On Tue, Jan 09, 2001 at 11:59:17PM +0100, Mark Wielaard wrote: * gnu/java/util/DoubleEnumeration.java: new class, adapted from java.util.DoubleEnumeration. Clears references earlier, handles null and/or empty enumerations better. * gnu/java/util/EmptyEnumeration.java: new

More 1.2 ClassLoader updates

2001-01-09 Thread Mark Wielaard
Hi, Here are some more updates to make our classloading more 1.2 compatible. This is all java code. We do need some native support (and some more java code). But this is all for today. 2001-01-08 Mark Wielaard [EMAIL PROTECTED] * vm/reference/java/lang/Class.java: 1.2 updates (forName

And more 1.2 ClassLoader updates

2001-01-10 Thread Mark Wielaard
-01-10 Mark Wielaard [EMAIL PROTECTED] * java/lang/ClassLoader.java: 1.2 updates (loadClass(String)): now calls loadClass with resolve set to false not true (loadClass(String,boolean)): no longer abstract (getResource): now calls parent classloader first (getResourceAsStream

vm/reference classes licensed under LGPL

2001-01-10 Thread Mark Wielaard
Hi, The classes in vm/reference all seem to be licensed under the LGPL. Is this right? This would mean that I cannot share these implementations with e.g. libgcj since they don't accept LGPLed code :( Cheers, Mark ___ Classpath mailing list [EMAIL

How does the classpath-commit list work?

2001-01-10 Thread Mark Wielaard
Hi, How does the classpath-commit mailinglist work? I have this feeling that I do not get all the commit messages. If I look at the archives of January then I can see commits from Brian Jones, Tom Tromey and me, but I know that other people have also comitted code this month (e.g Warren Levy).

Re: vm/reference classes licensed under LGPL

2001-01-10 Thread Mark Wielaard
Hi, On Wed, Jan 10, 2001 at 02:03:29PM +0100, Artur Biesiadowski wrote: If we are on the subject of licenses. Can anybody explain me a difference between GPL with special clause allowing linking versus plain LGPL ? The LGPL tries to give the users the freedom to modify and (re)distribute a

Re: vm/reference classes licensed under LGPL

2001-01-10 Thread Mark Wielaard
Hi, On Wed, Jan 10, 2001 at 02:11:21PM +, Nic Ferrier wrote: If you develop a GPLed version of a standard javalib (say: javamail or swing) you can GPL the implementation code to stop other people stealing your implementation code for proprietary projects but you also enable normal

java.security.AccessController stub implementation

2001-01-23 Thread Mark Wielaard
Hi, I made a stub implementation of java.security.AccessController that I am going to check in. I am currently not working on a real implementation. But this allows people to write code against this stub. A real implementation needs a lot of help from the vm with native code. Cheers, Mark

More java.util Classpath/libgcj merging

2001-02-18 Thread Mark Wielaard
-18 Mark Wielaard [EMAIL PROTECTED] * java/util/ArrayList.java: Remove RCS keywords from comments * java/util/BasicMapEntry.java: idem * java/util/Dictionary.java: idem * java/util/HashMap.java: idem * java/util/HashSet.java: idem * java/util/Hashtable.java: idem * java

Why are serialVersionUIDs explicitly set in Exceptions?

2001-02-19 Thread Mark Wielaard
Hi, Does anybody know why we are explicitly setting the serialVersionUID on simple exceptions? I checked some classes by removing the explicit setting of the serialVersionUID and recompiling with jikes and gcj and the computed serialVersionUID was the same at the one set explicitly in the class.

Merged all Error and Exception classes with libgcj

2001-03-11 Thread Mark Wielaard
these fields in the Classpath version. Before checking the merged classes into libgcj I want to test which classes actually need this field. Maybe mauve has these tests, or maybe I have to write these tests for mauve. Here is the complete list of changed classes: 2001-03-11 Mark Wielaard [EMAIL

Re: Merged all Error and Exception classes with libgcj

2001-03-11 Thread Mark Wielaard
Hi, On Mon, Mar 12, 2001 at 05:55:47PM +1300, Bryce McKinlay wrote: I don't want to sound too picky, but some of the merged classes have incorrect formatting. For example: public NullPointerException() { super(); } The braces for methods, classes, and blocks should

URLClassLoader

2001-03-19 Thread Mark Wielaard
Hi, I commited an implementation of java.net.URLClassLoader. I wrote this two years ago and didn't commit it because I hadn't tested it and I know that it is not completely correct. But it is probably a good idea to copy this code from my private hard disk and put it in the public CVS tree.

ExceptionInInitializerError, InvocationTargetException

2001-03-19 Thread Mark Wielaard
Hi, I just made the following change based on what Bryce McKinlay did in libgcj. 2001-03-19 Mark Wielaard [EMAIL PROTECTED] * java/lang/ExceptionInInitializerError.java: print classname for target exception * java/lang/reflect/InvocationTargetException.java: idem Cheers, Mark

Re: java.util.zip

2001-03-26 Thread Mark Wielaard
Hi, On Mon, Mar 26, 2001 at 12:41:23PM -0300, Elifarley wrote: At http://www.gnu.org/software/classpath/status.html#java.util.zip Sorry, those pages are very old. We haven't heard from Loren Peace for a long time. The current plan is to import the java.util.zip implementation from libgcj

Re: java.util.zip

2001-03-26 Thread Mark Wielaard
Hi, On Mon, Mar 26, 2001 at 08:52:32PM +, John Leuner wrote: Jochen has also completed a pure-java implementation of java.util.zip. I don't know if this will be the preferred implementation for classpath, but I suggest that it at least be a compile-time option. You can get the source

Re: OJE project

2001-04-05 Thread Mark Wielaard
Hi, Saw that I forgot to answer one of your questions. On Thu, Apr 05, 2001 at 07:16:30AM -0700, Kevin A. Burton wrote: Mark Wielaard [EMAIL PROTECTED] writes: The APL adds several restrictions on naming the derived work or even using the name Apache (which would be better done in a real

Re: Patch to javax.accessibility.AccessibleComponent

2001-04-15 Thread Mark Wielaard
that gtk+ 2.0 will get similar accessibility functionality so it might be interesting to see if our GTK AWT peers can be adopted to use whatever gtk+ will use. Cheers, Mark 2001-04-15 Mark Wielaard [EMAIL PROTECTED] * javax/accessibility/AccessibleText.java (getAfterIndex, getAtIndex

Re: Event class?

2001-05-10 Thread Mark Wielaard
Hi, On Thu, May 10, 2001 at 09:33:54AM -0700, Shane Nay wrote: Hmm.., funny thing. Following is in java/awt/AWTEvent: public AWTEvent(Event event) { this(event.target, event.id); } No class Event in the sources I can find. Am I blind or an idiot? It wasn't in the .02 release that

File compile fix

2001-07-09 Thread Mark Wielaard
Hi, I comitted the following to get java/io/File.java to compile again. The single String constructor will throw the NullPointerException when needed. 2001-07-10 Mark Wielaard [EMAIL PROTECTED] * java/io/File.java (String,String constructor): compile fix Cheers, Mark -- Stuff to read

Primitive types 1.4 updates

2001-07-09 Thread Mark Wielaard
Hi, The following patch adds new 1.4 functionality to the Boolean, Double and Float classes. It also makes Boolean a little bit more efficient by always returning the predefined TRUE or FALSE instances when possible. 2001-07-10 Mark Wielaard [EMAIL PROTECTED] * java/lang/Boolean.java

Chained Exceptions and StackTraceElement support

2001-07-09 Thread Mark Wielaard
about + * the execution point such as the source file name, the line number, + * the fully qualified class name, the method name and wether this method + * is native if this information is known. + * p + * XXX - FIXME - Lookup serializable information. + * + * @author Mark Wielaard ([EMAIL PROTECTED

Re: Classpath future?

2001-07-12 Thread Mark Wielaard
Hi, On Thu, Jul 12, 2001 at 09:35:25AM -0400, Etienne M. Gagnon wrote: I have some questions about the future of Classpath. Maybe this is not the right place to ask such questions (and get answers); please point me in the right direction if so. I think this is the right list. Only for the

Re: Browseable CVS

2001-07-12 Thread Mark Wielaard
Hi, On Thu, Jul 12, 2001 at 05:50:08PM +0100, Eric Blake wrote: First, my question. I am wondering if there is an online browseable version of CVS, as I am currently behind a firewall and cannot access CVS directly. Also, are there more frequent snapshots than the beta releases? You can

Re: Classpath future?

2001-07-12 Thread Mark Wielaard
Hi, On Thu, Jul 12, 2001 at 01:12:50PM -0400, Etienne M. Gagnon wrote: Yes I find your work important, and I know other people that do. Many concerns I have discussed are shared by these people. Please follow up on the GPL exception proposition above. I do do think the wording you

Re: GNU Copyright Assignment

2001-07-12 Thread Mark Wielaard
Hi, On Thu, Jul 12, 2001 at 05:53:32PM +, John Leuner wrote: [...] People have to receive the papers, fill them out, send them in the mail, wait for GNU to process them, get confirmation back. I think the first time I did it, my papers actually were returned to sender because of the

Re: Classpath future?

2001-07-12 Thread Mark Wielaard
Hi, On Thu, Jul 12, 2001 at 03:01:18PM -0400, Etienne M. Gagnon wrote: I have many months ago sent a few patches on this list. These were probably small enough not to require paperwork, but nothing happened. Oops. Sorry, we have dropped the ball then. Could you please resent them (or give

Some commits don't appear on the mailinglist

2001-07-16 Thread Mark Wielaard
Hi, I noticed that some commits do not appear on the classpath commit mailinglist ([EMAIL PROTECTED]). If you look at the archives http://mail.gnu.org/pipermail/commit-classpath/ you see that commits by for example me (mark) and Tom Tromey (tromey) do appear, but commits from for example Brian

Re: Chained exceptions

2001-07-16 Thread Mark Wielaard
Hi, On Fri, Jul 13, 2001 at 12:44:29PM +0100, Eric Blake wrote: A comment about the documentation of chained exceptions: [...] Notice that to get this to compile, you really need the example to read: pre try { ... } catch (SQLException sqle) { throw (IOException) new

Re: URLClassLoader

2001-07-16 Thread Mark Wielaard
Hi Nic (and list), On Mon, Jul 16, 2001 at 05:25:12AM +0100, Nic Ferrier wrote: There's a small bug in URLClassLoader. In the longer findResource method you create a URL for JAR files... you open a connection to the URL in the hope that you'll get an IOException if the JAR entry isn't

Re: Bug fix in java.lang.Boolean

2001-07-17 Thread Mark Wielaard
/ChangeLog,v retrieving revision 1.142 diff -u -r1.142 ChangeLog --- ChangeLog 2001/07/17 01:49:54 1.142 +++ ChangeLog 2001/07/17 22:10:01 @@ -1,3 +1,17 @@ +2001-07-17 Mark Wielaard [EMAIL PROTECTED] + Eric Blake [EMAIL PROTECTED] + + * java/lang/Boolean.java (Boolean String

Re: mini vote

2001-07-19 Thread Mark Wielaard
Hi, On Wed, Jul 18, 2001 at 10:45:31AM -0400, Stuart Ballard wrote: Brian Jones wrote: I'm interested in finding out if the majority of developers would like to see the AWT placed under the same license (GPL + exception) that other Classpath libraries are licensed with. If you think

  1   2   3   4   5   6   7   8   9   10   >