summaryrefslogtreecommitdiff
path: root/include/wchar.h
AgeCommit message (Expand)Author
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