Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2002 03:28:52 -0700 (PDT)
From:      Robert Drehmel <robert@FreeBSD.org>
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
Message-ID:  <200208151028.g7FASqZx090555@freefall.freebsd.org>

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




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