Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Sep 2002 06:27:27 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include wchar.h src/lib/libc/locale Makefile.inc wcstol.3 wcstol.c wcstoul.c
Message-ID:  <200209081327.g88DRRao033663@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

tjr         2002/09/08 06:27:27 PDT

  Modified files:
    include              wchar.h 
    lib/libc/locale      Makefile.inc 
  Added files:
    lib/libc/locale      wcstol.3 wcstol.c wcstoul.c 
  Log:
  Add wcstol() and wcstoul(), based on strtol() and strtoul().
  
  Revision  Changes    Path
  1.20      +3 -0      src/include/wchar.h
  1.36      +5 -4      src/lib/libc/locale/Makefile.inc
  1.1       +69 -0     src/lib/libc/locale/wcstol.3 (new)
  1.1       +121 -0    src/lib/libc/locale/wcstol.c (new)
  1.1       +119 -0    src/lib/libc/locale/wcstoul.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?200209081327.g88DRRao033663>