summaryrefslogtreecommitdiff
path: root/lib/libarch
diff options
context:
space:
mode:
authorrtr <rtr@NetBSD.org>2007-11-04 15:20:11 +0000
committerrtr <rtr@NetBSD.org>2007-11-04 15:20:11 +0000
commit3aa5278c3ae94de7eddcea481fa6e010d123dbe7 (patch)
tree7258cd31a9d4619474ea4854db18f73c06ad0870 /lib/libarch
parent4ba09b41c3ea7b82e5314fc6ac04bcfb6e259d4f (diff)
- remove const from h_header, this pointer is occasionally free'd
- remove unused write_str var + move header parsing to new function separation of parsing vs processing + alter some variable names to avoid confusion between header value and header name (caused breakage with previous rev)
Diffstat (limited to 'lib/libarch')
0 files changed, 0 insertions, 0 deletions
commit/include/wchar.h?id=d4f5cb79842930db06a91eeae346c020156ba274'>Also 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