public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* RE: Linkage of GPLed GCC to Closed Source via XML or Perl
@ 2002-02-28 21:56 Robert Dewar
  2002-02-28 22:51 ` Daniel Berlin
  0 siblings, 1 reply; 31+ messages in thread
From: Robert Dewar @ 2002-02-28 21:56 UTC (permalink / raw)
  To: Dautrevaux, Joe.Buck, mdupont777; +Cc: gcc

<<More seriously if someone creates a new GCC back-end to output something
that TODAY is not assembly language, then fine: the back-end is GPLed and
the resulting output can be used freely. In fact nothing proves that someday
one will not see a processor that you will directly program in XML, so that
XML would then be assembly language :-)
>>

Please do not state dubious opinions as though they are legal fact. Remember
that what the GPL means can only ultimately be ascertained by litigation, and
many of the areas that people seem to think are black and white are quite
gray in practice.

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: Linkage of GPLed GCC to Closed Source via XML or Perl
@ 2002-03-07 14:32 Robert Dewar
  0 siblings, 0 replies; 31+ messages in thread
From: Robert Dewar @ 2002-03-07 14:32 UTC (permalink / raw)
  To: dewar, fw; +Cc: gcc

Yes, there definitely is a working ASIS for GNAT 5. I will check if the
sources have been updloaded as they should have been.

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: Linkage of GPLed GCC to Closed Source via XML or Perl
@ 2002-03-04  1:52 Robert Dewar
  2002-03-04  1:56 ` James Michael DuPont
  2002-03-07 13:10 ` Florian Weimer
  0 siblings, 2 replies; 31+ messages in thread
From: Robert Dewar @ 2002-03-04  1:52 UTC (permalink / raw)
  To: bryce, dewar, dnovillo, mdupont777; +Cc: Joe.Buck, gcc

<<The only thing is, for the end user of a introspection
system you will need to present them an interface into
the AST.
>>

In the case of Ada, this is taken care of in an implementation independent
manner by the ASIS (Ada Semantic Interface Specification) standard, which
specifies a portable interface to the semantic information for an Ada program.
Too bad there is nothing comparable for C or C++.

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: Linkage of GPLed GCC to Closed Source via XML or Perl
@ 2002-03-03 19:06 Robert Dewar
  2002-03-03 19:14 ` Diego Novillo
  2002-03-03 23:27 ` James Michael DuPont
  0 siblings, 2 replies; 31+ messages in thread
From: Robert Dewar @ 2002-03-03 19:06 UTC (permalink / raw)
  To: bryce, dnovillo; +Cc: Joe.Buck, gcc, mdupont777

<- Unparsing capabilities (could potentially be used as a
  source-to-source converter).
>>

Unparsing capabilities are enormously useful, both for debugging the
compiler and for the programmer understanding generated code (cf the
-gnatG switch in GNAT, we also provide a -gnatD switch that allows
debugging at the level of the unparsed source code).

^ permalink raw reply	[flat|nested] 31+ messages in thread
* RE: Linkage of GPLed GCC to Closed Source via XML or Perl
@ 2002-03-01  9:34 Bernard Dautrevaux
  2002-03-02  1:26 ` James Michael DuPont
  0 siblings, 1 reply; 31+ messages in thread
From: Bernard Dautrevaux @ 2002-03-01  9:34 UTC (permalink / raw)
  To: 'Joe Buck', mdupont777; +Cc: gcc

> -----Original Message-----
> From: Joe Buck [mailto:Joe.Buck@synopsys.com]
> Sent: Friday, March 01, 2002 5:55 PM
> To: mdupont777@yahoo.com
> Cc: Joe.Buck@synopsys.COM; gcc@gcc.gnu.org
> Subject: Re: Linkage of GPLed GCC to Closed Source via XML or Perl
> 
> 
> James Michael DuPont writes:
> 
> > It is very simple now. I am not trying to get around
> > the GPL, Joe, so you can see that your statement
> > should be retracted.
> 
> Yes, the tone of my statement was completely inappropriate.  
> You are not a
> bad guy, and I apologize for my original statement.  
> Furthermore this is
> an extremely complex issue and I think that at some point the 
> FSF is going
> to have to modify the policy somehow.
> 
> > The output of the introspector is source code in xml
> > format. That is covered by the GPL. Later queried from
> > the database, it is also source code, just in a
> > different form.
> 
> I'm not sure that that will fly.  I retract my accusations 
> against you,
> but I don't retract my statements that XML output will 
> provide new ways
> of attaching proprietary code to GCC (despite your claims that the GPL
> can prevent this).  On the other hand, it appears that 
> various compiler
> vendors are talking about common XML formats to represent parsed C++
> code.  If this comes about, any resistance on the part of GCC will be
> useless.

