From owner-cvs-all Sat May 18 23:55:19 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D1A4F37B406; Sat, 18 May 2002 23:55:13 -0700 (PDT) Received: (from grog@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4J6tD158439; Sat, 18 May 2002 23:55:13 -0700 (PDT) (envelope-from grog) Message-Id: <200205190655.g4J6tD158439@freefall.freebsd.org> From: Greg Lehey Date: Sat, 18 May 2002 23:55:13 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/share/doc/psd/06.Clang Clang.ms Makefile X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG grog 2002/05/18 23:55:13 PDT Modified files: share/doc/psd/06.Clang Clang.ms Makefile Log: Remove original license disclaimer. Add Caldera license. Approved by: David Taylor Make buildable under FreeBSD. This was relatively complicated: the original text used the msU macros, which are available in a number of different kinds. This version uses a number of mm-like macros, including AL and BL, which just aren't available in ms, and the msU macros I've found (even the ones in 4.4BSD) don't have them either. I replaced them with ms constructs, which makes it format better than the O'Reilly document, but I wasn't able to get the table of contents (ms doesn't have that facility). Add a prominent comment that this is not a reference for any modern version of C. Revision Changes Path 1.2 +69 -40 src/share/doc/psd/06.Clang/Clang.ms 1.2 +17 -2 src/share/doc/psd/06.Clang/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message