History log of /freebsd-10-stable/lib/libc/locale/multibyte.3
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 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

# 165903 08-Jan-2007 imp

Per Regents of the University of Calfornia letter, remove advertising
clause.

# If I've done so improperly on a file, please let me know.


# 136604 17-Oct-2004 tjr

Remove support for the obsolete UTF2 encoding.


# 131365 30-Jun-2004 ru

Markup, grammar, and spelling fixes.


# 128032 08-Apr-2004 tjr

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


# 123222 07-Dec-2003 tjr

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).


# 122730 15-Nov-2003 tjr

Update cross references after utf2/euc move.


# 122290 08-Nov-2003 tjr

Add one more cross-reference to gb2312(5).


# 118725 10-Aug-2003 tjr

Cross-reference gbk(5).


# 118719 10-Aug-2003 tjr

Add cross references to the new character encoding manual pages,
and to mbsinit(3) while I'm at it.


# 110440 06-Feb-2003 charnier

The .Fn function


# 104828 10-Oct-2002 tjr

Add a UTF-8 encoding method, which will eventually replace the antique
"UTF2" method. Although UTF-8 and the old UTF2 encoding are compatible
for 16-bit characters, the new UTF-8 implementation is much more strict
about rejecting malformed input and also handles the full 31 bit range
of characters.


# 104552 06-Oct-2002 tjr

Remove a completely incorrect statement from the Return Values section.
Add cross-references to the restartable mulitybte functions (mbrlen(3) etc.)


# 103012 06-Sep-2002 tjr

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


# 102767 01-Sep-2002 tjr

Typo: refer to MB_LEN_MAX instead of MB_CHAR_MAX (which does not exist).


# 102762 01-Sep-2002 tjr

Add restrict qualifiers to the arguments of mbstowcs, mbtowc() and
wcstombs().


# 101310 04-Aug-2002 tjr

Add btowc(3) to SEE ALSO section.


# 84306 01-Oct-2001 ru

mdoc(7) police: Use the new .In macro for #include statements.


# 81251 07-Aug-2001 ru

mdoc(7) police:

Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text.
Not only this slows down the mdoc(7) processing significantly, but it also
has an undesired (in this case) effect of disabling hyphenation within the
entire enclosed block.


# 79754 15-Jul-2001 dd

Remove whitespace at EOL.


# 73088 26-Feb-2001 ru

.St -ansiC -> .St -isoC


# 71895 01-Feb-2001 ru

mdoc(7) police: split punctuation characters + misc fixes.


# 59460 21-Apr-2000 phantom

Introduce ".Lb" macro to libc manpages.

More libraries manpages updates following.


# 50476 27-Aug-1999 peter

$Id$ -> $FreeBSD$


# 48794 12-Jul-1999 nik

Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

.\" $Id$
.\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by: bde


# 26826 23-Jun-1997 steve

Show the real revision date and not the date that this
manpage is being viewed.


# 24008 18-Mar-1997 bde

FIxed arg types (mostly missing consts) in synopsis.


# 21907 20-Jan-1997 wosch

Sort cross references.


# 1574 27-May-1994 rgrimes

This commit was generated by cvs2svn to compensate for changes in r1573,
which included commits to RCS files with non-trunk default branches.


# 1573 27-May-1994 rgrimes

BSD 4.4 Lite Lib Sources