perl 4.0 patch 36: (combined patch)
[p5sagit/p5-mst-13.2.git] / perl.c.rej
1 ***************
2 *** 1,4 ****
3 ! char rcsid[] = "$RCSfile: perl.c,v $$Revision: 4.0.1.7 $$Date: 1992/06/08 14:50:39 $\nPatch level: ###\n";
4   /*
5    *    Copyright (c) 1991, Larry Wall
6    *
7 --- 1,4 ----
8 ! char rcsid[] = "$RCSfile: perl.c,v $$Revision: 4.0.1.8 $$Date: 1993/02/05 19:39:30 $\nPatch level: ###\n";
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: perl.c,v $
17 !  * Revision 4.0.1.7  1992/06/08  14:50:39  lwall
18    * patch20: PERLLIB now supports multiple directories
19    * patch20: running taintperl explicitly now does checks even if $< == $>
20    * patch20: -e 'cmd' no longer fails silently if /tmp runs out of space
21 --- 6,16 ----
22    *    License or the Artistic License, as specified in the README file.
23    *
24    * $Log: perl.c,v $
25 !  * Revision 4.0.1.8  1993/02/05  19:39:30  lwall
26 !  * patch36: the taintanyway code wasn't tainting anyway
27 !  * patch36: Malformed cmd links core dump apparently fixed
28 !  *
29 !  * Revision 4.0.1.7  92/06/08  14:50:39  lwall
30    * patch20: PERLLIB now supports multiple directories
31    * patch20: running taintperl explicitly now does checks even if $< == $>
32    * patch20: -e 'cmd' no longer fails silently if /tmp runs out of space
33 ***************
34 *** 16,22 ****
35    * patch20: eval "1 #comment" didn't work
36    * patch20: couldn't require . files
37    * patch20: semantic compilation errors didn't abort execution
38 !  *
39    * Revision 4.0.1.6  91/11/11  16:38:45  lwall
40    * patch19: default arg for shift was wrong after first subroutine definition
41    * patch19: op/regexp.t failed from missing arg to bcmp()
42 --- 20,26 ----
43    * patch20: eval "1 #comment" didn't work
44    * patch20: couldn't require . files
45    * patch20: semantic compilation errors didn't abort execution
46 !  * 
47    * Revision 4.0.1.6  91/11/11  16:38:45  lwall
48    * patch19: default arg for shift was wrong after first subroutine definition
49    * patch19: op/regexp.t failed from missing arg to bcmp()