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
/
citrus
Age
Commit message (
Expand
)
Author
2015-01-16
Move to the <limits.h> universe.
Theo de Raadt
2014-05-03
Noncharacters 0xFFFE and 0xFFFF don't render a UTF-8 string invalid
Stefan Sperling
2013-05-03
Fix resetting MB_CUR_MAX when switching locales away from a UTF-8 locale.
Stefan Sperling
2013-03-07
Fix return value of wcrtomb() in single-byte locales if the s argument is NULL.
Stefan Sperling
2012-12-05
Remove excessive sys/cdefs.h inclusion
Theo de Raadt
2012-06-06
Add support for mbsnrtowcs() and wcsnrtombs() to libc.
Matthew Dempsky
2011-04-21
Don't use 'n' for the length of multibyte chars, because it is the length
YASUOKA Masahiko
2010-08-05
The UTF-8 decoder should not accept byte sequences which decode to unicode
Stefan Sperling
2010-08-03
When the target pointer 'pwcs' passed to mbsrtowcs() is NULL, mbsrtowcs()
Stefan Sperling
2010-08-01
add missing header needed by strcmp()
Charles Longeau
2010-07-29
Remove stray newline, fix $OpenBSD$; ok deraadt
Stefan Sperling
2010-07-27
Replace the single-byte placeholders for the multi-byte/wide-character
Stefan Sperling
2005-08-07
commit LC_CTYPE files from NetBSD/citrus, not yet linked in.
Marc Espie