blob: 86f5bed042be60a8ba6610219604709df01b7d77 (
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
36
37
38
39
|
***************
*** 1,4 ****
! /* $RCSfile: form.c,v $$Revision: 4.0.1.3 $$Date: 1992/06/08 13:21:42 $
*
* Copyright (c) 1991, Larry Wall
*
--- 1,4 ----
! /* $RCSfile: form.c,v $$Revision: 4.0.1.4 $$Date: 1993/02/05 19:34:32 $
*
* Copyright (c) 1991, Larry Wall
*
***************
*** 6,16 ****
* License or the Artistic License, as specified in the README file.
*
* $Log: form.c,v $
! * Revision 4.0.1.3 1992/06/08 13:21:42 lwall
* patch20: removed implicit int declarations on funcions
* patch20: form feed for formats is now specifiable via $^L
* patch20: Perl now distinguishes overlapped copies from non-overlapped
! *
* Revision 4.0.1.2 91/11/05 17:18:43 lwall
* patch11: formats didn't fill their fields as well as they could
* patch11: ^ fields chopped hyphens on line break
--- 6,19 ----
* License or the Artistic License, as specified in the README file.
*
* $Log: form.c,v $
! * Revision 4.0.1.4 1993/02/05 19:34:32 lwall
! * patch36: formats now ignore literal text for ~~ loop determination
! *
! * Revision 4.0.1.3 92/06/08 13:21:42 lwall
* patch20: removed implicit int declarations on funcions
* patch20: form feed for formats is now specifiable via $^L
* patch20: Perl now distinguishes overlapped copies from non-overlapped
! *
* Revision 4.0.1.2 91/11/05 17:18:43 lwall
* patch11: formats didn't fill their fields as well as they could
* patch11: ^ fields chopped hyphens on line break
|