summaryrefslogtreecommitdiff
path: root/usr.bin/mklocale
AgeCommit message (Collapse)Author
2017-07-10remove misc. depend and yacc nits that no longer matter.Marc Espie
okay millert@
2017-07-03allows working without depends, as discovered and discussed with drahn@Marc Espie
okay drahn@
2016-05-29Eat all blanks between the VARIABLE keywords and the definition,Todd C. Miller
not just the first one. Otherwise we end up storing the blanks. Now the file generated by mklocale(1) is the same regardless of whether or not the input is sent through the C preprocessor. OK deraadt@ jca@ schwarze@
2016-05-08Delete encoding code for the unused TODIGIT information.Ingo Schwarze
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.
2015-11-11exit() after perror() for pledge failure. Perhaps this got introducedTheo de Raadt
as a test idiom, either when pledge was young or during the transition to strings.... dunno
2015-10-13pledge "stdio rpath wpath cpath"Theo de Raadt
2015-08-20Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopeTheo de Raadt
ok krw millert
2014-10-14obvious use of reallocarray()Theo de Raadt
2012-12-05Remove excessive sys/cdefs.h inclusionTheo de Raadt
ok guenther millert kettenis
2011-01-14Use xmalloc instead of malloc and clear some allocated members.Nicholas Marriott
ok stsp
2010-09-19more wacky macro fixing;Jason McIntyre
2009-08-08synchronize usage displayed by mklocale with synopsis in the manual page;Igor Sobrado
add missing cvs keywords to source code files; while here, fix cvs keywords in Makefile because they are in reverse order. ok jmc@, martynas@
2007-05-31convert to new .Dd format;Jason McIntyre
2006-03-12more getopt() EOF crud; adobriyan@gmailTheo de Raadt
2005-08-11- replace/remove some gnu-ismsJason McIntyre
- use -mdoc macros - grammar - some formatting fixups - add rcsid - comment out Xr to non-existent nls(7): pointed out by ulrich kahl
2005-08-07mklocale tool, from NetBSD/citrus, not yet linked in.Marc Espie
okay deraadt@