summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale (follow)
Commit message (Expand)AuthorAgeFilesLines
* Stilistic improvement: use clean mdoc(7) .Qq enclosures rather thanschwarze2011-03-091-8/+8
* Rewrite the mbrtowc(3) man page so we can make sense of this function.stsp2010-12-051-93/+187
* Add CAVEATS section documenting error handling caveats.stsp2010-11-201-2/+9
* observe the following spelling:jmc2010-09-108-33/+33
* Replace the single-byte placeholders for the multi-byte/wide-characterstsp2010-07-2716-251/+595
* dispense with some wacky escape sequences;jmc2010-03-261-3/+3
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-2/+2
* mbrlen returns size_t not int.nicm2009-11-091-3/+3
* Man page for wcstof(3), wcstod(3) and wcstold(3).kettenis2009-01-132-3/+80
* Add wcstof(3) and wcstold(3).kettenis2009-01-135-120/+162
* Add wcstoimax(3) and wcstoumax(3).kettenis2009-01-133-3/+40
* Add man page for wcstol and friends.kettenis2008-12-202-4/+97
* Fix conversion of numbers without an exponent.kettenis2008-10-051-4/+4
* make mbstowcs(NULL, string, 0) correctly return the length of thedjm2008-08-231-2/+3
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* remove unused functionchl2007-11-281-10/+1
* attribute packed -> __packedgilles2007-10-081-4/+4
* Check snprintf(3) return value for error or truncation.moritz2007-09-172-5/+11
* _xpg4_setrunelocale() returns an errno(2) value in the failuremoritz2007-09-061-2/+2
* convert to new .Dd format;jmc2007-05-3121-42/+42
* grammar;jmc2007-02-091-3/+3
* fix prototype of wcstombs; from TAKAHASHI Tamotsuotto2006-07-041-2/+2
* malloc(x * y) -> calloc(x, y) from adobriyan AT gmail.com, with tweaksdjm2006-04-021-3/+2
* because lint says so; ok espiederaadt2005-12-101-2/+2
* Add a cast for (size_t)-1 because we know what we're doing, the ISO std.cloder2005-11-271-2/+2
* CODESET support. okay millert@, otto@espie2005-11-161-1/+8
* A library should not return EFAULT. Just segfault if a bogus orotto2005-10-201-5/+3
* fix a few warnings, keep the crypt stuff for later.espie2005-10-101-1/+4
* - add SEE ALSO section w/ xref for mklocale(1): from xsa@jmc2005-08-121-4/+5
* fix conversion to match iswctype.espie2005-08-112-4/+4
* zap remaining rcsid.espie2005-08-0815-293/+14
* activate LC_CTYPE for 8 bits locale.espie2005-08-083-40/+253
* commit LC_CTYPE files from NetBSD/citrus, not yet linked in.espie2005-08-0710-0/+1653
* split off mbrtowc functions, so that vfprintf won't pull the wholeespie2005-07-243-32/+73
* Add a few missing functions so that wctype.h/wchar.h are more or lessespie2005-07-0113-6/+767
* next citrus step.espie2005-06-171-2/+19
* remove unsupported LIBRARY section;jmc2005-05-121-4/+1
* major abi changes:espie2005-05-1120-6/+2465
* fix a broken .St;jmc2005-04-301-2/+3
* isw* classification functions from citrus, with a `stub' implementationespie2005-04-304-4/+337
* introduce some wchar functions (from citrus and an itojun@ diff)espie2005-04-142-1/+14
* ansify. ok deraadt@ millert@otto2005-03-233-15/+10
* add some missing $, ok djm@ 'That looks fine to me' millert@jsg2004-10-011-0/+1
* more display/list fixes, and a little whitespace;jmc2004-04-161-2/+0
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-022-12/+4
* typoitojun2002-09-171-3/+3
* correct possible buffer overrun in setlocale(x, y) where y is supplied fromitojun2002-09-171-59/+97
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-4/+4
* fix YESEXPR; jabley@buddha.automagic.orgderaadt2001-07-301-2/+2
* use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel2001-06-271-12/+7