Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
OK millert@ | |||
2013-03-28 | Enable fmemopen(3) and open_{w,}memstream(3) | Eric Faurot | |
commiting on behalf of mpi@ | |||
2012-06-06 | Add support for mbsnrtowcs() and wcsnrtombs() to libc. | Matthew Dempsky | |
Bulk build test by naddy. | |||
2012-01-05 | C99 says that both <wchar.h> and <stdint.h> should define WCHAR_MIN/MAX. | Mark Kettenis | |
ok beck@, guenther@, millert@, miod@ | |||
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 | |
character support changes based on code from FreeBSD. ok espie guenther; man page help from schwarze | |||
2011-07-04 | Add wcsdup(), from NetBSD. | Nicholas Marriott | |
ok deraadt matthew | |||
2011-07-03 | As pointed out by Richard Guenther our definition | Jonathan Gray | |
of NULL was incorrect for c++ compilers that aren't gcc (or pretend to be gcc like clang). ok miod@ | |||
2011-06-01 | Use __POSIX_VISIBLE not __POSIX_C_SOURCE to bracket the definitions | Todd C. Miller | |
of wcscasecmp() and wcsncasecmp(). Noticed by naddy@ OK espie@ | |||
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 | |
"Yes, go ahead then" deraadt | |||
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 | |
Based on our vfprintf etc. implementations. Wide character parts based on NetBSD but with lots of macros expanded. Minor bump for libc. ok kettenis espie | |||
2011-04-06 | Define NULL as a void * instead of a long integer, as required by Single Unix. | Miod Vallat | |
Kernel and bootblocks still use the old 0L value until all the NULL abuses in the code are fixed. | |||
2010-07-24 | Don't declare wcscoll() twice | Philip Guenthe | |
2009-01-13 | Add wcstof(3) and wcstold(3). | Mark Kettenis | |
ok miod@ | |||
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai | |
Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@ | |||
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller | |
Add new sys/_types.h header Include machine/_types.h or sys/_types.h where applicable | |||
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 | |
uptodate, namely, wcsto(u)l(l) family, wcstod, stubs from wctrans/towctrans crank minor. okay millert@, jmc@. | |||
2005-06-20 | zap duplicate prototype | Marc Espie | |
2005-06-17 | next citrus step. | Marc Espie | |
reviewed by millert, otto, kevlo, naddy, kettenis... libc+libstdc++ bump | |||
2005-05-18 | wchar_t is a native C++ type, gcc picks its definition from elsewhere, | Marc Espie | |
so do not redefine it. Found out by the quite picky fixinc in recent gcc. okay millert@, kettenis@ | |||
2005-05-11 | major abi changes: | Marc Espie | |
* introduce the mbstate_t typedef. impacts gnu libiconv, which has already been taken care of. * Prepare for mb stuff to really exist, replace macro MB_CUR_MAX with an external variable __mb_cur_max (impacts libX11 and various ports). * use mbstate in all the mb <-> wchar functions with state. * add a stub iswctype function allowing some ports to compile. bash and gdiff are missing wcscoll, and need to be told there's no i18n until this is fixed. Discussed and matthieu, otto, millert, kettenis, deraadt. Major libc bump | |||
2005-04-14 | introduce some wchar functions (from citrus and an itojun@ diff) | Marc Espie | |
okay deraadt@, cloder@, pvalchev@ thanks to everyone who commented on that. |