diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 | 
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1994-11-22 10:58:58 +0000 | 
| commit | 140932d6d85b561ad06abe5006a5e973a7713c45 (patch) | |
| tree | be1d2469fd1ab2ab0df6164fbc91fb7bbbdd80f5 /gnu/usr.bin/perl/lib | |
| parent | 324ec40db3d437d18da21aa07a7ae4d4ecd9c157 (diff) | |
Diffstat (limited to 'gnu/usr.bin/perl/lib')
| -rw-r--r-- | gnu/usr.bin/perl/lib/ctime.pl | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/lib/getopt.pl | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/lib/importenv.pl | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/lib/perldb.pl | 7 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/lib/pwd.pl | 7 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/lib/stat.pl | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/lib/syslog.pl | 5 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/lib/termcap.pl | 2 | ||||
| -rw-r--r-- | gnu/usr.bin/perl/lib/validate.pl | 2 | 
9 files changed, 20 insertions, 11 deletions
| diff --git a/gnu/usr.bin/perl/lib/ctime.pl b/gnu/usr.bin/perl/lib/ctime.pl index 4c59754b7b81..6830d7a28eb3 100644 --- a/gnu/usr.bin/perl/lib/ctime.pl +++ b/gnu/usr.bin/perl/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: 1.1.1.1 $$Date: 1993/08/23 21:29:52 $ +;#  ctime.pl,v1.1.1.11994/09/10 06:27:52  ;#   Marion Hakanson (hakanson@cse.ogi.edu)  ;#   Oregon Graduate Institute of Science and Technology  ;# diff --git a/gnu/usr.bin/perl/lib/getopt.pl b/gnu/usr.bin/perl/lib/getopt.pl index 6772d54aae20..80414132340f 100644 --- a/gnu/usr.bin/perl/lib/getopt.pl +++ b/gnu/usr.bin/perl/lib/getopt.pl @@ -1,4 +1,4 @@ -;# $RCSfile: getopt.pl,v $$Revision: 1.1.1.1 $$Date: 1993/08/23 21:29:52 $ +;# getopt.pl,v1.1.1.11994/09/10 06:27:52  ;# 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/gnu/usr.bin/perl/lib/importenv.pl b/gnu/usr.bin/perl/lib/importenv.pl index c9ad330b6d03..b6ac38a4288b 100644 --- a/gnu/usr.bin/perl/lib/importenv.pl +++ b/gnu/usr.bin/perl/lib/importenv.pl @@ -1,4 +1,4 @@ -;# $Header: /home/cvs/386BSD/ports/lang/perl/lib/importenv.pl,v 1.1.1.1 1993/08/23 21:29:53 nate Exp $ +;# /home/ncvs/src/gnu/usr.bin/perl/lib/importenv.pl,v 1.1.1.1 1994/09/10 06:27:52 gclarkii Exp  ;# This file, when interpreted, pulls the environment into normal variables.  ;# Usage: diff --git a/gnu/usr.bin/perl/lib/perldb.pl b/gnu/usr.bin/perl/lib/perldb.pl index 1aadb934e979..d33784361828 100644 --- a/gnu/usr.bin/perl/lib/perldb.pl +++ b/gnu/usr.bin/perl/lib/perldb.pl @@ -4,7 +4,7 @@ package DB;  # Ray Lischner (uunet!mntgfx!lisch) as of 5 Nov 1990  # Johan Vromans -- upgrade to 4.0 pl 10 -$header = '$RCSfile: perldb.pl,v $$Revision: 1.1.1.1 $$Date: 1993/08/23 21:29:51 $'; +$header = 'perldb.pl,v1.1.1.11994/09/10 06:27:53';  #  # This file is automatically included if you do perl -d.  # It's probably not useful to include this yourself. @@ -13,7 +13,10 @@ $header = '$RCSfile: perldb.pl,v $$Revision: 1.1.1.1 $$Date: 1993/08/23 21:29:51  # a do DB'DB(<linenum>); in front of every place that can  # have a breakpoint.  It also inserts a do 'perldb.pl' before the first line.  # -# $Log: perldb.pl,v $ +# perldb.pl,v +# Revision 1.1.1.1  1994/09/10  06:27:53  gclarkii +# Initial import of Perl 4.046 bmaked +#  # Revision 1.1.1.1  1993/08/23  21:29:51  nate  # PERL!  # diff --git a/gnu/usr.bin/perl/lib/pwd.pl b/gnu/usr.bin/perl/lib/pwd.pl index 16baadcdcdd4..41543e46b939 100644 --- a/gnu/usr.bin/perl/lib/pwd.pl +++ b/gnu/usr.bin/perl/lib/pwd.pl @@ -1,8 +1,11 @@  ;# pwd.pl - keeps track of current working directory in PWD environment var  ;# -;# $RCSfile: pwd.pl,v $$Revision: 1.1.1.1 $$Date: 1993/08/23 21:29:52 $ +;# pwd.pl,v1.1.1.11994/09/10 06:27:53  ;# -;# $Log: pwd.pl,v $ +;# pwd.pl,v +# Revision 1.1.1.1  1994/09/10  06:27:53  gclarkii +# Initial import of Perl 4.046 bmaked +#  # Revision 1.1.1.1  1993/08/23  21:29:52  nate  # PERL!  # diff --git a/gnu/usr.bin/perl/lib/stat.pl b/gnu/usr.bin/perl/lib/stat.pl index 6186f5428d18..e547e0654bd9 100644 --- a/gnu/usr.bin/perl/lib/stat.pl +++ b/gnu/usr.bin/perl/lib/stat.pl @@ -1,4 +1,4 @@ -;# $Header: /home/cvs/386BSD/ports/lang/perl/lib/stat.pl,v 1.1.1.1 1993/08/23 21:29:53 nate Exp $ +;# /home/ncvs/src/gnu/usr.bin/perl/lib/stat.pl,v 1.1.1.1 1994/09/10 06:27:53 gclarkii Exp  ;# Usage:  ;#	require 'stat.pl'; diff --git a/gnu/usr.bin/perl/lib/syslog.pl b/gnu/usr.bin/perl/lib/syslog.pl index 94a4f6a19a00..0b6e319d8768 100644 --- a/gnu/usr.bin/perl/lib/syslog.pl +++ b/gnu/usr.bin/perl/lib/syslog.pl @@ -1,7 +1,10 @@  #  # syslog.pl  # -# $Log: syslog.pl,v $ +# syslog.pl,v +# Revision 1.1.1.1  1994/09/10  06:27:53  gclarkii +# Initial import of Perl 4.046 bmaked +#  # Revision 1.1.1.1  1993/08/23  21:29:51  nate  # PERL!  # diff --git a/gnu/usr.bin/perl/lib/termcap.pl b/gnu/usr.bin/perl/lib/termcap.pl index 81556dbd3fb4..bf5c36157761 100644 --- a/gnu/usr.bin/perl/lib/termcap.pl +++ b/gnu/usr.bin/perl/lib/termcap.pl @@ -1,4 +1,4 @@ -;# $RCSfile: termcap.pl,v $$Revision: 1.1.1.1 $$Date: 1993/08/23 21:29:52 $ +;# termcap.pl,v1.1.1.11994/09/10 06:27:53  ;#  ;# Usage:  ;#	require 'ioctl.pl'; diff --git a/gnu/usr.bin/perl/lib/validate.pl b/gnu/usr.bin/perl/lib/validate.pl index 4b901b6c314e..4848168b36bd 100644 --- a/gnu/usr.bin/perl/lib/validate.pl +++ b/gnu/usr.bin/perl/lib/validate.pl @@ -1,4 +1,4 @@ -;# $Header: /home/cvs/386BSD/ports/lang/perl/lib/validate.pl,v 1.1.1.1 1993/08/23 21:29:51 nate Exp $ +;# /home/ncvs/src/gnu/usr.bin/perl/lib/validate.pl,v 1.1.1.1 1994/09/10 06:27:53 gclarkii Exp  ;# The validate routine takes a single multiline string consisting of  ;# lines containing a filename plus a file test to try on it.  (The | 
