History log of /freebsd-9.3-release/lib/libc/locale/wctomb.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 267654 19-Jun-2014 gjb

Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.

Approved by: re (implicit)
Sponsored by: The FreeBSD Foundation

# 235785 22-May-2012 theraven

MFC the xlocale implementation.

Merged revisions: 227487,227753,227807,227818,227999,228002,228875,230156,231673,232498,232601,232620,232626,232926-232927,232929,232931,232935,233173,233600,234573,234578,235239

This currently defines __NO_TLS on ARM (unlike head), because the required
support function has not been MFC'd.


# 225736 22-Sep-2011 kensmith

Copy head to stable/9 as part of 9.0-RELEASE release cycle.

Approved by: re (implicit)


# 132821 29-Jul-2004 tjr

Remove unnecessary #include directives.


# 132819 29-Jul-2004 tjr

Remove useless checks for characters longer than INT_MAX bytes.


# 129154 12-May-2004 tjr

Reduce overhead by calling internal versions of the multibyte conversion
functions directly wherever possible.


# 127944 06-Apr-2004 tjr

Prepare to handle state-dependent encodings. This mainly involves not
taking shortcuts when it comes to storing and passing around conversion
states.


# 118591 07-Aug-2003 tjr

Implement mbtowc() in terms of mbrtowc(), and wctomb() in terms of wcrtomb().


# 106032 27-Oct-2002 tjr

Style sweep.


# 102879 02-Sep-2002 tjr

Set errno to EILSEQ when invalid multibyte sequences are detected
(XSI extension to 1003.1-2001).


# 102697 31-Aug-2002 tjr

Split ansi.c into a separate source file for each function.