From owner-cvs-all Thu Aug 15 3:28:58 2002 Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79D7837B400; Thu, 15 Aug 2002 03:28:53 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id E14C543E3B; Thu, 15 Aug 2002 03:28:52 -0700 (PDT) (envelope-from robert@FreeBSD.org) Received: from freefall.freebsd.org (robert@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g7FASqJU090556; Thu, 15 Aug 2002 03:28:52 -0700 (PDT) (envelope-from robert@freefall.freebsd.org) Received: (from robert@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7FASqZx090555; Thu, 15 Aug 2002 03:28:52 -0700 (PDT) Message-Id: <200208151028.g7FASqZx090555@freefall.freebsd.org> From: Robert Drehmel Date: Thu, 15 Aug 2002 03:28:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdio.h src/lib/libc/stdio printf.3 vfprintf.c vprintf.c vsnprintf.c vsprintf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG robert 2002/08/15 03:28:52 PDT Modified files: include stdio.h lib/libc/stdio printf.3 vfprintf.c vprintf.c vsnprintf.c vsprintf.c Log: - For compliance with IEEE Std 1003.1-2001, add the 'restrict' qualifier to function prototypes and definitions where appropriate using the '__restrict' macro. - Update the manual page. Revision Changes Path 1.44 +9 -6 src/include/stdio.h 1.46 +4 -4 src/lib/libc/stdio/printf.3 1.43 +2 -1 src/lib/libc/stdio/vfprintf.c 1.8 +2 -3 src/lib/libc/stdio/vprintf.c 1.18 +2 -5 src/lib/libc/stdio/vsnprintf.c 1.12 +1 -4 src/lib/libc/stdio/vsprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message