Home | History | Annotate | Download | only in locale
History log of /src/lib/libc/locale/wctomb.3
RevisionDateAuthorComments
 1.7  26-Jan-2025  riastradh wctomb(3): Nix spurious reference to nonexistent parameter n.

The return value is bounded by MB_CUR_MAX, that's all. From C99,
Sec. 7.20.7.3 `The wctomb function', paragraph 5, p. 323:

> In no case will the return value be greater than the value of the
> MB_CUR_MAX macro.

PR lib/59031: wctomb(3) references undefined variable n
 1.6  27-Jun-2016  abhinav branches: 1.6.28;
Fix function prototype in the SYNOPSIS
Also, fix function name in the RETURN VALUES section.

From Henning Petersen in PR lib/51284
 1.5  14-Oct-2006  wiz Consistency: NULL pointer, but nul character.
 1.4  24-Jan-2004  wiz Lots of grammar and wording changes from jmc@openbsd, with some
additional consistency changes by me.
 1.3  16-Apr-2003  wiz Use
.In header.h
instead of
.Fd #include \*[Lt]header.h\*[Gt]
Much easier to read and write, and supported by groff for ages.
Okayed by ross.
 1.2  18-Mar-2002  wiz branches: 1.2.2;
Fix .Dd argument, sort SEE ALSO, remove trailing dot in SEE ALSO,
HTML-quote <>, and fix some typos.
 1.1  18-Mar-2002  tshiozak add manpages for mb*/wc* functions.
 1.2.2.2  22-Mar-2002  nathanw Catch up to -current.
 1.2.2.1  18-Mar-2002  nathanw file wctomb.3 was added on branch nathanw_sa on 2002-03-22 20:42:19 +0000
 1.6.28.1  02-Aug-2025  perseant Sync with HEAD

RSS XML Feed