blob: 0ecf644d644be2b270dbe4bbed14b720d9baad99 (
plain)
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
|
***************
*** 1,4 ****
! /* $RCSfile: perl.h,v $$Revision: 4.0.1.6 $$Date: 1992/06/08 14:55:10 $
*
* Copyright (c) 1991, Larry Wall
*
--- 1,4 ----
! /* $RCSfile: perl.h,v $$Revision: 4.0.1.7 $$Date: 1993/02/05 19:40:30 $
*
* Copyright (c) 1991, Larry Wall
*
***************
*** 6,17 ****
* License or the Artistic License, as specified in the README file.
*
* $Log: perl.h,v $
! * Revision 4.0.1.6 1992/06/08 14:55:10 lwall
* patch20: added Atari ST portability
* patch20: bcopy() and memcpy() now tested for overlap safety
* patch20: Perl now distinguishes overlapped copies from non-overlapped
* patch20: removed implicit int declarations on functions
! *
* Revision 4.0.1.5 91/11/11 16:41:07 lwall
* patch19: uts wrongly defines S_ISDIR() et al
* patch19: too many preprocessors can't expand a macro right in #if
--- 6,20 ----
* License or the Artistic License, as specified in the README file.
*
* $Log: perl.h,v $
! * Revision 4.0.1.7 1993/02/05 19:40:30 lwall
! * patch36: worked around certain busted compilers that don't init statics right
! *
! * Revision 4.0.1.6 92/06/08 14:55:10 lwall
* patch20: added Atari ST portability
* patch20: bcopy() and memcpy() now tested for overlap safety
* patch20: Perl now distinguishes overlapped copies from non-overlapped
* patch20: removed implicit int declarations on functions
! *
* Revision 4.0.1.5 91/11/11 16:41:07 lwall
* patch19: uts wrongly defines S_ISDIR() et al
* patch19: too many preprocessors can't expand a macro right in #if
|