| Commit message (Expand) | Author | Age | Files | Lines |
* | spdx: Simplify BSD-2-Clause AND BSD-2-Clause | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | spdx: The BSD-2-Clause-NetBSD identifier is obsolete, drop -NetBSD | Warner Losh | 2023-05-12 | 1 | -1/+1 |
* | libc: add mempcpy(3) and wmempcpy(3) | Konstantin Belousov | 2021-07-15 | 1 | -0/+3 |
* | SPDX: license IDs for some ISC-related files. | Pedro F. Giffuni | 2017-12-08 | 1 | -1/+1 |
* | include: General further adoption of SPDX licensing ID tags. | Pedro F. Giffuni | 2017-11-25 | 1 | -0/+2 |
* | Add missing va_list to <wchar.h>. | Ed Schouten | 2016-05-30 | 1 | -0/+7 |
* | include: Remove checks for __BSD_VISIBLE where redundant with __XSI_VISIBLE | Jilles Tjoelker | 2014-05-11 | 1 | -1/+1 |
* | Rename __wchar_t so it no longer conflicts with __wchar_t from clang 3.4 | Tijl Coosemans | 2014-04-01 | 1 | -1/+1 |
* | Add an implementation of open_memstream() and open_wmemstream(). These | John Baldwin | 2013-02-27 | 1 | -0/+1 |
* | Make the wchar_t type machine dependent. | Andrew Turner | 2012-06-24 | 1 | -4/+2 |
* | Correctly expose xlocale functions if people include the headers in the wrong | David Chisnall | 2012-03-28 | 1 | -1/+1 |
* | Reapply 227753 (xlocale cleanup), plus some fixes so that it passes build | David Chisnall | 2012-03-04 | 1 | -0/+4 |
* | Revert r231673 and r231682 for now, until we can run a full make | Dimitry Andric | 2012-02-14 | 1 | -4/+0 |
* | Cleanup of xlocale: | David Chisnall | 2012-02-14 | 1 | -0/+4 |
* | The spec says that FILE must be defined in wchar.h, but it wasn't. It | David Chisnall | 2011-11-13 | 1 | -17/+20 |
* | Remove NetBSD Foundation clauses 3 & 4. They eliminated those clauses | Warner Losh | 2010-02-16 | 1 | -7/+0 |
* | Put the restrict qualifiers in the right place in the wcp[n]cpy prototypes. | David Schultz | 2009-03-04 | 1 | -2/+2 |
* | Add wcpcpy(3) and wcpncpy(3). | David Schultz | 2009-03-04 | 1 | -0/+2 |
* | - Add getdelim(), getline(), stpncpy(), strnlen(), wcsnlen(), | David Schultz | 2009-02-28 | 1 | -2/+8 |
* | Add a function attribute called `__malloc_like', which informs gcc | David Schultz | 2009-01-31 | 1 | -1/+1 |
* | Add an implementation of the semi-standard wcsdup() function, as found | Tim J. Robbins | 2005-08-13 | 1 | -0/+1 |
* | Implement wcwidth() as an inline function. | Tim J. Robbins | 2004-08-12 | 1 | -0/+2 |
* | Mark functions pure where applicable. | Tim J. Robbins | 2004-07-23 | 1 | -11/+12 |
* | Implement the GNU extensions of mbsnrtowcs() and wcsnrtombs(). These are | Tim J. Robbins | 2004-07-21 | 1 | -0/+4 |
* | Add fgetwln(), a wide character version of fgetln(). | Tim J. Robbins | 2004-07-16 | 1 | -0/+1 |
* | Fix typo in putwc(). | Tim J. Robbins | 2004-06-07 | 1 | -1/+1 |
* | Bring back the macro versions of getwc(), getwchar(), putwc() and | Tim J. Robbins | 2004-05-27 | 1 | -0/+12 |
* | Revert to rev. 1.36 until issues with -Wredundant-decls are sorted out. | Tim J. Robbins | 2004-05-25 | 1 | -8/+0 |
* | Fix typo in previous: getwc() should call fgetwc(), not the function | Tim J. Robbins | 2004-05-25 | 1 | -1/+1 |
* | Provide trivial macro implementations of getwc(), getwchar(), putwc() and | Tim J. Robbins | 2004-05-25 | 1 | -0/+8 |
* | Change the definition of NULL on ia64 (for LP64 compilations) from | Marcel Moolenaar | 2003-12-07 | 1 | -4/+1 |
* | Add definitions for WCHAR_MIN and WCHAR_MAX. | Alexander Kabaev | 2003-04-28 | 1 | -0/+6 |
* | MFp4: Implementations of the wcstof() and wcstold() functions. | Tim J. Robbins | 2003-03-13 | 1 | -0/+3 |
* | Correct visibility for v*wscanf(), wcstoll() and wcstoull(). These functions | Tim J. Robbins | 2002-10-27 | 1 | -9/+16 |
* | Add a placeholder implementation of wcscoll() and wcsxfrm() which gives | Tim J. Robbins | 2002-10-04 | 1 | -0/+2 |
* | Remove masking macros for getwc(), putwc(), putwchar() and getwchar(). | Tim J. Robbins | 2002-09-28 | 1 | -5/+0 |
* | Add implementations of wscanf() and related functions: fwscanf(), swscanf(), | Tim J. Robbins | 2002-09-23 | 1 | -0/+8 |
* | Add the remaining C99 wide character string to integer conversion functions. | Tim J. Robbins | 2002-09-22 | 1 | -0/+4 |
* | Add implementations of the wprintf() family of functions, which perform | Tim J. Robbins | 2002-09-21 | 1 | -0/+9 |
* | Restrict visibility of wcslcat() and wcslcpy() to the __BSD_VISIBLE case. | Tim J. Robbins | 2002-09-21 | 1 | -2/+5 |
* | Add wcstod() as a wrapper around strtod(). It does not handle any characters | Tim J. Robbins | 2002-09-15 | 1 | -0/+1 |
* | Style: tab between #define and macro name. | Tim J. Robbins | 2002-09-12 | 1 | -4/+4 |
* | Protect arguments to the putwc and putwchar macros with parens. | Tim J. Robbins | 2002-09-12 | 1 | -2/+2 |
* | Add an implementation of wcsftime() (wide character version of strftime()). | Tim J. Robbins | 2002-09-11 | 1 | -0/+3 |
* | Replace FILE with struct __sFILE in the prototypes for the wide character | Tim J. Robbins | 2002-09-10 | 1 | -10/+10 |
* | Remove the typedef of wctype_t from this header; we don't support the | Tim J. Robbins | 2002-09-09 | 1 | -5/+0 |
* | Add wcstol() and wcstoul(), based on strtol() and strtoul(). | Tim J. Robbins | 2002-09-08 | 1 | -0/+3 |
* | Add an implementation of wcstok(), based on strtok_r(). | Tim J. Robbins | 2002-09-07 | 1 | -0/+2 |
* | Add restrict qualifiers to wcsstr()'s arguments. | Tim J. Robbins | 2002-09-07 | 1 | -1/+1 |
* | Style: One space between "restrict" qualifier and "*". | Tim J. Robbins | 2002-09-06 | 1 | -2/+2 |