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
38
39
40
41
42
43
44
45
46
47
48
|
***************
*** 1,4 ****
! /* $RCSfile: cons.c,v $$Revision: 4.0.1.3 $$Date: 1992/06/08 12:18:35 $
*
* Copyright (c) 1991, Larry Wall
*
--- 1,4 ----
! /* $RCSfile: cons.c,v $$Revision: 4.0.1.4 $$Date: 1993/02/05 19:30:15 $
*
* Copyright (c) 1991, Larry Wall
*
***************
*** 6,12 ****
* License or the Artistic License, as specified in the README file.
*
* $Log: cons.c,v $
! * Revision 4.0.1.3 1992/06/08 12:18:35 lwall
* patch20: removed implicit int declarations on funcions
* patch20: deleted some minor memory leaks
* patch20: fixed double debug break in foreach with implicit array assignment
--- 6,15 ----
* License or the Artistic License, as specified in the README file.
*
* $Log: cons.c,v $
! * Revision 4.0.1.4 1993/02/05 19:30:15 lwall
! * patch36: fixed various little coredump bugs
! *
! * Revision 4.0.1.3 92/06/08 12:18:35 lwall
* patch20: removed implicit int declarations on funcions
* patch20: deleted some minor memory leaks
* patch20: fixed double debug break in foreach with implicit array assignment
***************
*** 15,21 ****
* patch20: debugger sometimes displayed wrong source line
* patch20: various error messages have been clarified
* patch20: an eval block containing a null block or statement could dump core
! *
* Revision 4.0.1.2 91/11/05 16:15:13 lwall
* patch11: debugger got confused over nested subroutine definitions
* patch11: prepared for ctype implementations that don't define isascii()
--- 18,24 ----
* patch20: debugger sometimes displayed wrong source line
* patch20: various error messages have been clarified
* patch20: an eval block containing a null block or statement could dump core
! *
* Revision 4.0.1.2 91/11/05 16:15:13 lwall
* patch11: debugger got confused over nested subroutine definitions
* patch11: prepared for ctype implementations that don't define isascii()
|