And in fact the reason I've talked of SOAP previously in the thread is that
I see GCC as a good base to create a "C++ to WSDL/server/stub" compiler
working by parsing C++ source code and generating all the structures needed
to access the corrsponding class instances through SOAP. 

In that case, if the original compiled code is GPLed, then the resulting
code WSDL/server/stub will be (be it compiled by a GCC-derivative or even a
proprietary compiler), but if such a GCC-derived compiler is used on
non-GPLed code, it seems dubious to say the result will be GPLed.

Regards,

	Bernard


--------------------------------------------
Bernard Dautrevaux
Microprocess Ingenierie
97 bis, rue de Colombes
92400 COURBEVOIE
FRANCE
Tel:	+33 (0) 1 47 68 80 80
Fax:	+33 (0) 1 47 88 97 85
e-mail:	dautrevaux@microprocess.com
		b.dautrevaux@usa.net
-------------------------------------------- 
> 

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: Linkage of GPLed GCC to Closed Source via XML or Perl
@ 2002-02-28 20:44 Robert Dewar
  0 siblings, 0 replies; 31+ messages in thread
From: Robert Dewar @ 2002-02-28 20:44 UTC (permalink / raw)
  To: Joe.Buck, mdupont777; +Cc: Joe.Buck, gcc

<<You may well be right (though Eben Moglen has some good arguments that he
can persuade a court that artificial splitting of one program into two by
technical tricks can still be considered to be one program, I'm not a
lawyer so I don't know, and his argument clearly wouldn't work if standard
GCC interfaces work).  But why are you working so hard to do just that?
>>

