diff options
Diffstat (limited to 'mac')
42 files changed, 44 insertions, 44 deletions
diff --git a/mac/Background.doc b/mac/Background.doc index 8c4409d..d23235a 100644 --- a/mac/Background.doc +++ b/mac/Background.doc @@ -1,7 +1,7 @@ Notes about the Background Only application template ==================================================== -SCCS: @(#) Background.doc 1.1 97/11/03 17:05:54 +RCS: @(#) $Id: Background.doc,v 1.2 1998/09/14 18:40:03 stanton Exp $ We have included sample code and project files for making a Background-Only application (BOA) in Tcl. This could be used for server processes (like the diff --git a/mac/MW_TclAppleScriptHeader.pch b/mac/MW_TclAppleScriptHeader.pch index 9575a8d..988b4ff 100644 --- a/mac/MW_TclAppleScriptHeader.pch +++ b/mac/MW_TclAppleScriptHeader.pch @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) MW_TclAppleScriptHeader.pch 1.1 97/09/09 16:38:07 + * RCS: @(#) $Id: MW_TclAppleScriptHeader.pch,v 1.2 1998/09/14 18:40:03 stanton Exp $ */ /* diff --git a/mac/MW_TclHeader.pch b/mac/MW_TclHeader.pch index a5c133a..012182b 100644 --- a/mac/MW_TclHeader.pch +++ b/mac/MW_TclHeader.pch @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) MW_TclHeader.pch 1.27 97/11/20 18:45:25 + * RCS: @(#) $Id: MW_TclHeader.pch,v 1.3 1998/09/14 18:40:03 stanton Exp $ */ /* @@ -8,7 +8,7 @@ Jim Ingham Cygnus Solutions jingham@cygnus.com -SCCS: @(#) README 1.30 97/11/20 22:01:16 +RCS: @(#) $Id: README,v 1.3 1998/09/14 18:40:04 stanton Exp $ 1. Introduction --------------- diff --git a/mac/bugs.doc b/mac/bugs.doc index 5f4d45e..3e1efb9 100644 --- a/mac/bugs.doc +++ b/mac/bugs.doc @@ -4,7 +4,7 @@ by Ray Johnson Sun Microsystems Laboratories rjohnson@eng.sun.com -SCCS: @(#) bugs.doc 1.6 97/08/13 18:09:12 +RCS: @(#) $Id: bugs.doc,v 1.2 1998/09/14 18:40:04 stanton Exp $ This was a new feature as of Tcl7.6b1 and as such I'll started with a clean slate. I currently know of no reproducable bugs. I often diff --git a/mac/libmoto.doc b/mac/libmoto.doc index 50b98e1..2183651 100644 --- a/mac/libmoto.doc +++ b/mac/libmoto.doc @@ -1,7 +1,7 @@ Notes about the use of libmoto ------------------------------ -@(#) libmoto.doc 1.1 96/07/17 14:29:48 +RCS: @(#) $Id: libmoto.doc,v 1.2 1998/09/14 18:40:04 stanton Exp $ First of all, libmoto is not required! If you don't have it, you can simply remove the library reference from the project file and diff --git a/mac/morefiles.doc b/mac/morefiles.doc index b7c7118..58f0929 100644 --- a/mac/morefiles.doc +++ b/mac/morefiles.doc @@ -1,7 +1,7 @@ Notes about MoreFiles, dnr.c & other non-Tcl source files --------------------------------------------------------- -@(#) morefiles.doc 1.4 97/08/13 12:57:08 +RCS: @(#) $Id: morefiles.doc,v 1.2 1998/09/14 18:40:04 stanton Exp $ The Macintosh distribution uses several source files that don't actually ship with Tcl. This sometimes causes problems or confusion diff --git a/mac/porting.notes b/mac/porting.notes index f1f36e5..5e71969 100644 --- a/mac/porting.notes +++ b/mac/porting.notes @@ -1,7 +1,7 @@ Porting Notes ------------- -@(#) porting.notes 1.5 96/07/31 14:59:28 +RCS: @(#) $Id: porting.notes,v 1.2 1998/09/14 18:40:04 stanton Exp $ Currently, the Macintosh version Tcl only compilies with the CodeWarrior C compilier from MetroWerks. It should be straight diff --git a/mac/tclMac.h b/mac/tclMac.h index eec480c..c25a8ed 100644 --- a/mac/tclMac.h +++ b/mac/tclMac.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMac.h 1.8 97/06/24 18:59:08 + * RCS: @(#) $Id: tclMac.h,v 1.2 1998/09/14 18:40:04 stanton Exp $ */ #ifndef _TCLMAC diff --git a/mac/tclMacAETE.r b/mac/tclMacAETE.r index 17fb6fe..be9dd11 100644 --- a/mac/tclMacAETE.r +++ b/mac/tclMacAETE.r @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacAETE.r 1.1 97/11/03 17:06:22 + * RCS: @(#) $Id: tclMacAETE.r,v 1.2 1998/09/14 18:40:04 stanton Exp $ */ #define SystemSevenOrLater 1 diff --git a/mac/tclMacAlloc.c b/mac/tclMacAlloc.c index 6736675..7a8efc4 100644 --- a/mac/tclMacAlloc.c +++ b/mac/tclMacAlloc.c @@ -14,7 +14,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacAlloc.c 1.13 97/07/24 14:42:19 + * RCS: @(#) $Id: tclMacAlloc.c,v 1.3 1998/09/14 18:40:04 stanton Exp $ */ #include "tclMacInt.h" diff --git a/mac/tclMacAppInit.c b/mac/tclMacAppInit.c index 8906270..9e66a20 100644 --- a/mac/tclMacAppInit.c +++ b/mac/tclMacAppInit.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacAppInit.c 1.20 97/07/28 11:03:58 + * RCS: @(#) $Id: tclMacAppInit.c,v 1.2 1998/09/14 18:40:04 stanton Exp $ */ #include "tcl.h" diff --git a/mac/tclMacApplication.r b/mac/tclMacApplication.r index 90d3456..21e013e 100644 --- a/mac/tclMacApplication.r +++ b/mac/tclMacApplication.r @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacApplication.r 1.2 97/06/20 11:27:07 + * RCS: @(#) $Id: tclMacApplication.r,v 1.2 1998/09/14 18:40:04 stanton Exp $ */ #include <Types.r> diff --git a/mac/tclMacBOAAppInit.c b/mac/tclMacBOAAppInit.c index db9890b..173495a 100644 --- a/mac/tclMacBOAAppInit.c +++ b/mac/tclMacBOAAppInit.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacBOAAppInit.c 1.1 97/11/03 17:06:21 + * RCS: @(#) $Id: tclMacBOAAppInit.c,v 1.2 1998/09/14 18:40:04 stanton Exp $ */ #include "tcl.h" diff --git a/mac/tclMacBOAMain.c b/mac/tclMacBOAMain.c index 76689de..ebec082 100644 --- a/mac/tclMacBOAMain.c +++ b/mac/tclMacBOAMain.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacBOAMain.c 1.1 97/11/03 17:06:22 + * RCS: @(#) $Id: tclMacBOAMain.c,v 1.2 1998/09/14 18:40:04 stanton Exp $ */ #include "tcl.h" diff --git a/mac/tclMacChan.c b/mac/tclMacChan.c index e11e47d..781ee64 100644 --- a/mac/tclMacChan.c +++ b/mac/tclMacChan.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacChan.c 1.43 97/06/20 11:27:48 + * RCS: @(#) $Id: tclMacChan.c,v 1.3 1998/09/14 18:40:04 stanton Exp $ */ #include "tclInt.h" diff --git a/mac/tclMacDNR.c b/mac/tclMacDNR.c index b42b4dd..fa7058b 100644 --- a/mac/tclMacDNR.c +++ b/mac/tclMacDNR.c @@ -15,7 +15,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacDNR.c 1.2 97/01/28 10:37:21 + * RCS: @(#) $Id: tclMacDNR.c,v 1.2 1998/09/14 18:40:04 stanton Exp $ */ #pragma ANSI_strict off diff --git a/mac/tclMacEnv.c b/mac/tclMacEnv.c index afb6028..8f6b58f 100644 --- a/mac/tclMacEnv.c +++ b/mac/tclMacEnv.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacEnv.c 1.29 96/12/06 14:19:57 + * RCS: @(#) $Id: tclMacEnv.c,v 1.2 1998/09/14 18:40:04 stanton Exp $ */ #include <Gestalt.h> diff --git a/mac/tclMacExit.c b/mac/tclMacExit.c index f5f403d..8ed6355 100644 --- a/mac/tclMacExit.c +++ b/mac/tclMacExit.c @@ -14,7 +14,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacExit.c 1.6 97/11/20 18:37:38 + * RCS: @(#) $Id: tclMacExit.c,v 1.2 1998/09/14 18:40:04 stanton Exp $ */ #include "tclInt.h" diff --git a/mac/tclMacFCmd.c b/mac/tclMacFCmd.c index 0dcac1c..92cce37 100644 --- a/mac/tclMacFCmd.c +++ b/mac/tclMacFCmd.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacFCmd.c 1.22 97/05/20 15:44:26 + * RCS: @(#) $Id: tclMacFCmd.c,v 1.2 1998/09/14 18:40:05 stanton Exp $ */ #include "tclInt.h" diff --git a/mac/tclMacFile.c b/mac/tclMacFile.c index c15eeaa..4de2267 100644 --- a/mac/tclMacFile.c +++ b/mac/tclMacFile.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacFile.c 1.57 97/04/23 16:23:05 + * RCS: @(#) $Id: tclMacFile.c,v 1.4 1998/09/14 18:40:05 stanton Exp $ */ /* diff --git a/mac/tclMacInit.c b/mac/tclMacInit.c index 9dc6bd0..13015a5 100644 --- a/mac/tclMacInit.c +++ b/mac/tclMacInit.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacInit.c 1.39 97/09/23 13:17:30 + * RCS: @(#) $Id: tclMacInit.c,v 1.2 1998/09/14 18:40:05 stanton Exp $ */ #include <Files.h> diff --git a/mac/tclMacInt.h b/mac/tclMacInt.h index d4d43b4..a6ceda0 100644 --- a/mac/tclMacInt.h +++ b/mac/tclMacInt.h @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacInt.h 1.24 97/09/09 16:22:01 + * RCS: @(#) $Id: tclMacInt.h,v 1.2 1998/09/14 18:40:05 stanton Exp $ */ #ifndef _TCLMACINT diff --git a/mac/tclMacInterupt.c b/mac/tclMacInterupt.c index 97620f8..7f37d2f 100644 --- a/mac/tclMacInterupt.c +++ b/mac/tclMacInterupt.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacInterupt.c 1.16 96/12/12 19:22:01 + * RCS: @(#) $Id: tclMacInterupt.c,v 1.2 1998/09/14 18:40:05 stanton Exp $ */ #include "tclInt.h" diff --git a/mac/tclMacLibrary.c b/mac/tclMacLibrary.c index c49aae6..ea84b9d 100644 --- a/mac/tclMacLibrary.c +++ b/mac/tclMacLibrary.c @@ -13,7 +13,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacLibrary.c 1.6 97/11/20 19:29:42 + * RCS: @(#) $Id: tclMacLibrary.c,v 1.2 1998/09/14 18:40:05 stanton Exp $ */ /* diff --git a/mac/tclMacLibrary.r b/mac/tclMacLibrary.r index b83118d..e775d94 100644 --- a/mac/tclMacLibrary.r +++ b/mac/tclMacLibrary.r @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacLibrary.r 1.5 97/09/23 12:53:28 + * RCS: @(#) $Id: tclMacLibrary.r,v 1.2 1998/09/14 18:40:05 stanton Exp $ */ #include <Types.r> diff --git a/mac/tclMacLoad.c b/mac/tclMacLoad.c index 060a734..9c84ac8 100644 --- a/mac/tclMacLoad.c +++ b/mac/tclMacLoad.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacLoad.c 1.20 97/11/20 18:39:20 + * RCS: @(#) $Id: tclMacLoad.c,v 1.2 1998/09/14 18:40:05 stanton Exp $ */ #include <CodeFragments.h> diff --git a/mac/tclMacMSLPrefix.h b/mac/tclMacMSLPrefix.h index ce569da..1d11099 100644 --- a/mac/tclMacMSLPrefix.h +++ b/mac/tclMacMSLPrefix.h @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMac.h 1.2 97/03/18 10:58:49 + * RCS: @(#) $Id: tclMacMSLPrefix.h,v 1.2 1998/09/14 18:40:05 stanton Exp $ */ #include <ansi_prefix.mac.h> diff --git a/mac/tclMacMath.h b/mac/tclMacMath.h index 7ec3257..14af9a8 100644 --- a/mac/tclMacMath.h +++ b/mac/tclMacMath.h @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacMath.h 1.2 97/07/28 11:04:02 + * RCS: @(#) $Id: tclMacMath.h,v 1.2 1998/09/14 18:40:05 stanton Exp $ */ #ifndef _TCLMACMATH diff --git a/mac/tclMacNotify.c b/mac/tclMacNotify.c index 1537f0c..a652c8d 100644 --- a/mac/tclMacNotify.c +++ b/mac/tclMacNotify.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacNotify.c 1.36 97/05/07 19:09:29 + * RCS: @(#) $Id: tclMacNotify.c,v 1.2 1998/09/14 18:40:05 stanton Exp $ */ #include "tclInt.h" diff --git a/mac/tclMacOSA.c b/mac/tclMacOSA.c index 110cfe2..d4bc14d 100644 --- a/mac/tclMacOSA.c +++ b/mac/tclMacOSA.c @@ -12,7 +12,7 @@ * See the file "License Terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacOSA.c 1.7 97/06/18 14:29:58 + * RCS: @(#) $Id: tclMacOSA.c,v 1.2 1998/09/14 18:40:05 stanton Exp $ */ #define MAC_TCL diff --git a/mac/tclMacOSA.r b/mac/tclMacOSA.r index 7975a19..6521ac8 100644 --- a/mac/tclMacOSA.r +++ b/mac/tclMacOSA.r @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacOSA.r 1.6 97/11/20 18:40:02 + * RCS: @(#) $Id: tclMacOSA.r,v 1.2 1998/09/14 18:40:05 stanton Exp $ */ #include <Types.r> diff --git a/mac/tclMacPanic.c b/mac/tclMacPanic.c index 13219d8..081c856 100644 --- a/mac/tclMacPanic.c +++ b/mac/tclMacPanic.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacPanic.c 1.14 97/11/20 18:41:06 + * RCS: @(#) $Id: tclMacPanic.c,v 1.2 1998/09/14 18:40:05 stanton Exp $ */ diff --git a/mac/tclMacPort.h b/mac/tclMacPort.h index d0edfb6..abf1d6c 100644 --- a/mac/tclMacPort.h +++ b/mac/tclMacPort.h @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacPort.h 1.75 97/08/11 10:18:07 + * RCS: @(#) $Id: tclMacPort.h,v 1.5 1998/09/14 18:40:06 stanton Exp $ */ #ifndef _MACPORT diff --git a/mac/tclMacProjects.sit.hqx b/mac/tclMacProjects.sit.hqx index 212d433..ef37a76 100644 --- a/mac/tclMacProjects.sit.hqx +++ b/mac/tclMacProjects.sit.hqx @@ -2152,7 +2152,7 @@ $2%fZPJ01Vil3jdH[fk`MR2"If4UHTUbemrCkdMUkb5E(eLhKC"2qC-#2F2+m)jX -q%HfC0-f1AjN(aPXF[[)C#@m)rYB6i[b-fmlL!hN!lH$2&YjAKlP[aB!80@hf@E lb#E(b'd*Ma`RU0J%&4Y2!(63fH'*""%&RbF+i"82f0CBLab`TA@hE8f0TD8pBFR akDQS(8Y-4H)aZhClFLaL@h)d'TFM%eBm,TY3ha$E*3hi')l`Ql*("NBE!*rlIR& -qrj818VP6aUDd`ejfQiE&Y"a2a-HXP%b-bjR$Date$U1c+4YDe,fD9B,89PZpP%V498 +qrj818VP6aUDd`ejfQiE&Y"a2a-HXP%b-bjR%G%U1c+4YDe,fD9B,89PZpP%V498 HY+h#f10L(d*3&GIMSRUNfY%cKREYX5UMpSeL1PCT@kl0CRFL191CLSRG%j@fG-h +MCXfA9%YZb"lYfk'jfbA&$k8h+Q,'CF*FMpf1eH2VheXcH"dpfK#TUDjHl'd6%G 6XD3Y)mPN2"D0m+KFaYf6Np0T@il(8UKL8fNlJQRTJSBeS[A369S9rXqBF%Z'qb, @@ -2312,7 +2312,7 @@ P#",%#%)%%B)!3A`J2*!!'JJ1a!C#!p'$c%"L)#q3!"D%084Ma'*%BK@@MDL-8!b *4(K"I!BI%@)4(e&Q%$%3"5"'#,&!,L)+!MQLGfAk")%#`4b4(B%CdSLJM'L-k)C `$%''r#0m)m*!cK%E)(f)64!b"(+%@84@L#d#,-)Z`Ld#,!3834,d4YK&q%)B4@" &@)9i)k3L,##1)2!Jp%(q%8B4Va!e)*H)S!KcL$53!$l%Cm4+4%V),D)NBLHN'P% -5-4)4$RCSfile$83SV3K[L)Q)$BL-L)Z!MK4ma!4%3m4$4%+%-N4'4#0)9B3P-3!P8!M&S +5-4)4%M%83SV3K[L)Q)$BL-L)Z!MK4ma!4%3m4$4%+%-N4'4#0)9B3P-3!P8!M&S i3TTUih8bBQ)YApHdZMCHZlCeHcD4h@pYkQMG9pZd1j0*bf4FBVZmYUAfYHEVNPD LV5fGj0f4Dph@dYU@bQ(-YZChmTEKX5a4YZG5L@`5Pqfl@eT5f@fYDE%PNqRfpN4 (-kDG#GFThC&,Yk8`YLI),#R*Y#B6EGZbU4fYiZbkjIGR8[*ZEXfQNRNRGLUElH" @@ -2854,7 +2854,7 @@ YDTDjib2QlMhqd2SH!-cGrE0&VBHjLcJ1NRGrqpR*[(H!E$rEYdAiUHeRqlF41`) BGqqUM-TH&CXbR"-E,Y`6Qb#F!"XFC)9a5Qa-U#bmZ)G0I4@&3PlAG6X![XFUAP1 DLBILf2Sb9a4aB)[aX(bpfLKA6MqZRp'E`qrZ!2IIib4Rm,Pd$bFr&NG[jHc*-cm rpVbbE[hJ9heqAAhIT2Zimd[Ek#T&ADMb&h5KVJQblU-6)!kjC9kY`BlLd0ZVECp -FGJfG!1mKZhe1J$KdYmr'FDcE*lI$Ah3JMH-94jN3bH9fB"pikrVFUVFHCFI$RCSfile$I +FGJfG!1mKZhe1J$KdYmr'FDcE*lI$Ah3JMH-94jN3bH9fB"pikrVFUVFHCFI%M%I @MYkA#iiG"e*XIqMh'Ic[clhq`3rP9Ve$dq4Q1hcm(SIcM,SX@aTRma8Y&PQ)pXF KYm0MEIR*[*GG&LG![XSZLa-J$RbdeIhjGj9aL24)I#mr6JeY,Q9)Rp`q4@[jhh3 i`,BSlM+8p-Nhdc-EJQHP2%eI-(hbaMYBp#im8r,FIMSSl25Zah2,%ZBkL0l0Ik- diff --git a/mac/tclMacResource.c b/mac/tclMacResource.c index 0689860..81fe0bf 100644 --- a/mac/tclMacResource.c +++ b/mac/tclMacResource.c @@ -11,7 +11,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacResource.c 1.35 97/11/24 15:03:58 + * RCS: @(#) $Id: tclMacResource.c,v 1.3 1998/09/14 18:40:06 stanton Exp $ */ #include <Errors.h> diff --git a/mac/tclMacResource.r b/mac/tclMacResource.r index a25d476..f0671b9 100644 --- a/mac/tclMacResource.r +++ b/mac/tclMacResource.r @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacResource.r 1.19 97/09/23 12:51:41 + * RCS: @(#) $Id: tclMacResource.r,v 1.2 1998/09/14 18:40:06 stanton Exp $ */ #include <Types.r> diff --git a/mac/tclMacSock.c b/mac/tclMacSock.c index fe276f1..b36ae1d 100644 --- a/mac/tclMacSock.c +++ b/mac/tclMacSock.c @@ -8,7 +8,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacSock.c 1.59 97/10/09 18:24:42 + * RCS: @(#) $Id: tclMacSock.c,v 1.2 1998/09/14 18:40:06 stanton Exp $ */ #include "tclInt.h" diff --git a/mac/tclMacTest.c b/mac/tclMacTest.c index 2452ca1..3824031 100644 --- a/mac/tclMacTest.c +++ b/mac/tclMacTest.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacTest.c 1.9 97/09/09 16:36:37 + * RCS: @(#) $Id: tclMacTest.c,v 1.2 1998/09/14 18:40:07 stanton Exp $ */ #define TCL_TEST diff --git a/mac/tclMacTime.c b/mac/tclMacTime.c index e5b6a1f..79633de 100644 --- a/mac/tclMacTime.c +++ b/mac/tclMacTime.c @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacTime.c 1.19 97/06/27 13:07:10 + * RCS: @(#) $Id: tclMacTime.c,v 1.2 1998/09/14 18:40:07 stanton Exp $ */ #include "tclInt.h" diff --git a/mac/tclMacUnix.c b/mac/tclMacUnix.c index e820fc0..8d99ee3 100644 --- a/mac/tclMacUnix.c +++ b/mac/tclMacUnix.c @@ -12,7 +12,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacUnix.c 1.56 96/12/12 19:38:08 + * RCS: @(#) $Id: tclMacUnix.c,v 1.2 1998/09/14 18:40:07 stanton Exp $ */ #include <Files.h> diff --git a/mac/tclMacUtil.c b/mac/tclMacUtil.c index 254cfb8..37e1d90 100644 --- a/mac/tclMacUtil.c +++ b/mac/tclMacUtil.c @@ -10,7 +10,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * SCCS: @(#) tclMacUtil.c 1.53 97/07/30 16:46:16 + * RCS: @(#) $Id: tclMacUtil.c,v 1.2 1998/09/14 18:40:07 stanton Exp $ */ #include "tcl.h" |