public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Re: gcc2 archives (was re: config.guess and Linux/GNU)
@ 2000-06-18 18:49 Richard Kenner
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Kenner @ 2000-06-18 18:49 UTC (permalink / raw)
  To: meissner; +Cc: gcc

    Also, the documentation files weren't kept under source code control
    either.

They were added about halfway between the start and when ChangeLogs were:

vlsi1% cvs log invoke.texi | tail
Formerly invoke.texi.~362~
----------------------------
revision 1.2
date: 1996/10/09 20:19:51;  author: kenner;  state: Exp;  lines: +2 -2
Formerly invoke.texi.~320~
----------------------------
revision 1.1
date: 1996/09/30 20:51:53;  author: meissner;  state: Exp;
Initial revision
=============================================================================

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: gcc2 archives (was re: config.guess and Linux/GNU)
@ 2000-06-19 14:05 Jason Molenda
  2000-06-19 14:17 ` Michael Meissner
  0 siblings, 1 reply; 10+ messages in thread
From: Jason Molenda @ 2000-06-19 14:05 UTC (permalink / raw)
  To: meissner; +Cc: gcc

I can't resist an opportunity to plug an old hobby of mine.

Michael Meissner wrote:

> Thus for people interested in really old software archaeology, you
> would have to look for caches of old releases (or private archives


Like, oh, say ftp://gcc.gnu.org/pub/gcc/old-releases/ ?

There are even a couple of patches to gcc 1.40 for MIPS processors
in the archive from some meissner@osf.ORG guy.  

Every old version of GCC that I could dig up back in '95 is in this
dir -- if anyone has an older version of gcc that I'm missing
(anything older than 1.35), drop me a line.  I'm pretty certain that
I scrounged up every old GCC version that is on public ftp sites back
when I assembled this collection.


Jason

PS- Similar archives of old GDB and Binutils releases are on
sourceware.cygnus.com.

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: gcc2 archives (was re: config.guess and Linux/GNU)
@ 2000-06-18 18:27 Richard Kenner
  2000-06-18 18:44 ` Michael Meissner
  0 siblings, 1 reply; 10+ messages in thread
From: Richard Kenner @ 2000-06-18 18:27 UTC (permalink / raw)
  To: meissner; +Cc: gcc

    I'm sure MRS knows this, but just so everybody else is on the same
    page -- the CVS/RCS archives only go back a year or so.  For at least
    the first 6-8 years no source code control system at all was used

No.  That's true just for ChangeLog, but not for the other files.
Version 1.1 of the compiler code is from late February and early March
of 1992.

E.g.:

vlsi1% cvs log cse.c | tail
*** empty log message ***
----------------------------
revision 1.2
date: 1992/03/14 05:03:35;  author: rms;  state: Exp;  lines: +75 -6
*** empty log message ***
----------------------------
revision 1.1
date: 1992/02/27 12:48:10;  author: kenner;  state: Exp;
Initial revision
=============================================================================

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re:  gcc2 archives (was re: config.guess and Linux/GNU)
@ 2000-06-18 14:12 Richard Kenner
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Kenner @ 2000-06-18 14:12 UTC (permalink / raw)
  To: mrs; +Cc: gcc

    I would love to see a pointer to the old cvs archives on the gcc
    website, but in such a way as to not be confusing to a new user trying
    to find gcc.

I can't host it, but I can certainly ship off the files to somebody who can.

    If I'm lucky, the old cvs stuff was built up directly from the old rcs
    files.

The old CVS stuff *is* the set of old RCS files: we switched from using
RCS to CVS, but kept the same set of files throughout.

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re:  gcc2 archives (was re: config.guess and Linux/GNU)
@ 2000-06-18 12:37 Mike Stump
  2000-06-18 17:46 ` Michael Meissner
  0 siblings, 1 reply; 10+ messages in thread
From: Mike Stump @ 2000-06-18 12:37 UTC (permalink / raw)
  To: jbuck, kenner; +Cc: gcc

> Date: Sat, 17 Jun 00 12:56:25 EDT
> From: kenner@vlsi1.ultra.nyu.edu (Richard Kenner)

> However, we can certainly make the last gcc2 CVS tree available, if
> it would be useful.  I have it on my machine.

I would love to see a pointer to the old cvs archives on the gcc
website, but in such a way as to not be confusing to a new user trying
to find gcc.  If I'm lucky, the old cvs stuff was built up directly
from the old rcs files.

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re:  gcc2 archives (was re: config.guess and Linux/GNU)
@ 2000-06-17  9:44 Richard Kenner
  0 siblings, 0 replies; 10+ messages in thread
From: Richard Kenner @ 2000-06-17  9:44 UTC (permalink / raw)
  To: jbuck; +Cc: gcc

    I'm not sure we can ethically do that.  The reason is that gcc2 was
    operated as a closed list, and many people who posted to it believed
    that their words were semi-private.  

I don't think the issue is privacy, per se, but that when people write to
a list that has a relatively small readership, then can write in a much more
casual form and take less care in the choice of words than when what they
write will be archived forever and available to the public.

    But because the conditions were different in the gcc2 days, to publish
    the gcc2 archives would be to publish peoples' words without their
    permission.

I agree: it's not proper to take somebody's words witten with one set of
assumptions on how they will be used and use them another way.  It's also
likely a copyright violation.

However, we can certainly make the last gcc2 CVS tree available, if it would
be useful.  I have it on my machine.

^ permalink raw reply	[flat|nested] 10+ messages in thread
* Re: config.guess and Linux/GNU
@ 2000-06-12 18:08 Mike Stump
  2000-06-13 10:14 ` gcc2 archives (was re: config.guess and Linux/GNU) Joe Buck
  0 siblings, 1 reply; 10+ messages in thread
From: Mike Stump @ 2000-06-12 18:08 UTC (permalink / raw)
  To: gcc; +Cc: per

> To: Mike Stump <mrs@windriver.com>
> Cc: config-patches@gnu.org, gcc-patches@gcc.gnu.org, gcc@gcc.gnu.org
> From: Per Bothner <per@bothner.com>
> Date: 12 Jun 2000 16:37:41 -0700

> Mike Stump <mrs@windriver.com> writes:

> > Hog wash.  As the author of config.guess let me sed [sic] some light.

> Is my mind getting feeble?  I distinctly remember being the original
> author and for some years the maintainer of config.guess.  ((Hurridly
> checks config.guess.))  Yep, that sure looks like my name.

This reminds me, could someone put up the old gcc2 archives (and the
older list as well) up on the web site, if nothing else, as big flat
files for download.  They are great for mining bits and pieces of
information.  I know some people have them, love to see them not get
lost.

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

end of thread, other threads:[~2000-06-19 14:17 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-18 18:49 gcc2 archives (was re: config.guess and Linux/GNU) Richard Kenner
  -- strict thread matches above, loose matches on Subject: below --
2000-06-19 14:05 Jason Molenda
2000-06-19 14:17 ` Michael Meissner
2000-06-18 18:27 Richard Kenner
2000-06-18 18:44 ` Michael Meissner
2000-06-18 14:12 Richard Kenner
2000-06-18 12:37 Mike Stump
2000-06-18 17:46 ` Michael Meissner
2000-06-17  9:44 Richard Kenner
2000-06-12 18:08 config.guess and Linux/GNU Mike Stump
2000-06-13 10:14 ` gcc2 archives (was re: config.guess and Linux/GNU) Joe Buck

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).