git: libc: Document some more *_l() functions.
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Dec 27 07:15:45 PST 2013
commit 7d3de48c6627bb72c991c76cd5d8a010211db77a
Author: Sascha Wildner <saw at online.de>
Date: Fri Dec 27 16:15:13 2013 +0100
libc: Document some more *_l() functions.
mbrtowc_l()
mbsinit_l()
mbstowcs_l()
mbtowc_l()
ungetwc_l()
wcrtomb_l()
wcsftime_l()
wcstombs_l()
wcswidth_l()
wctomb_l()
wcwidth_l()
Summary of changes:
lib/libc/locale/Makefile.inc | 11 +++++++++--
lib/libc/locale/mbrtowc.3 | 23 ++++++++++++++++++++--
lib/libc/locale/mbsinit.3 | 27 +++++++++++++++++++++-----
lib/libc/locale/mbstowcs.3 | 34 ++++++++++++++++++++++++++------
lib/libc/locale/mbtowc.3 | 46 ++++++++++++++++++++++++++++++++++----------
lib/libc/locale/wcrtomb.3 | 19 ++++++++++++++++--
lib/libc/locale/wcsftime.3 | 31 ++++++++++++++++++++++++-----
lib/libc/locale/wcstombs.3 | 36 +++++++++++++++++++++++++++-------
lib/libc/locale/wctomb.3 | 41 ++++++++++++++++++++++++++++++---------
lib/libc/locale/wcwidth.3 | 29 ++++++++++++++++++++++------
lib/libc/stdio/Makefile.inc | 1 +
lib/libc/stdio/ungetwc.3 | 29 +++++++++++++++++++++-------
lib/libc/string/Makefile.inc | 1 +
lib/libc/string/wcswidth.3 | 29 ++++++++++++++++++++++------
14 files changed, 290 insertions(+), 67 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7d3de48c6627bb72c991c76cd5d8a010211db77a
--
DragonFly BSD source repository
More information about the Commits
mailing list