Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 22 Sep 2002 01:06:45 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include inttypes.h wchar.h src/lib/libc/locale Makefile.inc wcstoimax.c wcstol.3 wcstoll.c wcstoull.c wcstoumax.c
Message-ID:  <200209220806.g8M86jhn060098@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/09/22 01:06:45 PDT

  Modified files:
    include              wchar.h inttypes.h 
    lib/libc/locale      Makefile.inc wcstol.3 
  Added files:
    lib/libc/locale      wcstoimax.c wcstoll.c wcstoull.c 
                         wcstoumax.c 
  Log:
  Add the remaining C99 wide character string to integer conversion functions.
  Restrict qualifiers were added to the existing prototypes in <inttypes.h>
  and the typedef for wchar_t was removed.
  
  Revision  Changes    Path
  1.8       +4 -10     src/include/inttypes.h
  1.29      +4 -0      src/include/wchar.h
  1.39      +5 -3      src/lib/libc/locale/Makefile.inc
  1.1       +128 -0    src/lib/libc/locale/wcstoimax.c (new)
  1.3       +38 -13    src/lib/libc/locale/wcstol.3
  1.1       +127 -0    src/lib/libc/locale/wcstoll.c (new)
  1.1       +126 -0    src/lib/libc/locale/wcstoull.c (new)
  1.1       +126 -0    src/lib/libc/locale/wcstoumax.c (new)

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?200209220806.g8M86jhn060098>