diff options
author | Larry Wall <lwall@netlabs.com> | 1993-10-07 23:00:00 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1993-10-07 23:00:00 +0000 |
commit | 79072805bf63abe5b5978b5928ab00d360ea3e7f (patch) | |
tree | 96688fcd69f9c8d2110e93c350b4d0025eaf240d /atarist | |
parent | e334a159a5616cab575044bafaf68f75b7bb3a16 (diff) | |
download | perl-79072805bf63abe5b5978b5928ab00d360ea3e7f.tar.gz |
perl 5.0 alpha 2perl-5a2
[editor's note: from history.perl.org. The sparc executables
originally included in the distribution are not in this commit.]
Diffstat (limited to 'atarist')
-rw-r--r-- | atarist/makefile.sm | 3 | ||||
-rw-r--r-- | atarist/makefile.st | 3 | ||||
-rw-r--r-- | atarist/perldb.diff | 7 | ||||
-rw-r--r-- | atarist/usub/acurses.mus | 5 | ||||
-rw-r--r-- | atarist/usub/usersub.c | 5 | ||||
-rw-r--r-- | atarist/wildmat.c | 2 |
6 files changed, 20 insertions, 5 deletions
diff --git a/atarist/makefile.sm b/atarist/makefile.sm index 6c2afbf599..069645e38e 100644 --- a/atarist/makefile.sm +++ b/atarist/makefile.sm @@ -1,6 +1,9 @@ # : Makefile.SH,v 9820Revision: 4.0.1.2 9820Date: 91/06/07 10:14:43 $ # # $Log: makefile.sm,v $ +# Revision 4.1 92/08/07 17:18:37 lwall +# Stage 6 Snapshot +# # Revision 4.0.1.1 92/06/08 11:50:00 lwall # Initial revision # diff --git a/atarist/makefile.st b/atarist/makefile.st index a016a30b69..98fa64585c 100644 --- a/atarist/makefile.st +++ b/atarist/makefile.st @@ -1,6 +1,9 @@ # : Makefile.SH,v 9820Revision: 4.0.1.2 9820Date: 91/06/07 10:14:43 $ # # $Log: makefile.st,v $ +# Revision 4.1 92/08/07 17:18:40 lwall +# Stage 6 Snapshot +# # Revision 4.0.1.1 92/06/08 11:50:13 lwall # Initial revision # diff --git a/atarist/perldb.diff b/atarist/perldb.diff index 9bd5c87f9c..8b78159bd5 100644 --- a/atarist/perldb.diff +++ b/atarist/perldb.diff @@ -8,14 +8,14 @@ ! # Ray Lischner (uunet!mntgfx!lisch) as of 5 Nov 1990 ! # Johan Vromans -- upgrade to 4.0 pl 10 ! -! $header = '$RCSfile: perldb.diff,v $$Revision: 4.0.1.1 $$Date: 92/06/08 11:50:28 $'; +! $header = '$RCSfile: perldb.diff,v $$Revision: 4.1 $$Date: 92/08/07 17:18:44 $'; # # This file is automatically included if you do perl -d. # It's probably not useful to include this yourself. --- 1,6 ---- package DB; -! $header = '$RCSfile: perldb.diff,v $$Revision: 4.0.1.1 $$Date: 92/06/08 11:50:28 $'; +! $header = '$RCSfile: perldb.diff,v $$Revision: 4.1 $$Date: 92/08/07 17:18:44 $'; # # This file is automatically included if you do perl -d. # It's probably not useful to include this yourself. @@ -24,6 +24,9 @@ # have a breakpoint. It also inserts a do 'perldb.pl' before the first line. # # $Log: perldb.diff,v $ + # Revision 4.1 92/08/07 17:18:44 lwall + # Stage 6 Snapshot + # # Revision 4.0.1.1 92/06/08 11:50:28 lwall # Initial revision # diff --git a/atarist/usub/acurses.mus b/atarist/usub/acurses.mus index 0618b40fc7..67e6b74e0f 100644 --- a/atarist/usub/acurses.mus +++ b/atarist/usub/acurses.mus @@ -1,6 +1,9 @@ -/* $RCSfile: acurses.mus,v $$Revision: 4.0.1.1 $$Date: 92/06/08 11:54:30 $ +/* $RCSfile: acurses.mus,v $$Revision: 4.1 $$Date: 92/08/07 17:19:04 $ * * $Log: acurses.mus,v $ + * Revision 4.1 92/08/07 17:19:04 lwall + * Stage 6 Snapshot + * * Revision 4.0.1.1 92/06/08 11:54:30 lwall * Initial revision * diff --git a/atarist/usub/usersub.c b/atarist/usub/usersub.c index f1760a6c7b..5083db1177 100644 --- a/atarist/usub/usersub.c +++ b/atarist/usub/usersub.c @@ -1,6 +1,9 @@ -/* $RCSfile: usersub.c,v $$Revision: 4.0.1.1 $$Date: 92/06/08 11:54:52 $ +/* $RCSfile: usersub.c,v $$Revision: 4.1 $$Date: 92/08/07 17:19:07 $ * * $Log: usersub.c,v $ + * Revision 4.1 92/08/07 17:19:07 lwall + * Stage 6 Snapshot + * * Revision 4.0.1.1 92/06/08 11:54:52 lwall * Initial revision * diff --git a/atarist/wildmat.c b/atarist/wildmat.c index ec152d4dfb..98a3182bfa 100644 --- a/atarist/wildmat.c +++ b/atarist/wildmat.c @@ -1,4 +1,4 @@ -/* $Revision: 4.0.1.1 $ +/* $Revision: 4.1 $ ** ** Do shell-style pattern matching for ?, \, [], and * characters. ** Might not be robust in face of malformed patterns; e.g., "foo[a-" |