summaryrefslogtreecommitdiff
path: root/contrib/perl5/x2p
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/perl5/x2p')
-rw-r--r--contrib/perl5/x2p/EXTERN.h7
-rw-r--r--contrib/perl5/x2p/INTERN.h7
-rwxr-xr-xcontrib/perl5/x2p/Makefile.SH7
-rw-r--r--contrib/perl5/x2p/a2p.c7
-rw-r--r--contrib/perl5/x2p/a2p.h7
-rw-r--r--contrib/perl5/x2p/a2p.y7
-rw-r--r--contrib/perl5/x2p/a2py.c7
-rw-r--r--contrib/perl5/x2p/hash.c7
-rw-r--r--contrib/perl5/x2p/hash.h7
-rw-r--r--contrib/perl5/x2p/s2p.PL7
-rw-r--r--contrib/perl5/x2p/str.c7
-rw-r--r--contrib/perl5/x2p/str.h7
-rw-r--r--contrib/perl5/x2p/util.c7
-rw-r--r--contrib/perl5/x2p/util.h7
-rw-r--r--contrib/perl5/x2p/walk.c7
15 files changed, 75 insertions, 30 deletions
diff --git a/contrib/perl5/x2p/EXTERN.h b/contrib/perl5/x2p/EXTERN.h
index cd1a4112ae28..510976465ef5 100644
--- a/contrib/perl5/x2p/EXTERN.h
+++ b/contrib/perl5/x2p/EXTERN.h
@@ -1,11 +1,14 @@
-/* $RCSfile: EXTERN.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:05 $
+/* $RCSfile: EXTERN.h,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:03 $
*
* Copyright (c) 1991-1997, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * $Log: EXTERN.h,v $
+ * $Log: EXTERN.h,v $
+ * Revision 1.1.1.1 1998/09/09 07:00:03 markm
+ * Initial import of Perl5. The king is dead; long live the king!
+ *
*/
#undef EXT
diff --git a/contrib/perl5/x2p/INTERN.h b/contrib/perl5/x2p/INTERN.h
index ac1d57ab05c1..4a7b21a3e72d 100644
--- a/contrib/perl5/x2p/INTERN.h
+++ b/contrib/perl5/x2p/INTERN.h
@@ -1,11 +1,14 @@
-/* $RCSfile: INTERN.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:06 $
+/* $RCSfile: INTERN.h,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:03 $
*
* Copyright (c) 1991-1997, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * $Log: INTERN.h,v $
+ * $Log: INTERN.h,v $
+ * Revision 1.1.1.1 1998/09/09 07:00:03 markm
+ * Initial import of Perl5. The king is dead; long live the king!
+ *
*/
#undef EXT
diff --git a/contrib/perl5/x2p/Makefile.SH b/contrib/perl5/x2p/Makefile.SH
index 5bec7a0058f6..283dd944bd2b 100755
--- a/contrib/perl5/x2p/Makefile.SH
+++ b/contrib/perl5/x2p/Makefile.SH
@@ -27,9 +27,12 @@ esac
echo "Extracting x2p/Makefile (with variable substitutions)"
rm -f Makefile
cat >Makefile <<!GROK!THIS!
-# $RCSfile: Makefile.SH,v $$Revision: 4.1 $$Date: 92/08/07 18:29:07 $
+# $RCSfile: Makefile.SH,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:03 $
+#
+# $Log: Makefile.SH,v $
+# Revision 1.1.1.1 1998/09/09 07:00:03 markm
+# Initial import of Perl5. The king is dead; long live the king!
#
-# $Log: Makefile.SH,v $
CC = $cc
BYACC = $byacc
diff --git a/contrib/perl5/x2p/a2p.c b/contrib/perl5/x2p/a2p.c
index e79e1562034f..5b7415ff5bf0 100644
--- a/contrib/perl5/x2p/a2p.c
+++ b/contrib/perl5/x2p/a2p.c
@@ -3,14 +3,17 @@ static char yysccsid[] = "@(#)yaccpar 1.8 (Berkeley) 01/20/91";
#endif
#define YYBYACC 1
#line 2 "a2p.y"
-/* $RCSfile: a2p.y,v $$Revision: 4.1 $$Date: 92/08/07 18:29:12 $
+/* $RCSfile: a2p.c,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:03 $
*
* Copyright (c) 1991-1997, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * $Log: a2p.y,v $
+ * $Log: a2p.c,v $
+ * Revision 1.1.1.1 1998/09/09 07:00:03 markm
+ * Initial import of Perl5. The king is dead; long live the king!
+ *
*/
#include "INTERN.h"
diff --git a/contrib/perl5/x2p/a2p.h b/contrib/perl5/x2p/a2p.h
index 80530469ed04..77328053c1b7 100644
--- a/contrib/perl5/x2p/a2p.h
+++ b/contrib/perl5/x2p/a2p.h
@@ -1,11 +1,14 @@
-/* $RCSfile: a2p.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:09 $
+/* $RCSfile: a2p.h,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:04 $
*
* Copyright (c) 1991-1997, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * $Log: a2p.h,v $
+ * $Log: a2p.h,v $
+ * Revision 1.1.1.1 1998/09/09 07:00:04 markm
+ * Initial import of Perl5. The king is dead; long live the king!
+ *
*/
#define VOIDUSED 1
diff --git a/contrib/perl5/x2p/a2p.y b/contrib/perl5/x2p/a2p.y
index 2d3f23923e54..3dc1cb3ad46b 100644
--- a/contrib/perl5/x2p/a2p.y
+++ b/contrib/perl5/x2p/a2p.y
@@ -1,12 +1,15 @@
%{
-/* $RCSfile: a2p.y,v $$Revision: 4.1 $$Date: 92/08/07 18:29:12 $
+/* $RCSfile: a2p.y,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:04 $
*
* Copyright (c) 1991-1997, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * $Log: a2p.y,v $
+ * $Log: a2p.y,v $
+ * Revision 1.1.1.1 1998/09/09 07:00:04 markm
+ * Initial import of Perl5. The king is dead; long live the king!
+ *
*/
#include "INTERN.h"
diff --git a/contrib/perl5/x2p/a2py.c b/contrib/perl5/x2p/a2py.c
index 8a6155f4555b..0c4fdb446ac8 100644
--- a/contrib/perl5/x2p/a2py.c
+++ b/contrib/perl5/x2p/a2py.c
@@ -1,11 +1,14 @@
-/* $RCSfile: a2py.c,v $$Revision: 4.1 $$Date: 92/08/07 18:29:14 $
+/* $RCSfile: a2py.c,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:04 $
*
* Copyright (c) 1991-1997, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * $Log: a2py.c,v $
+ * $Log: a2py.c,v $
+ * Revision 1.1.1.1 1998/09/09 07:00:04 markm
+ * Initial import of Perl5. The king is dead; long live the king!
+ *
*/
#if defined(OS2) || defined(WIN32)
diff --git a/contrib/perl5/x2p/hash.c b/contrib/perl5/x2p/hash.c
index f11f7dfc55bb..48aeb6d4fbd6 100644
--- a/contrib/perl5/x2p/hash.c
+++ b/contrib/perl5/x2p/hash.c
@@ -1,11 +1,14 @@
-/* $RCSfile: hash.c,v $$Revision: 4.1 $$Date: 92/08/07 18:29:20 $
+/* $RCSfile: hash.c,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:04 $
*
* Copyright (c) 1991-1997, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * $Log: hash.c,v $
+ * $Log: hash.c,v $
+ * Revision 1.1.1.1 1998/09/09 07:00:04 markm
+ * Initial import of Perl5. The king is dead; long live the king!
+ *
*/
#include <stdio.h>
diff --git a/contrib/perl5/x2p/hash.h b/contrib/perl5/x2p/hash.h
index 9dc64a1dcd5d..4cf2e2ff5260 100644
--- a/contrib/perl5/x2p/hash.h
+++ b/contrib/perl5/x2p/hash.h
@@ -1,11 +1,14 @@
-/* $RCSfile: hash.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:21 $
+/* $RCSfile: hash.h,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:04 $
*
* Copyright (c) 1991-1997, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * $Log: hash.h,v $
+ * $Log: hash.h,v $
+ * Revision 1.1.1.1 1998/09/09 07:00:04 markm
+ * Initial import of Perl5. The king is dead; long live the king!
+ *
*/
#define FILLPCT 60 /* don't make greater than 99 */
diff --git a/contrib/perl5/x2p/s2p.PL b/contrib/perl5/x2p/s2p.PL
index dbcb27c1361d..eb4e8db078cb 100644
--- a/contrib/perl5/x2p/s2p.PL
+++ b/contrib/perl5/x2p/s2p.PL
@@ -37,9 +37,12 @@ $Config{startperl}
print OUT <<'!NO!SUBS!';
-# $RCSfile: s2p.SH,v $$Revision: 4.1 $$Date: 92/08/07 18:29:23 $
+# $RCSfile: s2p.PL,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:04 $
+#
+# $Log: s2p.PL,v $
+# Revision 1.1.1.1 1998/09/09 07:00:04 markm
+# Initial import of Perl5. The king is dead; long live the king!
#
-# $Log: s2p.SH,v $
=head1 NAME
diff --git a/contrib/perl5/x2p/str.c b/contrib/perl5/x2p/str.c
index b820a8d67da1..20c2413138eb 100644
--- a/contrib/perl5/x2p/str.c
+++ b/contrib/perl5/x2p/str.c
@@ -1,11 +1,14 @@
-/* $RCSfile: str.c,v $$Revision: 4.1 $$Date: 92/08/07 18:29:26 $
+/* $RCSfile: str.c,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:04 $
*
* Copyright (c) 1991-1997, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * $Log: str.c,v $
+ * $Log: str.c,v $
+ * Revision 1.1.1.1 1998/09/09 07:00:04 markm
+ * Initial import of Perl5. The king is dead; long live the king!
+ *
*/
#include "EXTERN.h"
diff --git a/contrib/perl5/x2p/str.h b/contrib/perl5/x2p/str.h
index 3deaaec76f0d..3e029f5865a3 100644
--- a/contrib/perl5/x2p/str.h
+++ b/contrib/perl5/x2p/str.h
@@ -1,11 +1,14 @@
-/* $RCSfile: str.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:27 $
+/* $RCSfile: str.h,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:04 $
*
* Copyright (c) 1991-1997, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * $Log: str.h,v $
+ * $Log: str.h,v $
+ * Revision 1.1.1.1 1998/09/09 07:00:04 markm
+ * Initial import of Perl5. The king is dead; long live the king!
+ *
*/
struct string {
diff --git a/contrib/perl5/x2p/util.c b/contrib/perl5/x2p/util.c
index 364dfe94fa48..ba21d002f818 100644
--- a/contrib/perl5/x2p/util.c
+++ b/contrib/perl5/x2p/util.c
@@ -1,11 +1,14 @@
-/* $RCSfile: util.c,v $$Revision: 4.1 $$Date: 92/08/07 18:29:29 $
+/* $RCSfile: util.c,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:04 $
*
* Copyright (c) 1991-1997, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * $Log: util.c,v $
+ * $Log: util.c,v $
+ * Revision 1.1.1.1 1998/09/09 07:00:04 markm
+ * Initial import of Perl5. The king is dead; long live the king!
+ *
*/
#include "EXTERN.h"
diff --git a/contrib/perl5/x2p/util.h b/contrib/perl5/x2p/util.h
index aa31bea21768..e0c426164193 100644
--- a/contrib/perl5/x2p/util.h
+++ b/contrib/perl5/x2p/util.h
@@ -1,11 +1,14 @@
-/* $RCSfile: util.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:30 $
+/* $RCSfile: util.h,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:04 $
*
* Copyright (c) 1991-1997, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * $Log: util.h,v $
+ * $Log: util.h,v $
+ * Revision 1.1.1.1 1998/09/09 07:00:04 markm
+ * Initial import of Perl5. The king is dead; long live the king!
+ *
*/
/* is the string for makedir a directory name or a filename? */
diff --git a/contrib/perl5/x2p/walk.c b/contrib/perl5/x2p/walk.c
index 0b4065586bac..a073fb55738e 100644
--- a/contrib/perl5/x2p/walk.c
+++ b/contrib/perl5/x2p/walk.c
@@ -1,11 +1,14 @@
-/* $RCSfile: walk.c,v $$Revision: 4.1 $$Date: 92/08/07 18:29:31 $
+/* $RCSfile: walk.c,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:04 $
*
* Copyright (c) 1991-1997, Larry Wall
*
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*
- * $Log: walk.c,v $
+ * $Log: walk.c,v $
+ * Revision 1.1.1.1 1998/09/09 07:00:04 markm
+ * Initial import of Perl5. The king is dead; long live the king!
+ *
*/
#include "EXTERN.h"