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
49
|
***************
*** 1,4 ****
! char rcsid[] = "$RCSfile: perl.c,v $$Revision: 4.0.1.7 $$Date: 1992/06/08 14:50:39 $\nPatch level: ###\n";
/*
* Copyright (c) 1991, Larry Wall
*
--- 1,4 ----
! char rcsid[] = "$RCSfile: perl.c,v $$Revision: 4.0.1.8 $$Date: 1993/02/05 19:39:30 $\nPatch level: ###\n";
/*
* Copyright (c) 1991, Larry Wall
*
***************
*** 6,12 ****
* License or the Artistic License, as specified in the README file.
*
* $Log: perl.c,v $
! * Revision 4.0.1.7 1992/06/08 14:50:39 lwall
* patch20: PERLLIB now supports multiple directories
* patch20: running taintperl explicitly now does checks even if $< == $>
* patch20: -e 'cmd' no longer fails silently if /tmp runs out of space
--- 6,16 ----
* License or the Artistic License, as specified in the README file.
*
* $Log: perl.c,v $
! * Revision 4.0.1.8 1993/02/05 19:39:30 lwall
! * patch36: the taintanyway code wasn't tainting anyway
! * patch36: Malformed cmd links core dump apparently fixed
! *
! * Revision 4.0.1.7 92/06/08 14:50:39 lwall
* patch20: PERLLIB now supports multiple directories
* patch20: running taintperl explicitly now does checks even if $< == $>
* patch20: -e 'cmd' no longer fails silently if /tmp runs out of space
***************
*** 16,22 ****
* patch20: eval "1 #comment" didn't work
* patch20: couldn't require . files
* patch20: semantic compilation errors didn't abort execution
! *
* Revision 4.0.1.6 91/11/11 16:38:45 lwall
* patch19: default arg for shift was wrong after first subroutine definition
* patch19: op/regexp.t failed from missing arg to bcmp()
--- 20,26 ----
* patch20: eval "1 #comment" didn't work
* patch20: couldn't require . files
* patch20: semantic compilation errors didn't abort execution
! *
* Revision 4.0.1.6 91/11/11 16:38:45 lwall
* patch19: default arg for shift was wrong after first subroutine definition
* patch19: op/regexp.t failed from missing arg to bcmp()
|