History log of /src/lib/libc/locale/wcsrtombs.3 |
Revision | | Date | Author | Comments |
1.18 |
| 13-Oct-2024 |
rillig | lib: sync some manual pages with reality
|
1.17 |
| 10-Sep-2024 |
rillig | libc: new function parameter, new line
|
1.16 |
| 09-Sep-2024 |
wiz | SYNOPSIS fixes, uppercase NUL and NULL
|
1.15 |
| 09-Sep-2024 |
uwe | mbsnrtowcs(3), wcsnrtombs(3): brush ip markup
|
1.14 |
| 09-Sep-2024 |
riastradh | mbsnrtowcs(3), wcsnrtombs(3): Add man pages for these mouthfuls.
Based on patch drafted by abhinav@, with a little additional tidying by me.
PR standards/52343: wcsnrtombs missing man-page
|
1.13 |
| 16-Dec-2010 |
wiz | branches: 1.13.48; 1.13.56; 1.13.58; Observe the following spelling: - wide character (noun) - wide-character (adjective)
Inspired by jmc@OpenBSD.
|
1.12 |
| 16-Oct-2006 |
wiz | kleink reminded me in a friendly way that "NULL" is the C API synonyme for a "null pointer" and that there is no "NULL pointer".
|
1.11 |
| 14-Oct-2006 |
wiz | Consistency: NULL pointer, but nul character.
|
1.10 |
| 08-Aug-2006 |
wiz | Bump date for previous.
|
1.9 |
| 08-Aug-2006 |
tnozaki | - wcstombs.3 correct wrong prototype, reported by OpenBSD's PR 5171/library. - wcsrtombs.3 correct wrong prototype and misusage of the header file.
|
1.8 |
| 24-Jan-2004 |
wiz | branches: 1.8.6; 1.8.12; Lots of grammar and wording changes from jmc@openbsd, with some additional consistency changes by me.
|
1.7 |
| 21-Jan-2004 |
jmmv | Fix typo: 'Each characters' -> 'Each character'
|
1.6 |
| 08-Sep-2003 |
wiz | Use St -isoC-9X instead of St -isoC9X, to be in sync with groff.
|
1.5 |
| 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.4 |
| 01-Oct-2002 |
wiz | New sentence, new line. From Robert Elz.
|
1.3 |
| 25-Mar-2002 |
yamt | - return value 0 doesn't have special meanings for wcsrtombs. - add a note about terminating null byte for s == NULL case. - s/null byte/null wide character/ in some place.
|
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.4 |
| 18-Oct-2002 |
nathanw | Catch up to -current.
|
1.2.2.3 |
| 25-Apr-2002 |
nathanw | Catch up to -current.
|
1.2.2.2 |
| 22-Mar-2002 |
nathanw | Catch up to -current.
|
1.2.2.1 |
| 18-Mar-2002 |
nathanw | file wcsrtombs.3 was added on branch nathanw_sa on 2002-03-22 20:42:19 +0000
|
1.8.12.1 |
| 19-Aug-2006 |
ghen | Pull up following revision(s) (requested by tnozaki in ticket #35): lib/libc/locale/wcsrtombs.3: revision 1.9 lib/libc/locale/wcstombs.3: revision 1.8 lib/libc/locale/wcstombs.3: revision 1.9 lib/libc/locale/wcsrtombs.3: revision 1.10 - wcstombs.3 correct wrong prototype, reported by OpenBSD's PR 5171/library. - wcsrtombs.3 correct wrong prototype and misusage of the header file. Bump date for previous.
|
1.8.6.1 |
| 19-Aug-2006 |
ghen | Pull up following revision(s) (requested by tnozaki in ticket #1469): lib/libc/locale/wcsrtombs.3: revision 1.9 lib/libc/locale/wcstombs.3: revision 1.8 lib/libc/locale/wcstombs.3: revision 1.9 lib/libc/locale/wcsrtombs.3: revision 1.10 - wcstombs.3 correct wrong prototype, reported by OpenBSD's PR 5171/library. - wcsrtombs.3 correct wrong prototype and misusage of the header file. Bump date for previous.
|
1.13.58.1 |
| 02-Aug-2025 |
perseant | Sync with HEAD
|
1.13.56.1 |
| 11-Oct-2024 |
martin | Pull up following revision(s) (requested by riastradh in ticket #947):
lib/libc/locale/mbsrtowcs.3: revision 1.14 lib/libc/locale/mbsrtowcs.3: revision 1.15 lib/libc/locale/wcsrtombs.3: revision 1.14 lib/libc/locale/wcsrtombs.3: revision 1.15 lib/libc/locale/wcsrtombs.3: revision 1.16 distrib/sets/lists/comp/mi: revision 1.2473 lib/libc/locale/Makefile.inc: revision 1.68 lib/libc/locale/mbsrtowcs.3: revision 1.13
mbsnrtowcs(3), wcsnrtombs(3): Add man pages for these mouthfuls.
Based on patch drafted by abhinav@, with a little additional tidying by me.
PR standards/52343: wcsnrtombs missing man-page
mbsnrtowcs(3), wcsnrtombs(3): brush ip markup
SYNOPSIS fixes, uppercase NUL and NULL
|
1.13.48.1 |
| 11-Oct-2024 |
martin | Pull up following revision(s) (requested by riastradh in ticket #1897):
lib/libc/locale/mbsrtowcs.3: revision 1.14 lib/libc/locale/mbsrtowcs.3: revision 1.15 lib/libc/locale/wcsrtombs.3: revision 1.14 lib/libc/locale/wcsrtombs.3: revision 1.15 lib/libc/locale/wcsrtombs.3: revision 1.16 distrib/sets/lists/comp/mi: revision 1.2473 lib/libc/locale/Makefile.inc: revision 1.68 lib/libc/locale/mbsrtowcs.3: revision 1.13
mbsnrtowcs(3), wcsnrtombs(3): Add man pages for these mouthfuls.
Based on patch drafted by abhinav@, with a little additional tidying by me.
PR standards/52343: wcsnrtombs missing man-page
mbsnrtowcs(3), wcsnrtombs(3): brush ip markup
SYNOPSIS fixes, uppercase NUL and NULL
|