History log of /freebsd-10.1-release/lib/libc/locale/wctrans.c
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


# 227753 20-Nov-2011 theraven

Implement xlocale APIs from Darwin, mainly for use by libc++. This adds a
load of _l suffixed versions of various standard library functions that use
the global locale, making them take an explicit locale parameter. Also
adds support for per-thread locales. This work was funded by the FreeBSD
Foundation.

Please test any code you have that uses the C standard locale functions!

Reviewed by: das (gdtoa changes)
Approved by: dim (mentor)


# 121852 01-Nov-2003 tjr

Remove TODO comment about creating a macro version of towctrans().
Remove unnecessary inclusion of <ctype.h>.


# 106687 09-Nov-2002 tjr

Use wide character ctype functions directly instead of relying on
4.4BSD extensions to the single-byte ctype functions.


# 101313 04-Aug-2002 tjr

Add the ISO C90 Amd. 1 wctrans(3) and towctrans(3) functions.