summaryrefslogtreecommitdiff
path: root/lib/libc/locale
AgeCommit message (Expand)Author
2011-11-16Fix mbstowcs return value documentation. New text based on mbsrtowcs page.Stefan Sperling
2011-10-09d_t_fmt: fix the format for the day of the month to use %e (singleAntoine Jacoutot
2011-04-29Add BUGS section explaining that these functions do not cover the entireStefan Sperling
2011-04-15wcwidth() must return -1 if the character is not printable.Stefan Sperling
2011-04-03Don't fill the ctype tab with Latin-1 information in UTF-8 locales.Stefan Sperling
2011-04-03Add wcwidth(3) man page. ok nicmStefan Sperling
2011-03-16nl_types.h doesn't need to be #included to use nl_langinfo(). PointedPhilip Guenthe
2011-03-15Remove evaluation of PATH_LOCALE environment variable because it can beStefan Sperling
2011-03-13Sync ctype definitions for the UTF-8 locale to FreeBSD, fixing width ofStefan Sperling
2011-03-09Stilistic improvement: use clean mdoc(7) .Qq enclosures rather thanIngo Schwarze
2010-12-05Rewrite the mbrtowc(3) man page so we can make sense of this function.Stefan Sperling
2010-11-20Add CAVEATS section documenting error handling caveats.Stefan Sperling
2010-09-10observe the following spelling:Jason McIntyre
2010-07-27Replace the single-byte placeholders for the multi-byte/wide-characterStefan Sperling
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentMiod Vallat
2009-11-09mbrlen returns size_t not int.Nicholas Marriott
2009-01-13Man page for wcstof(3), wcstod(3) and wcstold(3).Mark Kettenis
2009-01-13Add wcstof(3) and wcstold(3).Mark Kettenis
2009-01-13Add wcstoimax(3) and wcstoumax(3).Mark Kettenis
2008-12-20Add man page for wcstol and friends.Mark Kettenis
2008-10-05Fix conversion of numbers without an exponent.Mark Kettenis
2008-08-23make mbstowcs(NULL, string, 0) correctly return the length of theDamien Miller
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-11-28remove unused functionCharles Longeau
2007-10-08attribute packed -> __packedGilles Chehade
2007-09-17Check snprintf(3) return value for error or truncation.Moritz Jodeit
2007-09-06_xpg4_setrunelocale() returns an errno(2) value in the failureMoritz Jodeit
2007-05-31convert to new .Dd format;Jason McIntyre
2007-02-09grammar;Jason McIntyre
2006-07-04fix prototype of wcstombs; from TAKAHASHI TamotsuOtto Moerbeek
2006-04-02malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksDamien Miller
2005-12-10because lint says so; ok espieTheo de Raadt
2005-11-27Add a cast for (size_t)-1 because we know what we're doing, the ISO std.Chad Loder
2005-11-16CODESET support. okay millert@, otto@Marc Espie
2005-10-20A library should not return EFAULT. Just segfault if a bogus orOtto Moerbeek
2005-10-10fix a few warnings, keep the crypt stuff for later.Marc Espie
2005-08-12- add SEE ALSO section w/ xref for mklocale(1): from xsa@Jason McIntyre
2005-08-11fix conversion to match iswctype.Marc Espie
2005-08-08zap remaining rcsid.Marc Espie
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
2005-08-07commit LC_CTYPE files from NetBSD/citrus, not yet linked in.Marc Espie
2005-07-24split off mbrtowc functions, so that vfprintf won't pull the wholeMarc Espie
2005-07-01Add a few missing functions so that wctype.h/wchar.h are more or lessMarc Espie
2005-06-17next citrus step.Marc Espie
2005-05-12remove unsupported LIBRARY section;Jason McIntyre
2005-05-11major abi changes:Marc Espie
2005-04-30fix a broken .St;Jason McIntyre
2005-04-30isw* classification functions from citrus, with a `stub' implementationMarc Espie
2005-04-14introduce some wchar functions (from citrus and an itojun@ diff)Marc Espie