aboutsummaryrefslogtreecommitdiff
path: root/include/wchar.h
Commit message (Expand)AuthorAgeFilesLines
* SPDX: license IDs for some ISC-related files.Pedro F. Giffuni2017-12-081-1/+1
* include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-251-0/+2
* Add missing va_list to <wchar.h>.Ed Schouten2016-05-301-0/+7
* include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker2014-05-111-1/+1
* Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans2014-04-011-1/+1
* Add an implementation of open_memstream() and open_wmemstream(). TheseJohn Baldwin2013-02-271-0/+1
* Make the wchar_t type machine dependent.Andrew Turner2012-06-241-4/+2
* Correctly expose xlocale functions if people include the headers in the wrongDavid Chisnall2012-03-281-1/+1
* Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildDavid Chisnall2012-03-041-0/+4
* Revert r231673 and r231682 for now, until we can run a full makeDimitry Andric2012-02-141-4/+0
* Cleanup of xlocale:David Chisnall2012-02-141-0/+4
* The spec says that FILE must be defined in wchar.h, but it wasn't. ItDavid Chisnall2011-11-131-17/+20
* Remove NetBSD Foundation clauses 3 & 4. They eliminated those clausesWarner Losh2010-02-161-7/+0
* Put the restrict qualifiers in the right place in the wcp[n]cpy prototypes.David Schultz2009-03-041-2/+2
* Add wcpcpy(3) and wcpncpy(3).David Schultz2009-03-041-0/+2
* - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz2009-02-281-2/+8
* Add a function attribute called `__malloc_like', which informs gccDavid Schultz2009-01-311-1/+1
* Add an implementation of the semi-standard wcsdup() function, as foundTim J. Robbins2005-08-131-0/+1
* Implement wcwidth() as an inline function.Tim J. Robbins2004-08-121-0/+2
* Mark functions pure where applicable.Tim J. Robbins2004-07-231-11/+12
* Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins2004-07-211-0/+4
* Add fgetwln(), a wide character version of fgetln().Tim J. Robbins2004-07-161-0/+1
* Fix typo in putwc().Tim J. Robbins2004-06-071-1/+1
* Bring back the macro versions of getwc(), getwchar(), putwc() andTim J. Robbins2004-05-271-0/+12
* Revert to rev. 1.36 until issues with -Wredundant-decls are sorted out.Tim J. Robbins2004-05-251-8/+0
* Fix typo in previous: getwc() should call fgetwc(), not the functionTim J. Robbins2004-05-251-1/+1
* Provide trivial macro implementations of getwc(), getwchar(), putwc() andTim J. Robbins2004-05-251-0/+8
* Change the definition of NULL on ia64 (for LP64 compilations) fromMarcel Moolenaar2003-12-071-4/+1
* Add definitions for WCHAR_MIN and WCHAR_MAX.Alexander Kabaev2003-04-281-0/+6
* MFp4: Implementations of the wcstof() and wcstold() functions.Tim J. Robbins2003-03-131-0/+3
* Correct visibility for v*wscanf(), wcstoll() and wcstoull(). These functionsTim J. Robbins2002-10-271-9/+16
* Add a placeholder implementation of wcscoll() and wcsxfrm() which givesTim J. Robbins2002-10-041-0/+2
* Remove masking macros for getwc(), putwc(), putwchar() and getwchar().Tim J. Robbins2002-09-281-5/+0
* Add implementations of wscanf() and related functions: fwscanf(), swscanf(),Tim J. Robbins2002-09-231-0/+8
* Add the remaining C99 wide character string to integer conversion functions.Tim J. Robbins2002-09-221-0/+4
* Add implementations of the wprintf() family of functions, which performTim J. Robbins2002-09-211-0/+9
* Restrict visibility of wcslcat() and wcslcpy() to the __BSD_VISIBLE case.Tim J. Robbins2002-09-211-2/+5
* Add wcstod() as a wrapper around strtod(). It does not handle any charactersTim J. Robbins2002-09-151-0/+1
* Style: tab between #define and macro name.Tim J. Robbins2002-09-121-4/+4
* Protect arguments to the putwc and putwchar macros with parens.Tim J. Robbins2002-09-121-2/+2
* Add an implementation of wcsftime() (wide character version of strftime()).Tim J. Robbins2002-09-111-0/+3
* Replace FILE with struct __sFILE in the prototypes for the wide characterTim J. Robbins2002-09-101-10/+10
* Remove the typedef of wctype_t from this header; we don't support theTim J. Robbins2002-09-091-5/+0
* Add wcstol() and wcstoul(), based on strtol() and strtoul().Tim J. Robbins2002-09-081-0/+3
* Add an implementation of wcstok(), based on strtok_r().Tim J. Robbins2002-09-071-0/+2
* Add restrict qualifiers to wcsstr()'s arguments.Tim J. Robbins2002-09-071-1/+1
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-2/+2
* o Merge <machine/ansi.h> and <machine/types.h> into a new headerMike Barcroft2002-08-211-13/+13
* Restrict visibility of wcwidth() and wcswidth(); they are XSI extensions.Tim J. Robbins2002-08-201-2/+5
* Sort unsorted prototypesAndrey A. Chernov2002-08-191-1/+1