perl 4.0 patch 36: (combined patch)
[p5sagit/p5-mst-13.2.git] / doarg.c.rej
CommitLineData
e334a159 1***************
2*** 1,4 ****
3! /* $RCSfile: doarg.c,v $$Revision: 4.0.1.7 $$Date: 1992/06/11 21:07:11 $
4 *
5 * Copyright (c) 1991, Larry Wall
6 *
7--- 1,4 ----
8! /* $RCSfile: doarg.c,v $$Revision: 4.0.1.8 $$Date: 1993/02/05 19:32:27 $
9 *
10 * Copyright (c) 1991, Larry Wall
11 *
12***************
13*** 6,15 ****
14 * License or the Artistic License, as specified in the README file.
15 *
16 * $Log: doarg.c,v $
17! * Revision 4.0.1.7 1992/06/11 21:07:11 lwall
18 * patch34: join with null list attempted negative allocation
19 * patch34: sprintf("%6.4s", "abcdefg") didn't print "abcd "
20! *
21 * Revision 4.0.1.6 92/06/08 12:34:30 lwall
22 * patch20: removed implicit int declarations on funcions
23 * patch20: pattern modifiers i and o didn't interact right
24--- 6,18 ----
25 * License or the Artistic License, as specified in the README file.
26 *
27 * $Log: doarg.c,v $
28! * Revision 4.0.1.8 1993/02/05 19:32:27 lwall
29! * patch36: substitution didn't always invalidate numericity
30! *
31! * Revision 4.0.1.7 92/06/11 21:07:11 lwall
32 * patch34: join with null list attempted negative allocation
33 * patch34: sprintf("%6.4s", "abcdefg") didn't print "abcd "
34! *
35 * Revision 4.0.1.6 92/06/08 12:34:30 lwall
36 * patch20: removed implicit int declarations on funcions
37 * patch20: pattern modifiers i and o didn't interact right