summaryrefslogtreecommitdiff
path: root/str.c.rej
diff options
context:
space:
mode:
Diffstat (limited to 'str.c.rej')
-rw-r--r--str.c.rej35
1 files changed, 35 insertions, 0 deletions
diff --git a/str.c.rej b/str.c.rej
new file mode 100644
index 0000000000..e58d31c643
--- /dev/null
+++ b/str.c.rej
@@ -0,0 +1,35 @@
+***************
+*** 1,4 ****
+! /* $RCSfile: str.c,v $$Revision: 4.0.1.6 $$Date: 1992/06/11 21:14:21 $
+ *
+ * Copyright (c) 1991, Larry Wall
+ *
+--- 1,4 ----
+! /* $RCSfile: str.c,v $$Revision: 4.0.1.7 $$Date: 1993/02/05 19:43:47 $
+ *
+ * Copyright (c) 1991, Larry Wall
+ *
+***************
+*** 6,14 ****
+ * License or the Artistic License, as specified in the README file.
+ *
+ * $Log: str.c,v $
+! * Revision 4.0.1.6 1992/06/11 21:14:21 lwall
+! * patch34: quotes containing subscripts containing variables didn't parse right
+ *
+ * Revision 4.0.1.5 92/06/08 15:40:43 lwall
+ * patch20: removed implicit int declarations on functions
+ * patch20: Perl now distinguishes overlapped copies from non-overlapped
+--- 6,17 ----
+ * License or the Artistic License, as specified in the README file.
+ *
+ * $Log: str.c,v $
+! * Revision 4.0.1.7 1993/02/05 19:43:47 lwall
+! * patch36: the non-std stdio input code wasn't null-proof
+ *
++ * Revision 4.0.1.6 92/06/11 21:14:21 lwall
++ * patch34: quotes containing subscripts containing variables didn't parse right
++ *
+ * Revision 4.0.1.5 92/06/08 15:40:43 lwall
+ * patch20: removed implicit int declarations on functions
+ * patch20: Perl now distinguishes overlapped copies from non-overlapped