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 /doarg.c.rej | |
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 'doarg.c.rej')
-rw-r--r-- | doarg.c.rej | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/doarg.c.rej b/doarg.c.rej deleted file mode 100644 index 2862a88a64..0000000000 --- a/doarg.c.rej +++ /dev/null @@ -1,37 +0,0 @@ -*************** -*** 1,4 **** -! /* $RCSfile: doarg.c,v $$Revision: 4.0.1.7 $$Date: 1992/06/11 21:07:11 $ - * - * Copyright (c) 1991, Larry Wall - * ---- 1,4 ---- -! /* $RCSfile: doarg.c,v $$Revision: 4.0.1.8 $$Date: 1993/02/05 19:32:27 $ - * - * Copyright (c) 1991, Larry Wall - * -*************** -*** 6,15 **** - * License or the Artistic License, as specified in the README file. - * - * $Log: doarg.c,v $ -! * Revision 4.0.1.7 1992/06/11 21:07:11 lwall - * patch34: join with null list attempted negative allocation - * patch34: sprintf("%6.4s", "abcdefg") didn't print "abcd " -! * - * Revision 4.0.1.6 92/06/08 12:34:30 lwall - * patch20: removed implicit int declarations on funcions - * patch20: pattern modifiers i and o didn't interact right ---- 6,18 ---- - * License or the Artistic License, as specified in the README file. - * - * $Log: doarg.c,v $ -! * Revision 4.0.1.8 1993/02/05 19:32:27 lwall -! * patch36: substitution didn't always invalidate numericity -! * -! * Revision 4.0.1.7 92/06/11 21:07:11 lwall - * patch34: join with null list attempted negative allocation - * patch34: sprintf("%6.4s", "abcdefg") didn't print "abcd " -! * - * Revision 4.0.1.6 92/06/08 12:34:30 lwall - * patch20: removed implicit int declarations on funcions - * patch20: pattern modifiers i and o didn't interact right |