Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2002 02:25:04 -0700 (PDT)
From:      Robert Drehmel <robert@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include inttypes.h stdlib.h src/lib/libc/stdlib strtod.3 strtod.c strtoimax.c strtol.3 strtol.c strtoll.c strtoq.c strtoul.3 strtoul.c strtoull.c strtoumax.c strtouq.c
Message-ID:  <200208150925.g7F9P4kG081151@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
robert      2002/08/15 02:25:04 PDT

  Modified files:
    include              stdlib.h inttypes.h 
    lib/libc/stdlib      strtod.3 strtod.c strtoimax.c strtol.3 
                         strtol.c strtoll.c strtoq.c strtoul.3 
                         strtoul.c strtoull.c strtoumax.c 
                         strtouq.c 
  Log:
   - Add the 'restrict' qualifier to the function prototypes and
     definitions of the functions that convert strings to numbers
     and are defined by IEEE Std 1003-1.2001.
   - Use ANSI-C function definitions for all of the functions
     mentioned above plus strtouq and strtoq.
   - Update the prototypes in the manual pages.
  
  Revision  Changes    Path
  1.5       +2 -2      src/include/inttypes.h
  1.38      +5 -5      src/include/stdlib.h
  1.14      +2 -2      src/lib/libc/stdlib/strtod.3
  1.23      +2 -2      src/lib/libc/stdlib/strtod.c
  1.7       +1 -4      src/lib/libc/stdlib/strtoimax.c
  1.17      +3 -3      src/lib/libc/stdlib/strtol.3
  1.16      +1 -4      src/lib/libc/stdlib/strtol.c
  1.18      +1 -4      src/lib/libc/stdlib/strtoll.c
  1.11      +1 -4      src/lib/libc/stdlib/strtoq.c
  1.18      +3 -3      src/lib/libc/stdlib/strtoul.3
  1.15      +1 -4      src/lib/libc/stdlib/strtoul.c
  1.17      +1 -4      src/lib/libc/stdlib/strtoull.c
  1.7       +1 -4      src/lib/libc/stdlib/strtoumax.c
  1.11      +1 -4      src/lib/libc/stdlib/strtouq.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?200208150925.g7F9P4kG081151>