diff options
Diffstat (limited to 'contrib/perl5')
146 files changed, 256 insertions, 187 deletions
diff --git a/contrib/perl5/Configure b/contrib/perl5/Configure index bc5c59d5f1c38..def23d0fc7a0c 100755 --- a/contrib/perl5/Configure +++ b/contrib/perl5/Configure @@ -18,7 +18,7 @@ # you may fetch it yourself from your nearest archive site.) # -# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ +# $Id: Configure,v 1.1.1.1 1998/09/09 06:59:47 markm Exp $ # # Generated on Tue Jul 7 10:10:21 EDT 1998 [metaconfig 3.0 PL70] # (with additional metaconfig patches by doughera@lafayette.edu) diff --git a/contrib/perl5/INSTALL b/contrib/perl5/INSTALL index a892e7deab67d..da5736e004290 100644 --- a/contrib/perl5/INSTALL +++ b/contrib/perl5/INSTALL @@ -1596,4 +1596,4 @@ the contact information to match your distribution. =head1 LAST MODIFIED -$Id: INSTALL,v 1.42 1998/07/15 18:04:44 doughera Released $ +$Id: INSTALL,v 1.1.1.1 1998/09/09 06:59:47 markm Exp $ diff --git a/contrib/perl5/Porting/config_H b/contrib/perl5/Porting/config_H index 8cbf3c497b982..043fa3c69d90e 100644 --- a/contrib/perl5/Porting/config_H +++ b/contrib/perl5/Porting/config_H @@ -11,7 +11,7 @@ * that running config_h.SH again will wipe out any changes you've made. * For a more permanent change edit config.sh and rerun config_h.SH. * - * $Id: Config_h.U,v 3.0.1.5 1997/02/28 14:57:43 ram Exp $ + * $Id: config_H,v 1.1.1.1 1998/09/09 06:59:49 markm Exp $ */ /* diff --git a/contrib/perl5/Porting/pumpkin.pod b/contrib/perl5/Porting/pumpkin.pod index f41dfaca1a72d..31d17e5a32b84 100644 --- a/contrib/perl5/Porting/pumpkin.pod +++ b/contrib/perl5/Porting/pumpkin.pod @@ -1310,4 +1310,4 @@ All opinions expressed herein are those of the authorZ<>(s). =head1 LAST MODIFIED -$Id: pumpkin.pod,v 1.22 1998/07/22 16:33:55 doughera Released $ +$Id: pumpkin.pod,v 1.1.1.1 1998/09/09 06:59:49 markm Exp $ diff --git a/contrib/perl5/config_h.SH b/contrib/perl5/config_h.SH index 49f86c7de7494..45ac282594391 100755 --- a/contrib/perl5/config_h.SH +++ b/contrib/perl5/config_h.SH @@ -25,7 +25,7 @@ sed <<!GROK!THIS! >config.h -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un- * that running config_h.SH again will wipe out any changes you've made. * For a more permanent change edit config.sh and rerun config_h.SH. * - * \$Id: Config_h.U,v 3.0.1.5 1997/02/28 14:57:43 ram Exp $ + * \$Id: config_h.SH,v 1.1.1.1 1998/09/09 06:59:48 markm Exp $ */ /* diff --git a/contrib/perl5/configure.gnu b/contrib/perl5/configure.gnu index fa465320940de..156ae95cd7fac 100755 --- a/contrib/perl5/configure.gnu +++ b/contrib/perl5/configure.gnu @@ -1,6 +1,6 @@ #! /bin/sh # -# $Id: configure,v 3.0.1.1 1995/07/25 14:16:21 ram Exp $ +# $Id: configure.gnu,v 1.1.1.1 1998/09/09 06:59:48 markm Exp $ # # GNU configure-like front end to metaconfig's Configure. # @@ -15,7 +15,10 @@ # The remaining of this leading shell comment may be removed if you # include this script in your own package. # -# $Log: configure,v $ +# $Log: configure.gnu,v $ +# Revision 1.1.1.1 1998/09/09 06:59:48 markm +# Initial import of Perl5. The king is dead; long live the king! +# # Revision 3.0.1.1 1995/07/25 14:16:21 ram # patch56: created # diff --git a/contrib/perl5/ext/DynaLoader/dl_dld.xs b/contrib/perl5/ext/DynaLoader/dl_dld.xs index 2443ab0d6946b..7dee4f65ff0a5 100644 --- a/contrib/perl5/ext/DynaLoader/dl_dld.xs +++ b/contrib/perl5/ext/DynaLoader/dl_dld.xs @@ -7,12 +7,15 @@ * You may distribute under the terms of either the GNU General Public * License or the Artistic License, as specified in the README file. * - * $Date: 1994/03/07 00:21:43 $ - * $Source: /home/rsanders/src/perl5alpha6/RCS/dld_dl.c,v $ - * $Revision: 1.4 $ + * $Date: 1998/09/09 06:59:50 $ + * $Source: /home/ncvs/src/contrib/perl5/ext/DynaLoader/dl_dld.xs,v $ + * $Revision: 1.1.1.1 $ * $State: Exp $ * - * $Log: dld_dl.c,v $ + * $Log: dl_dld.xs,v $ + * Revision 1.1.1.1 1998/09/09 06:59:50 markm + * Initial import of Perl5. The king is dead; long live the king! + * * Removed implicit link against libc. 1994/09/14 William Setzer. * * Integrated other DynaLoader changes. 1994/06/08 Tim Bunce. diff --git a/contrib/perl5/ext/IPC/SysV/Makefile.PL b/contrib/perl5/ext/IPC/SysV/Makefile.PL index c4078f84f236a..bf4c5151d93e2 100644 --- a/contrib/perl5/ext/IPC/SysV/Makefile.PL +++ b/contrib/perl5/ext/IPC/SysV/Makefile.PL @@ -1,5 +1,5 @@ # This -*- perl -*- script makes the Makefile -# $Id: Makefile.PL,v 1.1.1.1 1998/09/09 06:59:51 markm Exp $ +# $Id: Makefile.PL,v 1.2 1998/10/11 17:23:34 markm Exp $ require 5.002; use ExtUtils::MakeMaker; diff --git a/contrib/perl5/ext/SDBM_File/sdbm/readme.ms b/contrib/perl5/ext/SDBM_File/sdbm/readme.ms index 01ca17ccdfdaf..54ae2aed426ba 100644 --- a/contrib/perl5/ext/SDBM_File/sdbm/readme.ms +++ b/contrib/perl5/ext/SDBM_File/sdbm/readme.ms @@ -1,7 +1,7 @@ .\" tbl | readme.ms | [tn]roff -ms | ... .\" note the "C" (courier) and "CB" fonts: you will probably have to .\" change these. -.\" $Id: readme.ms,v 1.1 90/12/13 13:09:15 oz Exp Locker: oz $ +.\" $Id: readme.ms,v 1.1.1.1 1998/09/09 06:59:52 markm Exp $ .de P1 .br diff --git a/contrib/perl5/ext/SDBM_File/sdbm/sdbm.3 b/contrib/perl5/ext/SDBM_File/sdbm/sdbm.3 index 7e5c1764042df..34d570b45b513 100644 --- a/contrib/perl5/ext/SDBM_File/sdbm/sdbm.3 +++ b/contrib/perl5/ext/SDBM_File/sdbm/sdbm.3 @@ -1,4 +1,4 @@ -.\" $Id: sdbm.3,v 1.2 90/12/13 13:00:57 oz Exp $ +.\" $Id: sdbm.3,v 1.1.1.1 1998/09/09 06:59:52 markm Exp $ .TH SDBM 3 "1 March 1990" .SH NAME sdbm, sdbm_open, sdbm_prep, sdbm_close, sdbm_fetch, sdbm_store, sdbm_delete, sdbm_firstkey, sdbm_nextkey, sdbm_hash, sdbm_rdonly, sdbm_error, sdbm_clearerr, sdbm_dirfno, sdbm_pagfno \- data base subroutines diff --git a/contrib/perl5/hints/beos.sh b/contrib/perl5/hints/beos.sh index ab752769b686f..ed9611d5803dd 100644 --- a/contrib/perl5/hints/beos.sh +++ b/contrib/perl5/hints/beos.sh @@ -1,5 +1,5 @@ # BeOS hints file -# $Id: beos.sh,v 1.1 1998/02/16 03:51:45 dogcow Exp $ +# $Id: beos.sh,v 1.1.1.1 1998/09/09 06:59:53 markm Exp $ if [ ! -f beos/nm ]; then mwcc -w all -o beos/nm beos/nm.c; fi diff --git a/contrib/perl5/hints/dgux.sh b/contrib/perl5/hints/dgux.sh index 03b285dbd4aba..4017c614de5e3 100644 --- a/contrib/perl5/hints/dgux.sh +++ b/contrib/perl5/hints/dgux.sh @@ -1,4 +1,4 @@ -# $Id: dgux.sh,v 1.8 1996-11-29 18:16:43-05 roderick Exp $ +# $Id: dgux.sh,v 1.1.1.1 1998/09/09 06:59:53 markm Exp $ # This is a hints file for DGUX, which is Data General's Unix. It was # originally developed with version 5.4.3.10 of the OS, and then was diff --git a/contrib/perl5/lib/CGI.pm b/contrib/perl5/lib/CGI.pm index 22d91a46c7cc0..5e8432dd10646 100644 --- a/contrib/perl5/lib/CGI.pm +++ b/contrib/perl5/lib/CGI.pm @@ -18,7 +18,7 @@ require 5.004; # http://www.genome.wi.mit.edu/ftp/pub/software/WWW/cgi_docs.html # ftp://ftp-genome.wi.mit.edu/pub/software/WWW/ -$CGI::revision = '$Id: CGI.pm,v 1.32 1998/05/28 21:55:43 lstein Exp lstein $'; +$CGI::revision = '$Id: CGI.pm,v 1.1.1.1 1998/09/09 06:59:53 markm Exp $'; $CGI::VERSION='2.42'; # HARD-CODED LOCATION FOR FILE UPLOAD TEMPORARY FILES. diff --git a/contrib/perl5/lib/CGI/Apache.pm b/contrib/perl5/lib/CGI/Apache.pm index eed3e55c51c87..bd55a7f63203a 100644 --- a/contrib/perl5/lib/CGI/Apache.pm +++ b/contrib/perl5/lib/CGI/Apache.pm @@ -4,7 +4,7 @@ use vars qw(@ISA $VERSION); require CGI; @ISA = qw(CGI); -$VERSION = (qw$Revision: 1.1 $)[1]; +$VERSION = (qw$Revision: 1.1.1.1 $)[1]; $CGI::DefaultClass = 'CGI::Apache'; $CGI::Apache::AutoloadClass = 'CGI'; diff --git a/contrib/perl5/lib/CPAN.pm b/contrib/perl5/lib/CPAN.pm index b510ea2082dae..4ef4db4580b3c 100644 --- a/contrib/perl5/lib/CPAN.pm +++ b/contrib/perl5/lib/CPAN.pm @@ -7,11 +7,11 @@ use vars qw{$Try_autoload $Revision $VERSION = '1.3901'; -# $Id: CPAN.pm,v 1.226 1998/07/08 22:29:29 k Exp k $ +# $Id: CPAN.pm,v 1.1.1.1 1998/09/09 06:59:53 markm Exp $ # only used during development: $Revision = ""; -# $Revision = "[".substr(q$Revision: 1.226 $, 10)."]"; +# $Revision = "[".substr(q$Revision: 1.1.1.1 $, 10)."]"; use Carp (); use Config (); diff --git a/contrib/perl5/lib/CPAN/FirstTime.pm b/contrib/perl5/lib/CPAN/FirstTime.pm index aa7a55d195bc4..2e93f6338fbdf 100644 --- a/contrib/perl5/lib/CPAN/FirstTime.pm +++ b/contrib/perl5/lib/CPAN/FirstTime.pm @@ -16,7 +16,7 @@ use FileHandle (); use File::Basename (); use File::Path (); use vars qw($VERSION); -$VERSION = substr q$Revision: 1.29 $, 10; +$VERSION = substr q$Revision: 1.1.1.1 $, 10; =head1 NAME diff --git a/contrib/perl5/lib/ExtUtils/Embed.pm b/contrib/perl5/lib/ExtUtils/Embed.pm index e41ca40e66d6e..aea7bbc42bd63 100644 --- a/contrib/perl5/lib/ExtUtils/Embed.pm +++ b/contrib/perl5/lib/ExtUtils/Embed.pm @@ -1,4 +1,4 @@ -# $Id: Embed.pm,v 1.2501 $ +# $Id: Embed.pm,v 1.1.1.1 1998/09/09 06:59:54 markm Exp $ require 5.002; package ExtUtils::Embed; @@ -17,7 +17,7 @@ use vars qw(@ISA @EXPORT $VERSION ); use strict; -$VERSION = sprintf("%d.%02d", q$Revision: 1.2505 $ =~ /(\d+)\.(\d+)/); +$VERSION = sprintf("%d.%02d", q$Revision: 1.1.1.1 $ =~ /(\d+)\.(\d+)/); @ISA = qw(Exporter); @EXPORT = qw(&xsinit &ldopts diff --git a/contrib/perl5/lib/ExtUtils/Install.pm b/contrib/perl5/lib/ExtUtils/Install.pm index 6a5c1847accc5..d0efa9dd460ca 100644 --- a/contrib/perl5/lib/ExtUtils/Install.pm +++ b/contrib/perl5/lib/ExtUtils/Install.pm @@ -1,7 +1,7 @@ package ExtUtils::Install; -$VERSION = substr q$Revision: 1.28 $, 10; -# $Date: 1998/01/25 07:08:24 $ +$VERSION = substr q$Revision: 1.1.1.1 $, 10; +# $Date: 1998/09/09 06:59:54 $ use Exporter; use Carp (); diff --git a/contrib/perl5/lib/ExtUtils/Liblist.pm b/contrib/perl5/lib/ExtUtils/Liblist.pm index c32d452b706d2..f222491c29523 100644 --- a/contrib/perl5/lib/ExtUtils/Liblist.pm +++ b/contrib/perl5/lib/ExtUtils/Liblist.pm @@ -2,7 +2,7 @@ package ExtUtils::Liblist; use vars qw($VERSION); # Broken out of MakeMaker from version 4.11 -$VERSION = substr q$Revision: 1.1.1.1 $, 10; +$VERSION = substr q$Revision: 1.2 $, 10; use Config; use Cwd 'cwd'; diff --git a/contrib/perl5/lib/ExtUtils/MM_Unix.pm b/contrib/perl5/lib/ExtUtils/MM_Unix.pm index dc214789c71b3..d4178e3b11cae 100644 --- a/contrib/perl5/lib/ExtUtils/MM_Unix.pm +++ b/contrib/perl5/lib/ExtUtils/MM_Unix.pm @@ -8,8 +8,8 @@ use strict; use vars qw($VERSION $Is_Mac $Is_OS2 $Is_VMS $Is_Win32 $Is_Dos $Is_PERL_OBJECT $Verbose %pm %static $Xsubpp_Version); -$VERSION = substr q$Revision: 1.1.1.1 $, 10; -# $Id: MM_Unix.pm,v 1.1.1.1 1998/09/09 06:59:54 markm Exp $ +$VERSION = substr q$Revision: 1.2 $, 10; +# $Id: MM_Unix.pm,v 1.2 1998/09/09 13:10:46 markm Exp $ Exporter::import('ExtUtils::MakeMaker', qw( $Verbose &neatvalue)); diff --git a/contrib/perl5/lib/ExtUtils/MakeMaker.pm b/contrib/perl5/lib/ExtUtils/MakeMaker.pm index 5b7bb0b6da04b..393c457e77589 100644 --- a/contrib/perl5/lib/ExtUtils/MakeMaker.pm +++ b/contrib/perl5/lib/ExtUtils/MakeMaker.pm @@ -5,7 +5,7 @@ package ExtUtils::MakeMaker; $Version = $VERSION = "5.4301"; $Version_OK = "5.17"; # Makefiles older than $Version_OK will die # (Will be checked from MakeMaker version 4.13 onwards) -($Revision = substr(q$Revision: 1.222 $, 10)) =~ s/\s+$//; +($Revision = substr(q$Revision: 1.1.1.1 $, 10)) =~ s/\s+$//; @@ -1622,7 +1622,7 @@ MakeMaker object. The following lines will be parsed o.k.: $VERSION = '1.00'; *VERSION = \'1.01'; - ( $VERSION ) = '$Revision: 1.222 $ ' =~ /\$Revision:\s+([^\s]+)/; + ( $VERSION ) = '$Revision: 1.1.1.1 $ ' =~ /\$Revision:\s+([^\s]+)/; $FOO::VERSION = '1.10'; *FOO::VERSION = \'1.11'; diff --git a/contrib/perl5/lib/ExtUtils/Manifest.pm b/contrib/perl5/lib/ExtUtils/Manifest.pm index 55570892f851a..b93e94e7b401d 100644 --- a/contrib/perl5/lib/ExtUtils/Manifest.pm +++ b/contrib/perl5/lib/ExtUtils/Manifest.pm @@ -10,7 +10,7 @@ use strict; use vars qw($VERSION @ISA @EXPORT_OK $Is_VMS $Debug $Verbose $Quiet $MANIFEST $found); -$VERSION = substr(q$Revision: 1.33 $, 10); +$VERSION = substr(q$Revision: 1.1.1.1 $, 10); @ISA=('Exporter'); @EXPORT_OK = ('mkmanifest', 'manicheck', 'fullcheck', 'filecheck', 'skipcheck', 'maniread', 'manicopy'); diff --git a/contrib/perl5/lib/ExtUtils/Mkbootstrap.pm b/contrib/perl5/lib/ExtUtils/Mkbootstrap.pm index 35d5236072f4b..c280e80baaa79 100644 --- a/contrib/perl5/lib/ExtUtils/Mkbootstrap.pm +++ b/contrib/perl5/lib/ExtUtils/Mkbootstrap.pm @@ -1,7 +1,7 @@ package ExtUtils::Mkbootstrap; -$VERSION = substr q$Revision: 1.13 $, 10; -# $Date: 1996/09/03 17:04:43 $ +$VERSION = substr q$Revision: 1.1.1.1 $, 10; +# $Date: 1998/09/09 06:59:54 $ use Config; use Exporter; diff --git a/contrib/perl5/lib/ExtUtils/Mksymlists.pm b/contrib/perl5/lib/ExtUtils/Mksymlists.pm index 0b92ca09b7eaf..54e44d17cf412 100644 --- a/contrib/perl5/lib/ExtUtils/Mksymlists.pm +++ b/contrib/perl5/lib/ExtUtils/Mksymlists.pm @@ -7,7 +7,7 @@ use Exporter; use vars qw( @ISA @EXPORT $VERSION ); @ISA = 'Exporter'; @EXPORT = '&Mksymlists'; -$VERSION = substr q$Revision: 1.17 $, 10; +$VERSION = substr q$Revision: 1.1.1.1 $, 10; sub Mksymlists { my(%spec) = @_; diff --git a/contrib/perl5/lib/ExtUtils/testlib.pm b/contrib/perl5/lib/ExtUtils/testlib.pm index d80f2a296b4d2..22a0ebd4b3bdd 100644 --- a/contrib/perl5/lib/ExtUtils/testlib.pm +++ b/contrib/perl5/lib/ExtUtils/testlib.pm @@ -1,6 +1,6 @@ package ExtUtils::testlib; -$VERSION = substr q$Revision: 1.11 $, 10; -# $Id: testlib.pm,v 1.11 1996/05/31 08:27:07 k Exp $ +$VERSION = substr q$Revision: 1.1.1.1 $, 10; +# $Id: testlib.pm,v 1.1.1.1 1998/09/09 06:59:55 markm Exp $ use lib qw(blib/arch blib/lib); 1; diff --git a/contrib/perl5/lib/ExtUtils/typemap b/contrib/perl5/lib/ExtUtils/typemap index 28fd99c00b92e..22b201c31a8e9 100644 --- a/contrib/perl5/lib/ExtUtils/typemap +++ b/contrib/perl5/lib/ExtUtils/typemap @@ -1,4 +1,4 @@ -# $Header$ +# $Header: /home/ncvs/src/contrib/perl5/lib/ExtUtils/typemap,v 1.1.1.1 1998/09/09 06:59:55 markm Exp $ # basic C types int T_IV unsigned T_IV diff --git a/contrib/perl5/lib/File/CheckTree.pm b/contrib/perl5/lib/File/CheckTree.pm index dca7f6aff31a8..7cff84780886b 100644 --- a/contrib/perl5/lib/File/CheckTree.pm +++ b/contrib/perl5/lib/File/CheckTree.pm @@ -44,7 +44,7 @@ The routine returns the number of warnings issued. @ISA = qw(Exporter); @EXPORT = qw(validate); -# $RCSfile: validate.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:24:19 $ +# $RCSfile: CheckTree.pm,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:55 $ # The validate routine takes a single multiline string consisting of # lines containing a filename plus a file test to try on it. (The diff --git a/contrib/perl5/lib/FindBin.pm b/contrib/perl5/lib/FindBin.pm index d6bd7b777e20d..a92d7eaa7ecde 100644 --- a/contrib/perl5/lib/FindBin.pm +++ b/contrib/perl5/lib/FindBin.pm @@ -66,7 +66,7 @@ under the same terms as Perl itself. =head1 REVISION -$Revision: 1.4 $ +$Revision: 1.1.1.1 $ =cut @@ -82,7 +82,7 @@ use File::Basename; %EXPORT_TAGS = (ALL => [qw($Bin $Script $RealBin $RealScript $Dir $RealDir)]); @ISA = qw(Exporter); -$VERSION = $VERSION = sprintf("%d.%02d", q$Revision: 1.41 $ =~ /(\d+)\.(\d+)/); +$VERSION = $VERSION = sprintf("%d.%02d", q$Revision: 1.1.1.1 $ =~ /(\d+)\.(\d+)/); sub is_abs_path { diff --git a/contrib/perl5/lib/Getopt/Long.pm b/contrib/perl5/lib/Getopt/Long.pm index 1966ef3c9117f..d17885d1b4d62 100644 --- a/contrib/perl5/lib/Getopt/Long.pm +++ b/contrib/perl5/lib/Getopt/Long.pm @@ -2,7 +2,7 @@ package Getopt::Long; -# RCS Status : $Id: GetoptLong.pl,v 2.18 1998-06-14 15:02:19+02 jv Exp $ +# RCS Status : $Id: Long.pm,v 1.1.1.1 1998/09/09 06:59:55 markm Exp $ # Author : Johan Vromans # Created On : Tue Sep 11 15:00:12 1990 # Last Modified By: Johan Vromans @@ -108,7 +108,7 @@ __END__ ################ AutoLoading subroutines ################ -# RCS Status : $Id: GetoptLongAl.pl,v 2.20 1998-06-14 15:02:19+02 jv Exp $ +# RCS Status : $Id: Long.pm,v 1.1.1.1 1998/09/09 06:59:55 markm Exp $ # Author : Johan Vromans # Created On : Fri Mar 27 11:50:30 1998 # Last Modified By: Johan Vromans @@ -137,7 +137,7 @@ sub GetOptions { print STDERR ("GetOpt::Long $Getopt::Long::VERSION ", "called from package \"$pkg\".", "\n ", - 'GetOptionsAl $Revision: 2.20 $ ', + 'GetOptionsAl $Revision: 1.1.1.1 $ ', "\n ", "ARGV: (@ARGV)", "\n ", diff --git a/contrib/perl5/lib/Getopt/Std.pm b/contrib/perl5/lib/Getopt/Std.pm index c2cd1234f4cf7..34c15f3540931 100644 --- a/contrib/perl5/lib/Getopt/Std.pm +++ b/contrib/perl5/lib/Getopt/Std.pm @@ -43,7 +43,7 @@ the argument or 1 if no argument is specified. @ISA = qw(Exporter); @EXPORT = qw(getopt getopts); -# $RCSfile: getopt.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:23:58 $ +# $RCSfile: Std.pm,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:55 $ # Process single-character switches with switch clustering. Pass one argument # which is a string containing all switches that take an argument. For each diff --git a/contrib/perl5/lib/IPC/Open3.pm b/contrib/perl5/lib/IPC/Open3.pm index f1415e3ad6740..bf77ce96ef80f 100644 --- a/contrib/perl5/lib/IPC/Open3.pm +++ b/contrib/perl5/lib/IPC/Open3.pm @@ -68,7 +68,7 @@ C<cat -v> and continually read and write a line from it. # fixed for 5.001 by Ulrich Kunitz <kunitz@mai-koeln.com> # ported to Win32 by Ron Schmidt, Merrill Lynch almost ended my career # -# $Id: open3.pl,v 1.1 1993/11/23 06:26:15 marc Exp $ +# $Id: Open3.pm,v 1.1.1.1 1998/09/09 06:59:55 markm Exp $ # # usage: $pid = open3('wtr', 'rdr', 'err' 'some cmd and args', 'optarg', ...); # diff --git a/contrib/perl5/lib/Math/Complex.pm b/contrib/perl5/lib/Math/Complex.pm index e711c1483d9e8..46723c0de58e7 100644 --- a/contrib/perl5/lib/Math/Complex.pm +++ b/contrib/perl5/lib/Math/Complex.pm @@ -14,7 +14,7 @@ use vars qw($VERSION @ISA @EXPORT %EXPORT_TAGS); my ( $i, $ip2, %logn ); -$VERSION = sprintf("%s", q$Id: Complex.pm,v 1.25 1998/02/05 16:07:37 jhi Exp $ =~ /(\d+\.\d+)/); +$VERSION = sprintf("%s", q$Id: Complex.pm,v 1.1.1.1 1998/09/09 06:59:55 markm Exp $ =~ /(\d+\.\d+)/); @ISA = qw(Exporter); diff --git a/contrib/perl5/lib/Text/Soundex.pm b/contrib/perl5/lib/Text/Soundex.pm index ddc758c94eb7e..6135e46945645 100644 --- a/contrib/perl5/lib/Text/Soundex.pm +++ b/contrib/perl5/lib/Text/Soundex.pm @@ -5,7 +5,7 @@ require Exporter; @ISA = qw(Exporter); @EXPORT = qw(&soundex $soundex_nocode); -# $Id: soundex.pl,v 1.2 1994/03/24 00:30:27 mike Exp $ +# $Id: Soundex.pm,v 1.1.1.1 1998/09/09 06:59:56 markm Exp $ # # Implementation of soundex algorithm as described by Knuth in volume # 3 of The Art of Computer Programming, with ideas stolen from Ian @@ -22,7 +22,10 @@ require Exporter; # Lloyd, Ladd -> L300 # Lukasiewicz, Lissajous -> L222 # -# $Log: soundex.pl,v $ +# $Log: Soundex.pm,v $ +# Revision 1.1.1.1 1998/09/09 06:59:56 markm +# Initial import of Perl5. The king is dead; long live the king! +# # Revision 1.2 1994/03/24 00:30:27 mike # Subtle bug (any excuse :-) spotted by Rich Pinder <rpinder@hsc.usc.edu> # in the way I handles leasing characters which were different but had diff --git a/contrib/perl5/lib/ctime.pl b/contrib/perl5/lib/ctime.pl index 14e122adda0bd..57f87042e52db 100644 --- a/contrib/perl5/lib/ctime.pl +++ b/contrib/perl5/lib/ctime.pl @@ -3,7 +3,7 @@ ;# Waldemar Kebsch, Federal Republic of Germany, November 1988 ;# kebsch.pad@nixpbe.UUCP ;# Modified March 1990, Feb 1991 to properly handle timezones -;# $RCSfile: ctime.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:23:47 $ +;# $RCSfile: ctime.pl,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:53 $ ;# Marion Hakanson (hakanson@cse.ogi.edu) ;# Oregon Graduate Institute of Science and Technology ;# diff --git a/contrib/perl5/lib/ftp.pl b/contrib/perl5/lib/ftp.pl index fd78162a404f3..4c33bca8a2f6e 100644 --- a/contrib/perl5/lib/ftp.pl +++ b/contrib/perl5/lib/ftp.pl @@ -5,8 +5,11 @@ # based on original version by Alan R. Martello <al@ee.pitt.edu> # And by A.Macpherson@bnr.co.uk for multi-homed hosts # -# $Header: /a/swan/home/swan/staff/csg/lmjm/src/perl/mirror/RCS/ftp.pl,v 1.17 1993/04/21 10:06:54 lmjm Exp lmjm $ +# $Header: /home/ncvs/src/contrib/perl5/lib/ftp.pl,v 1.1.1.1 1998/09/09 06:59:53 markm Exp $ # $Log: ftp.pl,v $ +# Revision 1.1.1.1 1998/09/09 06:59:53 markm +# Initial import of Perl5. The king is dead; long live the king! +# # Revision 1.17 1993/04/21 10:06:54 lmjm # Send all status reports to STDERR not to STDOUT (to allow use by ftpcat). # Allow target file to be '-' meaning STDOUT diff --git a/contrib/perl5/lib/getopt.pl b/contrib/perl5/lib/getopt.pl index f871e41850118..1035c022eee90 100644 --- a/contrib/perl5/lib/getopt.pl +++ b/contrib/perl5/lib/getopt.pl @@ -1,4 +1,4 @@ -;# $RCSfile: getopt.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:23:58 $ +;# $RCSfile: getopt.pl,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:54 $ ;# Process single-character switches with switch clustering. Pass one argument ;# which is a string containing all switches that take an argument. For each diff --git a/contrib/perl5/lib/importenv.pl b/contrib/perl5/lib/importenv.pl index c28ffd054d4a4..e3c275f907510 100644 --- a/contrib/perl5/lib/importenv.pl +++ b/contrib/perl5/lib/importenv.pl @@ -1,4 +1,4 @@ -;# $RCSfile: importenv.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:24:02 $ +;# $RCSfile: importenv.pl,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:54 $ ;# This file, when interpreted, pulls the environment into normal variables. ;# Usage: diff --git a/contrib/perl5/lib/newgetopt.pl b/contrib/perl5/lib/newgetopt.pl index 0b7eed8bfe91e..f7235b99b138f 100644 --- a/contrib/perl5/lib/newgetopt.pl +++ b/contrib/perl5/lib/newgetopt.pl @@ -1,6 +1,6 @@ # newgetopt.pl -- new options parsing. # Now just a wrapper around the Getopt::Long module. -# $Id: newgetopt.pl,v 1.17 1996-10-02 11:17:16+02 jv Exp $ +# $Id: newgetopt.pl,v 1.1.1.1 1998/09/09 06:59:54 markm Exp $ { package newgetopt; diff --git a/contrib/perl5/lib/perl5db.pl b/contrib/perl5/lib/perl5db.pl index 099a49b49f092..1128b28529c7f 100644 --- a/contrib/perl5/lib/perl5db.pl +++ b/contrib/perl5/lib/perl5db.pl @@ -48,7 +48,10 @@ $header = "perl5db.pl version $VERSION"; # (for subroutines defined outside of the package DB). In fact the same is # true if $deep is not defined. # -# $Log: perldb.pl,v $ +# $Log: perl5db.pl,v $ +# Revision 1.1.1.1 1998/09/09 06:59:54 markm +# Initial import of Perl5. The king is dead; long live the king! +# # # At start reads $rcfile that may set important options. This file diff --git a/contrib/perl5/lib/pwd.pl b/contrib/perl5/lib/pwd.pl index beb591679e261..e8e9346e2709c 100644 --- a/contrib/perl5/lib/pwd.pl +++ b/contrib/perl5/lib/pwd.pl @@ -1,8 +1,11 @@ ;# pwd.pl - keeps track of current working directory in PWD environment var ;# -;# $RCSfile: pwd.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:24:11 $ +;# $RCSfile: pwd.pl,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:54 $ +;# +;# $Log: pwd.pl,v $ +;# Revision 1.1.1.1 1998/09/09 06:59:54 markm +;# Initial import of Perl5. The king is dead; long live the king! ;# -;# $Log: pwd.pl,v $ ;# ;# Usage: ;# require "pwd.pl"; diff --git a/contrib/perl5/lib/stat.pl b/contrib/perl5/lib/stat.pl index f7c240a4b3e77..809f63f58b835 100644 --- a/contrib/perl5/lib/stat.pl +++ b/contrib/perl5/lib/stat.pl @@ -1,4 +1,4 @@ -;# $RCSfile: stat.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:24:13 $ +;# $RCSfile: stat.pl,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:54 $ ;# Usage: ;# require 'stat.pl'; diff --git a/contrib/perl5/lib/syslog.pl b/contrib/perl5/lib/syslog.pl index 9e03399e4df60..8f0f45f969543 100644 --- a/contrib/perl5/lib/syslog.pl +++ b/contrib/perl5/lib/syslog.pl @@ -1,7 +1,10 @@ # # syslog.pl # -# $Log: syslog.pl,v $ +# $Log: syslog.pl,v $ +# Revision 1.1.1.1 1998/09/09 06:59:54 markm +# Initial import of Perl5. The king is dead; long live the king! +# # # tom christiansen <tchrist@convex.com> # modified to use sockets by Larry Wall <lwall@jpl-devvax.jpl.nasa.gov> diff --git a/contrib/perl5/lib/termcap.pl b/contrib/perl5/lib/termcap.pl index 37313432fdee5..b75aab7c43508 100644 --- a/contrib/perl5/lib/termcap.pl +++ b/contrib/perl5/lib/termcap.pl @@ -1,4 +1,4 @@ -;# $RCSfile: termcap.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:24:16 $ +;# $RCSfile: termcap.pl,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:54 $ ;# ;# Usage: ;# require 'ioctl.pl'; diff --git a/contrib/perl5/lib/validate.pl b/contrib/perl5/lib/validate.pl index ec4a04b543674..401868ab155b7 100644 --- a/contrib/perl5/lib/validate.pl +++ b/contrib/perl5/lib/validate.pl @@ -1,4 +1,4 @@ -;# $RCSfile: validate.pl,v $$Revision: 4.1 $$Date: 92/08/07 18:24:19 $ +;# $RCSfile: validate.pl,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:54 $ ;# The validate routine takes a single multiline string consisting of ;# lines containing a filename plus a file test to try on it. (The diff --git a/contrib/perl5/pod/perlfaq.pod b/contrib/perl5/pod/perlfaq.pod index e6be112008be2..d5bcf257bea20 100644 --- a/contrib/perl5/pod/perlfaq.pod +++ b/contrib/perl5/pod/perlfaq.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq - frequently asked questions about Perl ($Date: 1998/08/05 12:09:32 $) +perlfaq - frequently asked questions about Perl ($Date: 1998/09/09 06:59:57 $) =head1 DESCRIPTION diff --git a/contrib/perl5/pod/perlfaq1.pod b/contrib/perl5/pod/perlfaq1.pod index 5a95f19c793e5..4211593db1b76 100644 --- a/contrib/perl5/pod/perlfaq1.pod +++ b/contrib/perl5/pod/perlfaq1.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq1 - General Questions About Perl ($Revision: 1.15 $, $Date: 1998/08/05 11:52:24 $) +perlfaq1 - General Questions About Perl ($Revision: 1.1.1.1 $, $Date: 1998/09/09 06:59:57 $) =head1 DESCRIPTION diff --git a/contrib/perl5/pod/perlfaq2.pod b/contrib/perl5/pod/perlfaq2.pod index 918e9369ae713..1a92a6bfd8b80 100644 --- a/contrib/perl5/pod/perlfaq2.pod +++ b/contrib/perl5/pod/perlfaq2.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.25 $, $Date: 1998/08/05 11:47:25 $) +perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.1.1.1 $, $Date: 1998/09/09 06:59:57 $) =head1 DESCRIPTION diff --git a/contrib/perl5/pod/perlfaq3.pod b/contrib/perl5/pod/perlfaq3.pod index d06f2bef7aaa8..3a53f5574a4f4 100644 --- a/contrib/perl5/pod/perlfaq3.pod +++ b/contrib/perl5/pod/perlfaq3.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq3 - Programming Tools ($Revision: 1.29 $, $Date: 1998/08/05 11:57:04 $) +perlfaq3 - Programming Tools ($Revision: 1.1.1.1 $, $Date: 1998/09/09 06:59:57 $) =head1 DESCRIPTION diff --git a/contrib/perl5/pod/perlfaq4.pod b/contrib/perl5/pod/perlfaq4.pod index 633f5f109b7d5..c3fa533d58dde 100644 --- a/contrib/perl5/pod/perlfaq4.pod +++ b/contrib/perl5/pod/perlfaq4.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq4 - Data Manipulation ($Revision: 1.26 $, $Date: 1998/08/05 12:04:00 $) +perlfaq4 - Data Manipulation ($Revision: 1.1.1.1 $, $Date: 1998/09/09 06:59:57 $) =head1 DESCRIPTION diff --git a/contrib/perl5/pod/perlfaq5.pod b/contrib/perl5/pod/perlfaq5.pod index 98e706afadd3e..34ac92cc88835 100644 --- a/contrib/perl5/pod/perlfaq5.pod +++ b/contrib/perl5/pod/perlfaq5.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq5 - Files and Formats ($Revision: 1.24 $, $Date: 1998/07/05 15:07:20 $) +perlfaq5 - Files and Formats ($Revision: 1.1.1.1 $, $Date: 1998/09/09 06:59:57 $) =head1 DESCRIPTION diff --git a/contrib/perl5/pod/perlfaq6.pod b/contrib/perl5/pod/perlfaq6.pod index 488a27c83ae7a..131ddfd5d7318 100644 --- a/contrib/perl5/pod/perlfaq6.pod +++ b/contrib/perl5/pod/perlfaq6.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq6 - Regexps ($Revision: 1.22 $, $Date: 1998/07/16 14:01:07 $) +perlfaq6 - Regexps ($Revision: 1.1.1.1 $, $Date: 1998/09/09 06:59:57 $) =head1 DESCRIPTION diff --git a/contrib/perl5/pod/perlfaq7.pod b/contrib/perl5/pod/perlfaq7.pod index e1bccc883f4bf..3af3c5814a8e1 100644 --- a/contrib/perl5/pod/perlfaq7.pod +++ b/contrib/perl5/pod/perlfaq7.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq7 - Perl Language Issues ($Revision: 1.21 $, $Date: 1998/06/22 15:20:07 $) +perlfaq7 - Perl Language Issues ($Revision: 1.1.1.1 $, $Date: 1998/09/09 06:59:57 $) =head1 DESCRIPTION @@ -180,7 +180,7 @@ own module. Make sure to change the names appropriately. # if using RCS/CVS, this next line may be preferred, # but beware two-digit versions. - $VERSION = do{my@r=q$Revision: 1.21 $=~/\d+/g;sprintf '%d.'.'%02d'x$#r,@r}; + $VERSION = do{my@r=q$Revision: 1.1.1.1 $=~/\d+/g;sprintf '%d.'.'%02d'x$#r,@r}; @ISA = qw(Exporter); @EXPORT = qw(&func1 &func2 &func3); diff --git a/contrib/perl5/pod/perlfaq8.pod b/contrib/perl5/pod/perlfaq8.pod index c4036ff35d6fc..a62e6b9a3f39b 100644 --- a/contrib/perl5/pod/perlfaq8.pod +++ b/contrib/perl5/pod/perlfaq8.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq8 - System Interaction ($Revision: 1.26 $, $Date: 1998/08/05 12:20:28 $) +perlfaq8 - System Interaction ($Revision: 1.1.1.1 $, $Date: 1998/09/09 06:59:57 $) =head1 DESCRIPTION diff --git a/contrib/perl5/pod/perlfaq9.pod b/contrib/perl5/pod/perlfaq9.pod index 330158b77b48e..8e80f7655ce0d 100644 --- a/contrib/perl5/pod/perlfaq9.pod +++ b/contrib/perl5/pod/perlfaq9.pod @@ -1,6 +1,6 @@ =head1 NAME -perlfaq9 - Networking ($Revision: 1.20 $, $Date: 1998/06/22 18:31:09 $) +perlfaq9 - Networking ($Revision: 1.1.1.1 $, $Date: 1998/09/09 06:59:57 $) =head1 DESCRIPTION diff --git a/contrib/perl5/pod/perlhist.pod b/contrib/perl5/pod/perlhist.pod index 9ed8b6f52e68a..219ab2d34fbbc 100644 --- a/contrib/perl5/pod/perlhist.pod +++ b/contrib/perl5/pod/perlhist.pod @@ -6,7 +6,7 @@ perlhist - the Perl history records =for RCS # -# $Id: perlhist.pod,v 1.48 1998/08/03 08:50:12 jhi Exp $ +# $Id: perlhist.pod,v 1.1.1.1 1998/09/09 06:59:57 markm Exp $ # =end RCS diff --git a/contrib/perl5/pod/perlmod.pod b/contrib/perl5/pod/perlmod.pod index 6da31dee3c967..ced32da46f619 100644 --- a/contrib/perl5/pod/perlmod.pod +++ b/contrib/perl5/pod/perlmod.pod @@ -228,7 +228,7 @@ a file called Some/Module.pm and start with this template: # set the version for version checking $VERSION = 1.00; # if using RCS/CVS, this may be preferred - $VERSION = do { my @r = (q$Revision: 2.21 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; # must be all one line, for MakeMaker + $VERSION = do { my @r = (q$Revision: 1.1.1.1 $ =~ /\d+/g); sprintf "%d."."%02d" x $#r, @r }; # must be all one line, for MakeMaker @ISA = qw(Exporter); @EXPORT = qw(&func1 &func2 &func4); diff --git a/contrib/perl5/pod/perltoc.pod b/contrib/perl5/pod/perltoc.pod index 980ca8f943ee4..c17cf6800e915 100644 --- a/contrib/perl5/pod/perltoc.pod +++ b/contrib/perl5/pod/perltoc.pod @@ -77,7 +77,7 @@ authors 24/April/97, 23/April/97, 25/March/97, 18/March/97, 17/March/97 Version, Initial Release: 11/March/97 -=head2 perlfaq1 - General Questions About Perl ($Revision: 1.14 $, $Date: +=head2 perlfaq1 - General Questions About Perl ($Revision: 1.1.1.1 $, $Date: 1998/06/14 22:15:25 $) =item DESCRIPTION @@ -118,8 +118,8 @@ Scheme, or Tcl? =item AUTHOR AND COPYRIGHT -=head2 perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.24 $, -$Date: 1998/07/20 23:40:28 $) +=head2 perlfaq2 - Obtaining and Learning about Perl ($Revision: 1.1.1.1 $, +$Date: 1998/09/09 06:59:58 $) =item DESCRIPTION @@ -176,7 +176,7 @@ MacPerl, Perl5-Porters, NTPerl, Perl-Packrats =item AUTHOR AND COPYRIGHT -=head2 perlfaq3 - Programming Tools ($Revision: 1.28 $, $Date: 1998/07/16 +=head2 perlfaq3 - Programming Tools ($Revision: 1.1.1.1 $, $Date: 1998/07/16 22:08:49 $) =item DESCRIPTION @@ -249,7 +249,7 @@ mean? =item AUTHOR AND COPYRIGHT -=head2 perlfaq4 - Data Manipulation ($Revision: 1.25 $, $Date: 1998/07/16 +=head2 perlfaq4 - Data Manipulation ($Revision: 1.1.1.1 $, $Date: 1998/07/16 22:49:55 $) =item DESCRIPTION @@ -444,7 +444,7 @@ array of hashes or arrays? =item AUTHOR AND COPYRIGHT -=head2 perlfaq5 - Files and Formats ($Revision: 1.24 $, $Date: 1998/07/05 +=head2 perlfaq5 - Files and Formats ($Revision: 1.1.1.1 $, $Date: 1998/07/05 15:07:20 $) =item DESCRIPTION @@ -526,7 +526,7 @@ protected files? Isn't this a bug in Perl? =item AUTHOR AND COPYRIGHT -=head2 perlfaq6 - Regexps ($Revision: 1.22 $, $Date: 1998/07/16 14:01:07 $) +=head2 perlfaq6 - Regexps ($Revision: 1.1.1.1 $, $Date: 1998/09/09 06:59:58 $) =item DESCRIPTION @@ -587,7 +587,7 @@ file? =item AUTHOR AND COPYRIGHT -=head2 perlfaq7 - Perl Language Issues ($Revision: 1.21 $, $Date: +=head2 perlfaq7 - Perl Language Issues ($Revision: 1.1.1.1 $, $Date: 1998/06/22 15:20:07 $) =item DESCRIPTION @@ -658,7 +658,7 @@ is in scope? =item AUTHOR AND COPYRIGHT -=head2 perlfaq8 - System Interaction ($Revision: 1.25 $, $Date: 1998/07/05 +=head2 perlfaq8 - System Interaction ($Revision: 1.1.1.1 $, $Date: 1998/07/05 15:07:20 $) =item DESCRIPTION @@ -782,7 +782,7 @@ search path? =item AUTHOR AND COPYRIGHT -=head2 perlfaq9 - Networking ($Revision: 1.20 $, $Date: 1998/06/22 18:31:09 +=head2 perlfaq9 - Networking ($Revision: 1.1.1.1 $, $Date: 1998/06/22 18:31:09 $) =item DESCRIPTION diff --git a/contrib/perl5/t/base/cond.t b/contrib/perl5/t/base/cond.t index 9a57348474eca..67749c0f6e363 100755 --- a/contrib/perl5/t/base/cond.t +++ b/contrib/perl5/t/base/cond.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: cond.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:02 $ +# $RCSfile: cond.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ # make sure conditional operators work diff --git a/contrib/perl5/t/base/if.t b/contrib/perl5/t/base/if.t index 12db7652e49be..8583858cf1dd1 100755 --- a/contrib/perl5/t/base/if.t +++ b/contrib/perl5/t/base/if.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: if.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:03 $ +# $RCSfile: if.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..2\n"; diff --git a/contrib/perl5/t/base/lex.t b/contrib/perl5/t/base/lex.t index 045cb22eb0757..a405c7ebdfb93 100755 --- a/contrib/perl5/t/base/lex.t +++ b/contrib/perl5/t/base/lex.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: lex.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:04 $ +# $RCSfile: lex.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..30\n"; diff --git a/contrib/perl5/t/base/pat.t b/contrib/perl5/t/base/pat.t index c689f4552d94d..68b03a9f663a8 100755 --- a/contrib/perl5/t/base/pat.t +++ b/contrib/perl5/t/base/pat.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: pat.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:05 $ +# $RCSfile: pat.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..2\n"; diff --git a/contrib/perl5/t/base/term.t b/contrib/perl5/t/base/term.t index e96313dec57c7..d50fe43d7362d 100755 --- a/contrib/perl5/t/base/term.t +++ b/contrib/perl5/t/base/term.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: term.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:07 $ +# $RCSfile: term.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ BEGIN { chdir 't' if -d 't'; diff --git a/contrib/perl5/t/cmd/elsif.t b/contrib/perl5/t/cmd/elsif.t index 7eace161e0475..5a901b6c34c0b 100755 --- a/contrib/perl5/t/cmd/elsif.t +++ b/contrib/perl5/t/cmd/elsif.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: elsif.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:08 $ +# $RCSfile: elsif.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ sub foo { if ($_[0] == 1) { diff --git a/contrib/perl5/t/cmd/for.t b/contrib/perl5/t/cmd/for.t index e45f05040bc24..c09342451b00b 100755 --- a/contrib/perl5/t/cmd/for.t +++ b/contrib/perl5/t/cmd/for.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: for.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:09 $ +# $RCSfile: for.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..7\n"; diff --git a/contrib/perl5/t/cmd/mod.t b/contrib/perl5/t/cmd/mod.t index e2ab77724643d..ff9fe93febb79 100755 --- a/contrib/perl5/t/cmd/mod.t +++ b/contrib/perl5/t/cmd/mod.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: mod.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:11 $ +# $RCSfile: mod.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..12\n"; diff --git a/contrib/perl5/t/cmd/subval.t b/contrib/perl5/t/cmd/subval.t index 3c60690ebf141..2159021d13fdc 100755 --- a/contrib/perl5/t/cmd/subval.t +++ b/contrib/perl5/t/cmd/subval.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: subval.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:13 $ +# $RCSfile: subval.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ sub foo1 { 'true1'; diff --git a/contrib/perl5/t/cmd/switch.t b/contrib/perl5/t/cmd/switch.t index faa5de470f3c9..967852ea65a4a 100755 --- a/contrib/perl5/t/cmd/switch.t +++ b/contrib/perl5/t/cmd/switch.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: switch.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:14 $ +# $RCSfile: switch.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..18\n"; diff --git a/contrib/perl5/t/cmd/while.t b/contrib/perl5/t/cmd/while.t index c6e464d444ada..a4f685e3cf999 100755 --- a/contrib/perl5/t/cmd/while.t +++ b/contrib/perl5/t/cmd/while.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: while.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:15 $ +# $RCSfile: while.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..10\n"; diff --git a/contrib/perl5/t/comp/cmdopt.t b/contrib/perl5/t/comp/cmdopt.t index 3f701a456ac43..605e21b81f8ea 100755 --- a/contrib/perl5/t/comp/cmdopt.t +++ b/contrib/perl5/t/comp/cmdopt.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: cmdopt.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:17 $ +# $RCSfile: cmdopt.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..44\n"; diff --git a/contrib/perl5/t/comp/cpp.aux b/contrib/perl5/t/comp/cpp.aux index bb93d212c3bc0..b879095515956 100755 --- a/contrib/perl5/t/comp/cpp.aux +++ b/contrib/perl5/t/comp/cpp.aux @@ -1,6 +1,6 @@ #!./perl -P -# $RCSfile: cpp.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:18 $ +# $RCSfile: cpp.aux,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..3\n"; diff --git a/contrib/perl5/t/comp/cpp.t b/contrib/perl5/t/comp/cpp.t index 86e7359524ef8..722c8ca356278 100755 --- a/contrib/perl5/t/comp/cpp.t +++ b/contrib/perl5/t/comp/cpp.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: cpp.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:18 $ +# $RCSfile: cpp.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ BEGIN { chdir 't' if -d 't'; diff --git a/contrib/perl5/t/comp/decl.t b/contrib/perl5/t/comp/decl.t index 32b8509df7747..1c8cccbf5387b 100755 --- a/contrib/perl5/t/comp/decl.t +++ b/contrib/perl5/t/comp/decl.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: decl.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:19 $ +# $RCSfile: decl.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ # check to see if subroutine declarations work everwhere diff --git a/contrib/perl5/t/comp/multiline.t b/contrib/perl5/t/comp/multiline.t index ed418b84fc1d0..e0e82bc26fbb5 100755 --- a/contrib/perl5/t/comp/multiline.t +++ b/contrib/perl5/t/comp/multiline.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: multiline.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:20 $ +# $RCSfile: multiline.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 06:59:59 $ print "1..5\n"; diff --git a/contrib/perl5/t/comp/script.t b/contrib/perl5/t/comp/script.t index d0c12e955280e..158cc715e4d19 100755 --- a/contrib/perl5/t/comp/script.t +++ b/contrib/perl5/t/comp/script.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: script.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:23 $ +# $RCSfile: script.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ print "1..3\n"; diff --git a/contrib/perl5/t/comp/term.t b/contrib/perl5/t/comp/term.t index eb9968003e7dd..784ef6ceb2241 100755 --- a/contrib/perl5/t/comp/term.t +++ b/contrib/perl5/t/comp/term.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: term.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:24 $ +# $RCSfile: term.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ # tests that aren't important enough for base.term diff --git a/contrib/perl5/t/io/argv.t b/contrib/perl5/t/io/argv.t index d99865e142ebe..be4e0f97bdc48 100755 --- a/contrib/perl5/t/io/argv.t +++ b/contrib/perl5/t/io/argv.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: argv.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:25 $ +# $RCSfile: argv.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ print "1..5\n"; diff --git a/contrib/perl5/t/io/dup.t b/contrib/perl5/t/io/dup.t index f312671e56bed..1f88dbac995bb 100755 --- a/contrib/perl5/t/io/dup.t +++ b/contrib/perl5/t/io/dup.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: dup.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:27 $ +# $RCSfile: dup.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ print "1..6\n"; diff --git a/contrib/perl5/t/io/fs.t b/contrib/perl5/t/io/fs.t index 164a6676e68b6..e9c3db904e543 100755 --- a/contrib/perl5/t/io/fs.t +++ b/contrib/perl5/t/io/fs.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: fs.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:28 $ +# $RCSfile: fs.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ BEGIN { chdir 't' if -d 't'; diff --git a/contrib/perl5/t/io/inplace.t b/contrib/perl5/t/io/inplace.t index ff410a7b5fcad..121b59df20cff 100755 --- a/contrib/perl5/t/io/inplace.t +++ b/contrib/perl5/t/io/inplace.t @@ -2,7 +2,7 @@ $^I = $^O eq 'VMS' ? '_bak' : '.bak'; -# $RCSfile: inplace.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:29 $ +# $RCSfile: inplace.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ print "1..2\n"; diff --git a/contrib/perl5/t/io/pipe.t b/contrib/perl5/t/io/pipe.t index ba7a9b093b667..d9d82a59bd862 100755 --- a/contrib/perl5/t/io/pipe.t +++ b/contrib/perl5/t/io/pipe.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: pipe.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:31 $ +# $RCSfile: pipe.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ BEGIN { chdir 't' if -d 't'; diff --git a/contrib/perl5/t/io/print.t b/contrib/perl5/t/io/print.t index 180b1e88d721c..b99d88cec89b0 100755 --- a/contrib/perl5/t/io/print.t +++ b/contrib/perl5/t/io/print.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: print.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:32 $ +# $RCSfile: print.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ print "1..16\n"; diff --git a/contrib/perl5/t/io/read.t b/contrib/perl5/t/io/read.t index b27fde17c7ba0..a1af3fdeaf5f4 100755 --- a/contrib/perl5/t/io/read.t +++ b/contrib/perl5/t/io/read.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile$ +# $RCSfile: read.t,v $ print "1..1\n"; diff --git a/contrib/perl5/t/io/tell.t b/contrib/perl5/t/io/tell.t index 83904e88bba88..e8c8a9de47d68 100755 --- a/contrib/perl5/t/io/tell.t +++ b/contrib/perl5/t/io/tell.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: tell.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:33 $ +# $RCSfile: tell.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ print "1..13\n"; diff --git a/contrib/perl5/t/lib/anydbm.t b/contrib/perl5/t/lib/anydbm.t index 0391b7b4900c2..0aef8836eaf3e 100755 --- a/contrib/perl5/t/lib/anydbm.t +++ b/contrib/perl5/t/lib/anydbm.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: dbm.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:43 $ +# $RCSfile: anydbm.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:00 $ BEGIN { chdir 't' if -d 't'; diff --git a/contrib/perl5/t/lib/complex.t b/contrib/perl5/t/lib/complex.t index 2bb14f0866050..60595f3067ee6 100755 --- a/contrib/perl5/t/lib/complex.t +++ b/contrib/perl5/t/lib/complex.t @@ -14,7 +14,7 @@ BEGIN { use Math::Complex; -$VERSION = sprintf("%s", q$Id: complex.t,v 1.8 1998/02/05 16:03:39 jhi Exp $ =~ /(\d+\.d+)/); +$VERSION = sprintf("%s", q$Id: complex.t,v 1.1.1.1 1998/09/09 07:00:01 markm Exp $ =~ /(\d+\.d+)/); my ($args, $op, $target, $test, $test_set, $try, $val, $zvalue, @set, @val); diff --git a/contrib/perl5/t/lib/gdbm.t b/contrib/perl5/t/lib/gdbm.t index 2395611d1e189..a3cc8e2fdf067 100755 --- a/contrib/perl5/t/lib/gdbm.t +++ b/contrib/perl5/t/lib/gdbm.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: dbm.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:43 $ +# $RCSfile: gdbm.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ BEGIN { @INC = '../lib'; diff --git a/contrib/perl5/t/lib/ndbm.t b/contrib/perl5/t/lib/ndbm.t index a97dbd1f1e95e..1bca2a5210a89 100755 --- a/contrib/perl5/t/lib/ndbm.t +++ b/contrib/perl5/t/lib/ndbm.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: dbm.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:43 $ +# $RCSfile: ndbm.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ BEGIN { chdir 't' if -d 't'; diff --git a/contrib/perl5/t/lib/odbm.t b/contrib/perl5/t/lib/odbm.t index 8ba9bcf3a47b4..08153aa45cd71 100755 --- a/contrib/perl5/t/lib/odbm.t +++ b/contrib/perl5/t/lib/odbm.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: dbm.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:43 $ +# $RCSfile: odbm.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ BEGIN { chdir 't' if -d 't'; diff --git a/contrib/perl5/t/lib/sdbm.t b/contrib/perl5/t/lib/sdbm.t index 591fe14c60bee..9fc8408488454 100755 --- a/contrib/perl5/t/lib/sdbm.t +++ b/contrib/perl5/t/lib/sdbm.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: dbm.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:43 $ +# $RCSfile: sdbm.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ BEGIN { chdir 't' if -d 't'; diff --git a/contrib/perl5/t/lib/soundex.t b/contrib/perl5/t/lib/soundex.t index d35f264c7a678..36a7c31634c40 100755 --- a/contrib/perl5/t/lib/soundex.t +++ b/contrib/perl5/t/lib/soundex.t @@ -1,10 +1,13 @@ #!./perl # -# $Id: soundex.t,v 1.2 1994/03/24 00:30:27 mike Exp $ +# $Id: soundex.t,v 1.1.1.1 1998/09/09 07:00:02 markm Exp $ # # test module for soundex.pl # # $Log: soundex.t,v $ +# Revision 1.1.1.1 1998/09/09 07:00:02 markm +# Initial import of Perl5. The king is dead; long live the king! +# # Revision 1.2 1994/03/24 00:30:27 mike # Subtle bug (any excuse :-) spotted by Rich Pinder <rpinder@hsc.usc.edu> # in the way I handles leasing characters which were different but had diff --git a/contrib/perl5/t/op/append.t b/contrib/perl5/t/op/append.t index d11514615ac23..625e316d3a1ae 100755 --- a/contrib/perl5/t/op/append.t +++ b/contrib/perl5/t/op/append.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: append.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:36 $ +# $RCSfile: append.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..3\n"; diff --git a/contrib/perl5/t/op/auto.t b/contrib/perl5/t/op/auto.t index 2eb0097650985..9608488063161 100755 --- a/contrib/perl5/t/op/auto.t +++ b/contrib/perl5/t/op/auto.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: auto.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:39 $ +# $RCSfile: auto.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..37\n"; diff --git a/contrib/perl5/t/op/chop.t b/contrib/perl5/t/op/chop.t index 77263ad3ad191..575f455ca6971 100755 --- a/contrib/perl5/t/op/chop.t +++ b/contrib/perl5/t/op/chop.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: chop.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:40 $ +# $RCSfile: chop.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..28\n"; diff --git a/contrib/perl5/t/op/cond.t b/contrib/perl5/t/op/cond.t index 427efb48879cd..025b3f12826d8 100755 --- a/contrib/perl5/t/op/cond.t +++ b/contrib/perl5/t/op/cond.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: cond.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:41 $ +# $RCSfile: cond.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..4\n"; diff --git a/contrib/perl5/t/op/delete.t b/contrib/perl5/t/op/delete.t index 6cc447506ac9b..5f20eef961adf 100755 --- a/contrib/perl5/t/op/delete.t +++ b/contrib/perl5/t/op/delete.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: delete.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:44 $ +# $RCSfile: delete.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..16\n"; diff --git a/contrib/perl5/t/op/do.t b/contrib/perl5/t/op/do.t index 87ec08d3001c4..d3531efa917b1 100755 --- a/contrib/perl5/t/op/do.t +++ b/contrib/perl5/t/op/do.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: do.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:45 $ +# $RCSfile: do.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ sub foo1 { diff --git a/contrib/perl5/t/op/each.t b/contrib/perl5/t/op/each.t index 9063c2c3ed8f3..4445ab1545731 100755 --- a/contrib/perl5/t/op/each.t +++ b/contrib/perl5/t/op/each.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: each.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:47 $ +# $RCSfile: each.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..16\n"; diff --git a/contrib/perl5/t/op/eval.t b/contrib/perl5/t/op/eval.t index 9368281d5b660..9585e7b243882 100755 --- a/contrib/perl5/t/op/eval.t +++ b/contrib/perl5/t/op/eval.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: eval.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:48 $ +# $RCSfile: eval.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..23\n"; diff --git a/contrib/perl5/t/op/exec.t b/contrib/perl5/t/op/exec.t index 098a455455dc8..4fe61d50d5618 100755 --- a/contrib/perl5/t/op/exec.t +++ b/contrib/perl5/t/op/exec.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: exec.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:49 $ +# $RCSfile: exec.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ $| = 1; # flush stdout diff --git a/contrib/perl5/t/op/exp.t b/contrib/perl5/t/op/exp.t index 5efc9ba950f1f..3bb8e178e8d1c 100755 --- a/contrib/perl5/t/op/exp.t +++ b/contrib/perl5/t/op/exp.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: exp.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:50 $ +# $RCSfile: exp.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..6\n"; diff --git a/contrib/perl5/t/op/flip.t b/contrib/perl5/t/op/flip.t index 20167f3333b82..d579f41c11d46 100755 --- a/contrib/perl5/t/op/flip.t +++ b/contrib/perl5/t/op/flip.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: flip.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:52 $ +# $RCSfile: flip.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..9\n"; diff --git a/contrib/perl5/t/op/fork.t b/contrib/perl5/t/op/fork.t index 9790ff0f8ce16..d39e5bbe7b3f8 100755 --- a/contrib/perl5/t/op/fork.t +++ b/contrib/perl5/t/op/fork.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: fork.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:53 $ +# $RCSfile: fork.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ BEGIN { chdir 't' if -d 't'; diff --git a/contrib/perl5/t/op/glob.t b/contrib/perl5/t/op/glob.t index 253e4a312fb2a..7d7a0197b8b12 100755 --- a/contrib/perl5/t/op/glob.t +++ b/contrib/perl5/t/op/glob.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: glob.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:55 $ +# $RCSfile: glob.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..6\n"; diff --git a/contrib/perl5/t/op/goto.t b/contrib/perl5/t/op/goto.t index 1b34acda39506..a52c50c891593 100755 --- a/contrib/perl5/t/op/goto.t +++ b/contrib/perl5/t/op/goto.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: goto.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:56 $ +# $RCSfile: goto.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ # "This IS structured code. It's just randomly structured." diff --git a/contrib/perl5/t/op/goto_xs.t b/contrib/perl5/t/op/goto_xs.t index a35575eb26a1a..31a6ab992704f 100755 --- a/contrib/perl5/t/op/goto_xs.t +++ b/contrib/perl5/t/op/goto_xs.t @@ -1,7 +1,7 @@ #!./perl # tests for "goto &sub"-ing into XSUBs -# $RCSfile$$Revision$$Date$ +# $RCSfile: goto_xs.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ # Note: This only tests things that should *work*. At some point, it may # be worth while to write some failure tests for things that should diff --git a/contrib/perl5/t/op/inc.t b/contrib/perl5/t/op/inc.t index e5a2a921b3f92..fd3a2109e8099 100755 --- a/contrib/perl5/t/op/inc.t +++ b/contrib/perl5/t/op/inc.t @@ -1,7 +1,7 @@ #!./perl -# $RCSfile$ +# $RCSfile: inc.t,v $ print "1..6\n"; diff --git a/contrib/perl5/t/op/index.t b/contrib/perl5/t/op/index.t index 0b08f0879d7ee..6e2bd2a5f37bb 100755 --- a/contrib/perl5/t/op/index.t +++ b/contrib/perl5/t/op/index.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: index.t,v $$Revision: 4.1 $$Date: 92/08/07 18:27:59 $ +# $RCSfile: index.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..20\n"; diff --git a/contrib/perl5/t/op/int.t b/contrib/perl5/t/op/int.t index eb060acd727c3..705105456362e 100755 --- a/contrib/perl5/t/op/int.t +++ b/contrib/perl5/t/op/int.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: int.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:00 $ +# $RCSfile: int.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..4\n"; diff --git a/contrib/perl5/t/op/join.t b/contrib/perl5/t/op/join.t index eec4611e625db..22e5b3eb3e3b2 100755 --- a/contrib/perl5/t/op/join.t +++ b/contrib/perl5/t/op/join.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: join.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:01 $ +# $RCSfile: join.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..3\n"; diff --git a/contrib/perl5/t/op/list.t b/contrib/perl5/t/op/list.t index a4230b681b367..5126f4f519f1e 100755 --- a/contrib/perl5/t/op/list.t +++ b/contrib/perl5/t/op/list.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: list.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:02 $ +# $RCSfile: list.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..27\n"; diff --git a/contrib/perl5/t/op/local.t b/contrib/perl5/t/op/local.t index 2f674d103bfec..899399e4b5fab 100755 --- a/contrib/perl5/t/op/local.t +++ b/contrib/perl5/t/op/local.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: local.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:04 $ +# $RCSfile: local.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..58\n"; diff --git a/contrib/perl5/t/op/mkdir.t b/contrib/perl5/t/op/mkdir.t index 5ba0a0f18d1ea..1332c74d3b7ae 100755 --- a/contrib/perl5/t/op/mkdir.t +++ b/contrib/perl5/t/op/mkdir.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: mkdir.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:06 $ +# $RCSfile: mkdir.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..7\n"; diff --git a/contrib/perl5/t/op/oct.t b/contrib/perl5/t/op/oct.t index 24b5c4309d4a0..817f543e04f5f 100755 --- a/contrib/perl5/t/op/oct.t +++ b/contrib/perl5/t/op/oct.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: oct.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:08 $ +# $RCSfile: oct.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..8\n"; diff --git a/contrib/perl5/t/op/ord.t b/contrib/perl5/t/op/ord.t index ba943f4e8c2d3..19ceb97c3718a 100755 --- a/contrib/perl5/t/op/ord.t +++ b/contrib/perl5/t/op/ord.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: ord.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:09 $ +# $RCSfile: ord.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..3\n"; diff --git a/contrib/perl5/t/op/pack.t b/contrib/perl5/t/op/pack.t index 9b7bc351f9094..fe850b84c1458 100755 --- a/contrib/perl5/t/op/pack.t +++ b/contrib/perl5/t/op/pack.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: pack.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:11 $ +# $RCSfile: pack.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..60\n"; diff --git a/contrib/perl5/t/op/push.t b/contrib/perl5/t/op/push.t index a67caed2b3195..9223afa982214 100755 --- a/contrib/perl5/t/op/push.t +++ b/contrib/perl5/t/op/push.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: push.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:13 $ +# $RCSfile: push.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ @tests = split(/\n/, <<EOF); 0 3, 0 1 2, 3 4 5 6 7 diff --git a/contrib/perl5/t/op/read.t b/contrib/perl5/t/op/read.t index 2746970d157dd..21c2717ea4a33 100755 --- a/contrib/perl5/t/op/read.t +++ b/contrib/perl5/t/op/read.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: read.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:17 $ +# $RCSfile: read.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..4\n"; diff --git a/contrib/perl5/t/op/repeat.t b/contrib/perl5/t/op/repeat.t index 54fa590836f5c..8840c83231113 100755 --- a/contrib/perl5/t/op/repeat.t +++ b/contrib/perl5/t/op/repeat.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: repeat.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:21 $ +# $RCSfile: repeat.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..19\n"; diff --git a/contrib/perl5/t/op/sleep.t b/contrib/perl5/t/op/sleep.t index 5f6c4c0bbbe98..b6cd967bea40e 100755 --- a/contrib/perl5/t/op/sleep.t +++ b/contrib/perl5/t/op/sleep.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: sleep.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:23 $ +# $RCSfile: sleep.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..1\n"; diff --git a/contrib/perl5/t/op/sort.t b/contrib/perl5/t/op/sort.t index 70341b9106b8b..322f50c260776 100755 --- a/contrib/perl5/t/op/sort.t +++ b/contrib/perl5/t/op/sort.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: sort.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:24 $ +# $RCSfile: sort.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..21\n"; diff --git a/contrib/perl5/t/op/split.t b/contrib/perl5/t/op/split.t index 7f0accea5eee1..0b11b9ae997c2 100755 --- a/contrib/perl5/t/op/split.t +++ b/contrib/perl5/t/op/split.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: split.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:26 $ +# $RCSfile: split.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..25\n"; diff --git a/contrib/perl5/t/op/sprintf.t b/contrib/perl5/t/op/sprintf.t index b9b4751c791d0..4c15e5fe3f945 100755 --- a/contrib/perl5/t/op/sprintf.t +++ b/contrib/perl5/t/op/sprintf.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: sprintf.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:27 $ +# $RCSfile: sprintf.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..4\n"; diff --git a/contrib/perl5/t/op/stat.t b/contrib/perl5/t/op/stat.t index 2207b40e309ec..1a561f42954d7 100755 --- a/contrib/perl5/t/op/stat.t +++ b/contrib/perl5/t/op/stat.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: stat.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:28 $ +# $RCSfile: stat.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ BEGIN { chdir 't' if -d 't'; diff --git a/contrib/perl5/t/op/study.t b/contrib/perl5/t/op/study.t index ea3b366f0bc38..620975e036c8d 100755 --- a/contrib/perl5/t/op/study.t +++ b/contrib/perl5/t/op/study.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: study.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:30 $ +# $RCSfile: study.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..24\n"; diff --git a/contrib/perl5/t/op/time.t b/contrib/perl5/t/op/time.t index 1bec442fe2e8f..58807117824c9 100755 --- a/contrib/perl5/t/op/time.t +++ b/contrib/perl5/t/op/time.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: time.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:32 $ +# $RCSfile: time.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ if ($does_gmtime = gmtime(time)) { print "1..5\n" } else { print "1..3\n" } diff --git a/contrib/perl5/t/op/undef.t b/contrib/perl5/t/op/undef.t index 8ab2ec421f32c..a3bb6bf889e91 100755 --- a/contrib/perl5/t/op/undef.t +++ b/contrib/perl5/t/op/undef.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: undef.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:34 $ +# $RCSfile: undef.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..21\n"; diff --git a/contrib/perl5/t/op/unshift.t b/contrib/perl5/t/op/unshift.t index 68d37756bd6fe..816cd5c2d0ae1 100755 --- a/contrib/perl5/t/op/unshift.t +++ b/contrib/perl5/t/op/unshift.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: unshift.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:35 $ +# $RCSfile: unshift.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..2\n"; diff --git a/contrib/perl5/t/op/vec.t b/contrib/perl5/t/op/vec.t index 71171447d6e34..fc60cfd9ee858 100755 --- a/contrib/perl5/t/op/vec.t +++ b/contrib/perl5/t/op/vec.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: vec.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:36 $ +# $RCSfile: vec.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..15\n"; diff --git a/contrib/perl5/t/op/write.t b/contrib/perl5/t/op/write.t index 705fa7977b3e1..2048be0b1b37f 100755 --- a/contrib/perl5/t/op/write.t +++ b/contrib/perl5/t/op/write.t @@ -1,6 +1,6 @@ #!./perl -# $RCSfile: write.t,v $$Revision: 4.1 $$Date: 92/08/07 18:28:38 $ +# $RCSfile: write.t,v $$Revision: 1.1.1.1 $$Date: 1998/09/09 07:00:02 $ print "1..5\n"; diff --git a/contrib/perl5/utils/c2ph.PL b/contrib/perl5/utils/c2ph.PL index 38b259f0db187..1636643470c72 100644 --- a/contrib/perl5/utils/c2ph.PL +++ b/contrib/perl5/utils/c2ph.PL @@ -256,7 +256,7 @@ Anyway, here it is. Should run on perl v4 or greater. Maybe less. =cut -$RCSID = '$Id: c2ph,v 1.7 95/10/28 10:41:47 tchrist Exp Locker: tchrist $'; +$RCSID = '$Id: c2ph.PL,v 1.1.1.1 1998/09/09 07:00:03 markm Exp $'; ###################################################################### diff --git a/contrib/perl5/utils/h2xs.PL b/contrib/perl5/utils/h2xs.PL index 52f590b776de2..aaddbdc41f57a 100644 --- a/contrib/perl5/utils/h2xs.PL +++ b/contrib/perl5/utils/h2xs.PL @@ -211,7 +211,7 @@ The usual warnings if it cannot read or write the files involved. =cut -my( $H2XS_VERSION ) = ' $Revision: 1.18 $ ' =~ /\$Revision:\s+([^\s]+)/; +my( $H2XS_VERSION ) = ' $Revision: 1.1.1.1 $ ' =~ /\$Revision:\s+([^\s]+)/; my $TEMPLATE_VERSION = '0.01'; use Getopt::Std; diff --git a/contrib/perl5/x2p/EXTERN.h b/contrib/perl5/x2p/EXTERN.h index cd1a4112ae28b..510976465ef5c 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 ac1d57ab05c15..4a7b21a3e72df 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 5bec7a0058f64..283dd944bd2be 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 e79e1562034ff..5b7415ff5bf07 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 80530469ed047..77328053c1b77 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 2d3f23923e540..3dc1cb3ad46be 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 8a6155f4555bd..0c4fdb446ac8e 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 f11f7dfc55bb6..48aeb6d4fbd6c 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 9dc64a1dcd5d7..4cf2e2ff5260b 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 dbcb27c1361d7..eb4e8db078cbf 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 b820a8d67da12..20c2413138eb8 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 3deaaec76f0d3..3e029f5865a38 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 364dfe94fa48b..ba21d002f8187 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 aa31bea217684..e0c426164193e 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 0b4065586bac4..a073fb55738ef 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" |