Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New POSIX xlocale implementation written from scratch. | 2017-09-05 | 1 | -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 libc | 2016-05-23 | 1 | -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 be | 2011-03-15 | 1 | -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. | 2005-08-07 | 1 | -0/+81 | |
okay deraadt@ |