diff options
Diffstat (limited to 'form.c.rej')
-rw-r--r-- | form.c.rej | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/form.c.rej b/form.c.rej deleted file mode 100644 index 86f5bed042..0000000000 --- a/form.c.rej +++ /dev/null @@ -1,39 +0,0 @@ -*************** -*** 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 |