History log of /freebsd-9.3-release/lib/libc/locale/wcwidth.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)


# 165903 08-Jan-2007 imp

Per Regents of the University of Calfornia letter, remove advertising
clause.

# If I've done so improperly on a file, please let me know.


# 133564 12-Aug-2004 tjr

Implement wcwidth() as an inline function.


# 129608 23-May-2004 tjr

Grab all the information we need about a character with one call to
__maskrune() instead of one direct call and one through iswprint().


# 102137 19-Aug-2002 ache

Use modern-style arguments declaration


# 102134 19-Aug-2002 ache

Write null wide-character as L'\0' like in other places


# 102124 19-Aug-2002 ache

According to SUSv2, always return 0 for null wide-character code


# 102096 19-Aug-2002 ache

Move internal defines from ctype.h here


# 102033 17-Aug-2002 ache

Move wcwidth() to separate file, it doesn't belong to iswctype.c at all