History log of /freebsd-10.1-release/lib/libc/locale/mbrlen.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 272461 02-Oct-2014 gjb

Copy stable/10@r272459 to releng/10.1 as part of
the 10.1-RELEASE process.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 256281 10-Oct-2013 gjb

Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation


# 131360 30-Jun-2004 ru

Fixed a typo.


# 128032 08-Apr-2004 tjr

Update manual pages for change to C99 mbrtowc() semantics.


# 107392 29-Nov-2002 ru

mdoc(7) police: sweep.


# 106694 09-Nov-2002 tjr

Describe the `n' and `ps' arguments to mbrlen().


# 106693 09-Nov-2002 tjr

Typo: pointer to -> pointed to


# 104408 03-Oct-2002 tjr

Add an example.


# 103012 06-Sep-2002 tjr

Style: One space between "restrict" qualifier and "*".


# 102050 18-Aug-2002 tjr

Implement the ISO C90 Amd.1 restartable wide and multibyte character
manipulation functions mbrlen(), mbrtowc(), mbsinit(), mbsrtowcs(),
wcrtomb(), wcsrtombs().