summaryrefslogtreecommitdiffstats
path: root/lib/libc/locale/rune.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* New POSIX xlocale implementation written from scratch.schwarze2017-09-051-6/+12
| | | | | | | | | | | | Complete in the sense that all POSIX *locale(3) and *_l(3) functions are included, but in OpenBSD, we of course only really care about LC_CTYPE and we only support ASCII and UTF-8. With important help from kettenis@, guenther@, and jca@. Repeated testing in ports bulk builds by naddy@. Additional testing by jca@, sebastia@, dcoppa@, and others. OK kettenis@ dcoppa@, and guenther@ on an earlier version. Riding guenther@'s libc/librthread major bump.
* Stop exposing <sys/localedef.h> and various symbols internal to the libcguenther2016-05-231-2/+3
| | | | | | | locale implementation: _{Current,Default}*Locale, __[mn]locale_changed, __mb_len_max_runtime ok millert@ schwarze@ deraadt@
* Remove evaluation of PATH_LOCALE environment variable because it can bestsp2011-03-151-2/+1
| | | | | | abused to cause an integer overflow and serves no real purpose. Found by Alexander Schrijver. ok millert deraadt
* commit LC_CTYPE files from NetBSD/citrus, not yet linked in.espie2005-08-071-0/+81
okay deraadt@