History log of /src/include/wctype.h |
Revision | | Date | Author | Comments |
1.9 |
| 27-Apr-2013 |
joerg | Systematically include sys/featuretest.h when _NETBSD_SOURCE is used. Some are redundant, but make verification with grep much easier.
|
1.8 |
| 16-Apr-2013 |
joerg | Add wcwidth_l, wcswidth_l and the wctype.h family of *_l functions.
|
1.7 |
| 27-Mar-2010 |
tnozaki | branches: 1.7.6; 1.7.12; 1. {wctype,wctrans,mbstate}_t: switch MD to MI like other libc implementation (such as *BSD and glibc2).
2. don't typedef void * wc{type,trans}_t, suggested by soda@-san. it may pass through compiler type check, it's harmful. so i introduce dummy struct __tag_wc{type,trans}_t(iconv_t already does).
no ABI change was made.
|
1.6 |
| 03-Feb-2005 |
perry | branches: 1.6.44; de-__P -- the hack is long since useless. Discussed with christos, matt, kleink, others. Approved by christos.
|
1.5 |
| 02-Mar-2003 |
tshiozak | add some ISO C 1995 I18N functions and types: btowc, wctrans, towctrans, wcscoll, wcsxfrm, wctype_t and wctrans_t.
|
1.4 |
| 20-Jan-2001 |
itojun | avoid exposure of libc internal symbols into public header (wctype.h).
|
1.3 |
| 22-Dec-2000 |
itojun | prototype decl for internal functions.
|
1.2 |
| 21-Dec-2000 |
itojun | have dummy wctype.h and isw*/tow*. part of libc minor 68 -> 69 crank. equivalent to is*/to* at this moment. we'll put wchar_t code in the near future.
|
1.1 |
| 28-May-2000 |
minoura | branches: 1.1.2; file wctype.h was initially added on branch minoura-xpg4dl.
|
1.1.2.1 |
| 28-May-2000 |
minoura | Citrus Project XPG4DL, an implementation of I18N (locale) framework, is imported.
|
1.6.44.1 |
| 30-Apr-2010 |
uebayasi | Sync with HEAD.
|
1.7.12.1 |
| 23-Jun-2013 |
tls | resync from head
|
1.7.6.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|