summaryrefslogtreecommitdiff
path: root/include/wchar.h
AgeCommit message (Expand)Author
2025-06-11sys/_stdarg.h: drop cdefs.h and _types.h polutionBrooks Davis
2025-03-20Revert Make newly POSIX functions visibleStephen Hurd
2025-03-19Make newly POSIX functions visibleStephen Hurd
2024-07-13include: ssp: fortify <wchar.h>Kyle Evans
2023-08-16Remove $FreeBSD$: two-line .h patternWarner Losh
2023-05-12spdx: Simplify BSD-2-Clause AND BSD-2-ClauseWarner Losh
2023-05-12spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSDWarner Losh
2021-07-15libc: add mempcpy(3) and wmempcpy(3)Konstantin Belousov
2017-12-08SPDX: license IDs for some ISC-related files.Pedro F. Giffuni
2017-11-25include: General further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2016-05-30Add missing va_list to <wchar.h>.Ed Schouten
2014-05-11include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLEJilles Tjoelker
2014-04-01Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4Tijl Coosemans
2013-02-27Add an implementation of open_memstream() and open_wmemstream(). TheseJohn Baldwin
2012-06-24Make the wchar_t type machine dependent.Andrew Turner
2012-03-28Correctly expose xlocale functions if people include the headers in the wrongDavid Chisnall
2012-03-04Reapply 227753 (xlocale cleanup), plus some fixes so that it passes buildDavid Chisnall
2012-02-14Revert r231673 and r231682 for now, until we can run a full makeDimitry Andric
2012-02-14Cleanup of xlocale:David Chisnall
2011-11-13The spec says that FILE must be defined in wchar.h, but it wasn't. ItDavid Chisnall
2010-02-16Remove NetBSD Foundation clauses 3 & 4. They eliminated those clausesWarner Losh
2009-03-04Put the restrict qualifiers in the right place in the wcp[n]cpy prototypes.David Schultz
2009-03-04Add wcpcpy(3) and wcpncpy(3).David Schultz
2009-02-28- Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(),David Schultz
2009-01-31Add a function attribute called `__malloc_like', which informs gccDavid Schultz
2005-08-13Add an implementation of the semi-standard wcsdup() function, as foundTim J. Robbins
2004-08-12Implement wcwidth() as an inline function.Tim J. Robbins
2004-07-23Mark functions pure where applicable.Tim J. Robbins
2004-07-21Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These areTim J. Robbins
2004-07-16Add fgetwln(), a wide character version of fgetln().Tim J. Robbins
2004-06-07Fix typo in putwc().Tim J. Robbins
2004-05-27Bring back the macro versions of getwc(), getwchar(), putwc() andTim J. Robbins
2004-05-25Revert to rev. 1.36 until issues with -Wredundant-decls are sorted out.Tim J. Robbins
2004-05-25Fix typo in previous: getwc() should call fgetwc(), not the functionTim J. Robbins
2004-05-25Provide trivial macro implementations of getwc(), getwchar(), putwc() andTim J. Robbins
2003-12-07Change the definition of NULL on ia64 (for LP64 compilations) fromMarcel Moolenaar
2003-04-28Add definitions for WCHAR_MIN and WCHAR_MAX.Alexander Kabaev
2003-03-13MFp4: Implementations of the wcstof() and wcstold() functions.Tim J. Robbins
2002-10-27Correct visibility for v*wscanf(), wcstoll() and wcstoull(). These functionsTim J. Robbins
2002-10-04Add a placeholder implementation of wcscoll() and wcsxfrm() which givesTim J. Robbins
2002-09-28Remove masking macros for getwc(), putwc(), putwchar() and getwchar().Tim J. Robbins
2002-09-23Add implementations of wscanf() and related functions: fwscanf(), swscanf(),Tim J. Robbins
2002-09-22Add the remaining C99 wide character string to integer conversion functions.Tim J. Robbins
2002-09-21Add implementations of the wprintf() family of functions, which performTim J. Robbins
2002-09-21Restrict visibility of wcslcat() and wcslcpy() to the __BSD_VISIBLE case.Tim J. Robbins
2002-09-15Add wcstod() as a wrapper around strtod(). It does not handle any charactersTim J. Robbins
2002-09-12Style: tab between #define and macro name.Tim J. Robbins
2002-09-12Protect arguments to the putwc and putwchar macros with parens.Tim J. Robbins
2002-09-11Add an implementation of wcsftime() (wide character version of strftime()).Tim J. Robbins
2002-09-10Replace FILE with struct __sFILE in the prototypes for the wide characterTim J. Robbins