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
|
***************
*** 1,4 ****
! /* $RCSfile: doarg.c,v $$Revision: 4.0.1.7 $$Date: 1992/06/11 21:07:11 $
*
* Copyright (c) 1991, Larry Wall
*
--- 1,4 ----
! /* $RCSfile: doarg.c,v $$Revision: 4.0.1.8 $$Date: 1993/02/05 19:32:27 $
*
* Copyright (c) 1991, Larry Wall
*
***************
*** 6,15 ****
* License or the Artistic License, as specified in the README file.
*
* $Log: doarg.c,v $
! * Revision 4.0.1.7 1992/06/11 21:07:11 lwall
* patch34: join with null list attempted negative allocation
* patch34: sprintf("%6.4s", "abcdefg") didn't print "abcd "
! *
* Revision 4.0.1.6 92/06/08 12:34:30 lwall
* patch20: removed implicit int declarations on funcions
* patch20: pattern modifiers i and o didn't interact right
--- 6,18 ----
* License or the Artistic License, as specified in the README file.
*
* $Log: doarg.c,v $
! * Revision 4.0.1.8 1993/02/05 19:32:27 lwall
! * patch36: substitution didn't always invalidate numericity
! *
! * Revision 4.0.1.7 92/06/11 21:07:11 lwall
* patch34: join with null list attempted negative allocation
* patch34: sprintf("%6.4s", "abcdefg") didn't print "abcd "
! *
* Revision 4.0.1.6 92/06/08 12:34:30 lwall
* patch20: removed implicit int declarations on funcions
* patch20: pattern modifiers i and o didn't interact right
|