perl 4.0 patch 36: (combined patch)
[p5sagit/p5-mst-13.2.git] / cons.c.rej
CommitLineData
e334a159 1***************
2*** 1,4 ****
3! /* $RCSfile: cons.c,v $$Revision: 4.0.1.3 $$Date: 1992/06/08 12:18:35 $
4 *
5 * Copyright (c) 1991, Larry Wall
6 *
7--- 1,4 ----
8! /* $RCSfile: cons.c,v $$Revision: 4.0.1.4 $$Date: 1993/02/05 19:30:15 $
9 *
10 * Copyright (c) 1991, Larry Wall
11 *
12***************
13*** 6,12 ****
14 * License or the Artistic License, as specified in the README file.
15 *
16 * $Log: cons.c,v $
17! * Revision 4.0.1.3 1992/06/08 12:18:35 lwall
18 * patch20: removed implicit int declarations on funcions
19 * patch20: deleted some minor memory leaks
20 * patch20: fixed double debug break in foreach with implicit array assignment
21--- 6,15 ----
22 * License or the Artistic License, as specified in the README file.
23 *
24 * $Log: cons.c,v $
25! * Revision 4.0.1.4 1993/02/05 19:30:15 lwall
26! * patch36: fixed various little coredump bugs
27! *
28! * Revision 4.0.1.3 92/06/08 12:18:35 lwall
29 * patch20: removed implicit int declarations on funcions
30 * patch20: deleted some minor memory leaks
31 * patch20: fixed double debug break in foreach with implicit array assignment
32***************
33*** 15,21 ****
34 * patch20: debugger sometimes displayed wrong source line
35 * patch20: various error messages have been clarified
36 * patch20: an eval block containing a null block or statement could dump core
37! *
38 * Revision 4.0.1.2 91/11/05 16:15:13 lwall
39 * patch11: debugger got confused over nested subroutine definitions
40 * patch11: prepared for ctype implementations that don't define isascii()
41--- 18,24 ----
42 * patch20: debugger sometimes displayed wrong source line
43 * patch20: various error messages have been clarified
44 * patch20: an eval block containing a null block or statement could dump core
45! *
46 * Revision 4.0.1.2 91/11/05 16:15:13 lwall
47 * patch11: debugger got confused over nested subroutine definitions
48 * patch11: prepared for ctype implementations that don't define isascii()