perl 4.0 patch 36: (combined patch)
[p5sagit/p5-mst-13.2.git] / form.c.rej
CommitLineData
e334a159 1***************
2*** 1,4 ****
3! /* $RCSfile: form.c,v $$Revision: 4.0.1.3 $$Date: 1992/06/08 13:21:42 $
4 *
5 * Copyright (c) 1991, Larry Wall
6 *
7--- 1,4 ----
8! /* $RCSfile: form.c,v $$Revision: 4.0.1.4 $$Date: 1993/02/05 19:34:32 $
9 *
10 * Copyright (c) 1991, Larry Wall
11 *
12***************
13*** 6,16 ****
14 * License or the Artistic License, as specified in the README file.
15 *
16 * $Log: form.c,v $
17! * Revision 4.0.1.3 1992/06/08 13:21:42 lwall
18 * patch20: removed implicit int declarations on funcions
19 * patch20: form feed for formats is now specifiable via $^L
20 * patch20: Perl now distinguishes overlapped copies from non-overlapped
21! *
22 * Revision 4.0.1.2 91/11/05 17:18:43 lwall
23 * patch11: formats didn't fill their fields as well as they could
24 * patch11: ^ fields chopped hyphens on line break
25--- 6,19 ----
26 * License or the Artistic License, as specified in the README file.
27 *
28 * $Log: form.c,v $
29! * Revision 4.0.1.4 1993/02/05 19:34:32 lwall
30! * patch36: formats now ignore literal text for ~~ loop determination
31! *
32! * Revision 4.0.1.3 92/06/08 13:21:42 lwall
33 * patch20: removed implicit int declarations on funcions
34 * patch20: form feed for formats is now specifiable via $^L
35 * patch20: Perl now distinguishes overlapped copies from non-overlapped
36! *
37 * Revision 4.0.1.2 91/11/05 17:18:43 lwall
38 * patch11: formats didn't fill their fields as well as they could
39 * patch11: ^ fields chopped hyphens on line break