There are indeed good arguments here. An interesting note here is that my
testimony in Intergraph vs Bentley (Philadelphia Federal Court a couple of
years ago) argued exactly the criteria for considering such splitting to
be artificial. It would have been an interesting ruling, unfortunately
the case settled and aborted the judge issuing the opinion (it aborted
the day before the opinion was due :-(

The issue in that case was when one program could be considered to be "using"
another program, but in my opinion the issues were very close to the
linking and aggregation issues that arise with the GPL. People know I
assume that the GPL is being litigated in the court room for the first
time right now in Boston ...

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: Linkage of GPLed GCC to Closed Source via XML or Perl
@ 2002-02-28 20:32 Robert Dewar
  0 siblings, 0 replies; 31+ messages in thread
From: Robert Dewar @ 2002-02-28 20:32 UTC (permalink / raw)
  To: Joe.Buck, mdupont777; +Cc: gcc

<<Also with Perl, you can just link to perl and you have
gone around the GPL.
>>

You are making some (legally) naive assumptions here. I urge you not
to play amateur lawyer here. The GPL is a legal document. If you want
to know what it means, do not assume you can find out here. If you have
questions that go beyond the FAQ, consult an attorney!

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: Linkage of GPLed GCC to Closed Source via XML or Perl
@ 2002-02-28 12:40 James Michael DuPont
  0 siblings, 0 replies; 31+ messages in thread
From: James Michael DuPont @ 2002-02-28 12:40 UTC (permalink / raw)
  To: Joe.Buck; +Cc: gcc

One last word on this for the record,
I will put this in the licence agreement for my
software and bring it to the right forum about
licences. 

0. My intent is to create a free software and support
the GNU cause. The users of my software must also be
free software and support the cause as well. The work
that I have done is a derived work based on tree.h. It
is not linked normally, but linked via the filesystem
and network. The data exchanged between my modules and
free software is so complex and dependent on the GCC
code that it must fall under the GPL.

I am also bringing this into the public so that we can
create a set of fair rules that will cover this form
of interaction and bind for others who are also
creating derived works from the GPLed code including
mine.

1. The work that I have done with the compiler is
meant to implement an introspection into a running
program. Like reflection in java. It is not for
creating backends that are closed source.It is for
understanding and documenting the tree nodes. It is
for creating an object-oriented interface to the
compiler. It is for support meta-programming. All of
this is prototyped in the perl-modules that I have
published. They are all strongly derived from the
original (art) work done by richard stallman and the
great gcc team. 

2. I wrote to this topic to Richard Stallman.
Richard Stallman said to me in the question if the
data exchange over the network is not linking and
therefore not covered by the GPL 
"We have a different interpretation of the situation.
Connecting modules through sockets or pipes does not
necessarily mean they are separate programs. In simple
cases they are separate, but not when they exchange
complex data structures."

That would support the idea that all these are derived
works and fall under the GPL.

3. Linus Torvalds said :
>Feel free to consider this email (in its >entirety,
not snipped into pieces) as being >public, so if you
think you want to post it, go >ahead. 
>The GPL notion of "linking" is really nothing but >a
specific technical way of trying to define >"derived
work". 
From a legal standpoint, technical issues have >some
validity, but in the end the _only_ thing >that
matters is whether it is derived or not. >Linking is
only one (strong) indicator that it is >indeed
derived. There are others. There are
>counter-indicators as well, of course, one of >them
being "previous work" (thus my willingness, >for
example, to have binary modules that were >basically
derived from SCO device drivers that >existed prior to
Linux - one of the original >impetuses for the module
interface). 
>And intent matters. 
>Linus

So from Linus's standpoint, 
All of these tools the use the tree nodes are derived
works like mine. 
All we need to do now is to get this in a licence
agreement that makes sure that the users of the module
who create derived works are all GPLed.

James Michael DuPont

=====
James Michael DuPont

__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: Linkage of GPLed GCC to Closed Source via XML or Perl
@ 2002-02-28 11:46 mike stump
  0 siblings, 0 replies; 31+ messages in thread
From: mike stump @ 2002-02-28 11:46 UTC (permalink / raw)
  To: gcc, mdupont777

> Date: Thu, 28 Feb 2002 02:21:14 -0800 (PST)
> From: James Michael DuPont <mdupont777@yahoo.com>
> To: gcc@gcc.gnu.org

> For the past three years, I have been working on a project to create
> a object oriented interface to the GCC compiler, the GCC Node
> Introspector (http://introspector.sourceforge.net/).

Almost all licensing issues are off topic here.  Please don't go
there.  Instead, we've created a group just for that purpose,
gnu.misc.discuss.  Please use it instead.

All followups to that group instead.

^ permalink raw reply	[flat|nested] 31+ messages in thread
* RE: Linkage of GPLed GCC to Closed Source via XML or Perl
@ 2002-02-28 11:22 Bernard Dautrevaux
  2002-02-28 12:17 ` Joe Buck
  0 siblings, 1 reply; 31+ messages in thread
From: Bernard Dautrevaux @ 2002-02-28 11:22 UTC (permalink / raw)
  To: 'Joe Buck', mdupont777; +Cc: gcc


> -----Original Message-----
> From: Joe Buck [mailto:Joe.Buck@synopsys.com]
> Sent: Thursday, February 28, 2002 6:49 PM
> To: mdupont777@yahoo.com
> Cc: Joe.Buck@synopsys.COM; gcc@gcc.gnu.org
> Subject: Re: Linkage of GPLed GCC to Closed Source via XML or Perl
> 
> 
> I wrote:
> > >James Michael DuPont asks lots of questions
> > >indicating that he is attempting to find a legal way
> > >around the GPL, so that he can attach
> > >proprietary back-ends to GCC.
> > >I would urge people not to give him any assistance,
> > >even if he is only asking the questions out of
> > >intellectual curiousity.
> 
> By your own words, you've been working for three years on 
> trying to get
> information out of GCC for use in other tools.  Even if you 
> have no intent
> of trying to attach proprietary back ends to GCC, you are working very
> hard to enable others to do so.

I'm a bit afraid the whole discussion here is quite irrelevant; such an
interface allowing to use gcc with a proprietary back-end already exist (and
ALWAYS existed): You just use GCC to generate assembly language, then
assemble this through a proprietary assembler!... For a long time it was the
ONLY way to use GCC on a lot of machines!

So I don't see ANY interest in limiting the way people can use the result of
running gcc on some input file. In fact IIRC this was explicitely written in
the GCC license. Changing that will change GCC in an unusable tool. 

It seems someone is here advocating a rule like: the output of a GPL program
can only be fed to another GPL program.... 

Be careful: I think YOU had read at least once some assembly code generated
by GCC, so YOU may well be infected by the GPL virus and be now GPLed :-) :)
:) :) LOL

More seriously if someone creates a new GCC back-end to output something
that TODAY is not assembly language, then fine: the back-end is GPLed and
the resulting output can be used freely. In fact nothing proves that someday
one will not see a processor that you will directly program in XML, so that
XML would then be assembly language :-)

As for the extension of the meaning of linking (as used by the GPL) to
communication, even if with CORBA or SOAP this "looks like" effective
linking this is pure non-sense: you often don't even know how the service
you are invoking is implemented (C++, perl, Ada, Java or some exotic
language), and you have NO IDEA of the licensing to be applied to the
program you invoke; or are you sure the stock-quote service you are reading
every day is GPLed code or not? 

Extending the GPL to the whole net would be the dead of either the net or
the GPL; bets are open :-)

Regards,

	Bernard

--------------------------------------------
Bernard Dautrevaux
Microprocess Ingenierie
97 bis, rue de Colombes
92400 COURBEVOIE
FRANCE
Tel:	+33 (0) 1 47 68 80 80
Fax:	+33 (0) 1 47 88 97 85
e-mail:	dautrevaux@microprocess.com
		b.dautrevaux@usa.net
-------------------------------------------- 

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Re: Linkage of GPLed GCC to Closed Source via XML or Perl
@ 2002-02-28  8:54 James Michael DuPont
  2002-02-28 10:27 ` Joe Buck
  0 siblings, 1 reply; 31+ messages in thread
From: James Michael DuPont @ 2002-02-28  8:54 UTC (permalink / raw)
  To: Joe.Buck; +Cc: gcc

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain; charset=us-ascii, Size: 4218 bytes --]

Joe, 

I am really shocked : 
>James Michael DuPont asks lots of questions
>indicating that he is attempting to find a legal way
>around the GPL, so that he can attach
>proprietary back-ends to GCC.
>I would urge people not to give him any assistance,
>even if he is only asking the questions out of
>intellectual curiousity.

I think you should not shoot first without asking
questions. Everyone allways talks about how nice
everyone in "Open Source" is to each other. This is
setting a bad example.

I am sorry to tell you that you are misjudging me.
You might not know me, but I am a supporter of the GNU
cause.

The reason why I am pointing out the flaws in the GPL
is because the GPL has an outdated idea of linkage,
it is that simple.

I think back to the story of gödel and how he proved
that every system can be self referential, and every
function can be encoded into data, and that data can
be fed back into itself to create a contradiction.
In that light, every GPLed Program can be compromised
via alternative interfaces to function invocation
other
than linking, and GPL code can be translated into an
external representation that is no longer code, but
data. 
All within the confines of the GPL.

Also with Perl, you can just link to perl and you have
gone around the GPL.

Invocation of functions, evocation of effects, that is
the key issue here.  The freedom to invoke, and the
freedom to see how it is done. The protection of this
freedom will have to be rethought in the light of the
changes in the world.

I think that it is time to consider the concepts of
invocation versus linkage in the GPL and allow for
external representation, network based linkage and
invocation. We will see all these splinter projects
come together and a brand new interest in GNU from
many different areas.

Let me tell you about myself and my interests : 

I always was asking myself how to create an C++ class
that has a list of members that are available. Like
reflection. Originally I wanted to create this
interface directly into the compiler and allows an
object to get a rtti-like interface into its
definition.

I am a believer in the GCC and GNU. I use emacs and
gcc at home and at work. I run only linux at home and
and running debian gnu/linux.  

For my living i write not compilers, but billing
systems. We deal with complex data structures and they
have to be fast. C++ is an ideal language and that is
why I use it.

Perl supports introspection to some degree, as java.
Noone is crying about that.

When I first came to this list in 1999
I was asking about creating an object oriented C++
interface into the complier : 
http://gcc.gnu.org/ml/gcc/1999-04n/msg00851.html
Back then the Trees were not documented as well
either.

I remember when denis percin dyp@perchine.com
kicked off a discussion about external representation.

you said  :
http://gcc.gnu.org/ml/gcc/1999-01n/msg00706.html
"I'm afraid that's exactly what RMS is extremely
worried about:
specifically, that proposed changes make it easier for
*proprietary*
tools to use the gcc front ends or back ends."

He has gone on to abandon talking to gcc, and wrote
his own parser with the project
DCT: The Document Comprehension Tool
http://dct.sourceforge.net

The GCC list has had many people who are interested in
getting access to the compiler data, and many of them
are turned away in a similar fashion.

Let me tell you that there are 4 projects out there
that are interfacing to the gcc compiler :

cpp2xml http://www.scl.csd.uwo.ca/Projects/cpp2xml

CppX	http://www.swag.uwaterloo.ca/~cppx/
This is a project that is very similar to mine,
without the introspection idea.

Gasta from Guillaume Thouvenin   Gasta - Gcc Abstract
Syntax Tree Analysis http://gasta.sf.net

GCC_XML from http://public.kitware.com/GCC_XML/
Also a GCC patch.

I think the GCC list has to ask itself,
how long are we going to wait before addressing the
issues at hand, and not just ignoring the problem to
death. 

It is time to get our heads out of the sand and face
reality.

Mike




=====
James Michael DuPont

__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

^ permalink raw reply	[flat|nested] 31+ messages in thread
* Linkage of GPLed GCC to Closed Source via XML or Perl
@ 2002-02-28  4:04 James Michael DuPont
  2002-02-28  8:07 ` Joe Buck
  0 siblings, 1 reply; 31+ messages in thread
From: James Michael DuPont @ 2002-02-28  4:04 UTC (permalink / raw)
  To: gcc

Dear GCC Developers,

For the past three years, I have been working on a
project to create a object oriented interface to the
GCC compiler, the GCC Node Introspector
(http://introspector.sourceforge.net/). 

This turned from a c++ into a Perl project after
realising the power of Perl for handling strings and
complex data structures. 
Currently I am using a modified version of c-dump.c
like done in CPPX
(http://swag.uwaterloo.ca/~cppx/doc/cppx/arch.html). I
output the tree nodes into a XML form that is very
similar to the tree dump, just with xml syntax.  This
is streamed into a Perl program via popen and written
to a Postgres database.

Also the number of tools that link into perl are
amazing.
The linkage of Perl is permissive, but I think that
the linking of programs can to GPL code can be very
tricky, and full of problems as a detailed review of
the GPL and LGPL can point out.

In this article :
http://lwn.net/2001/features/LarryWall/Perl 
>> CL: Would you give us an example of cultural
problems? 
>>Larry Wall: Ten years ago or so, we had Richard
Stallman's GPL, and Perl was licensed under that. And
I discovered 
>> that that worked fine for the hacker community, for
the geeks, but it prevented Perl from being used in a 
>> commercial environment. So I wrote my own license.
But I didn't want to offend the free software, the GPL

>> people. 
>>So, rather than switching licenses, I said "Well,
let's have both licenses and you may distribute Perl
under >>either of them at the same time." And that
way, the computer crowd, they had their insurance that
their rights >>would not be taken away, and the
companies had some insurances that their rights would
not be taken away, and >>everyone was happy. That's
sort of cultural hack that I'm talking about. 

Does that mean that via perl a company can create a
close-source gcc backend?
Without external representation via XML?

Let us review the the GPL and its implications for
linking to Perl : 

Lets look at the GPL : 
>This General Public License does not permit
incorporating your program into proprietary programs. 
>If your program is a subroutine library, you may
consider it more useful to permit linking proprietary
>applications with the library. 
>If this is what you want to do, use the GNU Library
General Public License instead of this License.

My GPL Comment: 
incorporating is a term that implies to me
containment,
If I write a proprietary program that uses the output
of the GPL Code is that containment?

If I open the a pipe to another program, and call
functions in it using data from a GPL program, is that
not what a linker does, but via a different method?

Lets look at the LGPL 2.1 
>	We use this license for certain libraries in order
to permit linking those libraries into non-free
programs. 
>	When a program is linked with a library, whether
statically or using a shared library, the combination
of the two is legally speaking a combined work, a
derivative of the original library. 
>The ordinary General Public License therefore permits
such linking only if the entire combination fits its
criteria of freedom. 
> The Lesser General Public License permits more lax
criteria for linking other code with the library.

LGPL Comment :
Now this does not cover linking via RPC/IPC or Shared
Memory or File. 
Let alone CORBA or XML-RPC/SOAP.
This comes done to the definition of linking, is
linking only with the linker, or is linking a method
of passing data between function calls? 
Can I call a GPLed Function in GIMP via a perl script
webpage, but I cannot link to it?


LGPL part 2 :
>14. If you wish to incorporate parts of the Library
into other free programs whose distribution conditions
are >incompatible with these, write to the author to
ask for permission. For software which is copyrighted
by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for
this. 
>Our decision will be guided by the two goals of
preserving the free status of all derivatives of our
free software and of promoting the sharing and reuse
of software generally. 


LGPL Comment part 2 :

"distribution conditions are incompatible with these" 
Does that cover PAL which gives you more freedom?
Can I link via Perl and all of a sudden, there is no
more GPL?

By these terms, would every Perl script which links in
with GPLed GIMP via script would require such
permission to be asked?

The perl script is called from an apache server, goes
across all types of close-source maybe even patented
software sitting on routers and switches, and then
gets displayed in a microsoft browser, only to call a
javascript function that uses the microsoft api to
draw on some graphic card.

As you can see, the network has changed the meaning of
linking. Perl has changed it as well.

Also see the discussion of this subject on perl monks 
http://www.perlmonks.org/index.pl?node_id=148162


James Michael DuPont 

mdupont777@yahoo.com
 


=====
James Michael DuPont

__________________________________________________
Do You Yahoo!?
Yahoo! Greetings - Send FREE e-cards for every occasion!
http://greetings.yahoo.com

^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~2002-03-07 22:32 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-28 21:56 Linkage of GPLed GCC to Closed Source via XML or Perl Robert Dewar
2002-02-28 22:51 ` Daniel Berlin
  -- strict thread matches above, loose matches on Subject: below --
2002-03-07 14:32 Robert Dewar
2002-03-04  1:52 Robert Dewar
2002-03-04  1:56 ` James Michael DuPont
2002-03-07 13:10 ` Florian Weimer
2002-03-03 19:06 Robert Dewar
2002-03-03 19:14 ` Diego Novillo
2002-03-03 23:27 ` James Michael DuPont
2002-03-04  5:40   ` Diego Novillo
2002-03-01  9:34 Bernard Dautrevaux
2002-03-02  1:26 ` James Michael DuPont
2002-02-28 20:44 Robert Dewar
2002-02-28 20:32 Robert Dewar
2002-02-28 12:40 James Michael DuPont
2002-02-28 11:46 mike stump
2002-02-28 11:22 Bernard Dautrevaux
2002-02-28 12:17 ` Joe Buck
2002-02-28  8:54 James Michael DuPont
2002-02-28 10:27 ` Joe Buck
2002-02-28  4:04 James Michael DuPont
2002-02-28  8:07 ` Joe Buck
2002-03-01  8:01   ` James Michael DuPont
2002-03-01  8:55     ` Joe Buck
2002-03-02  1:21       ` James Michael DuPont
2002-03-03 18:35         ` Bryce McKinlay
2002-03-03 18:58           ` Diego Novillo
2002-03-03 22:52             ` James Michael DuPont
2002-03-03 22:52           ` James Michael DuPont
2002-03-03 19:39         ` Alexandre Oliva
2002-03-03 23:46           ` James Michael DuPont

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).