Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watmath!clyde!rutgers!husc6!think!ames!ucbcad!ucbvax!ulysses!hector!jss From: jss@hector.UUCP Newsgroups: comp.lang.c Subject: Re: Porting PCC Message-ID: <2662@ulysses.homer.nj.att.com> Date: Wed, 17-Jun-87 13:56:32 EDT Article-I.D.: ulysses.2662 Posted: Wed Jun 17 13:56:32 1987 Date-Received: Fri, 19-Jun-87 01:14:49 EDT References: <2082@dg_rtp.UUCP> <5975@brl-smoke.ARPA> <6604@ism780c.UUCP> Sender: daemon@ulysses.homer.nj.att.com Reply-To: jss@hector (Jerry Schwarz) Organization: AT&T Bell Labs, Murray Hill Lines: 17 Pcc, pcc2, stincc, qcc and rcc are, in historical order, versions of the same compiler. (Although pcc and pcc2 coexisted for a while.) The major differences between them were in their code generators. The biggest break was between pcc and pcc2, since the latter introduced a "stin file" containing code generation templates. These names were used internally to mark significant changes. No distinction was ever made externally, and there were many changes that were not marked by a name. In general, the more recent the compiler the "better". All of these are AT&T code. NONE of these is in the public domain. Mostly, source licences are only available as part of a UNIX source licence. Jerry Schwarz Former member of the AT&T UNIX Language Department