From owner-cvs-all Thu Aug 15 2:47:15 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 9BF6237B400; Thu, 15 Aug 2002 02:47:11 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4A4F243E4A; Thu, 15 Aug 2002 02:47:11 -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 g7F9lBJU082788; Thu, 15 Aug 2002 02:47:11 -0700 (PDT) (envelope-from robert@freefall.freebsd.org) Received: (from robert@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g7F9lAto082787; Thu, 15 Aug 2002 02:47:10 -0700 (PDT) Message-Id: <200208150947.g7F9lAto082787@freefall.freebsd.org> From: Robert Drehmel Date: Thu, 15 Aug 2002 02:47:10 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include stdio.h src/lib/libc/stdio fprintf.c printf.3 printf.c snprintf.c sprintf.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 02:47:10 PDT Modified files: include stdio.h lib/libc/stdio fprintf.c printf.3 printf.c snprintf.c sprintf.c Log: - Introduce the 'restrict' qualifier to function prototypes and definitions to comply with IEEE Std 1003.1-2001. - Update the manual pages. Revision Changes Path 1.43 +4 -4 src/include/stdio.h 1.9 +1 -1 src/lib/libc/stdio/fprintf.c 1.45 +4 -4 src/lib/libc/stdio/printf.3 1.9 +1 -1 src/lib/libc/stdio/printf.c 1.19 +1 -1 src/lib/libc/stdio/snprintf.c 1.13 +1 -1 src/lib/libc/stdio/sprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message