index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
libc
/
locale
/
setlocale.c
Age
Commit message (
Expand
)
Author
2024-08-18
Pull in <stdio.h> (for snprintf()) directly instead of
Philip Guenther
2019-07-03
snprintf/vsnprintf return < 0 on error, rather than -1.
Theo de Raadt
2018-03-29
Resolve some code duplication.
Ingo Schwarze
2018-03-29
Fix three bugs in setlocale(3):
Ingo Schwarze
2017-09-05
New POSIX xlocale implementation written from scratch.
Ingo Schwarze
2017-08-05
We only support ASCII and UTF-8, so we never need to
Ingo Schwarze
2016-05-23
Stop exposing <sys/localedef.h> and various symbols internal to the libc
Philip Guenther
2015-09-14
Wrap <locale.h> so internal calls go direct
Philip Guenther
2015-08-14
Load LC_MESSAGES locale only if the character encoding is UTF-8.
Stefan Sperling
2015-07-02
remove new_categories variable from global.
semarie
2015-06-09
Remove unused parameter of load_locale_sub(). No assembly change on i386.
Stefan Sperling
2013-08-28
Allow setlocale(LC_MESSAGES, ...); to succeed. This always returned an
Stefan Sperling
2013-06-01
Change the naming scheme used for directories in /usr/share/locale to
Stefan Sperling
2011-03-15
Remove evaluation of PATH_LOCALE environment variable because it can be
Stefan Sperling
2007-11-28
remove unused function
Charles Longeau
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
2005-08-08
zap remaining rcsid.
Marc Espie
2005-08-08
activate LC_CTYPE for 8 bits locale.
Marc Espie
2005-03-23
ansify. ok deraadt@ millert@
Otto Moerbeek
2003-06-02
Remove the advertising clause in the UCB license which Berkeley
Todd C. Miller
2002-09-17
typo
Jun-ichiro itojun Hagino
2002-09-17
correct possible buffer overrun in setlocale(x, y) where y is supplied from
Jun-ichiro itojun Hagino
2002-02-16
Part one of userland __P removal. Done with a simple regexp with some minor ...
Todd C. Miller
2001-06-27
use strlcpy vs strncpy+a[len-1]='\0'. millert@ ok.
lebel
1997-07-09
Clean up some -Wall flowers.
Todd C. Miller
1996-10-29
POSIX compliance.
Todd C. Miller
1996-09-15
Remove dead code
Thorsten Lockert
1996-08-26
use issetugid() to protect against bad getenv
Theo de Raadt
1996-08-19
Fix RCS ids
Thorsten Lockert
1995-10-18
initial import of NetBSD tree
Theo de Raadt