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