tjr
|
84b5d3520f
|
Implement wcwidth() as an inline function.
|
2004-08-12 12:19:11 +00:00 |
|
tjr
|
ea28a65744
|
Grab all the information we need about a character with one call to
__maskrune() instead of one direct call and one through iswprint().
|
2004-05-23 13:20:09 +00:00 |
|
ache
|
0923ef5388
|
Use modern-style arguments declaration
|
2002-08-19 20:32:27 +00:00 |
|
ache
|
53166ba7d8
|
Write null wide-character as L'\0' like in other places
|
2002-08-19 20:12:38 +00:00 |
|
ache
|
34e5c81b71
|
According to SUSv2, always return 0 for null wide-character code
|
2002-08-19 18:06:18 +00:00 |
|
ache
|
2094c32437
|
Move internal defines from ctype.h here
|
2002-08-19 09:02:49 +00:00 |
|
ache
|
31acbd553d
|
Move wcwidth() to separate file, it doesn't belong to iswctype.c at all
|
2002-08-17 20:30:34 +00:00 |
|