Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2002 22:58:12 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdio fgetwc.c fgetws.c fputwc.c fputws.c ungetwc.c
Message-ID:  <200209180558.g8I5wCuv030723@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2002/09/17 22:58:12 PDT

  Modified files:
    lib/libc/stdio       fgetwc.c fgetws.c fputwc.c fputws.c 
                         ungetwc.c 
  Log:
  Reimplement the functionality of fgetrune(), fputrune(), and fungetrune()
  here in terms of mbrtowc(), wcrtomb(), and the single-byte I/O functions.
  The rune I/O functions are about to become deprecated in favour of the
  ones provided by ISO C90 Amd. 1 and C99.
  
  Revision  Changes    Path
  1.2       +27 -11    src/lib/libc/stdio/fgetwc.c
  1.3       +5 -8      src/lib/libc/stdio/fgetws.c
  1.2       +13 -2     src/lib/libc/stdio/fputwc.c
  1.3       +1 -2      src/lib/libc/stdio/fputws.c
  1.2       +15 -2     src/lib/libc/stdio/ungetwc.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?200209180558.g8I5wCuv030723>