From owner-cvs-all Wed Oct 24 11:15: 7 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6F63537B446; Wed, 24 Oct 2001 11:14:51 -0700 (PDT) Received: (from asmodai@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9OIEpG76699; Wed, 24 Oct 2001 11:14:51 -0700 (PDT) (envelope-from asmodai) Message-Id: <200110241814.f9OIEpG76699@freefall.freebsd.org> From: Jeroen Ruigrok van der Werven Date: Wed, 24 Oct 2001 11:14:51 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/include assert.h src/lib/libc/gen assert.c src/lib/libstand assert.c src/share/man/man3 assert.3 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 asmodai 2001/10/24 11:14:51 PDT Modified files: include assert.h Log: Add $FreeBSD$. Change assert() macro to print failing function name. Change K&R function prototype wrapper to ANSI prototype. This makes us C99 conforming. Revision Changes Path 1.2 +6 -3 src/include/assert.h Modified files: lib/libc/gen assert.c Log: Add __FBSDID. Change __assert() function to print failing function name. #if 0 the sccsid block. This makes us C99 conforming. Revision Changes Path 1.3 +10 -5 src/lib/libc/gen/assert.c Modified files: lib/libstand assert.c Log: Add __FBSDID. Change __assert() function to print failing function name. This makes us C99 conforming. Revision Changes Path 1.5 +5 -3 src/lib/libstand/assert.c Modified files: share/man/man3 assert.3 Log: Document C99 conformity. Update text which is printed out to reflect reality. Revision Changes Path 1.11 +8 -3 src/share/man/man3/assert.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message