Age | Commit message (Expand) | Author |
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 |