This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl 5.0 alpha 4
[perl5.git] / util.h
CommitLineData
79072805 1/* $RCSfile: util.h,v $$Revision: 4.1 $$Date: 92/08/07 18:29:03 $
a687059c 2 *
d48672a2 3 * Copyright (c) 1991, Larry Wall
a687059c 4 *
d48672a2
LW
5 * You may distribute under the terms of either the GNU General Public
6 * License or the Artistic License, as specified in the README file.
8d063cd8
LW
7 *
8 * $Log: util.h,v $
79072805
LW
9 * Revision 4.1 92/08/07 18:29:03 lwall
10 *
faf8582f
LW
11 * Revision 4.0.1.4 92/06/11 21:19:36 lwall
12 * patch34: pidgone() wasn't declared right
13 *
7c0587c8
LW
14 * Revision 4.0.1.3 92/06/08 16:09:20 lwall
15 * patch20: bcopy() and memcpy() now tested for overlap safety
16 *
de3bb511
LW
17 * Revision 4.0.1.2 91/11/05 19:18:40 lwall
18 * patch11: safe malloc code now integrated into Perl's malloc when possible
19 *
d48672a2
LW
20 * Revision 4.0.1.1 91/06/07 12:11:00 lwall
21 * patch4: new copyright notice
22 *
fe14fcc3
LW
23 * Revision 4.0 91/03/20 01:56:48 lwall
24 * 4.0 baseline.
8d063cd8
LW
25 *
26 */