Date: Sat, 6 Dec 2003 22:33:53 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/locale Makefile.inc mblen.3 mbstowcs.3 mbtowc.3 multibyte.3 wcstombs.3 wctomb.3 Message-ID: <200312070633.hB76XrOG030879@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200312070633.hB76XrOG030879>