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