Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Oct 2001 11:14:51 -0700 (PDT)
From:      Jeroen Ruigrok van der Werven <asmodai@FreeBSD.org>
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
Message-ID:  <200110241814.f9OIEpG76699@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110241814.f9OIEpG76699>