summaryrefslogtreecommitdiffstats
path: root/include/wchar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* New POSIX xlocale implementation written from scratch.schwarze2017-09-051-1/+12
* Move the 10 (!) defintions of NULL to their own mini header file andmillert2016-09-091-11/+2
* gcc 2.x is deadguenther2015-04-041-5/+2
* Protect fgetwln(), wcslcat() and wcslcpy() with __BSD_VISIBLEmillert2015-02-091-6/+9
* Add fgetwln(3) from FreeBSD and bump libc minor revision.millert2015-01-121-1/+2
* Per C99, wchar.h has to forward declare struct tmguenther2014-07-121-1/+3
* Annotate wide character routines so they get protected by Wbounded.martynas2014-05-031-14/+28
* Enable fmemopen(3) and open_{w,}memstream(3)eric2013-03-281-1/+3
* Add support for mbsnrtowcs() and wcsnrtombs() to libc.matthew2012-06-061-1/+6
* C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX.kettenis2012-01-051-2/+9
* Hook wcsftime(3) to the build; committing on behalf of espiestsp2011-10-161-1/+3
* Add wscanf(3) and friends. Based on our scanf(3) implementation, with widestsp2011-10-161-1/+8
* Add wcsdup(), from NetBSD.nicm2011-07-041-1/+2
* As pointed out by Richard Guenther our definitionjsg2011-07-031-1/+3
* Use __POSIX_VISIBLE not __POSIX_C_SOURCE to bracket the definitionsmillert2011-06-011-2/+2
* wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@espie2011-05-281-1/+6
* Bring back wprintf. We've sorted out what to do for gcc2 and gcc3.stsp2011-04-281-1/+9
* Back out wprintf until we've determined what to do for gcc2 and gcc3 arches.stsp2011-04-241-9/+1
* Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc.stsp2011-04-241-1/+9
* Define NULL as a void * instead of a long integer, as required by Single Unix.miod2011-04-061-2/+2
* Don't declare wcscoll() twiceguenther2010-07-241-2/+1
* Add wcstof(3) and wcstold(3).kettenis2009-01-131-1/+6
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* Adapt things to use __type_t instead of _BSD_TYPE_T_millert2006-01-061-16/+14
* This piece was missed in the _FOO_SOURCE -> __FOO_VISIBLE change set.millert2005-12-191-3/+3
* Add a few missing functions so that wctype.h/wchar.h are more or lessespie2005-07-011-2/+19
* zap duplicate prototypeespie2005-06-201-2/+1
* next citrus step.espie2005-06-171-1/+20
* wchar_t is a native C++ type, gcc picks its definition from elsewhere,espie2005-05-181-1/+3
* major abi changes:espie2005-05-111-1/+17
* introduce some wchar functions (from citrus and an itojun@ diff)espie2005-04-141-0/+133