Date: Wed, 14 Aug 2002 15:59:22 -0700 (PDT) From: Robert Drehmel <robert@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcat.3 strcat.c strcpy.3 strcpy.c strncat.c strncpy.c Message-ID: <200208142259.g7EMxM66062617@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
robert 2002/08/14 15:59:22 PDT
Modified files:
lib/libc/string strcat.3 strcat.c strcpy.3 strcpy.c
strncat.c strncpy.c
Log:
- Add the 'restrict' qualifier to the definitions of the string
concatenation and copy functions using the '__restrict' macro.
This is to satisfy IEEE Std 1003-1.2001.
- Use ANSI-C function definitions.
- Add the 'restrict' keyword to the manual pages, too.
Revision Changes Path
1.12 +2 -2 src/lib/libc/string/strcat.3
1.6 +1 -3 src/lib/libc/string/strcat.c
1.16 +2 -2 src/lib/libc/string/strcpy.3
1.6 +1 -3 src/lib/libc/string/strcpy.c
1.5 +1 -4 src/lib/libc/string/strncat.c
1.5 +1 -4 src/lib/libc/string/strncpy.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208142259.g7EMxM66062617>
