index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
wchar.h
Age
Commit message (
Expand
)
Author
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