summaryrefslogtreecommitdiff
path: root/lib/libc/locale/setlocale.c
AgeCommit message (Expand)Author
2013-06-01Change the naming scheme used for directories in /usr/share/locale toStefan Sperling
2011-03-15Remove evaluation of PATH_LOCALE environment variable because it can beStefan Sperling
2007-11-28remove unused functionCharles Longeau
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
2005-08-08zap remaining rcsid.Marc Espie
2005-08-08activate LC_CTYPE for 8 bits locale.Marc Espie
2005-03-23ansify. ok deraadt@ millert@Otto Moerbeek
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-06-27use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.lebel
1997-07-09Clean up some -Wall flowers.Todd C. Miller
1996-10-29POSIX compliance.Todd C. Miller
1996-09-15Remove dead codeThorsten Lockert
1996-08-26use issetugid() to protect against bad getenvTheo de Raadt
1996-08-19Fix RCS idsThorsten Lockert
1995-10-18initial import of NetBSD treeTheo de Raadt