| Age | Commit message (Expand) | Author |
| 2018-12-28 | Limit wcslcat, wcslcpy visibility to _NETBSD_SOURCE | maya |
| 2016-10-15 | Import wcsnlen(3) to libc | kamil |
| 2014-10-13 | add open_{,w}memstream | christos |
| 2013-11-21 | Expose properly vfwscanf and friends for POSIX_SOURCE >= 200112L | degroote |
| 2013-08-19 | Add nl_langinfo_l, catopen_l and wcsftime_l. | joerg |
| 2013-05-28 | Add mbsnrtowcs and wcsnrtombs. Approved by core. | joerg |
| 2013-04-19 | More __BEGIN_DECLS / __END_DECLS wrappers. | joerg |
| 2013-04-19 | Add scanf_l and wscanf_l families. | joerg |
| 2013-04-19 | Add explicit locale versions for the printf family. Replace asprintf, | joerg |
| 2013-04-18 | Add wcscoll_l, wcsxfrm_l, wcsncasecmp_l, wcscasecmp_l, btowc_l, | joerg |
| 2013-04-18 | Add wcstof_l, wcstod_l and wcstold_l. | joerg |
| 2013-04-16 | Add support for wcstoimax_l and friends. | joerg |
| 2013-04-16 | Also add prototypes for wcwidth_l and wcswidth_l. | joerg |
| 2011-07-17 | Retire varargs.h support. Move machine/stdarg.h logic into MI | joerg |
| 2010-03-27 | 1. {wctype,wctrans,mbstate}_t: switch MD to MI like other | tnozaki |
| 2009-11-15 | Don't define wchar_t for c++; it is native in the language. From Alexander | christos |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2006-08-22 | PR/34238: Aleksey Cheusov: add wcsdup, wcscasecmp and wcsncasecmp functions | christos |
| 2006-04-15 | add c99 wcstof(3) and wcstold(3). | tnozaki |
| 2005-05-15 | add t_putws | christos |
| 2005-05-14 | Wide stdio functions. | christos |
| 2005-03-30 | PR/29826: J. T. Conklin: Add wcsftime(3) (from FreeBSD) | christos |
| 2005-02-03 | de-__P -- the hack is long since useless. Discussed with christos, | perry |
| 2004-05-08 | C99: Provide WCHAR_{MAX,MIN} via <machine/wchar_limits.h> (we'll also | kleink |
| 2003-07-08 | prototype must not have variable name | itojun |
| 2003-04-28 | Add a new feature-test macro, _NETBSD_SOURCE. If this is defined | bjh21 |
| 2003-03-11 | add wcstoll, wcstoimax, wcstoull and wcstoumax. (lib/20656) | tshiozak |
| 2003-03-07 | add fgetws() and fputws() (lib/20576). | tshiozak |
| 2003-03-05 | changes related to lib/20576 and lib/20577. | tshiozak |
| 2003-03-03 | - add wctob() function. (I forgot it at the last commit.) | tshiozak |
| 2003-03-02 | add some ISO C 1995 I18N functions and types: | tshiozak |
| 2002-03-14 | fix prototype of fputwc, putwc and putwchar. | yamt |
| 2001-12-07 | - make FILE structure extensible without breaking binary-compatibility. | yamt |
| 2001-09-27 | add wcstod/wcstol/wcstoul. | yamt |
| 2000-12-29 | Sprinkle some __restrict into <wchar.h>. | kleink |
| 2000-12-22 | wcwidth is outside of standard | itojun |
| 2000-12-22 | add wcsl{cat,cpy} | itojun |
| 2000-12-21 | first import of citrus LC_CTYPE locale. singlebyte only at this moment. | itojun |
| 2000-12-21 | add dummy wcwidth() and wcswidth(). wcwidth() will be updated later. | itojun |
| 2000-12-21 | add wcs* functions. consier it as part of libc minor crank 68 -> 69. | itojun |
| 2000-12-20 | ISO 9899-1990: #include <wchar.h> should pull definition for "NULL" in. | itojun |
| 2000-12-20 | add wmem* functions, from citrus. bump libc shlib minor. | itojun |
| 2000-04-20 | * Move <wchar.h> from libcurses to include (for the missing functionality | kleink |