Age | Commit message (Expand) | Author |
2014-09-15 | When fopen()ing internal to libc (the API doesn't support the use | Philip Guenther |
2014-07-14 | international currency locale rules as per POSIX.1-2008 | Martin Pelikan |
2014-05-25 | use calloc, from Benjamin Baier | Ted Unangst |
2014-04-07 | Add some missing names to the NAME sections. | Ingo Schwarze |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther |
2014-01-21 | obvious .Pa fixes; found with mandocdb(8) | Ingo Schwarze |
2013-11-12 | ANSI prototype | Theo de Raadt |
2013-08-28 | Allow setlocale(LC_MESSAGES, ...); to succeed. This always returned an | Stefan Sperling |
2013-08-28 | oops, we forgot to remove the .El in previous; sorry stefan (though you | Jason McIntyre |
2013-08-28 | Cosmetic tweaks of wcrtomb(3) RETURN VALUES section. ok jmc | Stefan Sperling |
2013-08-14 | no longer any need to quote macro lines with >9 args; | Jason McIntyre |
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst |
2013-06-02 | Fix wcsto{f,d,ld}() C99 compliance to now correctly | Matthew Dempsky |
2013-06-01 | Change the naming scheme used for directories in /usr/share/locale to | Stefan Sperling |
2013-05-30 | Sort includes. From Vladimir Tamara Patino <vtamara@pasosdeJesus.org> | Stefan Sperling |
2013-05-03 | Fix resetting MB_CUR_MAX when switching locales away from a UTF-8 locale. | Stefan Sperling |
2012-12-05 | Remove excessive sys/cdefs.h inclusion | Theo de Raadt |
2012-08-14 | remove unused variable | Charles Longeau |
2012-06-07 | Document mbsnrtowcs() and wcsnrtombs(). | Matthew Dempsky |
2012-06-06 | Add support for mbsnrtowcs() and wcsnrtombs() to libc. | Matthew Dempsky |
2011-11-16 | Fix mbstowcs return value documentation. New text based on mbsrtowcs page. | Stefan Sperling |
2011-10-09 | d_t_fmt: fix the format for the day of the month to use %e (single | Antoine Jacoutot |
2011-04-29 | Add BUGS section explaining that these functions do not cover the entire | Stefan Sperling |
2011-04-15 | wcwidth() must return -1 if the character is not printable. | Stefan Sperling |
2011-04-03 | Don't fill the ctype tab with Latin-1 information in UTF-8 locales. | Stefan Sperling |
2011-04-03 | Add wcwidth(3) man page. ok nicm | Stefan Sperling |
2011-03-16 | nl_types.h doesn't need to be #included to use nl_langinfo(). Pointed | Philip Guenthe |
2011-03-15 | Remove evaluation of PATH_LOCALE environment variable because it can be | Stefan Sperling |
2011-03-13 | Sync ctype definitions for the UTF-8 locale to FreeBSD, fixing width of | Stefan Sperling |
2011-03-09 | Stilistic improvement: use clean mdoc(7) .Qq enclosures rather than | Ingo Schwarze |
2010-12-05 | Rewrite the mbrtowc(3) man page so we can make sense of this function. | Stefan Sperling |
2010-11-20 | Add CAVEATS section documenting error handling caveats. | Stefan Sperling |
2010-09-10 | observe the following spelling: | Jason McIntyre |
2010-07-27 | Replace the single-byte placeholders for the multi-byte/wide-character | Stefan Sperling |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | Miod Vallat |
2009-11-09 | mbrlen returns size_t not int. | Nicholas Marriott |
2009-01-13 | Man page for wcstof(3), wcstod(3) and wcstold(3). | Mark Kettenis |
2009-01-13 | Add wcstof(3) and wcstold(3). | Mark Kettenis |
2009-01-13 | Add wcstoimax(3) and wcstoumax(3). | Mark Kettenis |
2008-12-20 | Add man page for wcstol and friends. | Mark Kettenis |
2008-10-05 | Fix conversion of numbers without an exponent. | Mark Kettenis |
2008-08-23 | make mbstowcs(NULL, string, 0) correctly return the length of the | Damien Miller |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-11-28 | remove unused function | Charles Longeau |
2007-10-08 | attribute packed -> __packed | Gilles Chehade |
2007-09-17 | Check snprintf(3) return value for error or truncation. | Moritz Jodeit |
2007-09-06 | _xpg4_setrunelocale() returns an errno(2) value in the failure | Moritz Jodeit |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-02-09 | grammar; | Jason McIntyre |