summaryrefslogtreecommitdiffstats
path: root/usr.bin/localedef/ctype.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r314974, r315006:pfg2017-03-141-3/+3
* MFC r306782-r306783bapt2016-11-051-3/+3
* localedef(1): minor sorting to match Illumos.pfg2016-03-201-2/+2
* Fix build of localedef(1) on arm where wchar_t is an unsigned intbapt2015-11-071-1/+1
* Actually only T_ISDIGIT should be flagged as _E4bapt2015-10-191-1/+1
* With regard to ctype, digits (e.g. 0 to 9) and xdigits (the 0 to 9 portionbapt2015-10-191-2/+2
* eliminate need for "print" definitionbapt2015-10-131-0/+2
* Commit log from Dragonfly:bapt2015-10-131-1/+6
* Convert localedef(1) from avl to RB treesbapt2015-08-081-1/+1
* Prefer static generation of functionsbapt2015-08-081-2/+1
* Convert ctype generation to Red Black treebapt2015-08-081-17/+10
* Add localedef(1), a locale definition generator toolbapt2015-08-071-0/+464
OpenPOWER on IntegriCloud