summaryrefslogtreecommitdiffstats
path: root/compat
diff options
context:
space:
mode:
authorstanton <stanton>1998-09-14 18:39:43 (GMT)
committerstanton <stanton>1998-09-14 18:39:43 (GMT)
commitaada09aa918105dd70186da6252c8a92d444b580 (patch)
tree91ecabdbdcd0bf4fb6bc9397a725b55993ed4060 /compat
parentf8dab0988bd8bcd72a79a9335424a2a44c7afd0f (diff)
downloadtcl-aada09aa918105dd70186da6252c8a92d444b580.zip
tcl-aada09aa918105dd70186da6252c8a92d444b580.tar.gz
tcl-aada09aa918105dd70186da6252c8a92d444b580.tar.bz2
Replaced SCCS strings, fixed binary filescore_8_0_3
Diffstat (limited to 'compat')
-rw-r--r--compat/README2
-rw-r--r--compat/dirent.h2
-rw-r--r--compat/dirent2.h2
-rw-r--r--compat/dlfcn.h2
-rw-r--r--compat/fixstrtod.c2
-rw-r--r--compat/float.h2
-rw-r--r--compat/gettod.c2
-rw-r--r--compat/limits.h2
-rw-r--r--compat/opendir.c2
-rw-r--r--compat/stdlib.h2
-rw-r--r--compat/strftime.c9
-rw-r--r--compat/string.h2
-rw-r--r--compat/strncasecmp.c2
-rw-r--r--compat/strstr.c2
-rw-r--r--compat/strtod.c2
-rw-r--r--compat/strtol.c2
-rw-r--r--compat/strtoul.c2
-rw-r--r--compat/tclErrno.h2
-rw-r--r--compat/tmpnam.c2
-rw-r--r--compat/unistd.h2
-rw-r--r--compat/waitpid.c2
21 files changed, 24 insertions, 25 deletions
diff --git a/compat/README b/compat/README
index 4ed8e54..38b9b05 100644
--- a/compat/README
+++ b/compat/README
@@ -5,4 +5,4 @@ Tcl when a system doesn't contain the corresponding files or when
they are known to be incorrect. When the whole world becomes POSIX-
compliant this directory should be unnecessary.
-sccsid = SCCS: @(#) README 1.3 96/02/16 08:56:51
+RCS: @(#) $Id: README,v 1.2 1998/09/14 18:39:44 stanton Exp $
diff --git a/compat/dirent.h b/compat/dirent.h
index 081376b..1368018 100644
--- a/compat/dirent.h
+++ b/compat/dirent.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: @(#) dirent.h 1.4 96/02/15 14:43:50
+ * RCS: @(#) $Id: dirent.h,v 1.2 1998/09/14 18:39:44 stanton Exp $
*/
#ifndef _DIRENT
diff --git a/compat/dirent2.h b/compat/dirent2.h
index 585a7e8..7c2406c 100644
--- a/compat/dirent2.h
+++ b/compat/dirent2.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: @(#) dirent2.h 1.4 96/02/15 14:43:51
+ * RCS: @(#) $Id: dirent2.h,v 1.2 1998/09/14 18:39:44 stanton Exp $
*/
#ifndef _DIRENT
diff --git a/compat/dlfcn.h b/compat/dlfcn.h
index cf02fb9..1dee078 100644
--- a/compat/dlfcn.h
+++ b/compat/dlfcn.h
@@ -17,7 +17,7 @@
* for any results of using the software, alterations are clearly marked
* as such, and this notice is not modified.
*
- * SCCS: @(#) dlfcn.h 1.4 96/09/17 09:05:59
+ * RCS: @(#) $Id: dlfcn.h,v 1.2 1998/09/14 18:39:44 stanton Exp $
*/
/*
diff --git a/compat/fixstrtod.c b/compat/fixstrtod.c
index 2655767..165b7d1 100644
--- a/compat/fixstrtod.c
+++ b/compat/fixstrtod.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: @(#) fixstrtod.c 1.5 96/02/15 12:08:21
+ * RCS: @(#) $Id: fixstrtod.c,v 1.2 1998/09/14 18:39:44 stanton Exp $
*/
#include <stdio.h>
diff --git a/compat/float.h b/compat/float.h
index 06db4fd..049f4a8 100644
--- a/compat/float.h
+++ b/compat/float.h
@@ -12,5 +12,5 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * SCCS: @(#) float.h 1.3 96/02/15 14:43:52
+ * RCS: @(#) $Id: float.h,v 1.2 1998/09/14 18:39:44 stanton Exp $
*/
diff --git a/compat/gettod.c b/compat/gettod.c
index 4110262..9fc0ca5 100644
--- a/compat/gettod.c
+++ b/compat/gettod.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: @(#) gettod.c 1.2 96/02/15 12:08:26
+ * RCS: @(#) $Id: gettod.c,v 1.2 1998/09/14 18:39:44 stanton Exp $
*/
#include "tcl.h"
diff --git a/compat/limits.h b/compat/limits.h
index ec7a909..96b0b50 100644
--- a/compat/limits.h
+++ b/compat/limits.h
@@ -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: @(#) limits.h 1.8 96/07/08 18:00:13
+ * RCS: @(#) $Id: limits.h,v 1.2 1998/09/14 18:39:44 stanton Exp $
*/
#define LONG_MIN 0x80000000
diff --git a/compat/opendir.c b/compat/opendir.c
index b1a47ff..8eec7db 100644
--- a/compat/opendir.c
+++ b/compat/opendir.c
@@ -7,7 +7,7 @@
* originally from Larry Wall.
*
*
- * SCCS: @(#) opendir.c 1.3 96/02/15 12:08:21
+ * RCS: @(#) $Id: opendir.c,v 1.2 1998/09/14 18:39:44 stanton Exp $
*/
#include "tclInt.h"
diff --git a/compat/stdlib.h b/compat/stdlib.h
index 059ea29..a9f30bc 100644
--- a/compat/stdlib.h
+++ b/compat/stdlib.h
@@ -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: @(#) stdlib.h 1.10 96/02/15 14:43:54
+ * RCS: @(#) $Id: stdlib.h,v 1.2 1998/09/14 18:39:45 stanton Exp $
*/
#ifndef _STDLIB
diff --git a/compat/strftime.c b/compat/strftime.c
index 7c72557..e99a046 100644
--- a/compat/strftime.c
+++ b/compat/strftime.c
@@ -8,7 +8,7 @@
* source. See the copyright notice below for details on redistribution
* restrictions. The "license.terms" file does not apply to this file.
*
- * SCCS: @(#) strftime.c 1.4 97/08/07 17:17:02
+ * RCS: @(#) $Id: strftime.c,v 1.2 1998/09/14 18:39:45 stanton Exp $
*/
/*
@@ -44,10 +44,9 @@
* SUCH DAMAGE.
*/
-#if defined(LIBC_SCCS) && !defined(lint)
-/*static char *sccsid = "from: @(#)strftime.c 5.11 (Berkeley) 2/24/91";*/
-static char *rcsid = "$Id: strftime.c,v 1.1 1998/03/26 14:46:31 rjohnson Exp $";
-#endif /* LIBC_SCCS and not lint */
+#if defined(LIBC_SCCS)
+static char *rcsid = "$Id: strftime.c,v 1.2 1998/09/14 18:39:45 stanton Exp $";
+#endif /* LIBC_SCCS */
#include <time.h>
#include <string.h>
diff --git a/compat/string.h b/compat/string.h
index 541e159..a4df8ab 100644
--- a/compat/string.h
+++ b/compat/string.h
@@ -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: @(#) string.h 1.13 96/04/09 22:14:53
+ * RCS: @(#) $Id: string.h,v 1.2 1998/09/14 18:39:45 stanton Exp $
*/
#ifndef _STRING
diff --git a/compat/strncasecmp.c b/compat/strncasecmp.c
index 749c1da..ca2bf91 100644
--- a/compat/strncasecmp.c
+++ b/compat/strncasecmp.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: @(#) strncasecmp.c 1.7 96/10/24 15:23:36
+ * RCS: @(#) $Id: strncasecmp.c,v 1.2 1998/09/14 18:39:45 stanton Exp $
*/
#include "tclPort.h"
diff --git a/compat/strstr.c b/compat/strstr.c
index 59296db..de0c26a 100644
--- a/compat/strstr.c
+++ b/compat/strstr.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: @(#) strstr.c 1.4 96/02/15 12:08:22
+ * RCS: @(#) $Id: strstr.c,v 1.2 1998/09/14 18:39:45 stanton Exp $
*/
/*
diff --git a/compat/strtod.c b/compat/strtod.c
index 0a26163..744c7c8 100644
--- a/compat/strtod.c
+++ b/compat/strtod.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: @(#) strtod.c 1.9 96/12/13 15:02:46
+ * RCS: @(#) $Id: strtod.c,v 1.2 1998/09/14 18:39:45 stanton Exp $
*/
#include "tcl.h"
diff --git a/compat/strtol.c b/compat/strtol.c
index c781bd6..c2f336b 100644
--- a/compat/strtol.c
+++ b/compat/strtol.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: @(#) strtol.c 1.4 96/02/15 12:08:23
+ * RCS: @(#) $Id: strtol.c,v 1.2 1998/09/14 18:39:45 stanton Exp $
*/
#include <ctype.h>
diff --git a/compat/strtoul.c b/compat/strtoul.c
index 37fe490..3b7918c 100644
--- a/compat/strtoul.c
+++ b/compat/strtoul.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: @(#) strtoul.c 1.5 96/02/15 12:08:24
+ * RCS: @(#) $Id: strtoul.c,v 1.2 1998/09/14 18:39:45 stanton Exp $
*/
#include <ctype.h>
diff --git a/compat/tclErrno.h b/compat/tclErrno.h
index bc45481..df87385 100644
--- a/compat/tclErrno.h
+++ b/compat/tclErrno.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: @(#) tclErrno.h 1.1 96/04/29 15:25:31
+ * RCS: @(#) $Id: tclErrno.h,v 1.2 1998/09/14 18:39:45 stanton Exp $
*/
extern int errno; /* global error number */
diff --git a/compat/tmpnam.c b/compat/tmpnam.c
index c29a1e3..89bfc6a 100644
--- a/compat/tmpnam.c
+++ b/compat/tmpnam.c
@@ -9,7 +9,7 @@
* software without specific written prior permission. This software
* is provided ``as is'' without express or implied warranty.
*
- * SCCS: @(#) tmpnam.c 1.3 96/02/15 12:08:25
+ * RCS: @(#) $Id: tmpnam.c,v 1.2 1998/09/14 18:39:45 stanton Exp $
*/
#include <sys/param.h>
diff --git a/compat/unistd.h b/compat/unistd.h
index 3af430c..0b791e0 100644
--- a/compat/unistd.h
+++ b/compat/unistd.h
@@ -12,7 +12,7 @@
* software for any purpose. It is provided "as is" without
* express or implied warranty.
*
- * SCCS: @(#) unistd.h 1.7 96/02/15 14:43:57
+ * RCS: @(#) $Id: unistd.h,v 1.2 1998/09/14 18:39:45 stanton Exp $
*/
#ifndef _UNISTD
diff --git a/compat/waitpid.c b/compat/waitpid.c
index 179d5de..1069f56 100644
--- a/compat/waitpid.c
+++ b/compat/waitpid.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: @(#) waitpid.c 1.9 96/02/15 12:08:26
+ * RCS: @(#) $Id: waitpid.c,v 1.2 1998/09/14 18:39:45 stanton Exp $
*/
#include "tclInt.h"