History log of /src/lib/libc/locale/runetype_file.h |
Revision | | Date | Author | Comments |
1.3 |
| 20-Jun-2010 |
tnozaki | branches: 1.3.40; fix cross build breakage mklocale(1). move inline finction that uses sys/ctype_bits.h to runetype_misc.h.
|
1.2 |
| 19-Jun-2010 |
tnozaki | 1. refactoring new locale-db(RuneCT10) loading method with mmap(2). 2. remove unused field from _RuneLocale. 3. localeio(CITRUS=no) can read new locale-db(RuneCT10) now.
|
1.1 |
| 13-Jun-2010 |
tnozaki | 1. split runetype_local.h -> runetype_file.h and remove renameing _Rune* -> _NBRune* namespace protection.
FreeBSD traditionaly exposes struct _Rune* in runetype.h which included by ctype.h. it may cause conflicting type error in our cross build process, former we use renaming namespace to avoid this problem, now i reworked more resonable way.
2. merge rune_local.h to runetype_local.h, and remove it. 3. split bsdctype.h -> bsdctype_{file,local}.h
|
1.3.40.1 |
| 04-Aug-2017 |
perseant | Add a version of localedef(1), taken from FreeBSD, which works with NetBSD's binary format. LC_CTYPE should be mostly compatible but is still missing pieces; the LC_COLLATE format is in a similar situation, since it makes different assumptions than UCA/DUCET. The other, smaller, LC_* types should all work, but have not been extensively tested.
|