summaryrefslogtreecommitdiff
path: root/include/wchar.h
AgeCommit message (Expand)Author
2012-06-06Add support for mbsnrtowcs() and wcsnrtombs() to libc.Matthew Dempsky
2012-01-05C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX.Mark Kettenis
2011-10-16Hook wcsftime(3) to the build; committing on behalf of espieStefan Sperling
2011-10-16Add wscanf(3) and friends. Based on our scanf(3) implementation, with wideStefan Sperling
2011-07-04Add wcsdup(), from NetBSD.Nicholas Marriott
2011-07-03As pointed out by Richard Guenther our definitionJonathan Gray
2011-06-01Use __POSIX_VISIBLE not __POSIX_C_SOURCE to bracket the definitionsTodd C. Miller
2011-05-28wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@Marc Espie
2011-04-28Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.Stefan Sperling
2011-04-24Back out wprintf until we've determined what to do for gcc2 and gcc3 arches.Stefan Sperling
2011-04-24Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc.Stefan Sperling
2011-04-06Define NULL as a void * instead of a long integer, as required by Single Unix.Miod Vallat
2010-07-24Don't declare wcscoll() twicePhilip Guenthe
2009-01-13Add wcstof(3) and wcstold(3).Mark Kettenis
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2006-01-06Adapt things to use __type_t instead of _BSD_TYPE_T_Todd C. Miller
2005-12-19This piece was missed in the _FOO_SOURCE -> __FOO_VISIBLE change set.Todd C. Miller
2005-07-01Add a few missing functions so that wctype.h/wchar.h are more or lessMarc Espie
2005-06-20zap duplicate prototypeMarc Espie
2005-06-17next citrus step.Marc Espie
2005-05-18wchar_t is a native C++ type, gcc picks its definition from elsewhere,Marc Espie
2005-05-11major abi changes:Marc Espie
2005-04-14introduce some wchar functions (from citrus and an itojun@ diff)Marc Espie