summaryrefslogtreecommitdiff
path: root/include/wchar.h
AgeCommit message (Expand)Author
2024-08-07wcslcpy() and wcslcat() are in POSIX-2024. Update #include visibilityPhilip Guenther
2024-07-14Add wcsnlen(3) declaration, missed in previous.Jeremie Courreges-Anglas
2017-09-05New POSIX xlocale implementation written from scratch.Ingo Schwarze
2016-09-09Move the 10 (!) defintions of NULL to their own mini header file andTodd C. Miller
2015-04-04gcc 2.x is deadPhilip Guenther
2015-02-09Protect fgetwln(), wcslcat() and wcslcpy() with __BSD_VISIBLETodd C. Miller
2015-01-12Add fgetwln(3) from FreeBSD and bump libc minor revision.Todd C. Miller
2014-07-12Per C99, wchar.h has to forward declare struct tmPhilip Guenther
2014-05-03Annotate wide character routines so they get protected by Wbounded.Martynas Venckus
2013-03-28Enable fmemopen(3) and open_{w,}memstream(3)Eric Faurot
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