CVSROOT: /cvs Module name: src Changes by: schwa...@cvs.openbsd.org 2016/05/08 09:25:44
Modified files: usr.bin/mklocale: mklocale.1 yacc.y Log message: Delete encoding code for the unused TODIGIT information. I'm not aware of plans to add any TODIGIT support, and when shown on tech@, people were more or less indifferent and showed confusion about what this code even did. But the encoding code was buggy, in particular lacking validity checks, and hence clobbered other important data, in particular character type and character width data, with consequences that are hard to judge.