summaryrefslogtreecommitdiff
path: root/lib/libc/locale
AgeCommit message (Expand)Author
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
2005-03-23ansify. ok deraadt@ millert@Otto Moerbeek
2004-10-01add some missing $, ok djm@ 'That looks fine to me' millert@Jonathan Gray
2004-04-16more display/list fixes, and a little whitespace;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-09-17typoJun-ichiro itojun Hagino
2002-09-17correct possible buffer overrun in setlocale(x, y) where y is supplied fromJun-ichiro itojun Hagino
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-07-30fix YESEXPR; jabley@buddha.automagic.orgTheo de Raadt
2001-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
1999-08-31Consistify naming of RETURN VALUES section.Aaron Campbell
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-05formatting nitsAaron Campbell
1999-06-29fix some old macros that didn't get converted from man to mdocAaron Campbell
1999-05-28"SEE ALSO" -> SEE ALSO, missed these files beforeAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-08-26s/NetBSD/OpenBSDkstailey
1997-07-25add man page from netbsdMichael Shalayeff
1997-07-23tabify + trailing blankskstailey