cvs commit: src/lib/libc/locale Makefile.inc mblen.3 mbstowcs.3 mbtowc.3 multibyte.3 wcstombs.3 wctomb.3

Tim J. Robbins tjr at FreeBSD.org
Sat Dec 6 22:33:54 PST 2003


tjr         2003/12/06 22:33:53 PST

  FreeBSD src repository

  Modified files:
    lib/libc/locale      Makefile.inc multibyte.3 
  Added files:
    lib/libc/locale      mblen.3 mbstowcs.3 mbtowc.3 wcstombs.3 
                         wctomb.3 
  Log:
  Split multibyte(3) into separate manual pages for each function.
  Instead of just deleting it, turn the original page into a general
  overview of the multibyte character conversion functions, somewhat
  similar to stdio(3).
  
  Revision  Changes    Path
  1.53      +4 -5      src/lib/libc/locale/Makefile.inc
  1.1       +103 -0    src/lib/libc/locale/mblen.3 (new)
  1.1       +88 -0     src/lib/libc/locale/mbstowcs.3 (new)
  1.1       +109 -0    src/lib/libc/locale/mbtowc.3 (new)
  1.24      +38 -140   src/lib/libc/locale/multibyte.3
  1.1       +90 -0     src/lib/libc/locale/wcstombs.3 (new)
  1.1       +111 -0    src/lib/libc/locale/wctomb.3 (new)


More information about the cvs-src mailing list