| Commit message (Expand) | Author | Age | Files | Lines |
* | New POSIX xlocale implementation written from scratch. |  schwarze | 2017-09-05 | 1 | -1/+12 |
* | Move the 10 (!) defintions of NULL to their own mini header file and |  millert | 2016-09-09 | 1 | -11/+2 |
* | gcc 2.x is dead |  guenther | 2015-04-04 | 1 | -5/+2 |
* | Protect fgetwln(), wcslcat() and wcslcpy() with __BSD_VISIBLE |  millert | 2015-02-09 | 1 | -6/+9 |
* | Add fgetwln(3) from FreeBSD and bump libc minor revision. |  millert | 2015-01-12 | 1 | -1/+2 |
* | Per C99, wchar.h has to forward declare struct tm |  guenther | 2014-07-12 | 1 | -1/+3 |
* | Annotate wide character routines so they get protected by Wbounded. |  martynas | 2014-05-03 | 1 | -14/+28 |
* | Enable fmemopen(3) and open_{w,}memstream(3) |  eric | 2013-03-28 | 1 | -1/+3 |
* | Add support for mbsnrtowcs() and wcsnrtombs() to libc. |  matthew | 2012-06-06 | 1 | -1/+6 |
* | C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX. |  kettenis | 2012-01-05 | 1 | -2/+9 |
* | Hook wcsftime(3) to the build; committing on behalf of espie |  stsp | 2011-10-16 | 1 | -1/+3 |
* | Add wscanf(3) and friends. Based on our scanf(3) implementation, with wide |  stsp | 2011-10-16 | 1 | -1/+8 |
* | Add wcsdup(), from NetBSD. |  nicm | 2011-07-04 | 1 | -1/+2 |
* | As pointed out by Richard Guenther our definition |  jsg | 2011-07-03 | 1 | -1/+3 |
* | Use __POSIX_VISIBLE not __POSIX_C_SOURCE to bracket the definitions |  millert | 2011-06-01 | 1 | -2/+2 |
* | wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ |  espie | 2011-05-28 | 1 | -1/+6 |
* | Bring back wprintf. We've sorted out what to do for gcc2 and gcc3. |  stsp | 2011-04-28 | 1 | -1/+9 |
* | Back out wprintf until we've determined what to do for gcc2 and gcc3 arches. |  stsp | 2011-04-24 | 1 | -9/+1 |
* | Add fwprintf, swprintf, vfwprintf, vswprintf, vwprintf, and wprintf to libc. |  stsp | 2011-04-24 | 1 | -1/+9 |
* | Define NULL as a void * instead of a long integer, as required by Single Unix. |  miod | 2011-04-06 | 1 | -2/+2 |
* | Don't declare wcscoll() twice |  guenther | 2010-07-24 | 1 | -2/+1 |
* | Add wcstof(3) and wcstold(3). |  kettenis | 2009-01-13 | 1 | -1/+6 |
* | First pass at removing clauses 3 and 4 from NetBSD licenses. |  ray | 2008-06-26 | 1 | -8/+1 |
* | Adapt things to use __type_t instead of _BSD_TYPE_T_ |  millert | 2006-01-06 | 1 | -16/+14 |
* | This piece was missed in the _FOO_SOURCE -> __FOO_VISIBLE change set. |  millert | 2005-12-19 | 1 | -3/+3 |
* | Add a few missing functions so that wctype.h/wchar.h are more or less |  espie | 2005-07-01 | 1 | -2/+19 |
* | zap duplicate prototype |  espie | 2005-06-20 | 1 | -2/+1 |
* | next citrus step. |  espie | 2005-06-17 | 1 | -1/+20 |
* | wchar_t is a native C++ type, gcc picks its definition from elsewhere, |  espie | 2005-05-18 | 1 | -1/+3 |
* | major abi changes: |  espie | 2005-05-11 | 1 | -1/+17 |
* | introduce some wchar functions (from citrus and an itojun@ diff) |  espie | 2005-04-14 | 1 | -0/+133 |