summaryrefslogtreecommitdiff
path: root/str.c.rej
blob: e58d31c643c70f9802cae6929c9d1f59565287cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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